diff options
| author | WerWolvTranslationBot <124004309+WerWolvTranslationBot@users.noreply.github.com> | 2024-03-17 19:31:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-17 11:31:02 -0700 |
| commit | b84dcd99adbffcc2710fb916c35f698dc57fea2c (patch) | |
| tree | edaa21aac543617e647de4cc2fe27ec0332d65ea /backend | |
| parent | 34fb7bb5383084dde5e60bba2c27c273d94cc664 (diff) | |
| download | decky-loader-b84dcd99adbffcc2710fb916c35f698dc57fea2c.tar.gz decky-loader-b84dcd99adbffcc2710fb916c35f698dc57fea2c.zip | |
Translations update from Weblate (#588)v2.12.0
* Translated using Weblate (Japanese)
Currently translated at 94.5% (139 of 147 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ja/
* Translated using Weblate (Polish)
Currently translated at 100.0% (147 of 147 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pl/
---------
Co-authored-by: Tak-attack <tak.bts@gmail.com>
Co-authored-by: Eryk Pawlikowski <eryk5188@gmail.com>
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/locales/ja-JP.json | 6 | ||||
| -rw-r--r-- | backend/locales/pl-PL.json | 16 |
2 files changed, 16 insertions, 6 deletions
diff --git a/backend/locales/ja-JP.json b/backend/locales/ja-JP.json index d5e9edfb..251807fb 100644 --- a/backend/locales/ja-JP.json +++ b/backend/locales/ja-JP.json @@ -93,7 +93,7 @@ "update_to": "{{name}} を更新" }, "PluginListLabel": { - "hidden": "クイックアクセスメニューから非表示にします" + "hidden": "クイックアクセスメニューから表示されません" }, "PluginLoader": { "error": "エラー", @@ -124,7 +124,7 @@ }, "third_party_plugins": { "button_install": "インストール", - "button_zip": "ブラウズ", + "button_zip": "開く", "header": "サードパーティプラグイン", "label_desc": "URL", "label_url": "URLからプラグインをインストール", @@ -138,7 +138,7 @@ "header": "その他" }, "PluginView": { - "hidden_other": "{{count}} 個のプラグインがこのリストから非表示になります" + "hidden_other": "{{count}} 個のプラグインがこのリストから非表示になっています" }, "SettingsGeneralIndex": { "about": { diff --git a/backend/locales/pl-PL.json b/backend/locales/pl-PL.json index 5231fa37..c7cec3d7 100644 --- a/backend/locales/pl-PL.json +++ b/backend/locales/pl-PL.json @@ -113,7 +113,9 @@ "reinstall": "Reinstalacja", "show": "Szybki dostęp: Pokaż", "uninstall": "Odinstaluj", - "update_to": "Zaktualizuj do {{name}}" + "update_to": "Zaktualizuj do {{name}}", + "unfreeze": "Odblokuj aktualizacje", + "freeze": "Zablokuj aktualizacje" }, "PluginLoader": { "decky_title": "Decky", @@ -199,7 +201,8 @@ "SettingsIndex": { "developer_title": "Deweloper", "general_title": "Ogólne", - "plugins_title": "Pluginy" + "plugins_title": "Pluginy", + "testing_title": "Testowanie" }, "Store": { "store_contrib": { @@ -225,7 +228,11 @@ "alph_asce": "Alfabetycznie (od Z do A)", "alph_desc": "Alfabetycznie (od A do Z)", "title": "Przeglądaj", - "about": "Informacje" + "about": "Informacje", + "date_desc": "Od najnowszych", + "downloads_desc": "Najwięcej pobrań", + "downloads_asce": "Najmniej pobrań", + "date_asce": "Od najstarszych" }, "store_testing_cta": "Rozważ przetestowanie nowych pluginów, aby pomóc zespołowi Decky Loader!", "store_testing_warning": { @@ -263,5 +270,8 @@ "TitleView": { "settings_desc": "Otwórz ustawienia Decky", "decky_store_desc": "Otwórz sklep Decky" + }, + "Testing": { + "download": "Pobierz" } } |
