Fix ja translation (#624)

This commit is contained in:
Aries 2020-11-15 01:15:21 +09:00 committed by GitHub
parent 1c7f859b5e
commit 9629c26537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 4 deletions

View File

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