You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/cs.js
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ OC.L10N.register(
44
44
"Create new form" : "Vytvořit nový formulář",
45
45
"This form does not exist" : "Tento formulář neexistuje",
46
46
"Form expired" : "Platnost formuláře skončila",
47
+
"This form has expired and is no longer taking responses" : "Platnost tohoto formuláře skončila a už nepřijímá odpovědi",
47
48
"Error while saving configuration" : "Chyba při ukládání nastavení",
48
49
"Error while reloading config" : "Chyba při znovunačítání nastavení",
49
50
"Form creation" : "Vytvoření formuláře",
@@ -169,8 +170,13 @@ OC.L10N.register(
169
170
"Allow editing own responses" : "Umožnit upravování vlastních odpovědí",
170
171
"Set expiration date" : "Nastavit datum skončení platnosti",
171
172
"Show expiration date on form" : "Zobrazit ve formuláři datum skončení platnosti",
173
+
"Limit number of responses" : "Omezit počet odpovědí",
174
+
"Maximum number of responses" : "Maximální počet odpovědí",
175
+
"Form will be closed automatically when the limit is reached." : "Po dosažení limitu bude formulář automaticky uzavřen.",
172
176
"Close form" : "Uzavřít formulář",
177
+
"Closed forms do not accept new responses." : "Už uzavřené formuláře nepřijímají nové odpovědi.",
173
178
"Lock form permanently" : "Uzamknout formulář natrvalo",
179
+
"Archived forms do not accept new responses and cannot be modified." : "Archivované formuláře nepřijímají nové odpovědi a není možné je upravovat.",
174
180
"Custom submission message" : "Uživatelsky určená zpráva o odeslání",
175
181
"Message to show after a user submitted the form (formatting using Markdown is supported)" : "Zpráva kterou zobrazit poté, co uživatel odešle formulář (je podporováno Markdown formátování)",
176
182
"Message to show after a user submitted the form. Please note that the message will not be translated!" : "Zpráva kterou zobrazit poté, co uživatel odešle formulář. Prosím mějte na paměti, že nebude přeložena do ostatních jazyků!",
@@ -209,6 +215,7 @@ OC.L10N.register(
209
215
"View form" : "Zobrazit formulář",
210
216
"View" : "Zobrazit",
211
217
"Edit" : "Upravit",
218
+
"Show responses" : "Zobrazit odpovědi",
212
219
"View mode" : "Režim zobrazení",
213
220
"Share" : "Sdílet",
214
221
"Responses are anonymous." : "Odpovědi jsou anonymní.",
@@ -231,12 +238,16 @@ OC.L10N.register(
231
238
"Summary" : "Souhrn",
232
239
"Unlink spreadsheet" : "Zrušit propojení s tabulkou",
233
240
"Create spreadsheet" : "Vytvořit tabulku",
241
+
"An error occurred while loading responses" : "Při načítání odpovědí došlo k chybě",
234
242
"File {file} successfully linked" : "Soubor {file} úspěšně propojen",
235
243
"There was an error while linking the file" : "Při propojování souboru došlo k chybě",
236
244
"Export successful to {file}" : "Úspěšný export do {file}",
237
245
"There was an error while exporting to Files" : "Při exportu do Souborů došlo k chybě",
238
246
"File is not linked" : "Soubor není propojen",
239
247
"There was an error, while exporting to Files" : "Při exportu do Souborů došlo k chybě",
248
+
"Response deleted" : "Odpověď smazána",
249
+
"An error occurred while deleting this response" : "Při mazání této odpovědi došlo k chybě",
250
+
"An error occurred while deleting responses" : "Při mazání odpovědí došlo k chybě",
240
251
"Choose spreadsheet location" : "Zvolte umístění tabulky",
241
252
"Select {file}" : "Vybrat {file}",
242
253
"Create XLSX" : "Vytvořit XLSX",
@@ -252,20 +263,28 @@ OC.L10N.register(
252
263
"Delete all responses" : "Smazat všechny odpovědi",
253
264
"Search" : "Hledat",
254
265
"Loading responses …" : "Načítání odpovědí …",
266
+
"No responses found" : "Nenalezeny žádné odpovědi",
267
+
"No responses found for '{submissionSearch}'" : "Nenalezeny žádné odpovědi pro „{submissionSearch}“",
255
268
"No responses yet" : "Zatím žádné odpvědi",
269
+
"Responses will show up here" : "Odpovědi se zobrazí zde",
270
+
"Are you sure you want to delete all responses?" : "Opravdu chcete všechny odezvy smazat?",
256
271
"Form settings" : "Nastavení formuláře",
257
272
"Sharing" : "Sdílení",
258
273
"Settings" : "Nastavení",
259
274
"Abort" : "Přerušit",
260
275
"Submit" : "Odeslat",
261
276
"Leave" : "Opustit",
262
277
"Clear" : "Vyčistit",
278
+
"There was an error while loading the response" : "Při načítání odpovědi došlo k chybě",
263
279
"Some answers are not valid" : "Některé odpovědi nejsou platné",
264
280
"There was an error submitting the form: {message}" : "Při odesílání formuláře došlo k chybě: {message}",
265
281
"There was an error submitting the form" : "Při odesílání formuláře došlo k chybě",
266
282
"Submit form" : "Odeslat formulář",
267
283
"Submitting form …" : "Odesílání formuláře …",
268
284
"Thank you for completing the form!" : "Děkujeme za vyplnění formuláře!",
285
+
"Limit reached" : "Dosaženo limitu",
286
+
"This form has reached the maximum number of responses" : "Tento formulář dosáhl maximálního počtu odpovědí",
287
+
"This form was closed and is no longer taking responses" : "Tento formulář už byl uzavřen a už nepřijímá odpovědi",
269
288
"Clear form" : "Vyčistit formulář",
270
289
"Confirm submit" : "Potvrdit odeslání",
271
290
"Are you sure you want to submit an empty form?" : "Opravdu chcete odeslat nevyplněný formulář?",
Copy file name to clipboardExpand all lines: l10n/cs.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
"Create new form" : "Vytvořit nový formulář",
43
43
"This form does not exist" : "Tento formulář neexistuje",
44
44
"Form expired" : "Platnost formuláře skončila",
45
+
"This form has expired and is no longer taking responses" : "Platnost tohoto formuláře skončila a už nepřijímá odpovědi",
45
46
"Error while saving configuration" : "Chyba při ukládání nastavení",
46
47
"Error while reloading config" : "Chyba při znovunačítání nastavení",
47
48
"Form creation" : "Vytvoření formuláře",
@@ -167,8 +168,13 @@
167
168
"Allow editing own responses" : "Umožnit upravování vlastních odpovědí",
168
169
"Set expiration date" : "Nastavit datum skončení platnosti",
169
170
"Show expiration date on form" : "Zobrazit ve formuláři datum skončení platnosti",
171
+
"Limit number of responses" : "Omezit počet odpovědí",
172
+
"Maximum number of responses" : "Maximální počet odpovědí",
173
+
"Form will be closed automatically when the limit is reached." : "Po dosažení limitu bude formulář automaticky uzavřen.",
170
174
"Close form" : "Uzavřít formulář",
175
+
"Closed forms do not accept new responses." : "Už uzavřené formuláře nepřijímají nové odpovědi.",
171
176
"Lock form permanently" : "Uzamknout formulář natrvalo",
177
+
"Archived forms do not accept new responses and cannot be modified." : "Archivované formuláře nepřijímají nové odpovědi a není možné je upravovat.",
172
178
"Custom submission message" : "Uživatelsky určená zpráva o odeslání",
173
179
"Message to show after a user submitted the form (formatting using Markdown is supported)" : "Zpráva kterou zobrazit poté, co uživatel odešle formulář (je podporováno Markdown formátování)",
174
180
"Message to show after a user submitted the form. Please note that the message will not be translated!" : "Zpráva kterou zobrazit poté, co uživatel odešle formulář. Prosím mějte na paměti, že nebude přeložena do ostatních jazyků!",
@@ -207,6 +213,7 @@
207
213
"View form" : "Zobrazit formulář",
208
214
"View" : "Zobrazit",
209
215
"Edit" : "Upravit",
216
+
"Show responses" : "Zobrazit odpovědi",
210
217
"View mode" : "Režim zobrazení",
211
218
"Share" : "Sdílet",
212
219
"Responses are anonymous." : "Odpovědi jsou anonymní.",
@@ -229,12 +236,16 @@
229
236
"Summary" : "Souhrn",
230
237
"Unlink spreadsheet" : "Zrušit propojení s tabulkou",
231
238
"Create spreadsheet" : "Vytvořit tabulku",
239
+
"An error occurred while loading responses" : "Při načítání odpovědí došlo k chybě",
232
240
"File {file} successfully linked" : "Soubor {file} úspěšně propojen",
233
241
"There was an error while linking the file" : "Při propojování souboru došlo k chybě",
234
242
"Export successful to {file}" : "Úspěšný export do {file}",
235
243
"There was an error while exporting to Files" : "Při exportu do Souborů došlo k chybě",
236
244
"File is not linked" : "Soubor není propojen",
237
245
"There was an error, while exporting to Files" : "Při exportu do Souborů došlo k chybě",
246
+
"Response deleted" : "Odpověď smazána",
247
+
"An error occurred while deleting this response" : "Při mazání této odpovědi došlo k chybě",
248
+
"An error occurred while deleting responses" : "Při mazání odpovědí došlo k chybě",
238
249
"Choose spreadsheet location" : "Zvolte umístění tabulky",
239
250
"Select {file}" : "Vybrat {file}",
240
251
"Create XLSX" : "Vytvořit XLSX",
@@ -250,20 +261,28 @@
250
261
"Delete all responses" : "Smazat všechny odpovědi",
251
262
"Search" : "Hledat",
252
263
"Loading responses …" : "Načítání odpovědí …",
264
+
"No responses found" : "Nenalezeny žádné odpovědi",
265
+
"No responses found for '{submissionSearch}'" : "Nenalezeny žádné odpovědi pro „{submissionSearch}“",
253
266
"No responses yet" : "Zatím žádné odpvědi",
267
+
"Responses will show up here" : "Odpovědi se zobrazí zde",
268
+
"Are you sure you want to delete all responses?" : "Opravdu chcete všechny odezvy smazat?",
254
269
"Form settings" : "Nastavení formuláře",
255
270
"Sharing" : "Sdílení",
256
271
"Settings" : "Nastavení",
257
272
"Abort" : "Přerušit",
258
273
"Submit" : "Odeslat",
259
274
"Leave" : "Opustit",
260
275
"Clear" : "Vyčistit",
276
+
"There was an error while loading the response" : "Při načítání odpovědi došlo k chybě",
261
277
"Some answers are not valid" : "Některé odpovědi nejsou platné",
262
278
"There was an error submitting the form: {message}" : "Při odesílání formuláře došlo k chybě: {message}",
263
279
"There was an error submitting the form" : "Při odesílání formuláře došlo k chybě",
264
280
"Submit form" : "Odeslat formulář",
265
281
"Submitting form …" : "Odesílání formuláře …",
266
282
"Thank you for completing the form!" : "Děkujeme za vyplnění formuláře!",
283
+
"Limit reached" : "Dosaženo limitu",
284
+
"This form has reached the maximum number of responses" : "Tento formulář dosáhl maximálního počtu odpovědí",
285
+
"This form was closed and is no longer taking responses" : "Tento formulář už byl uzavřen a už nepřijímá odpovědi",
267
286
"Clear form" : "Vyčistit formulář",
268
287
"Confirm submit" : "Potvrdit odeslání",
269
288
"Are you sure you want to submit an empty form?" : "Opravdu chcete odeslat nevyplněný formulář?",
0 commit comments