Update Japanese translation (#997)

This commit is contained in:
Aries
2021-04-08 12:18:49 +09:00
committed by GitHub
parent f41bc31ba8
commit e105e2d2a2
+10 -5
View File
@@ -20,7 +20,9 @@
"bitRate": "ビットレート", "bitRate": "ビットレート",
"discSubtitle": "ディスクサブタイトル", "discSubtitle": "ディスクサブタイトル",
"starred": "お気に入り", "starred": "お気に入り",
"comment": "コメント" "comment": "コメント",
"rating": "レート",
"quality": "品質"
}, },
"actions": { "actions": {
"addToQueue": "最後に再生", "addToQueue": "最後に再生",
@@ -44,7 +46,8 @@
"compilation": "Compilation", "compilation": "Compilation",
"year": "年", "year": "年",
"updatedAt": "更新日", "updatedAt": "更新日",
"comment": "コメント" "comment": "コメント",
"rating": "レート"
}, },
"actions": { "actions": {
"playAll": "再生", "playAll": "再生",
@@ -60,7 +63,8 @@
"recentlyAdded": "最近追加された", "recentlyAdded": "最近追加された",
"recentlyPlayed": "最近再生された", "recentlyPlayed": "最近再生された",
"mostPlayed": "最も再生された", "mostPlayed": "最も再生された",
"starred": "お気に入り" "starred": "お気に入り",
"topRated": "高評価"
} }
}, },
"artist": { "artist": {
@@ -69,7 +73,8 @@
"name": "名前", "name": "名前",
"albumCount": "アルバム枚数", "albumCount": "アルバム枚数",
"songCount": "曲数", "songCount": "曲数",
"playCount": "再生数" "playCount": "再生数",
"rating": "レート"
} }
}, },
"user": { "user": {
@@ -340,7 +345,7 @@
"next_song": "次の曲", "next_song": "次の曲",
"vol_up": "音量を上げる", "vol_up": "音量を上げる",
"vol_down": "音量を下げる", "vol_down": "音量を下げる",
"toggle_star": "星の付け外し" "toggle_love": "星の付け外し"
} }
} }
} }