From a5817a01c9fea2ab42bb40405ee5db24e851ae46 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Wed, 5 Oct 2022 00:41:25 -0500 Subject: [PATCH] New translations en_US.json (Japanese) --- src/i18n/ja_JP.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/i18n/ja_JP.json b/src/i18n/ja_JP.json index 52bdccde..a480f44b 100644 --- a/src/i18n/ja_JP.json +++ b/src/i18n/ja_JP.json @@ -214,8 +214,10 @@ "term.zoomreset": "ズームをリセット", "term.fullscreen": "全画面", "term.nowPlaying": "再生中", + "term.localFiles": "Local Files", "home.syncFavorites": "お気に入りを同期", "home.syncFavorites.gettingArtists": "お気に入りのアーティストを同期中...", + "home.pinnedItems": "Pinned Items", "action.favorite": "お気に入り", "action.removeFavorite": "お気に入りを解除", "action.refresh": "更新", @@ -264,8 +266,8 @@ "action.removeFromQueue.success": "「次はこちら」から項目を削除されました", "action.removeFromQueue.error": "操作を完了できませんでした", "action.createPlaylist": "新しいプレイリストを作成する", - "action.addToPlaylist.duplicate": "既にプレイリストに入っていますが、続けますか?", "action.addToPlaylist": "プレイリストに追加する", + "action.addToPlaylist.duplicate": "既にプレイリストに入っていますが、続けますか?", "action.removeFromPlaylist": "プレイリストから削除する", "action.addToFavorites": "ラブに追加", "action.follow": "フォロー", @@ -484,6 +486,10 @@ "settings.header.visual.hardwareAcceleration.default": "既定", "settings.header.visual.hardwareAcceleration.webGPU": "WebGPU", "settings.option.visual.uiscale": "UI Scale", + "settings.option.visual.useAdaptiveColors": "Use Adaptive Colors", + "settings.option.visual.useAdaptiveColors.description": "Change the accent color to match the current song", + "settings.option.visual.layoutProfile": "Layout Profile Type", + "settings.option.visual.layoutProfile.description": "Adjust the layout of the app to your preference", "settings.header.visual.theme": "テーマ", "settings.option.visual.theme.github.download": "GitHub URLからインストール", "settings.option.visual.theme.github.openfolder": "テーマフォルダを開く", @@ -513,6 +519,7 @@ "settings.notyf.visual.plugin.install.error": "プラグインのインストールに失敗しました", "settings.option.visual.theme.default": "Cider", "settings.option.visual.theme.dark": "ダーク", + "settings.option.visual.theme.light": "Light", "settings.option.visual.showPersonalInfo": "個人情報を表示する", "settings.header.window": "ウィンドウ", "settings.header.window.description": "ウィンドウの設定",