1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-05 20:53:12 +00:00

Translated using Weblate (Czech)

Currently translated at 100.0% (13 of 13 strings)

Translation: Turris/Foris JS
Translate-URL: https://hosted.weblate.org/projects/turris/foris-js/cs/
This commit is contained in:
Stepan Henek 2019-08-28 12:47:29 +00:00 committed by Bogdan Bodnar
parent a2f0870e07
commit f8b41bff9d
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0

View File

@ -8,63 +8,68 @@ msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2019-08-28 14:34+0200\n" "POT-Creation-Date: 2019-08-28 14:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2019-08-28 12:55+0000\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Stepan Henek <stepan+github@henek.name>\n"
"Language-Team: none\n" "Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-js/cs/"
">\n"
"Language: cs\n" "Language: cs\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.9-dev\n"
"Generated-By: Babel 2.7.0\n" "Generated-By: Babel 2.7.0\n"
#: src/validations.js:13 #: src/validations.js:13
msgid "This is not a valid IPv4 address." msgid "This is not a valid IPv4 address."
msgstr "" msgstr "Tohle není platná IPv4 adresa."
#: src/validations.js:14 #: src/validations.js:14
msgid "This is not a valid IPv6 address." msgid "This is not a valid IPv6 address."
msgstr "" msgstr "Tohle není platná IPv6 adresa."
#: src/validations.js:15 #: src/validations.js:15
msgid "This is not a valid IPv6 prefix." msgid "This is not a valid IPv6 prefix."
msgstr "" msgstr "Tohle není platný IPv6 prefix."
#: src/validations.js:16 #: src/validations.js:16
msgid "This is not a valid domain name." msgid "This is not a valid domain name."
msgstr "" msgstr "Tohle není platné doménové jméno."
#: src/validations.js:17 #: src/validations.js:17
msgid "This is not a valid DUID." msgid "This is not a valid DUID."
msgstr "" msgstr "Tohle není platné DUID."
#: src/validations.js:18 #: src/validations.js:18
msgid "This is not a valid MAC address." msgid "This is not a valid MAC address."
msgstr "" msgstr "Tohle není platná MAC adresa."
#: src/validations.js:19 #: src/validations.js:19
msgid "Doesn't contain a list of emails separated by commas." msgid "Doesn't contain a list of emails separated by commas."
msgstr "" msgstr "Neobsahuje seznam e-mailů oddělených čárkou."
#: src/form/components/ForisForm.js:123 #: src/form/components/ForisForm.js:123
msgid "Changes you made may not be saved. Are you sure you want to leave?" msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr "" msgstr ""
"Změny, které byly provedeny, nebyly uloženy. Jste si jistý, že chcete "
"opustit stránku?"
#: src/form/components/SubmitButton.js:32 #: src/form/components/SubmitButton.js:32
msgid "Updating" msgid "Updating"
msgstr "" msgstr "Aktualizuji"
#: src/form/components/SubmitButton.js:35 #: src/form/components/SubmitButton.js:35
msgid "Load settings" msgid "Load settings"
msgstr "" msgstr "Načítám nastavení"
#: src/form/components/SubmitButton.js:38 #: src/form/components/SubmitButton.js:38
msgid "Save" msgid "Save"
msgstr "" msgstr "Uložit"
#: src/form/components/alerts.js:25 #: src/form/components/alerts.js:25
msgid "Settings were successfully saved." msgid "Settings were successfully saved."
msgstr "" msgstr "Nastavení bylo úspěšně uloženo."
#: src/form/components/alerts.js:41 #: src/form/components/alerts.js:41
msgid "Settings update was failed." msgid "Settings update was failed."
msgstr "" msgstr "Ukládání nastavení selhalo."