This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -6,15 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: WTForms 3.0.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-11 08:20+0100\n"
"Report-Msgid-Bugs-To: eloi.rivard@nubla.fr\n"
"POT-Creation-Date: 2023-10-05 13:42+0200\n"
"PO-Revision-Date: 2023-10-07 06:11+0000\n"
"Last-Translator: Victor Buzdugan <buzdugan.victor@icloud.com>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/wtforms/wtforms/"
"ro/>\n"
"Language: ro\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"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
@@ -114,15 +114,11 @@ msgid "Invalid value, can't be any of: %(values)s."
msgstr "Valoare invalidă, nu trebuie să fie una din: %(values)s."
#: src/wtforms/validators.py:698
#, fuzzy
#| msgid "This field cannot be edited"
msgid "This field cannot be edited."
msgid "This field cannot be edited"
msgstr "Câmpul nu poate fi editat"
#: src/wtforms/validators.py:714
#, fuzzy
#| msgid "This field is disabled and cannot have a value"
msgid "This field is disabled and cannot have a value."
msgid "This field is disabled and cannot have a value"
msgstr "Câmpul este dezactivat și nu poate conține o valoare"
#: src/wtforms/csrf/core.py:96
@@ -141,24 +137,24 @@ msgstr "Validarea CSRF a eșuat."
msgid "CSRF token expired."
msgstr "Token-ul CSRF a expirat."
#: src/wtforms/fields/choices.py:142
#: src/wtforms/fields/choices.py:135
msgid "Invalid Choice: could not coerce."
msgstr "Selecție invalidă: valoarea nu a putut fi transformată."
#: src/wtforms/fields/choices.py:149 src/wtforms/fields/choices.py:203
#: src/wtforms/fields/choices.py:139 src/wtforms/fields/choices.py:192
msgid "Choices cannot be None."
msgstr "Selecția nu poate fi None."
#: src/wtforms/fields/choices.py:155
#: src/wtforms/fields/choices.py:148
msgid "Not a valid choice."
msgstr "Selecție invalidă."
#: src/wtforms/fields/choices.py:193
#: src/wtforms/fields/choices.py:185
msgid "Invalid choice(s): one or more data inputs could not be coerced."
msgstr ""
"Selecție(ii) invalidă: una sau mai multe valori nu au putut fi transformate."
#: src/wtforms/fields/choices.py:214
#: src/wtforms/fields/choices.py:204
#, python-format
msgid "'%(value)s' is not a valid choice for this field."
msgid_plural "'%(value)s' are not valid choices for this field."