Skip to content

Commit 8db3711

Browse files
Translated using Weblate (Czech) (#753)
Currently translated at 100.0% (176 of 176 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/cs/ Co-authored-by: Meiton <michal.salati@gmail.com>
1 parent ffa3226 commit 8db3711

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

backend/decky_loader/locales/cs-CZ.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
"MultiplePluginsInstallModal": {
5353
"confirm": "Jste si jisti, že chcete udělat následující úpravy?",
5454
"description": {
55+
"downgrade": "Downgradovat {{name}} na verzi {{version}}",
5556
"install": "Instalovat {{name}} {{version}}",
57+
"overwrite": "Přepsat {{name}} verzí {{version}}",
5658
"reinstall": "Přeinstalovat {{name}} {{version}}",
5759
"update": "Aktualizovat {{name}} na {{version}}"
5860
},
@@ -61,12 +63,18 @@
6163
"loading": "Probíhá"
6264
},
6365
"title": {
66+
"downgrade_few": "Downgradovat {{count}} pluginy",
67+
"downgrade_one": "Downgradovat {{count}} plugin",
68+
"downgrade_other": "Downgradovat {{count}} pluginů",
6469
"install_few": "Instalovat {{count}} pluginů",
6570
"install_one": "Instalovat 1 plugin",
6671
"install_other": "Instalovat {{count}} pluginů",
6772
"mixed_few": "Upravit {{count}} pluginů",
6873
"mixed_one": "Upravit {{count}} plugin",
6974
"mixed_other": "Upravit {{count}} pluginů",
75+
"overwrite_few": "Přepsat {{count}} pluginy",
76+
"overwrite_one": "Přepsat {{count}} plugin",
77+
"overwrite_other": "Přepsat {{count}} pluginů",
7078
"reinstall_few": "Přeinstalovat {{count}} pluginů",
7179
"reinstall_one": "Přeinstalovat 1 plugin",
7280
"reinstall_other": "Přeinstalovat {{count}} pluginů",
@@ -76,19 +84,36 @@
7684
}
7785
},
7886
"PluginCard": {
87+
"plugin_downgrade": "Downgrade",
7988
"plugin_full_access": "Tento plugin má plný přístup k vašemu Steam Decku.",
8089
"plugin_install": "Instalovat",
8190
"plugin_no_desc": "Nebyl uveden žádný popis.",
91+
"plugin_overwrite": "Přepsat",
92+
"plugin_reinstall": "Přeinstalovat",
93+
"plugin_update": "Aktualizovat",
8294
"plugin_version_label": "Verze pluginu"
8395
},
8496
"PluginInstallModal": {
97+
"downgrade": {
98+
"button_idle": "Downgrade",
99+
"button_processing": "Downgradování",
100+
"desc": "Opravdu chcete downgradovat {{artifact}} na verzi {{version}}?",
101+
"title": "Downgradovat {{artifact}}"
102+
},
85103
"install": {
86104
"button_idle": "Instalovat",
87105
"button_processing": "Instalování",
88106
"desc": "Jste si jisti, že chcete nainstalovat {{artifact}} {{version}}?",
89107
"title": "Instalovat {{artifact}}"
90108
},
91109
"no_hash": "Tento plugin nemá hash, instalujete jej na vlastní nebezpečí.",
110+
"not_installed": "(nenainstalováno)",
111+
"overwrite": {
112+
"button_idle": "Přepsat",
113+
"button_processing": "Přepisování",
114+
"desc": "Opravdu chcete přepsat {{artifact}} na verzi {{version}}?",
115+
"title": "Přepsat {{artifact}}"
116+
},
92117
"reinstall": {
93118
"button_idle": "Přeinstalovat",
94119
"button_processing": "Přeinstalování",
@@ -98,7 +123,7 @@
98123
"update": {
99124
"button_idle": "Aktualizovat",
100125
"button_processing": "Aktualizování",
101-
"desc": "Jste si jisti, že chcete aktualizovat {{artifact}} {{version}}?",
126+
"desc": "Opravdu chcete aktualizovat {{artifact}} na verzi {{version}}?",
102127
"title": "Aktualizovat {{artifact}}"
103128
}
104129
},
@@ -206,6 +231,7 @@
206231
},
207232
"Store": {
208233
"download_progress_info": {
234+
"download_remote": "Stahování externích knihoven",
209235
"download_zip": "Stahování pluginu",
210236
"increment_count": "Zvyšující se počet stahování",
211237
"installing_plugin": "Instalování pluginu",

0 commit comments

Comments
 (0)