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/decky_loader/locales/cs-CZ.json | |
| parent | 1bccfe22efc5352fc193563a8fd9e79bdc2fb088 (diff) | |
| download | decky-loader-54b50fd25c6057285bfb1f8e7a795d268937956e.tar.gz decky-loader-54b50fd25c6057285bfb1f8e7a795d268937956e.zip | |
add default values back
Diffstat (limited to 'backend/decky_loader/locales/cs-CZ.json')
| -rw-r--r-- | backend/decky_loader/locales/cs-CZ.json | 8 |
1 files changed, 7 insertions, 1 deletions
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", |
