diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-08 17:58:41 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-07-08 17:58:41 -0400 |
| commit | 89c9751f048a408e791290cc249cbaf9d98c4b03 (patch) | |
| tree | 496577160905f24a8fd0993f420932188003eb81 /backend | |
| parent | bf22cdb491d91c9dd2ef8abc706e452a70828ee7 (diff) | |
| download | decky-loader-89c9751f048a408e791290cc249cbaf9d98c4b03.tar.gz decky-loader-89c9751f048a408e791290cc249cbaf9d98c4b03.zip | |
try to resolve weblate conflicts
Diffstat (limited to 'backend')
22 files changed, 274 insertions, 266 deletions
diff --git a/backend/decky_loader/locales/ar-AA.json b/backend/decky_loader/locales/ar-AA.json index ad6e1e12..76cfd641 100644 --- a/backend/decky_loader/locales/ar-AA.json +++ b/backend/decky_loader/locales/ar-AA.json @@ -137,7 +137,13 @@ }, "PluginLoader": { "decky_title": "Decky", + "decky_update_available": "", "error": "خطا", + "plugin_error_uninstall": "", + "plugin_load_error": { + "message": "", + "toast": "" + }, "plugin_uninstall": { "button": "إزالة التنصيب", "desc": "", @@ -148,13 +154,7 @@ "plugin_update_two": "", "plugin_update_few": "", "plugin_update_many": "", - "plugin_update_other": "", - "plugin_error_uninstall": "", - "plugin_load_error": { - "message": "", - "toast": "" - }, - "decky_update_available": "" + "plugin_update_other": "" }, "PluginView": { "hidden_zero": "", @@ -226,10 +226,23 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "", "label": "" }, + "store_filter": { + "label": "", + "label_def": "" + }, "store_search": { "label": "" }, @@ -255,19 +268,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" - }, - "store_filter": { - "label": "", - "label_def": "" } }, "StoreSelect": { @@ -300,12 +300,12 @@ "updates": { "check_button": "", "checking": "", + "cur_version": "", "install_button": "", "label": "", "lat_version": "", "reloading": "", - "updating": "", - "cur_version": "" + "updating": "" } } } diff --git a/backend/decky_loader/locales/bg-BG.json b/backend/decky_loader/locales/bg-BG.json index 51a6294d..0b84693a 100644 --- a/backend/decky_loader/locales/bg-BG.json +++ b/backend/decky_loader/locales/bg-BG.json @@ -198,6 +198,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Ако искате да допринесете към магазина за добавки на Decky, разгледайте хранилището SteamDeckHomebrew/decky-plugin-template в GitHub. Може да намерите информация относно разработката и разпространението във файла README.", "label": "Допринасяне" @@ -231,15 +240,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/cs-CZ.json b/backend/decky_loader/locales/cs-CZ.json index e7325dad..57f6df8b 100644 --- a/backend/decky_loader/locales/cs-CZ.json +++ b/backend/decky_loader/locales/cs-CZ.json @@ -114,6 +114,7 @@ "uninstall": "Odinstalovat", "update_all_one": "Aktualizovat 1 plugin", "update_all_few": "Aktualizovat {{count}} pluginů", + "update_all_many": "", "update_all_other": "Aktualizovat {{count}} pluginů", "update_to": "Aktualizovat na {{name}}" }, @@ -141,6 +142,7 @@ "PluginView": { "hidden_one": "1 plugin je v tomto seznamu skrytý", "hidden_few": "{{count}} pluginů je v tomto seznamu skryto", + "hidden_many": "", "hidden_other": "{{count}} pluginů je v tomto seznamu skryto" }, "RemoteDebugging": { @@ -205,6 +207,15 @@ "testing_title": "Testování" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Pokud byste chtěli přispět do obchodu Decky Plugin Store, podívejte se na repozitář SteamDeckHomebrew/decky-plugin-template na GitHubu. Informace o vývoji a distribuci jsou k dispozici v README.", "label": "Přispívání" @@ -238,15 +249,6 @@ "store_testing_warning": { "desc": "Tento kanál obchodu můžete použít k testování nejnovějších verzí pluginů. Nezapomeňte zanechat zpětnou vazbu na GitHubu, aby bylo možné plugin aktualizovat pro všechny uživatele.", "label": "Vítejte na testovacím kanálu obchodu" - }, - "download_progress_info": { - "download_zip": "", - "increment_count": "", - "start": "", - "open_zip": "", - "installing_plugin": "", - "parse_zip": "", - "uninstalling_previous": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/de-DE.json b/backend/decky_loader/locales/de-DE.json index c3b3e944..c8627af8 100644 --- a/backend/decky_loader/locales/de-DE.json +++ b/backend/decky_loader/locales/de-DE.json @@ -198,6 +198,15 @@ "testing_title": "Testen" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Wenn du Erweiterungen im Decky Store veröffentlichen willst, besuche die SteamDeckHomebrew/decky-plugin-template Repository auf GitHub. Informationen rund um Entwicklung und Veröffentlichung findest du in der README.", "label": "Mitwirken" @@ -231,15 +240,6 @@ "store_testing_warning": { "desc": "Du kannst diesen Store Kanal nutzen, um brandneue Testversionen von Plugins auszuprobieren. Denk daran Feedback auf GitHub zu hinterlassen, sodass das Plugin für alle Nutzer verbessert werden kann.", "label": "Willkommen zum Test Store Kanal" - }, - "download_progress_info": { - "uninstalling_previous": "", - "download_zip": "", - "increment_count": "", - "installing_plugin": "", - "open_zip": "", - "parse_zip": "", - "start": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/el-GR.json b/backend/decky_loader/locales/el-GR.json index 9daef39b..5901f62d 100644 --- a/backend/decky_loader/locales/el-GR.json +++ b/backend/decky_loader/locales/el-GR.json @@ -198,6 +198,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Αν θέλετε να συνεισφέρετε στο κατάστημα επεκτάσεων του Decky, τσεκάρετε το SteamDeckHomebrew/decky-plugin-template repository στο GitHub. Πληροφορίες σχετικά με τη δημιουργία και τη διανομή επεκτάσεων είναι διαθέσιμες στο README.", "label": "Συνεισφέροντας" @@ -231,15 +240,6 @@ "store_testing_warning": { "desc": "Μπορείτε να χρησιμοποιήσετε αυτό το κανάλι του καταστήματος για να δοκιμάσετε τις νεότερες εκδόσεις των επεκτάσεων. Φροντίστε να αφήσετε σχόλια στο GitHub, ώστε να βοηθήσετε στην ενημέρωση της εκάστοτε επέκταση για όλους τους χρήστες.", "label": "Καλώς ήρθατε στο Δοκιμαστικό Κανάλι τους Καταστήματος" - }, - "download_progress_info": { - "installing_plugin": "", - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/es-ES.json b/backend/decky_loader/locales/es-ES.json index 7d072f23..fd06b698 100644 --- a/backend/decky_loader/locales/es-ES.json +++ b/backend/decky_loader/locales/es-ES.json @@ -205,6 +205,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Si desea contribuir a la tienda de plugins de Decky, mira el repositorio SteamDeckHomebrew/decky-plugin-template en GitHub. Hay información acerca del desarrollo y distribución en el archivo README.", "label": "Contribuyendo" @@ -238,15 +247,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "download_progress_info": { - "installing_plugin": "", - "download_zip": "", - "increment_count": "", - "open_zip": "", - "parse_zip": "", - "start": "", - "uninstalling_previous": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/fi-FI.json b/backend/decky_loader/locales/fi-FI.json index 201b3257..13d132ed 100644 --- a/backend/decky_loader/locales/fi-FI.json +++ b/backend/decky_loader/locales/fi-FI.json @@ -198,6 +198,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Mikäli haluat julkaista Decky Plugin Storeen, tarkista GitHubin SteamDeckHomebrew/decky-plugin-template -esimerkkitietovarasto. Tietoa kehityksestä ja jakelusta löytyy README:stä.", "label": "Osallistuminen" @@ -231,15 +240,6 @@ "store_testing_warning": { "desc": "Voit käyttää tätä myymäläkanavaa testataksesi uusimpia laajennusversioita. Muista jättää palautetta GitHubissa, jotta laajennus voidaan päivittää kaikille käyttäjille.", "label": "Tervetuloa testausmyymälä-kanavalle" - }, - "download_progress_info": { - "increment_count": "", - "parse_zip": "", - "download_zip": "", - "open_zip": "", - "start": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/fr-FR.json b/backend/decky_loader/locales/fr-FR.json index 09815a09..9f9d9962 100644 --- a/backend/decky_loader/locales/fr-FR.json +++ b/backend/decky_loader/locales/fr-FR.json @@ -85,20 +85,20 @@ "install": { "button_idle": "Installer", "button_processing": "Installation en cours", - "desc": "Êtes-vous sûr de vouloir installer {{artifact}} {{version}} ?", + "desc": "Êtes-vous sûr de vouloir installer {{artifact}} {{version}}\u202f?", "title": "Installer {{artifact}}" }, "no_hash": "Ce plugin n'a pas de somme de contrôle, vous l'installez à vos risques et périls.", "reinstall": { "button_idle": "Réinstaller", "button_processing": "Réinstallation en cours", - "desc": "Êtes-vous sûr de vouloir réinstaller {{artifact}} {{version}} ?", + "desc": "Êtes-vous sûr de vouloir réinstaller {{artifact}} {{version}}\u202f?", "title": "Réinstaller {{artifact}}" }, "update": { "button_idle": "Mettre à jour", "button_processing": "Mise à jour", - "desc": "Êtes-vous sûr de vouloir mettre à jour {{artifact}} {{version}} ?", + "desc": "Êtes-vous sûr de vouloir mettre à jour {{artifact}} {{version}}\u202f?", "title": "Mettre à jour {{artifact}}" } }, @@ -205,6 +205,15 @@ "testing_title": "Essai" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Si vous souhaitez contribuer au Decky Plugin Store, consultez le dépôt SteamDeckHomebrew/decky-plugin-template sur GitHub. Des informations sur le développement et la distribution sont disponibles dans le fichier README.", "label": "Contributions" @@ -238,15 +247,6 @@ "store_testing_warning": { "desc": "Vous pouvez utiliser cette chaîne de magasin pour tester des versions de plugins. Assurez-vous de laisser des commentaires sur GitHub afin que le plugin puisse être mis à jour pour tous les utilisateurs.", "label": "Bienvenue sur la chaîne du magasin de tests" - }, - "download_progress_info": { - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "download_zip": "", - "open_zip": "", - "start": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/it-IT.json b/backend/decky_loader/locales/it-IT.json index 2fce7f17..4312b1d2 100644 --- a/backend/decky_loader/locales/it-IT.json +++ b/backend/decky_loader/locales/it-IT.json @@ -205,6 +205,15 @@ "testing_title": "Testing" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Se desideri contribuire allo store di Decky, puoi trovare un template caricato su GitHub all'indirizzo SteamDeckHomebrew/decky-plugin-template. Informazioni riguardo sviluppo e distribuzione sono disponibili nel README.", "label": "Contribuisci" @@ -238,15 +247,6 @@ "store_testing_warning": { "desc": "Puoi usare questo canale del negozio per testare versioni di plugin sperimentali. Assicurati di lasciare un feedback su Github dopo averlo testato in modo che il plugin possa essere promosso a stabile per tutti gli altri utenti o per permettere allo sviluppatore di plugin di correggere eventuali errori.", "label": "Benvenuto nel Negozio di Test dei Plugins" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/ja-JP.json b/backend/decky_loader/locales/ja-JP.json index 817390d4..7066953f 100644 --- a/backend/decky_loader/locales/ja-JP.json +++ b/backend/decky_loader/locales/ja-JP.json @@ -191,6 +191,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Decky Plugin Storeに貢献したい場合は、GitHubのSteamDeckHomebrew/decky-plugin-templateリポジトリを確認してください。 開発と配布に関する情報は README で入手できます。", "label": "貢献" @@ -224,15 +233,6 @@ "store_testing_warning": { "desc": "このストアチャンネルを使用して、最先端のプラグイン バージョンをテストできます。 すべてのユーザーがプラグインを更新できるように、必ずGitHubにフィードバックを残してください。", "label": "テストストア チャンネルへようこそ" - }, - "download_progress_info": { - "download_zip": "", - "increment_count": "", - "installing_plugin": "", - "open_zip": "", - "parse_zip": "", - "start": "", - "uninstalling_previous": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/ko-KR.json b/backend/decky_loader/locales/ko-KR.json index c31459be..58a4c0a2 100644 --- a/backend/decky_loader/locales/ko-KR.json +++ b/backend/decky_loader/locales/ko-KR.json @@ -191,6 +191,15 @@ "testing_title": "테스트" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Decky 플러그인 스토어에 기여하고 싶다면 SteamDeckHomebrew/decky-plugin-template Github 저장소를 확인하세요. 개발 및 배포에 대한 정보는 README에서 확인할 수 있습니다.", "label": "기여하기" @@ -224,15 +233,6 @@ "store_testing_warning": { "desc": "이 스토어 채널을 사용하여 가장 최신 버전의 플러그인을 테스트할 수 있습니다. GitHub에 피드백을 남겨서 모든 사용자가 업데이트 할 수 있게 해주세요.", "label": "테스트 스토어 채널에 오신 것을 환영합니다" - }, - "download_progress_info": { - "installing_plugin": "", - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/nl-NL.json b/backend/decky_loader/locales/nl-NL.json index 04d5470f..084817ca 100644 --- a/backend/decky_loader/locales/nl-NL.json +++ b/backend/decky_loader/locales/nl-NL.json @@ -198,6 +198,15 @@ "testing_title": "Testen" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Als je wilt bijdragen aan de Decky Plugin Store, kijk dan in de SteamDeckHomebrew/decky-plugin-template repository op GitHub. Informatie over ontwikkeling en distributie is beschikbaar in de README.", "label": "Bijdragen" @@ -231,15 +240,6 @@ "store_testing_warning": { "desc": "Je kunt dit winkelkanaal gebruiken om nog in ontwikkeling zijnde plug-inversies te testen. Zorg ervoor dat je feedback geeft op GitHub, zodat de plug-in voor alle gebruikers kan worden bijgewerkt.", "label": "Welkom bij het Testing-winkelkanaal" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/pl-PL.json b/backend/decky_loader/locales/pl-PL.json index c34c563a..8b77a87e 100644 --- a/backend/decky_loader/locales/pl-PL.json +++ b/backend/decky_loader/locales/pl-PL.json @@ -115,6 +115,7 @@ "update_all_one": "Zaktualizuj 1 plugin", "update_all_few": "Zaktualizuj {{count}} pluginy", "update_all_many": "Zaktualizuj {{count}} pluginów", + "update_all_other": "", "update_to": "Zaktualizuj do {{name}}" }, "PluginListLabel": { @@ -141,7 +142,8 @@ "PluginView": { "hidden_one": "1 plugin jest ukryty na tej liście", "hidden_few": "{{count}} pluginy jest ukryty na tej liście", - "hidden_many": "{{count}} pluginów jest ukryty na tej liście" + "hidden_many": "{{count}} pluginów jest ukryty na tej liście", + "hidden_other": "" }, "RemoteDebugging": { "remote_cef": { @@ -205,6 +207,15 @@ "testing_title": "Testowanie" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Jeśli chcesz przyczynić się do rozwoju Decky Plugin Store, sprawdź repozytorium SteamDeckHomebrew/decky-plugin-template na GitHub. Informacje na temat rozwoju i dystrybucji są dostępne w pliku README.", "label": "Współtworzenie" @@ -238,15 +249,6 @@ "store_testing_warning": { "desc": "Możesz użyć tego kanału sklepu do testowania najnowszych wersji pluginów. Pamiętaj, aby zostawić opinię na GitHub, aby plugin mogła zostać zaktualizowana dla wszystkich użytkowników.", "label": "Witamy w Testowym Kanale Sklepu" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/pt-BR.json b/backend/decky_loader/locales/pt-BR.json index 38906cc2..4deeaeca 100644 --- a/backend/decky_loader/locales/pt-BR.json +++ b/backend/decky_loader/locales/pt-BR.json @@ -205,6 +205,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Se você deseja contribuir para a Loja de Plugins para o Decky, confira o repositório SteamDeckHomebrew/decky-plugin-template no GitHub. Informações sobre o desenvolvimento e distribuição estão disponíveis no README.", "label": "Contribuindo" @@ -238,15 +247,6 @@ "store_testing_warning": { "desc": "Você pode usar este canal da loja para testar versões avançadas do plugin. Certifique-se de deixar feedback no GitHub para que o plugin possa ser atualizado para todos os usuários.", "label": "Bem-vindo ao Canal de Testes da Loja" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/pt-PT.json b/backend/decky_loader/locales/pt-PT.json index 9e75bc5f..c3fdb5b4 100644 --- a/backend/decky_loader/locales/pt-PT.json +++ b/backend/decky_loader/locales/pt-PT.json @@ -205,6 +205,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Se queres contribuir com um novo plugin, vai ao repositório SteamDeckHomebrew/decky-plugin-template no GitHub. No README, podes encontrar mais informação sobre desenvolvimento e distribuição.", "label": "Contribuir" @@ -238,15 +247,6 @@ "store_testing_warning": { "desc": "Pode usar esta versão da loja para testar versões experimentais de plugins. Certifique-se de deixar feedback no GitHub para que o plugin possa ser atualizado para todos os utilizadores.", "label": "Bem-vindo ao Canal de Testes da Loja" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/ru-RU.json b/backend/decky_loader/locales/ru-RU.json index c1a4279e..95c1e8c1 100644 --- a/backend/decky_loader/locales/ru-RU.json +++ b/backend/decky_loader/locales/ru-RU.json @@ -115,6 +115,7 @@ "update_all_one": "Обновить {{count}} плагин", "update_all_few": "Обновить {{count}} плагинов", "update_all_many": "Обновить {{count}} плагинов", + "update_all_other": "", "update_to": "Обновить на {{name}}" }, "PluginListLabel": { @@ -141,7 +142,8 @@ "PluginView": { "hidden_one": "{{count}} плагин скрыт из списка", "hidden_few": "{{count}} плагинов скрыт из списка", - "hidden_many": "{{count}} плагинов скрыт из списка" + "hidden_many": "{{count}} плагинов скрыт из списка", + "hidden_other": "" }, "RemoteDebugging": { "remote_cef": { @@ -205,6 +207,15 @@ "testing_title": "Тестирование" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Если вы хотите внести свой вклад в магазин плагинов Decky, проверьте репозиторий SteamDeckHomebrew/decky-plugin-template на GitHub. Информация о разработке и распространении доступна в README.", "label": "Помощь проекту" @@ -238,15 +249,6 @@ "store_testing_warning": { "desc": "Вы можете использовать этот канал магазина для тестирования новейших версий плагинов. Не забудьте оставить отзыв на GitHub, чтобы плагин можно было обновить для всех пользователей.", "label": "Добро пожаловать в тестовый канал магазина" - }, - "download_progress_info": { - "uninstalling_previous": "", - "installing_plugin": "", - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/sq-AL.json b/backend/decky_loader/locales/sq-AL.json index ce5d1a05..e6d7a495 100644 --- a/backend/decky_loader/locales/sq-AL.json +++ b/backend/decky_loader/locales/sq-AL.json @@ -7,6 +7,11 @@ "testing": "" } }, + "Developer": { + "5secreload": "", + "disabling": "", + "enabling": "" + }, "DropdownMultiselect": { "button": { "back": "" @@ -46,6 +51,15 @@ }, "MultiplePluginsInstallModal": { "confirm": "", + "description": { + "install": "", + "reinstall": "", + "update": "" + }, + "ok_button": { + "idle": "", + "loading": "" + }, "title": { "install_one": "", "install_other": "", @@ -55,15 +69,6 @@ "reinstall_other": "", "update_one": "", "update_other": "" - }, - "description": { - "install": "", - "reinstall": "", - "update": "" - }, - "ok_button": { - "idle": "", - "loading": "" } }, "PluginCard": { @@ -87,10 +92,10 @@ "title": "Riinstalo {{artifact}}" }, "update": { + "button_idle": "", "button_processing": "Përditësohet", "desc": "Je i sigurt a don ta përditësojsh {{artifact}} {{version}}?", - "title": "Përditëso {{artifact}}", - "button_idle": "" + "title": "Përditëso {{artifact}}" } }, "PluginListIndex": { @@ -112,20 +117,20 @@ }, "PluginLoader": { "decky_title": "Decky", + "decky_update_available": "", "error": "Gabim", "plugin_error_uninstall": "Ju lutem shko nga {{name}} në Decky menu nëse don ta çinstalojsh këtë shtese.", + "plugin_load_error": { + "message": "", + "toast": "" + }, "plugin_uninstall": { "button": "Çinstalo", "desc": "Je i sigurt që don ta çinstalojsh {{name}}?", "title": "Çinstalo {{name}}" }, "plugin_update_one": "", - "plugin_update_other": "", - "decky_update_available": "", - "plugin_load_error": { - "message": "", - "toast": "" - } + "plugin_update_other": "" }, "PluginView": { "hidden_one": "", @@ -193,6 +198,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "", "label": "Kontributi" @@ -226,15 +240,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "download_progress_info": { - "open_zip": "", - "installing_plugin": "", - "parse_zip": "", - "download_zip": "", - "increment_count": "", - "start": "", - "uninstalling_previous": "" } }, "StoreSelect": { @@ -274,10 +279,5 @@ "reloading": "", "updating": "" } - }, - "Developer": { - "enabling": "", - "5secreload": "", - "disabling": "" } } diff --git a/backend/decky_loader/locales/sv-SE.json b/backend/decky_loader/locales/sv-SE.json index 5255daf1..758e2d67 100644 --- a/backend/decky_loader/locales/sv-SE.json +++ b/backend/decky_loader/locales/sv-SE.json @@ -78,20 +78,20 @@ "plugin_version_label": "" }, "PluginInstallModal": { - "no_hash": "", - "update": { - "button_processing": "", + "install": { "button_idle": "", + "button_processing": "", "desc": "", "title": "" }, - "install": { + "no_hash": "", + "reinstall": { "button_idle": "", "button_processing": "", "desc": "", "title": "" }, - "reinstall": { + "update": { "button_idle": "", "button_processing": "", "desc": "", @@ -116,21 +116,21 @@ "hidden": "" }, "PluginLoader": { - "plugin_uninstall": { - "button": "", - "desc": "", - "title": "" - }, - "plugin_update_one": "", - "plugin_update_other": "", - "error": "", + "decky_title": "", "decky_update_available": "", + "error": "", "plugin_error_uninstall": "", "plugin_load_error": { "message": "", "toast": "" }, - "decky_title": "" + "plugin_uninstall": { + "button": "", + "desc": "", + "title": "" + }, + "plugin_update_one": "", + "plugin_update_other": "" }, "PluginView": { "hidden_one": "", @@ -198,10 +198,23 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "", "label": "" }, + "store_filter": { + "label": "", + "label_def": "" + }, "store_search": { "label": "" }, @@ -227,19 +240,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "store_filter": { - "label_def": "", - "label": "" - }, - "download_progress_info": { - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "" } }, "StoreSelect": { @@ -272,12 +272,12 @@ "updates": { "check_button": "", "checking": "", + "cur_version": "", "install_button": "", "label": "", "lat_version": "", "reloading": "", - "updating": "", - "cur_version": "" + "updating": "" } } } diff --git a/backend/decky_loader/locales/tr-TR.json b/backend/decky_loader/locales/tr-TR.json index e29e0386..da1252de 100644 --- a/backend/decky_loader/locales/tr-TR.json +++ b/backend/decky_loader/locales/tr-TR.json @@ -7,6 +7,11 @@ "testing": "Test" } }, + "Developer": { + "5secreload": "", + "disabling": "", + "enabling": "" + }, "DropdownMultiselect": { "button": { "back": "Geri" @@ -114,6 +119,7 @@ "decky_title": "Decky", "decky_update_available": "{{tag_name}} güncellemesi mevcut!", "error": "Hata", + "plugin_error_uninstall": "", "plugin_load_error": { "message": "{{name}} eklentisi yüklenirken bir hata oluştu", "toast": "{{name}} yüklenirken hata oluştu" @@ -124,8 +130,7 @@ "title": "Kaldır {{name}}" }, "plugin_update_one": "1 eklenti için güncelleme mevcut!", - "plugin_update_other": "{{count}} eklenti için güncelleme mevcut!", - "plugin_error_uninstall": "" + "plugin_update_other": "{{count}} eklenti için güncelleme mevcut!" }, "PluginView": { "hidden_one": "1 eklenti bu listeden gizlenmiştir", @@ -193,6 +198,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "", "label": "Katkıda Bulunma" @@ -226,15 +240,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "download_progress_info": { - "installing_plugin": "", - "parse_zip": "", - "uninstalling_previous": "", - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "" } }, "StoreSelect": { @@ -274,10 +279,5 @@ "reloading": "", "updating": "Güncelleniyor" } - }, - "Developer": { - "5secreload": "", - "disabling": "", - "enabling": "" } } diff --git a/backend/decky_loader/locales/uk-UA.json b/backend/decky_loader/locales/uk-UA.json index 2cd8fde8..d18a0e45 100644 --- a/backend/decky_loader/locales/uk-UA.json +++ b/backend/decky_loader/locales/uk-UA.json @@ -115,6 +115,7 @@ "update_all_one": "Оновити 1 плагін", "update_all_few": "Оновити {{count}} плагінів", "update_all_many": "Оновити {{count}} плагінів", + "update_all_other": "", "update_to": "Оновити {{name}}" }, "PluginListLabel": { @@ -141,7 +142,8 @@ "PluginView": { "hidden_one": "{{count}} плагін приховано з цього списку", "hidden_few": "{{count}} плагінів приховано з цього списку", - "hidden_many": "{{count}} плагінів приховано з цього списку" + "hidden_many": "{{count}} плагінів приховано з цього списку", + "hidden_other": "" }, "RemoteDebugging": { "remote_cef": { @@ -205,6 +207,15 @@ "testing_title": "" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "Якщо ви бажаєте додати щось у Decky Plugin Store, завітайте у репозиторій SteamDeckHomebrew/decky-plugin-template на GitHub. Інформація про розробку та поширення доступна у README.", "label": "Зробити внесок" @@ -238,15 +249,6 @@ "store_testing_warning": { "desc": "", "label": "" - }, - "download_progress_info": { - "uninstalling_previous": "", - "installing_plugin": "", - "increment_count": "", - "parse_zip": "", - "download_zip": "", - "start": "", - "open_zip": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/zh-CN.json b/backend/decky_loader/locales/zh-CN.json index de9a2094..52fb6a1e 100644 --- a/backend/decky_loader/locales/zh-CN.json +++ b/backend/decky_loader/locales/zh-CN.json @@ -191,6 +191,15 @@ "testing_title": "测试" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "如果你想要提交你的插件到 Decky 插件商店,请访问 GitHub 上的 SteamDeckHomebrew/decky-plugin-template 存储库。有关开发和分发插件的信息,请查看 README 文件。", "label": "贡献" @@ -224,15 +233,6 @@ "store_testing_warning": { "desc": "你可以使用该商店频道以体验最新版本的插件。 请在插件 Github 页面留言以使插件可以正式面向所有用户。", "label": "欢迎来到商店测试频道" - }, - "download_progress_info": { - "parse_zip": "", - "start": "", - "uninstalling_previous": "", - "open_zip": "", - "download_zip": "", - "increment_count": "", - "installing_plugin": "" } }, "StoreSelect": { diff --git a/backend/decky_loader/locales/zh-TW.json b/backend/decky_loader/locales/zh-TW.json index a298db61..e866d0f1 100644 --- a/backend/decky_loader/locales/zh-TW.json +++ b/backend/decky_loader/locales/zh-TW.json @@ -191,6 +191,15 @@ "testing_title": "測試" }, "Store": { + "download_progress_info": { + "download_zip": "", + "increment_count": "", + "installing_plugin": "", + "open_zip": "", + "parse_zip": "", + "start": "", + "uninstalling_previous": "" + }, "store_contrib": { "desc": "如果您想為 Decky 外掛程式商店做貢獻,請查看 GitHub 上的 SteamDeckHomebrew/decky-plugin-template 儲存庫。README 中提供了有關開發和發佈的資訊。", "label": "貢獻" @@ -224,15 +233,6 @@ "store_testing_warning": { "desc": "您可以使用此商店頻道來體驗測試外掛版本。請務必在 GitHub 上留下回饋,以便為所有用戶更新該外掛程式。", "label": "歡迎來到測試頻道" - }, - "download_progress_info": { - "parse_zip": "", - "uninstalling_previous": "", - "installing_plugin": "", - "start": "", - "open_zip": "", - "download_zip": "", - "increment_count": "" } }, "StoreSelect": { |
