lol
This commit is contained in:
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WTForms 2.0dev\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-01-11 08:20+0100\n"
|
||||
"POT-Creation-Date: 2023-10-05 13:42+0200\n"
|
||||
"PO-Revision-Date: 2017-03-01 11:53+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -111,11 +111,11 @@ msgstr "Valore non valido, non può essere nessuno tra: %(values)s."
|
||||
#: src/wtforms/validators.py:698
|
||||
#, fuzzy
|
||||
#| msgid "This field is required."
|
||||
msgid "This field cannot be edited."
|
||||
msgid "This field cannot be edited"
|
||||
msgstr "Questo campo è obbligatorio."
|
||||
|
||||
#: src/wtforms/validators.py:714
|
||||
msgid "This field is disabled and cannot have a value."
|
||||
msgid "This field is disabled and cannot have a value"
|
||||
msgstr ""
|
||||
|
||||
#: src/wtforms/csrf/core.py:96
|
||||
@@ -134,24 +134,24 @@ msgstr "CSRF fallito"
|
||||
msgid "CSRF token expired."
|
||||
msgstr "Token CSRF scaduto"
|
||||
|
||||
#: src/wtforms/fields/choices.py:142
|
||||
#: src/wtforms/fields/choices.py:135
|
||||
msgid "Invalid Choice: could not coerce."
|
||||
msgstr "Opzione non valida: valore non convertibile"
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: src/wtforms/fields/choices.py:155
|
||||
#: src/wtforms/fields/choices.py:148
|
||||
msgid "Not a valid choice."
|
||||
msgstr "Non è una opzione valida"
|
||||
|
||||
#: 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 ""
|
||||
"Opzione(i) non valida(e): uno o pù valori non possono essere convertiti"
|
||||
|
||||
#: src/wtforms/fields/choices.py:214
|
||||
#: src/wtforms/fields/choices.py:204
|
||||
#, fuzzy, python-format
|
||||
#| msgid "'%(value)s' is not a valid choice for this field."
|
||||
msgid "'%(value)s' is not a valid choice for this field."
|
||||
|
||||
Reference in New Issue
Block a user