Skip to content

Commit

Permalink
Translated using Weblate (Slovak)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (33 of 33 strings)

Translation: wtforms/wtforms
Translate-URL: https://hosted.weblate.org/projects/wtforms/wtforms/sk/
  • Loading branch information
Milan Šalka authored and weblate committed Aug 11, 2023
1 parent 33de6f3 commit 2c01e6f
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/wtforms/locale/sk/LC_MESSAGES/wtforms.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
msgid ""
msgstr ""
"Project-Id-Version: WTForms 2.0dev\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: eloi.rivard@nubla.fr\n"
"POT-Creation-Date: 2020-04-25 11:34-0700\n"
"PO-Revision-Date: 2017-11-30 18:03+0100\n"
"Last-Translator: Marek Šuppa <marek@suppa.sk>\n"
"Language-Team: sk <LL@li.org>\n"
"PO-Revision-Date: 2023-08-11 09:50+0000\n"
"Last-Translator: Milan Šalka <salka.milan@googlemail.com>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/wtforms/wtforms/"
"sk/>\n"
"Language: sk\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"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 5.0-dev\n"
"Generated-By: Babel 2.8.0\n"

#: src/wtforms/validators.py:87
Expand Down Expand Up @@ -48,9 +50,9 @@ msgstr[2] "Pole nesmie byť dlhšie ako %(max)d znakov."
#, python-format
msgid "Field must be exactly %(max)d character long."
msgid_plural "Field must be exactly %(max)d characters long."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[0] "Pole musí byť presne %(max)d znak dlhé."
msgstr[1] "Pole musí byť presne %(max)d znaky dlhé."
msgstr[2] "Pole musí byť presne %(max)d znakov dlhé."

#: src/wtforms/validators.py:152
#, python-format
Expand Down Expand Up @@ -132,7 +134,7 @@ msgstr "Neplatná voľba: hodnotu sa nepodarilo previesť."

#: src/wtforms/fields/core.py:538
msgid "Choices cannot be None."
msgstr ""
msgstr "Výbery nemôžu byť žiadne."

#: src/wtforms/fields/core.py:545
msgid "Not a valid choice."
Expand All @@ -153,7 +155,7 @@ msgstr "Neplatná hodnota pre celé číslo."

#: src/wtforms/fields/core.py:760
msgid "Not a valid decimal value."
msgstr ""
msgstr "Nie je platnou desatinnou hodnotou."

#: src/wtforms/fields/core.py:788
msgid "Not a valid float value."
Expand All @@ -169,4 +171,4 @@ msgstr "Neplatná hodnota pre dátum."

#: src/wtforms/fields/core.py:889
msgid "Not a valid time value."
msgstr ""
msgstr "Nie je platná hodnota času."

0 comments on commit 2c01e6f

Please sign in to comment.