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% (36 of 36 strings)

Translation: wtforms/wtforms
Translate-URL: https://hosted.weblate.org/projects/wtforms/wtforms/sk/
  • Loading branch information
Milan Šalka authored and weblate committed Oct 6, 2023
1 parent 116bb05 commit 40b128f
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions src/wtforms/locale/sk/LC_MESSAGES/wtforms.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: WTForms 2.0dev\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-10-05 13:42+0200\n"
"PO-Revision-Date: 2023-08-11 09:50+0000\n"
"PO-Revision-Date: 2023-10-06 21:11+0000\n"
"Last-Translator: Milan Šalka <[email protected]>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/wtforms/wtforms/"
"sk/>\n"
Expand All @@ -17,7 +17,7 @@ msgstr ""
"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 5.0-dev\n"
"X-Generator: Weblate 5.1-dev\n"
"Generated-By: Babel 2.8.0\n"

#: src/wtforms/validators.py:86
Expand Down Expand Up @@ -113,14 +113,12 @@ msgid "Invalid value, can't be any of: %(values)s."
msgstr "Neplatná hodnota, nesmie byť jedna z: %(values)s."

#: src/wtforms/validators.py:698
#, fuzzy
#| msgid "This field is required."
msgid "This field cannot be edited"
msgstr "Toto pole je povinné."
msgstr "Toto pole nie je možné upravovať"

#: src/wtforms/validators.py:714
msgid "This field is disabled and cannot have a value"
msgstr ""
msgstr "Toto pole je zakázané a nemôže mať hodnotu"

#: src/wtforms/csrf/core.py:96
msgid "Invalid CSRF Token."
Expand Down Expand Up @@ -155,12 +153,11 @@ msgid "Invalid choice(s): one or more data inputs could not be coerced."
msgstr "Neplatná voľba: jeden alebo viacero vstupov sa nepodarilo previesť."

#: src/wtforms/fields/choices.py:204
#, fuzzy, python-format
#| msgid "'%(value)s' is not a valid choice for this field."
#, python-format
msgid "'%(value)s' is not a valid choice for this field."
msgid_plural "'%(value)s' are not valid choices for this field."
msgstr[0] "'%(value)s' nieje platnou voľbou pre toto pole."
msgstr[1] "'%(value)s' nieje platnou voľbou pre toto pole."
msgstr[1] "'%(value)s' niesú platnou voľbou pre toto pole."
msgstr[2] "'%(value)s' nieje platnou voľbou pre toto pole."

#: src/wtforms/fields/datetime.py:51
Expand All @@ -176,10 +173,8 @@ msgid "Not a valid time value."
msgstr "Nie je platná hodnota času."

#: src/wtforms/fields/datetime.py:148
#, fuzzy
#| msgid "Not a valid date value."
msgid "Not a valid week value."
msgstr "Neplatná hodnota pre dátum."
msgstr "Nie je platný týždeň."

#: src/wtforms/fields/numeric.py:82 src/wtforms/fields/numeric.py:92
msgid "Not a valid integer value."
Expand Down

0 comments on commit 40b128f

Please sign in to comment.