Fix ja translation (#624)
This commit is contained in:
+14
-4
@@ -13,13 +13,14 @@
|
|||||||
"album": "アルバム",
|
"album": "アルバム",
|
||||||
"path": "ファイルパス",
|
"path": "ファイルパス",
|
||||||
"genre": "ジャンル",
|
"genre": "ジャンル",
|
||||||
"compilation": "コンピレーション",
|
"compilation": "Compilation",
|
||||||
"year": "年",
|
"year": "年",
|
||||||
"size": "ファイルサイズ",
|
"size": "ファイルサイズ",
|
||||||
"updatedAt": "更新日",
|
"updatedAt": "更新日",
|
||||||
"bitRate": "ビットレート",
|
"bitRate": "ビットレート",
|
||||||
"discSubtitle": "ディスクサブタイトル",
|
"discSubtitle": "ディスクサブタイトル",
|
||||||
"starred": "お気に入り"
|
"starred": "お気に入り",
|
||||||
|
"comment": "コメント"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"addToQueue": "最後に再生",
|
"addToQueue": "最後に再生",
|
||||||
@@ -40,9 +41,10 @@
|
|||||||
"playCount": "再生数",
|
"playCount": "再生数",
|
||||||
"name": "名前",
|
"name": "名前",
|
||||||
"genre": "ジャンル",
|
"genre": "ジャンル",
|
||||||
"compilation": "コンピレーション",
|
"compilation": "Compilation",
|
||||||
"year": "年",
|
"year": "年",
|
||||||
"updatedAt": "更新日"
|
"updatedAt": "更新日",
|
||||||
|
"comment": "コメント"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"playAll": "再生",
|
"playAll": "再生",
|
||||||
@@ -309,5 +311,13 @@
|
|||||||
"source": "ソースコード",
|
"source": "ソースコード",
|
||||||
"featureRequests": "機能リクエスト"
|
"featureRequests": "機能リクエスト"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"activity": {
|
||||||
|
"title": "活動",
|
||||||
|
"totalScanned": "スキャン済みフォルダー",
|
||||||
|
"quickScan": "クイックスキャン",
|
||||||
|
"fullScan": "フルスキャン",
|
||||||
|
"serverUptime": "サーバー稼働時間",
|
||||||
|
"serverDown": "サーバーオフライン"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user