diff options
| author | WerWolvTranslationBot <124004309+WerWolvTranslationBot@users.noreply.github.com> | 2025-04-05 17:37:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 08:37:19 -0700 |
| commit | e646168e31fe01df4ec3c369db60ceac3527a0ed (patch) | |
| tree | 5766462bd7e2a103c9329ad63424b526dbb480b0 /backend/decky_loader/locales/ja-JP.json | |
| parent | 5ec4a4645dd7da9861213ab61ff31e161c3ce6f3 (diff) | |
| download | decky-loader-e646168e31fe01df4ec3c369db60ceac3527a0ed.tar.gz decky-loader-e646168e31fe01df4ec3c369db60ceac3527a0ed.zip | |
Translations update from Weblate (#764)
* Translated using Weblate (Russian)
Currently translated at 94.8% (167 of 176 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ru/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (176 of 176 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
---------
Co-authored-by: Andrew <www.andru90@gmail.com>
Co-authored-by: Tak-attack <tak.bts@gmail.com>
Diffstat (limited to 'backend/decky_loader/locales/ja-JP.json')
| -rw-r--r-- | backend/decky_loader/locales/ja-JP.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/backend/decky_loader/locales/ja-JP.json b/backend/decky_loader/locales/ja-JP.json index 53aedd85..0201dc88 100644 --- a/backend/decky_loader/locales/ja-JP.json +++ b/backend/decky_loader/locales/ja-JP.json @@ -52,7 +52,9 @@ "MultiplePluginsInstallModal": { "confirm": "以下の変更を加えてもよろしいですか?", "description": { + "downgrade": "ダウングレード {{name}} {{version}}", "install": "インストール {{name}} {{version}}", + "overwrite": "上書き {{name}} {{version}}", "reinstall": "再インストール {{name}} {{version}}", "update": "アップデート {{name}} {{version}}" }, @@ -61,19 +63,31 @@ "loading": "作業中" }, "title": { + "downgrade_other": "{{count}} 個のプラグインをダウングレード", "install_other": "{{count}} 個のプラグインをインストール", "mixed_other": "{{count}} 個のプラグインを修正", + "overwrite_other": "{{count}} 個のプラグインを上書き", "reinstall_other": "{{count}} 個のプラグインを再インストール", "update_other": "{{count}} 個のプラグインをアップデート" } }, "PluginCard": { + "plugin_downgrade": "ダウングレード", "plugin_full_access": "このプラグインはSteam Deckの全てのアクセス権を持ちます。", "plugin_install": "インストール", "plugin_no_desc": "説明はありません。", + "plugin_overwrite": "上書き", + "plugin_reinstall": "再インストール", + "plugin_update": "アップデート", "plugin_version_label": "プラグインバージョン" }, "PluginInstallModal": { + "downgrade": { + "button_idle": "ダウングレード", + "button_processing": "ダウングレード中", + "desc": "{{artifact}}をVer {{version}} にダウングレードしてもよろしいですか?", + "title": "{{artifact}}をダウングレード" + }, "install": { "button_idle": "インストール", "button_processing": "インストール中", @@ -81,6 +95,13 @@ "title": "{{artifact}} をインストール" }, "no_hash": "このプラグインにはハッシュがありません。ご自身の責任でインストールしてください。", + "not_installed": "(インストールされていません)", + "overwrite": { + "button_idle": "上書き", + "button_processing": "上書き中", + "desc": "{{artifact}}をVer {{version}} に上書きしてもよろしいですか?", + "title": "{{artifact}}を上書き" + }, "reinstall": { "button_idle": "再インストール", "button_processing": "再インストール中", @@ -90,7 +111,7 @@ "update": { "button_idle": "アップデート", "button_processing": "アップデート中", - "desc": "{{artifact}} {{version}} をアップデートしてもよろしいですか?", + "desc": "{{artifact}}をVer {{version}} にアップデートしてもよろしいですか?", "title": "{{artifact}} をアップデート" } }, @@ -192,6 +213,7 @@ }, "Store": { "download_progress_info": { + "download_remote": "外部バイナリのダウンロード", "download_zip": "プラグインのダウンロード中", "increment_count": "ダウンロード数の増加", "installing_plugin": "プラグインのインストール中", |
