Update strings

This commit is contained in:
Piero Toffanin 2023-10-09 15:20:47 -04:00
commit aac2d9820a
30 changed files with 3061 additions and 2958 deletions

View file

@ -8,79 +8,78 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreTranslate 1.3.9\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-01-06 17:52-0500\n"
"POT-Creation-Date: 2023-10-09 15:17-0400\n"
"PO-Revision-Date: 2023-01-10 09:57+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/libretranslate/app/"
"cs/>\n"
"Language: cs\n"
"Language-Team: Czech "
"<https://hosted.weblate.org/projects/libretranslate/app/cs/>\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.15.1-dev\n"
"Generated-By: Babel 2.11.0\n"
"Generated-By: Babel 2.12.1\n"
#: libretranslate/app.py:60
#: libretranslate/app.py:79
msgid "Invalid JSON format"
msgstr "Neplatný formát JSON"
#: libretranslate/app.py:128 libretranslate/templates/app.js.template:427
#: libretranslate/app.py:149 libretranslate/templates/app.js.template:459
msgid "Auto Detect"
msgstr "Auto detekce"
#: libretranslate/app.py:193
#: libretranslate/app.py:232
msgid "Unauthorized"
msgstr "Neautorizované"
#: libretranslate/app.py:211
#: libretranslate/app.py:250
msgid "Too many request limits violations"
msgstr "Příliš mnoho omezení požadavků"
#: libretranslate/app.py:220
#: libretranslate/app.py:257
msgid "Invalid API key"
msgstr "Neplatný API klíč"
#: libretranslate/app.py:227
#: libretranslate/app.py:276
msgid "Please contact the server operator to get an API key"
msgstr "Obraťte se na provozovatele serveru a získejte klíč API"
#: libretranslate/app.py:229
#: libretranslate/app.py:278
#, python-format
msgid "Visit %(url)s to get an API key"
msgstr "Hledat %(url)s získat klíč API"
#: libretranslate/app.py:269
#: libretranslate/app.py:318
msgid "Slowdown:"
msgstr "Pomalování:"
#: libretranslate/app.py:467 libretranslate/app.py:469
#: libretranslate/app.py:471 libretranslate/app.py:683
#: libretranslate/app.py:685 libretranslate/app.py:687
#: libretranslate/app.py:838 libretranslate/app.py:987
#: libretranslate/app.py:989 libretranslate/app.py:991
#: libretranslate/app.py:993
#: libretranslate/app.py:525 libretranslate/app.py:527
#: libretranslate/app.py:529 libretranslate/app.py:741
#: libretranslate/app.py:743 libretranslate/app.py:745
#: libretranslate/app.py:896 libretranslate/app.py:1053
#: libretranslate/app.py:1055 libretranslate/app.py:1057
#: libretranslate/app.py:1059
#, fuzzy, python-format
msgid "Invalid request: missing %(name)s parameter"
msgstr "Neplatný požadavek: chybějící %(name)s parametr"
#: libretranslate/app.py:480 libretranslate/app.py:492
#: libretranslate/app.py:544 libretranslate/app.py:553
#, python-format
msgid "Invalid request: request (%(size)s) exceeds text limit (%(limit)s)"
msgstr "Neplatná žádost: žádost (%(size)s) překračuje limit textu (%(limit)s)"
#: libretranslate/app.py:525 libretranslate/app.py:530
#: libretranslate/app.py:700 libretranslate/app.py:705
#: libretranslate/app.py:583 libretranslate/app.py:588
#: libretranslate/app.py:758 libretranslate/app.py:763
#, python-format
msgid "%(lang)s is not supported"
msgstr "%(lang)s není podporováno"
#: libretranslate/app.py:536
#: libretranslate/app.py:594
#, python-format
msgid "%(format)s format is not supported"
msgstr "%(format)s formát není podporován"
#: libretranslate/app.py:544 libretranslate/app.py:568
#: libretranslate/app.py:602 libretranslate/app.py:626
#, python-format
msgid ""
"%(tname)s (%(tcode)s) is not available as a target language from "
@ -89,28 +88,28 @@ msgstr ""
"%(tname)s (%(tcode)s) není k dispozici jako cílový jazyk od %(sname)s "
"(%(scode)s)"
#: libretranslate/app.py:589
#: libretranslate/app.py:647
#, python-format
msgid "Cannot translate text: %(text)s"
msgstr "Nelze překládat text: %(text)s"
#: libretranslate/app.py:676 libretranslate/app.py:730
#: libretranslate/app.py:734 libretranslate/app.py:788
msgid "Files translation are disabled on this server."
msgstr "Překlady souborů jsou zakázány na tomto serveru."
#: libretranslate/app.py:690
#: libretranslate/app.py:748
msgid "Invalid request: empty file"
msgstr "Neplatný požadavek: prázdný soubor"
#: libretranslate/app.py:693
#: libretranslate/app.py:751
msgid "Invalid request: file format not supported"
msgstr "Neplatný požadavek: formát souboru není podporován"
#: libretranslate/app.py:738
#: libretranslate/app.py:796
msgid "Invalid filename"
msgstr "Jméno souboru"
#: libretranslate/app.py:979
#: libretranslate/app.py:1038
msgid "Suggestions are disabled on this server."
msgstr "Návrhy jsou zakázány na tomto serveru."
@ -250,7 +249,7 @@ msgstr "čeština"
msgid "Translate text from a language to another"
msgstr "Přeložit text z jazyka do jiného"
#: libretranslate/locales/.swag.py:5 libretranslate/templates/index.html:219
#: libretranslate/locales/.swag.py:5 libretranslate/templates/index.html:222
msgid "Translated text"
msgstr "Přeložit text"
@ -451,63 +450,63 @@ msgid "Whether submission was successful"
msgstr "Ať už byla objednávka úspěšná"
#: libretranslate/templates/app.js.template:31
#: libretranslate/templates/app.js.template:275
#: libretranslate/templates/app.js.template:279
#: libretranslate/templates/app.js.template:286
#: libretranslate/templates/app.js.template:290
msgid "Copy text"
msgstr "Kopírovat text"
#: libretranslate/templates/app.js.template:72
#: libretranslate/templates/app.js.template:78
#: libretranslate/templates/app.js.template:83
#: libretranslate/templates/app.js.template:262
#: libretranslate/templates/app.js.template:332
#: libretranslate/templates/app.js.template:402
#: libretranslate/templates/app.js.template:447
#: libretranslate/templates/app.js.template:80
#: libretranslate/templates/app.js.template:86
#: libretranslate/templates/app.js.template:91
#: libretranslate/templates/app.js.template:273
#: libretranslate/templates/app.js.template:343
#: libretranslate/templates/app.js.template:431
#: libretranslate/templates/app.js.template:479
#, python-format
msgid "Cannot load %(url)s"
msgstr "Nelze načíst %(url)s"
#: libretranslate/templates/app.js.template:253
#: libretranslate/templates/app.js.template:323
#: libretranslate/templates/app.js.template:385
#: libretranslate/templates/app.js.template:395
#: libretranslate/templates/app.js.template:264
#: libretranslate/templates/app.js.template:334
#: libretranslate/templates/app.js.template:412
#: libretranslate/templates/app.js.template:423
msgid "Unknown error"
msgstr "Neznámá chyba"
#: libretranslate/templates/app.js.template:276
#: libretranslate/templates/app.js.template:287
msgid "Copied"
msgstr "Čeština"
#: libretranslate/templates/app.js.template:320
#: libretranslate/templates/app.js.template:331
msgid ""
"Thanks for your correction. Note the suggestion will not take effect "
"right away."
msgstr "Díky za opravu. Všimněte si, že návrh nebude mít vliv hned."
#: libretranslate/templates/app.js.template:423
#: libretranslate/templates/app.js.template:455
msgid "No languages available. Did you install the models correctly?"
msgstr "Žádné jazyky. Nainstalovali jste modely správně?"
#: libretranslate/templates/app.js.template:479
#: libretranslate/templates/app.js.template:522
#, python-format
msgid "Type in your API Key. If you need an API key, %(instructions)s"
msgstr "Zadejte ve svém API klíč. Pokud potřebujete klíč API, %(instructions)s"
#: libretranslate/templates/app.js.template:479
#: libretranslate/templates/app.js.template:522
msgid "press the \"Get API Key\" link."
msgstr "stiskněte odkaz \"Get API Key\"."
#: libretranslate/templates/app.js.template:479
#: libretranslate/templates/app.js.template:522
msgid "contact the server operator."
msgstr "obraťte se na provozovatele serveru."
#: libretranslate/templates/index.html:8 libretranslate/templates/index.html:25
#: libretranslate/templates/index.html:333
#: libretranslate/templates/index.html:9 libretranslate/templates/index.html:27
#: libretranslate/templates/index.html:336
msgid "Free and Open Source Machine Translation API"
msgstr "Volný a otevřený zdroj Strojový překlad API"
#: libretranslate/templates/index.html:10
#: libretranslate/templates/index.html:29
#: libretranslate/templates/index.html:31
msgid ""
"Free and Open Source Machine Translation API. Self-hosted, offline "
"capable and easy to setup. Run your own API server in just a few minutes."
@ -524,124 +523,128 @@ msgstr "překlad"
msgid "api"
msgstr "čeština"
#: libretranslate/templates/index.html:64
#: libretranslate/templates/index.html:65
msgid "API Docs"
msgstr "API Dokumenty"
#: libretranslate/templates/index.html:66
#: libretranslate/templates/index.html:67
msgid "Get API Key"
msgstr "Získejte API Čeština"
#: libretranslate/templates/index.html:68
#: libretranslate/templates/index.html:69
msgid "GitHub"
msgstr "Čeština"
#: libretranslate/templates/index.html:70
#: libretranslate/templates/index.html:71
msgid "Set API Key"
msgstr "Nastavení API Čeština"
#: libretranslate/templates/index.html:72
#: libretranslate/templates/index.html:73
msgid "Change language"
msgstr "Změnit jazyk"
#: libretranslate/templates/index.html:78
#: libretranslate/templates/index.html:79
msgid "Edit"
msgstr "Editace"
#: libretranslate/templates/index.html:154
#: libretranslate/templates/index.html:81
msgid "Toggle dark/light mode"
msgstr "Toggle tmavý / světelný režim"
#: libretranslate/templates/index.html:157
msgid "Dismiss"
msgstr "Čeština"
#: libretranslate/templates/index.html:168
#: libretranslate/templates/index.html:171
msgid "Translation API"
msgstr "Rozhraní API"
#: libretranslate/templates/index.html:172
#: libretranslate/templates/index.html:175
msgid "Translate Text"
msgstr "Přeložit text"
#: libretranslate/templates/index.html:176
#: libretranslate/templates/index.html:179
msgid "Translate Files"
msgstr "Přeložit soubory"
#: libretranslate/templates/index.html:182
#: libretranslate/templates/index.html:185
msgid "Translate from"
msgstr "Přeložit z"
#: libretranslate/templates/index.html:192
#: libretranslate/templates/index.html:195
msgid "Swap source and target languages"
msgstr "Vyměnit zdroj a cílové jazyky"
#: libretranslate/templates/index.html:195
#: libretranslate/templates/index.html:198
msgid "Translate into"
msgstr "Přeložit do"
#: libretranslate/templates/index.html:207
#: libretranslate/templates/index.html:210
msgid "Text to translate"
msgstr "Text překládat"
#: libretranslate/templates/index.html:210
#: libretranslate/templates/index.html:213
msgid "Delete text"
msgstr "Smazat text"
#: libretranslate/templates/index.html:223
#: libretranslate/templates/index.html:226
msgid "Suggest translation"
msgstr "Návrh překladu"
#: libretranslate/templates/index.html:227
#: libretranslate/templates/index.html:230
msgid "Cancel"
msgstr "Hledat"
#: libretranslate/templates/index.html:230
#: libretranslate/templates/index.html:233
msgid "Send"
msgstr "Odeslat"
#: libretranslate/templates/index.html:246
#: libretranslate/templates/index.html:249
msgid "Supported file formats:"
msgstr "Podporované formáty souborů:"
#: libretranslate/templates/index.html:250
#: libretranslate/templates/index.html:253
msgid "File"
msgstr "Čeština"
#: libretranslate/templates/index.html:265
#: libretranslate/templates/index.html:268
msgid "Remove file"
msgstr "Odebrat soubor"
#: libretranslate/templates/index.html:272
#: libretranslate/templates/index.html:275
msgid "Translate"
msgstr "Čeština"
#: libretranslate/templates/index.html:273
#: libretranslate/templates/index.html:317
#: libretranslate/templates/index.html:276
#: libretranslate/templates/index.html:320
msgid "Download"
msgstr "Čeština"
#: libretranslate/templates/index.html:292
#: libretranslate/templates/index.html:295
msgid "Request"
msgstr "Poptávka"
#: libretranslate/templates/index.html:297
#: libretranslate/templates/index.html:300
msgid "Response"
msgstr "Čeština"
#: libretranslate/templates/index.html:312
#: libretranslate/templates/index.html:315
msgid "Open Source Machine Translation API"
msgstr "Otevřít zdroj Strojní překlad API"
#: libretranslate/templates/index.html:313
#: libretranslate/templates/index.html:316
msgid "Self-Hosted. Offline Capable. Easy to Setup."
msgstr "Vlastní. Offline Capable. Snadné nastavení."
#: libretranslate/templates/index.html:332
#: libretranslate/templates/index.html:335
msgid "LibreTranslate"
msgstr "LibreTranslate"
#: libretranslate/templates/index.html:334
#: libretranslate/templates/index.html:337
msgid "License:"
msgstr "Licence:"
#: libretranslate/templates/index.html:337
#: libretranslate/templates/index.html:340
#, fuzzy, python-format
msgid ""
"This public API should be used for testing, personal or infrequent use. "
@ -649,26 +652,27 @@ msgid ""
"%(host_server)s or %(get_api_key)s."
msgstr ""
"Tento veřejný API by měl být použit pro testování, osobní nebo neobvyklé "
"použití. Pokud se chystáte spustit aplikaci ve výrobě, prosím %(host_server)"
"s nebo %(get_api_key)s."
"použití. Pokud se chystáte spustit aplikaci ve výrobě, prosím "
"%(host_server)s nebo %(get_api_key)s."
#: libretranslate/templates/index.html:337
#: libretranslate/templates/index.html:340
msgid "host your own server"
msgstr "vlastní server"
#: libretranslate/templates/index.html:337
#: libretranslate/templates/index.html:340
msgid "get an API key"
msgstr "získat klíč API"
#: libretranslate/templates/index.html:345
#: libretranslate/templates/index.html:348
#, python-format
msgid "Made with %(heart)s by %(contributors)s and powered by %(engine)s"
msgstr "Vyrobeno s %(heart)s podle %(contributors)s a poháněné %(engine)s"
#: libretranslate/templates/index.html:345
#: libretranslate/templates/index.html:348
#, fuzzy, python-format
msgid "%(libretranslate)s Contributors"
msgstr "Čeština %(libretranslate)s"
#~ msgid "multipart/form-data"
#~ msgstr "vícepart/form-data"