diff options
Diffstat (limited to 'lib/l10n/cs.js')
-rw-r--r-- | lib/l10n/cs.js | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index f8b41915ae6..9a8602099a0 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -222,8 +222,6 @@ OC.L10N.register( "Login canceled by app" : "Přihlášení zrušeno aplikací", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Aplikaci „%1$s“ nelze nainstalovat, protože nejsou splněny následující závislosti: %2$s", "a safe home for all your data" : "bezpečný domov pro všechna vaše data", - "File is currently busy, please try again later" : "Soubor je nyní používán, zkuste to později", - "Cannot download file" : "Soubor se nedaří stáhnout", "Application is not enabled" : "Aplikace není povolena", "Authentication error" : "Chyba při ověřování se", "Token expired. Please reload page." : "Platnost tokenu skončila. Načtěte stránku znovu.", @@ -297,10 +295,21 @@ OC.L10N.register( "Chat message" : "Zpráva v chatu", "Chat history" : "Historie chatu", "Generates a possible headline for a text." : "Vytvoří možný nadpis pro text.", + "Reformulated text" : "Přeformulovaný text", + "The reformulated text, written by the assistant" : "Přeformulovaný text, vytvořený pomocníkem", "Simplify text" : "Zjednodušit text", + "Takes a text and simplifies it" : "Vezme text a zjednoduší ho", + "Write a text that you want the assistant to simplify" : "Napište text který chcete aby asistent zjednodušil", + "Simplified text" : "Zjednodušený text", + "The simplified text" : "Zjednodušený text", "Summarize" : "Stručný souhrn", + "Summarizes a text" : "Souhrn obsahu textu", + "The original text to summarize" : "Původní text jehož obsah shrnout", "Summary" : "Souhrn", + "The generated summary" : "Vytvořené shrnutí", "Extract topics" : "Vyzískat témata", + "Extracts topics from a text and outputs them separated by commas" : "Vyzíská témata z textu a vypíše je oddělované čárkami", + "The original text to extract topics from" : "Původní text ze kterého vyzískat témata", "Topics" : "Témata", "The list of extracted topics" : "Seznam extrahovaných témat", "Translate" : "Překládání", @@ -343,6 +352,8 @@ OC.L10N.register( "Username must not consist of dots only" : "Uživatelské jméno se nemůže skládat pouze ze samých teček", "Username is invalid because files already exist for this user" : "Uživatelské jméno není platné, protože protože pro tohoto uživatele už existují soubory", "User disabled" : "Uživatel zakázán", + "File is currently busy, please try again later" : "Soubor je nyní používán, zkuste to později", + "Cannot download file" : "Soubor se nedaří stáhnout", "Your data directory is readable by other users." : "Váš adresář data je čitelný ostatním uživatelům.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Změňte práva na 0770, aby obsah adresáře nemohl být vypisován ostatními uživateli.", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ověřte, že v kořeni datového adresáře je soubor s názvem „.ocdata“." |