diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-08 17:50:00 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-07-08 17:50:00 -0400 |
| commit | 54b50fd25c6057285bfb1f8e7a795d268937956e (patch) | |
| tree | 469630df0a8d686c0d7fe0a8ac64c9257d0cdcc9 /backend | |
| parent | 1bccfe22efc5352fc193563a8fd9e79bdc2fb088 (diff) | |
| download | decky-loader-54b50fd25c6057285bfb1f8e7a795d268937956e.tar.gz decky-loader-54b50fd25c6057285bfb1f8e7a795d268937956e.zip | |
add default values back
Diffstat (limited to 'backend')
22 files changed, 769 insertions, 57 deletions
diff --git a/backend/decky_loader/locales/ar-AA.json b/backend/decky_loader/locales/ar-AA.json index 2ee25579..26afdc5c 100644 --- a/backend/decky_loader/locales/ar-AA.json +++ b/backend/decky_loader/locales/ar-AA.json @@ -15,6 +15,13 @@ "back": "الخلف" } }, + "FilePickerError": { + "errors": { + "file_not_found": "", + "perm_denied": "", + "unknown": "" + } + }, "FilePickerIndex": { "file": { "select": "إختر هذا الملف" @@ -51,12 +58,6 @@ "idle": "تأكيد" }, "title": { - "update_zero": "", - "update_one": "", - "update_two": "", - "update_few": "", - "update_many": "", - "update_other": "", "install_zero": "", "install_one": "", "install_two": "", @@ -74,7 +75,13 @@ "reinstall_two": "", "reinstall_few": "", "reinstall_many": "", - "reinstall_other": "" + "reinstall_other": "", + "update_zero": "", + "update_one": "", + "update_two": "", + "update_few": "", + "update_many": "", + "update_other": "" } }, "PluginCard": { @@ -90,6 +97,7 @@ "desc": "هل أنت متأكد من رغبتك في تنصيب {{artifact}} {{version}}؟", "title": "تنصيب {{artifact}}" }, + "no_hash": "", "reinstall": { "button_idle": "إعادة تنصيب", "button_processing": "تتم إعادة التنصيب", @@ -104,7 +112,10 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "إخفاء من قائمة الوصول السريع", + "no_plugin": "", + "plugin_actions": "", "reinstall": "إعادة التنصيب", "reload": "إعادة التحميل", "show": "إظهار في قائمة الوصول السريع", @@ -126,6 +137,7 @@ "error": "خطا", "plugin_uninstall": { "button": "إزالة التنصيب", + "desc": "", "title": "إزالة التنصيب {{name}}" }, "plugin_update_zero": "", @@ -143,14 +155,134 @@ "hidden_many": "", "hidden_other": "" }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, "SettingsDeveloperIndex": { + "cef_console": { + "button": "", + "desc": "", + "label": "" + }, "header": "أخرى", "react_devtools": { - "ip_label": "عنوان الشبكة" + "desc": "", + "ip_label": "عنوان الشبكة", + "label": "" }, "third_party_plugins": { "button_install": "تنصيب", - "button_zip": "تصفح" + "button_zip": "تصفح", + "header": "", + "label_desc": "", + "label_url": "", + "label_zip": "" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" + } + }, + "SettingsGeneralIndex": { + "about": { + "decky_version": "", + "header": "" + }, + "beta": { + "header": "" + }, + "developer_mode": { + "label": "" + }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" + }, + "other": { + "header": "" + }, + "updates": { + "header": "" + } + }, + "SettingsIndex": { + "developer_title": "", + "general_title": "", + "plugins_title": "", + "testing_title": "" + }, + "Store": { + "store_contrib": { + "desc": "", + "label": "" + }, + "store_search": { + "label": "" + }, + "store_sort": { + "label": "", + "label_def": "" + }, + "store_source": { + "desc": "", + "label": "" + }, + "store_tabs": { + "about": "", + "alph_asce": "", + "alph_desc": "", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", + "title": "" + }, + "store_testing_cta": "", + "store_testing_warning": { + "desc": "", + "label": "" + } + }, + "StoreSelect": { + "custom_store": { + "label": "", + "url_label": "" + }, + "store_channel": { + "custom": "", + "default": "", + "label": "", + "testing": "" + } + }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, + "Updater": { + "decky_updates": "", + "no_patch_notes_desc": "", + "patch_notes_desc": "", + "updates": { + "check_button": "", + "checking": "", + "install_button": "", + "label": "", + "lat_version": "", + "reloading": "", + "updating": "" } } } diff --git a/backend/decky_loader/locales/bg-BG.json b/backend/decky_loader/locales/bg-BG.json index 7272f555..0e28abda 100644 --- a/backend/decky_loader/locales/bg-BG.json +++ b/backend/decky_loader/locales/bg-BG.json @@ -99,12 +99,14 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "Бърз достъп: Скриване", "no_plugin": "Няма инсталирани добавки!", "plugin_actions": "Действия с добавката", "reinstall": "Преинсталиране", "reload": "Презареждане", "show": "Бърз достъп: Показване", + "unfreeze": "", "uninstall": "Деинсталиране", "update_all_one": "Обновяване на 1 добавка", "update_all_other": "Обновяване на {{count}} добавки", @@ -192,7 +194,8 @@ "SettingsIndex": { "developer_title": "Разработчик", "general_title": "Общи", - "plugins_title": "Добавки" + "plugins_title": "Добавки", + "testing_title": "" }, "Store": { "store_contrib": { @@ -218,9 +221,17 @@ "about": "Относно", "alph_asce": "По азбучен ред (Я -> А)", "alph_desc": "По азбучен ред (А -> Я)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Разглеждане" }, - "store_testing_cta": "Помислете дали искате да тествате новите добавки, за да помогнете на екипа на Decky Loader!" + "store_testing_cta": "Помислете дали искате да тествате новите добавки, за да помогнете на екипа на Decky Loader!", + "store_testing_warning": { + "desc": "", + "label": "" + } }, "StoreSelect": { "custom_store": { @@ -234,6 +245,17 @@ "testing": "Тестване" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, "Updater": { "decky_updates": "Обновления на Decky", "no_patch_notes_desc": "няма бележки за промените в тази версия", diff --git a/backend/decky_loader/locales/cs-CZ.json b/backend/decky_loader/locales/cs-CZ.json index 92167b9a..b083fdc9 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": { @@ -253,7 +255,11 @@ } }, "Testing": { - "download": "Stáhnout" + "download": "Stáhnout", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Otevřít obchod Decky", diff --git a/backend/decky_loader/locales/de-DE.json b/backend/decky_loader/locales/de-DE.json index 71570f93..39c592ea 100644 --- a/backend/decky_loader/locales/de-DE.json +++ b/backend/decky_loader/locales/de-DE.json @@ -246,7 +246,11 @@ } }, "Testing": { - "download": "Download" + "download": "Download", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Decky Store Öffnen", diff --git a/backend/decky_loader/locales/el-GR.json b/backend/decky_loader/locales/el-GR.json index e969e075..c2394876 100644 --- a/backend/decky_loader/locales/el-GR.json +++ b/backend/decky_loader/locales/el-GR.json @@ -99,12 +99,14 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "Γρήγορη πρόσβαση: Απόκρυψη", "no_plugin": "Δεν υπάρχουν εγκατεστημένες επεκτάσεις!", "plugin_actions": "Ενέργειες επεκτάσεων", "reinstall": "Επανεγκατάσταση", "reload": "Επαναφόρτωση", "show": "Γρήγορη πρόσβαση: Εμφάνιση", + "unfreeze": "", "uninstall": "Απεγκατάσταση", "update_all_one": "Ενημέρωση 1 επέκτασης", "update_all_other": "Ενημέρωση {{count}} επεκτάσεων", @@ -192,7 +194,8 @@ "SettingsIndex": { "developer_title": "Προγραμματιστής", "general_title": "Γενικά", - "plugins_title": "Επεκτάσεις" + "plugins_title": "Επεκτάσεις", + "testing_title": "" }, "Store": { "store_contrib": { @@ -218,6 +221,10 @@ "about": "Σχετικά", "alph_asce": "Αλφαβητικά (Ζ σε Α)", "alph_desc": "Αλφαβητικά (Α σε Ζ)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Περιήγηση" }, "store_testing_cta": "Παρακαλώ σκεφτείτε να τεστάρετε νέες επεκτάσεις για να βοηθήσετε την ομάδα του Decky Loader!", @@ -238,6 +245,13 @@ "testing": "Δοκιμαστικό" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, "TitleView": { "decky_store_desc": "Άνοιγμα Καταστήματος Decky", "settings_desc": "Άνοιγμα Ρυθμίσεων Decky" diff --git a/backend/decky_loader/locales/es-ES.json b/backend/decky_loader/locales/es-ES.json index 4e2103bf..06cad2df 100644 --- a/backend/decky_loader/locales/es-ES.json +++ b/backend/decky_loader/locales/es-ES.json @@ -12,9 +12,41 @@ "disabling": "Desactivando DevTools de React", "enabling": "Activando DevTools de React" }, + "DropdownMultiselect": { + "button": { + "back": "" + } + }, + "FilePickerError": { + "errors": { + "file_not_found": "", + "perm_denied": "", + "unknown": "" + } + }, "FilePickerIndex": { + "file": { + "select": "" + }, + "files": { + "all_files": "", + "file_type": "", + "show_hidden": "" + }, + "filter": { + "created_asce": "", + "created_desc": "", + "modified_asce": "", + "modified_desc": "", + "name_asce": "", + "name_desc": "", + "size_asce": "", + "size_desc": "" + }, "folder": { - "select": "Usar esta carpeta" + "label": "", + "select": "Usar esta carpeta", + "show_more": "" } }, "MultiplePluginsInstallModal": { @@ -71,16 +103,23 @@ } }, "PluginListIndex": { + "freeze": "", + "hide": "", "no_plugin": "¡No hay plugins instalados!", "plugin_actions": "Acciones de plugin", "reinstall": "Reinstalar", "reload": "Recargar", + "show": "", + "unfreeze": "", "uninstall": "Desinstalar", "update_all_one": "Actualizar 1 plugin", "update_all_many": "Actualizar {{count}} plugins", "update_all_other": "Actualizar {{count}} plugins", "update_to": "Actualizar a {{name}}" }, + "PluginListLabel": { + "hidden": "" + }, "PluginLoader": { "decky_title": "Decky", "decky_update_available": "¡Actualización {{tag_name}} disponible!", @@ -147,6 +186,11 @@ "developer_mode": { "label": "Modo desarrollador" }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" + }, "other": { "header": "Otros" }, @@ -157,7 +201,8 @@ "SettingsIndex": { "developer_title": "Desarrollador", "general_title": "General", - "plugins_title": "Plugins" + "plugins_title": "Plugins", + "testing_title": "" }, "Store": { "store_contrib": { @@ -183,9 +228,17 @@ "about": "Información", "alph_asce": "Alfabéticamente (Z-A)", "alph_desc": "Alfabéticamente (A-Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Navegar" }, - "store_testing_cta": "¡Por favor considera probar plugins nuevos para ayudar al equipo de Decky Loader!" + "store_testing_cta": "¡Por favor considera probar plugins nuevos para ayudar al equipo de Decky Loader!", + "store_testing_warning": { + "desc": "", + "label": "" + } }, "StoreSelect": { "custom_store": { @@ -199,6 +252,17 @@ "testing": "Pruebas" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, "Updater": { "decky_updates": "Actualizaciones de Decky", "no_patch_notes_desc": "No hay notas de parche para esta versión", diff --git a/backend/decky_loader/locales/fi-FI.json b/backend/decky_loader/locales/fi-FI.json index 8ffb6d00..504baa03 100644 --- a/backend/decky_loader/locales/fi-FI.json +++ b/backend/decky_loader/locales/fi-FI.json @@ -99,12 +99,14 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "Pikavalikko: Piilota", "no_plugin": "Ei asennettuja laajennuksia!", "plugin_actions": "Laajennustoiminnot", "reinstall": "Uudelleenasenna", "reload": "Lataa uudelleen", "show": "Pikavalikko: Näytä", + "unfreeze": "", "uninstall": "Poista asennus", "update_all_one": "Päivitä yksi laajennus", "update_all_other": "Päivitä {{count}} laajennusta", @@ -192,7 +194,8 @@ "SettingsIndex": { "developer_title": "Kehittäjä", "general_title": "Yleinen", - "plugins_title": "Laajennukset" + "plugins_title": "Laajennukset", + "testing_title": "" }, "Store": { "store_contrib": { @@ -218,6 +221,10 @@ "about": "Tietoja", "alph_asce": "Aakkosjärjestyksessä (Z–A)", "alph_desc": "Aakkosjärjestyksessä (A–Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Selaa" }, "store_testing_cta": "Harkitse uusien lisäosien testaamista auttaaksesi Decky Loader -tiimiä!", @@ -238,6 +245,13 @@ "testing": "Testaus" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, "TitleView": { "decky_store_desc": "Avaa Decky-myymälä", "settings_desc": "Avaa Decky-asetukset" diff --git a/backend/decky_loader/locales/fr-FR.json b/backend/decky_loader/locales/fr-FR.json index b1519be9..c4faa72d 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}}" } }, @@ -253,7 +253,11 @@ } }, "Testing": { - "download": "Télécharger" + "download": "Télécharger", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Ouvrir le magasin Decky", diff --git a/backend/decky_loader/locales/it-IT.json b/backend/decky_loader/locales/it-IT.json index 63315312..48a125ff 100644 --- a/backend/decky_loader/locales/it-IT.json +++ b/backend/decky_loader/locales/it-IT.json @@ -253,7 +253,11 @@ } }, "Testing": { - "download": "Scarica" + "download": "Scarica", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Apri lo store di Decky", diff --git a/backend/decky_loader/locales/ja-JP.json b/backend/decky_loader/locales/ja-JP.json index bc9433f2..81b897de 100644 --- a/backend/decky_loader/locales/ja-JP.json +++ b/backend/decky_loader/locales/ja-JP.json @@ -95,12 +95,14 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "クイックアクセス: 非表示", "no_plugin": "プラグインがインストールされていません!", "plugin_actions": "プラグインアクション", "reinstall": "再インストール", "reload": "再読み込み", "show": "クイックアクセス: 表示", + "unfreeze": "", "uninstall": "アンインストール", "update_all_other": "{{count}} 個のプラグインをアップデート", "update_to": "{{name}} を更新" @@ -185,7 +187,8 @@ "SettingsIndex": { "developer_title": "開発者", "general_title": "一般", - "plugins_title": "プラグイン" + "plugins_title": "プラグイン", + "testing_title": "" }, "Store": { "store_contrib": { @@ -211,6 +214,10 @@ "about": "概要", "alph_asce": "アルファベット(Z to A)", "alph_desc": "アルファベット(A to Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "閲覧" }, "store_testing_cta": "Decky Loaderチームを支援するために、新しいプラグインのテストを検討してください!", @@ -231,6 +238,13 @@ "testing": "テスト" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, "TitleView": { "decky_store_desc": "Deckyストアを開く", "settings_desc": "Decky設定を開く" diff --git a/backend/decky_loader/locales/ko-KR.json b/backend/decky_loader/locales/ko-KR.json index 902851c5..26074393 100644 --- a/backend/decky_loader/locales/ko-KR.json +++ b/backend/decky_loader/locales/ko-KR.json @@ -239,7 +239,11 @@ } }, "Testing": { - "download": "다운로드" + "download": "다운로드", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Decky 스토어 열기", diff --git a/backend/decky_loader/locales/nl-NL.json b/backend/decky_loader/locales/nl-NL.json index ad78bc3b..dee170a4 100644 --- a/backend/decky_loader/locales/nl-NL.json +++ b/backend/decky_loader/locales/nl-NL.json @@ -246,7 +246,11 @@ } }, "Testing": { - "download": "Downloaden" + "download": "Downloaden", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Decky Store openen", diff --git a/backend/decky_loader/locales/pl-PL.json b/backend/decky_loader/locales/pl-PL.json index 4e4d6249..2de1e615 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": { @@ -253,7 +255,11 @@ } }, "Testing": { - "download": "Pobierz" + "download": "Pobierz", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Otwórz sklep Decky", diff --git a/backend/decky_loader/locales/pt-BR.json b/backend/decky_loader/locales/pt-BR.json index ae6d0afb..781f1ba8 100644 --- a/backend/decky_loader/locales/pt-BR.json +++ b/backend/decky_loader/locales/pt-BR.json @@ -110,6 +110,7 @@ "reinstall": "Reinstalar", "reload": "Recarregar", "show": "Acesso Rápido: Mostrar", + "unfreeze": "", "uninstall": "Desinstalar", "update_all_one": "Atualizar 1 plugin", "update_all_many": "Atualizar {{count}} plugins", @@ -200,7 +201,8 @@ "SettingsIndex": { "developer_title": "Desenvolvedor", "general_title": "Geral", - "plugins_title": "Plugins" + "plugins_title": "Plugins", + "testing_title": "" }, "Store": { "store_contrib": { @@ -226,6 +228,10 @@ "about": "Sobre", "alph_asce": "Alfabética (Z - A)", "alph_desc": "Alfabética (A - Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Navegar" }, "store_testing_cta": "Por favor, considere testar os novos plugins para ajudar o time do Decky Loader!", @@ -246,6 +252,13 @@ "testing": "Em Teste" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, "TitleView": { "decky_store_desc": "Abrir Loja Decky", "settings_desc": "Abrir Definições Decky" diff --git a/backend/decky_loader/locales/pt-PT.json b/backend/decky_loader/locales/pt-PT.json index cb4def0d..f1b75ac9 100644 --- a/backend/decky_loader/locales/pt-PT.json +++ b/backend/decky_loader/locales/pt-PT.json @@ -103,12 +103,14 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "Acesso rápido: Ocultar", "no_plugin": "Nenhum plugin instalado!", "plugin_actions": "Operações de plugin", "reinstall": "Reinstalar", "reload": "Recarregar", "show": "Acesso rápido: Mostrar", + "unfreeze": "", "uninstall": "Desinstalar", "update_all_one": "Actualizar 1 plugin", "update_all_many": "Actualizar {{count}} plugins", @@ -199,7 +201,8 @@ "SettingsIndex": { "developer_title": "Programador", "general_title": "Geral", - "plugins_title": "Plugins" + "plugins_title": "Plugins", + "testing_title": "" }, "Store": { "store_contrib": { @@ -225,6 +228,10 @@ "about": "Sobre", "alph_asce": "Alfabeticamente (Z-A)", "alph_desc": "Alfabeticamente (A-Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Navegar" }, "store_testing_cta": "Testa novos plugins e ajuda a equipa do Decky Loader!", @@ -245,6 +252,13 @@ "testing": "Em teste" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, "TitleView": { "decky_store_desc": "Abrir a Loja Decky", "settings_desc": "Abrir as Definições Decky" diff --git a/backend/decky_loader/locales/ru-RU.json b/backend/decky_loader/locales/ru-RU.json index d4ee3674..a592d217 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": { @@ -253,7 +255,11 @@ } }, "Testing": { - "download": "Загрузить" + "download": "Загрузить", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Открыть магазин Decky", diff --git a/backend/decky_loader/locales/sq-AL.json b/backend/decky_loader/locales/sq-AL.json index e48b738c..7a048c02 100644 --- a/backend/decky_loader/locales/sq-AL.json +++ b/backend/decky_loader/locales/sq-AL.json @@ -2,15 +2,50 @@ "BranchSelect": { "update_channel": { "label": "Kanali Përditësimet", - "stable": "Fiksuar" + "prerelease": "", + "stable": "Fiksuar", + "testing": "" + } + }, + "DropdownMultiselect": { + "button": { + "back": "" + } + }, + "FilePickerError": { + "errors": { + "file_not_found": "", + "perm_denied": "", + "unknown": "" } }, "FilePickerIndex": { + "file": { + "select": "" + }, + "files": { + "all_files": "", + "file_type": "", + "show_hidden": "" + }, + "filter": { + "created_asce": "", + "created_desc": "", + "modified_asce": "", + "modified_desc": "", + "name_asce": "", + "name_desc": "", + "size_asce": "", + "size_desc": "" + }, "folder": { - "select": "Përdore këtë folder" + "label": "", + "select": "Përdore këtë folder", + "show_more": "" } }, "MultiplePluginsInstallModal": { + "confirm": "", "title": { "install_one": "", "install_other": "", @@ -23,7 +58,9 @@ } }, "PluginCard": { + "plugin_full_access": "", "plugin_install": "Instalo", + "plugin_no_desc": "", "plugin_version_label": "Versioni Shteses" }, "PluginInstallModal": { @@ -47,10 +84,21 @@ } }, "PluginListIndex": { + "freeze": "", + "hide": "", "no_plugin": "Nuk ka shtesa të instaluar!", + "plugin_actions": "", + "reinstall": "", + "reload": "", + "show": "", + "unfreeze": "", "uninstall": "Çinstalo", "update_all_one": "", - "update_all_other": "" + "update_all_other": "", + "update_to": "" + }, + "PluginListLabel": { + "hidden": "" }, "PluginLoader": { "decky_title": "Decky", @@ -68,8 +116,21 @@ "hidden_one": "", "hidden_other": "" }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, "SettingsDeveloperIndex": { + "cef_console": { + "button": "", + "desc": "", + "label": "" + }, + "header": "", "react_devtools": { + "desc": "", "ip_label": "IP", "label": "Aktivizo React DevTools" }, @@ -80,11 +141,28 @@ "label_desc": "URL", "label_url": "Instalo Shtes Nga URL", "label_zip": "Instalo Shtes Nga ZIP" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" } }, "SettingsGeneralIndex": { "about": { - "decky_version": "Versioni Decky" + "decky_version": "Versioni Decky", + "header": "" + }, + "beta": { + "header": "" + }, + "developer_mode": { + "label": "" + }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" }, "other": { "header": "Të Tjera" @@ -95,10 +173,13 @@ }, "SettingsIndex": { "developer_title": "Zhvillues", - "general_title": "Gjeneral" + "general_title": "Gjeneral", + "plugins_title": "", + "testing_title": "" }, "Store": { "store_contrib": { + "desc": "", "label": "Kontributi" }, "store_filter": { @@ -109,23 +190,65 @@ "label": "Kërko" }, "store_sort": { - "label": "Rendit" + "label": "Rendit", + "label_def": "" }, "store_source": { + "desc": "", "label": "Kodin Burimor" }, "store_tabs": { + "about": "", + "alph_asce": "", + "alph_desc": "", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Kërko" + }, + "store_testing_cta": "", + "store_testing_warning": { + "desc": "", + "label": "" } }, "StoreSelect": { + "custom_store": { + "label": "", + "url_label": "" + }, "store_channel": { - "label": "Kanali Dyqanit" + "custom": "", + "default": "", + "label": "Kanali Dyqanit", + "testing": "" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, "Updater": { + "decky_updates": "", + "no_patch_notes_desc": "", + "patch_notes_desc": "", "updates": { - "cur_version": "Versioni e tanishëme: {{ver}}" + "check_button": "", + "checking": "", + "cur_version": "Versioni e tanishëme: {{ver}}", + "install_button": "", + "label": "", + "lat_version": "", + "reloading": "", + "updating": "" } } } diff --git a/backend/decky_loader/locales/sv-SE.json b/backend/decky_loader/locales/sv-SE.json index 5130ed12..f9c21748 100644 --- a/backend/decky_loader/locales/sv-SE.json +++ b/backend/decky_loader/locales/sv-SE.json @@ -71,16 +71,173 @@ "update_other": "" } }, + "PluginCard": { + "plugin_full_access": "", + "plugin_install": "", + "plugin_no_desc": "", + "plugin_version_label": "" + }, + "PluginInstallModal": { + "no_hash": "" + }, "PluginListIndex": { + "freeze": "", + "hide": "", + "no_plugin": "", + "plugin_actions": "", + "reinstall": "", + "reload": "", + "show": "", + "unfreeze": "", + "uninstall": "", "update_all_one": "", - "update_all_other": "" + "update_all_other": "", + "update_to": "" + }, + "PluginListLabel": { + "hidden": "" }, "PluginLoader": { + "plugin_uninstall": { + "button": "", + "desc": "", + "title": "" + }, "plugin_update_one": "", "plugin_update_other": "" }, "PluginView": { "hidden_one": "", "hidden_other": "" + }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, + "SettingsDeveloperIndex": { + "cef_console": { + "button": "", + "desc": "", + "label": "" + }, + "header": "", + "react_devtools": { + "desc": "", + "ip_label": "", + "label": "" + }, + "third_party_plugins": { + "button_install": "", + "button_zip": "", + "header": "", + "label_desc": "", + "label_url": "", + "label_zip": "" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" + } + }, + "SettingsGeneralIndex": { + "about": { + "decky_version": "", + "header": "" + }, + "beta": { + "header": "" + }, + "developer_mode": { + "label": "" + }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" + }, + "other": { + "header": "" + }, + "updates": { + "header": "" + } + }, + "SettingsIndex": { + "developer_title": "", + "general_title": "", + "plugins_title": "", + "testing_title": "" + }, + "Store": { + "store_contrib": { + "desc": "", + "label": "" + }, + "store_search": { + "label": "" + }, + "store_sort": { + "label": "", + "label_def": "" + }, + "store_source": { + "desc": "", + "label": "" + }, + "store_tabs": { + "about": "", + "alph_asce": "", + "alph_desc": "", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", + "title": "" + }, + "store_testing_cta": "", + "store_testing_warning": { + "desc": "", + "label": "" + } + }, + "StoreSelect": { + "custom_store": { + "label": "", + "url_label": "" + }, + "store_channel": { + "custom": "", + "default": "", + "label": "", + "testing": "" + } + }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, + "Updater": { + "decky_updates": "", + "no_patch_notes_desc": "", + "patch_notes_desc": "", + "updates": { + "check_button": "", + "checking": "", + "install_button": "", + "label": "", + "lat_version": "", + "reloading": "", + "updating": "" + } } } diff --git a/backend/decky_loader/locales/tr-TR.json b/backend/decky_loader/locales/tr-TR.json index 48a3646a..47212658 100644 --- a/backend/decky_loader/locales/tr-TR.json +++ b/backend/decky_loader/locales/tr-TR.json @@ -14,7 +14,9 @@ }, "FilePickerError": { "errors": { - "file_not_found": "Belirtilen yol geçerli değil. Lütfen yolu kontrol edin ve doğru şekilde yeniden girin." + "file_not_found": "Belirtilen yol geçerli değil. Lütfen yolu kontrol edin ve doğru şekilde yeniden girin.", + "perm_denied": "", + "unknown": "" } }, "FilePickerIndex": { @@ -55,17 +57,18 @@ "title": { "install_one": "1 eklenti yükle", "install_other": "{{count}} eklenti yükle", + "mixed_one": "", + "mixed_other": "", "reinstall_one": "1 eklentiyi yeniden yükle", "reinstall_other": "{{count}} eklentiyi yeniden yükle", "update_one": "", - "update_other": "", - "mixed_one": "", - "mixed_other": "" + "update_other": "" } }, "PluginCard": { "plugin_full_access": "Bu eklenti Steam Deck'inize tam erişime sahiptir.", "plugin_install": "Yükle", + "plugin_no_desc": "", "plugin_version_label": "Eklenti Versiyonu" }, "PluginInstallModal": { @@ -75,6 +78,7 @@ "desc": "Yüklemek istediğinizden emin misiniz {{artifact}} {{version}}?", "title": "Yükle {{artifact}}" }, + "no_hash": "", "reinstall": { "button_idle": "Yeniden Yükle", "button_processing": "Yeniden Yükleniyor", @@ -94,11 +98,13 @@ "no_plugin": "Yüklü eklenti yok!", "plugin_actions": "Eklenti İşlemleri", "reinstall": "Yeniden Yükle", + "reload": "", "show": "Hızlı erişim: Göster", "unfreeze": "Güncellemelere izin ver", "uninstall": "Kaldır", "update_all_one": "1 eklentiyi güncelle", - "update_all_other": "{{count}} eklentiyi güncelle" + "update_all_other": "{{count}} eklentiyi güncelle", + "update_to": "" }, "PluginListLabel": { "hidden": "Hızlı erişim menüsünden gizlenmiş" @@ -123,13 +129,23 @@ "hidden_one": "1 eklenti bu listeden gizlenmiştir", "hidden_other": "{{count}} eklenti bu listeden gizlenmiştir" }, + "RemoteDebugging": { + "remote_cef": { + "desc": "", + "label": "" + } + }, "SettingsDeveloperIndex": { "cef_console": { - "button": "Konsolu Aç" + "button": "Konsolu Aç", + "desc": "", + "label": "" }, "header": "Diğer", "react_devtools": { - "ip_label": "IP" + "desc": "", + "ip_label": "IP", + "label": "" }, "third_party_plugins": { "button_install": "Yükle", @@ -138,6 +154,11 @@ "label_desc": "URL", "label_url": "URL'den Eklenti Yükle", "label_zip": "ZIP Dosyasından Eklenti Yükle" + }, + "valve_internal": { + "desc1": "", + "desc2": "", + "label": "" } }, "SettingsGeneralIndex": { @@ -166,10 +187,12 @@ "SettingsIndex": { "developer_title": "Geliştirici", "general_title": "Genel", - "plugins_title": "Eklentiler" + "plugins_title": "Eklentiler", + "testing_title": "" }, "Store": { "store_contrib": { + "desc": "", "label": "Katkıda Bulunma" }, "store_filter": { @@ -184,6 +207,7 @@ "label_def": "Son Güncellenme (En Yeni)" }, "store_source": { + "desc": "", "label": "Kaynak Kodu" }, "store_tabs": { @@ -195,19 +219,31 @@ "downloads_asce": "Önce En Az İndirilen", "downloads_desc": "Önce En Çok İndirilen", "title": "Gözat" + }, + "store_testing_cta": "", + "store_testing_warning": { + "desc": "", + "label": "" } }, "StoreSelect": { "custom_store": { + "label": "", "url_label": "URL" }, "store_channel": { "custom": "Özel", - "default": "Varsayılan" + "default": "Varsayılan", + "label": "", + "testing": "" } }, "Testing": { - "download": "İndir" + "download": "İndir", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "Decky Mağazasını Aç", @@ -223,6 +259,8 @@ "cur_version": "Mevcut Versiyon: {{ver}}", "install_button": "Güncellemeyi Yükle", "label": "Güncellemeler", + "lat_version": "", + "reloading": "", "updating": "Güncelleniyor" } } diff --git a/backend/decky_loader/locales/uk-UA.json b/backend/decky_loader/locales/uk-UA.json index 2af01316..3d966806 100644 --- a/backend/decky_loader/locales/uk-UA.json +++ b/backend/decky_loader/locales/uk-UA.json @@ -12,9 +12,41 @@ "disabling": "Вимкнення React DevTools", "enabling": "Увімкнення React DevTools" }, + "DropdownMultiselect": { + "button": { + "back": "" + } + }, + "FilePickerError": { + "errors": { + "file_not_found": "", + "perm_denied": "", + "unknown": "" + } + }, "FilePickerIndex": { + "file": { + "select": "" + }, + "files": { + "all_files": "", + "file_type": "", + "show_hidden": "" + }, + "filter": { + "created_asce": "", + "created_desc": "", + "modified_asce": "", + "modified_desc": "", + "name_asce": "", + "name_desc": "", + "size_asce": "", + "size_desc": "" + }, "folder": { - "select": "Використовувати цю папку" + "label": "", + "select": "Використовувати цю папку", + "show_more": "" } }, "MultiplePluginsInstallModal": { @@ -71,16 +103,19 @@ } }, "PluginListIndex": { + "freeze": "", "hide": "Швидкий доступ: Приховати", "no_plugin": "Плагінів не встановлено!", "plugin_actions": "Дії плагінів", "reinstall": "Перевстановити", "reload": "Перезавантажити", "show": "Швидкий доступ: Показати", + "unfreeze": "", "uninstall": "Видалити", "update_all_one": "Оновити 1 плагін", "update_all_few": "Оновити {{count}} плагінів", "update_all_many": "Оновити {{count}} плагінів", + "update_all_other": "", "update_to": "Оновити {{name}}" }, "PluginListLabel": { @@ -107,7 +142,8 @@ "PluginView": { "hidden_one": "{{count}} плагін приховано з цього списку", "hidden_few": "{{count}} плагінів приховано з цього списку", - "hidden_many": "{{count}} плагінів приховано з цього списку" + "hidden_many": "{{count}} плагінів приховано з цього списку", + "hidden_other": "" }, "RemoteDebugging": { "remote_cef": { @@ -152,6 +188,11 @@ "developer_mode": { "label": "Розробницький режим" }, + "notifications": { + "decky_updates_label": "", + "header": "", + "plugin_updates_label": "" + }, "other": { "header": "Інше" }, @@ -162,7 +203,8 @@ "SettingsIndex": { "developer_title": "Розробник", "general_title": "Загальне", - "plugins_title": "Плагіни" + "plugins_title": "Плагіни", + "testing_title": "" }, "Store": { "store_contrib": { @@ -188,9 +230,17 @@ "about": "Інформація", "alph_asce": "За алфавітом (Z до A)", "alph_desc": "За алфавітом (A до Z)", + "date_asce": "", + "date_desc": "", + "downloads_asce": "", + "downloads_desc": "", "title": "Огляд" }, - "store_testing_cta": "Розгляньте можливість тестування нових плагінів, щоб допомогти команді Decky Loader!" + "store_testing_cta": "Розгляньте можливість тестування нових плагінів, щоб допомогти команді Decky Loader!", + "store_testing_warning": { + "desc": "", + "label": "" + } }, "StoreSelect": { "custom_store": { @@ -204,6 +254,17 @@ "testing": "Тестування" } }, + "Testing": { + "download": "", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" + }, + "TitleView": { + "decky_store_desc": "", + "settings_desc": "" + }, "Updater": { "decky_updates": "Оновлення Decky", "no_patch_notes_desc": "Немає нотаток до цієї версії", diff --git a/backend/decky_loader/locales/zh-CN.json b/backend/decky_loader/locales/zh-CN.json index e62d1f02..e6c14a1b 100644 --- a/backend/decky_loader/locales/zh-CN.json +++ b/backend/decky_loader/locales/zh-CN.json @@ -239,7 +239,11 @@ } }, "Testing": { - "download": "下载" + "download": "下载", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "打开 Decky 商店", diff --git a/backend/decky_loader/locales/zh-TW.json b/backend/decky_loader/locales/zh-TW.json index b556766f..ffc72f06 100644 --- a/backend/decky_loader/locales/zh-TW.json +++ b/backend/decky_loader/locales/zh-TW.json @@ -239,7 +239,11 @@ } }, "Testing": { - "download": "下載" + "download": "下載", + "error": "", + "header": "", + "loading": "", + "start_download_toast": "" }, "TitleView": { "decky_store_desc": "開啟 Decky 商店", |
