mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/149/head
parent
e244f80031
commit
c611e77295
|
@ -92,6 +92,7 @@ OC.L10N.register(
|
|||
"Save as file" : "Uložit jako soubor",
|
||||
"_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
|
||||
"Delete" : "Smazat",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Opravdu chcete smazat „{name}“? Tuto operaci nelze vzít zpět.",
|
||||
"Delete \"{name}\"?" : "Smazat „{name}“?",
|
||||
"Select target folder" : "Vyberte cílovou složku",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "URL adresa místnosti byla uložena v „{path}“ jako „{filename}“.",
|
||||
|
@ -100,6 +101,7 @@ OC.L10N.register(
|
|||
"Error" : "Chyba",
|
||||
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL adresa prezentace byla uložena v „{path}“ jako „{filename}“.",
|
||||
"URL to presentation could not be stored." : "URL adresu prezentace se nepodařilo uložit.",
|
||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Opravdu chcete smazat nahrávku z „{startDate}“? Tuto operaci nelze vzít zpět.",
|
||||
"Delete?" : "Smazat?",
|
||||
"Could not delete record" : "Záznam se nedaří smazat",
|
||||
"Server error" : "Chyba serveru",
|
||||
|
@ -112,6 +114,7 @@ OC.L10N.register(
|
|||
"Max. participants" : "Nejvýše účastníků",
|
||||
"Group …" : "Skupina…",
|
||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Omezení neovlivní existující místnosti. Mínus 1 (-1) znamená, že hodnota je neomezená. Pokud je uplatněno vícero omezení, je pro každého uživatele zvoleno ta nejméně omezující volba.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Opravdu chcete mazat omezení pro skupinu „{name}“? Tuto operaci nelze vzít zpět.",
|
||||
"Delete restrictions for \"{name}\"?" : "Smazat omezení pro „{name}“?",
|
||||
"Settings saved" : "Nastavení uložena",
|
||||
"Unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
"Save as file" : "Uložit jako soubor",
|
||||
"_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
|
||||
"Delete" : "Smazat",
|
||||
"Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "Opravdu chcete smazat „{name}“? Tuto operaci nelze vzít zpět.",
|
||||
"Delete \"{name}\"?" : "Smazat „{name}“?",
|
||||
"Select target folder" : "Vyberte cílovou složku",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "URL adresa místnosti byla uložena v „{path}“ jako „{filename}“.",
|
||||
|
@ -98,6 +99,7 @@
|
|||
"Error" : "Chyba",
|
||||
"URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL adresa prezentace byla uložena v „{path}“ jako „{filename}“.",
|
||||
"URL to presentation could not be stored." : "URL adresu prezentace se nepodařilo uložit.",
|
||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Opravdu chcete smazat nahrávku z „{startDate}“? Tuto operaci nelze vzít zpět.",
|
||||
"Delete?" : "Smazat?",
|
||||
"Could not delete record" : "Záznam se nedaří smazat",
|
||||
"Server error" : "Chyba serveru",
|
||||
|
@ -110,6 +112,7 @@
|
|||
"Max. participants" : "Nejvýše účastníků",
|
||||
"Group …" : "Skupina…",
|
||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Omezení neovlivní existující místnosti. Mínus 1 (-1) znamená, že hodnota je neomezená. Pokud je uplatněno vícero omezení, je pro každého uživatele zvoleno ta nejméně omezující volba.",
|
||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Opravdu chcete mazat omezení pro skupinu „{name}“? Tuto operaci nelze vzít zpět.",
|
||||
"Delete restrictions for \"{name}\"?" : "Smazat omezení pro „{name}“?",
|
||||
"Settings saved" : "Nastavení uložena",
|
||||
"Unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
|
|
Loading…
Reference in New Issue