179 lines
4.1 KiB
Plaintext
179 lines
4.1 KiB
Plaintext
# Translations template for WTForms.
|
|
# Copyright (C) 2018 WTForms Team
|
|
# This file is distributed under the same license as the WTForms project.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: WTForms 2.2\n"
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
"POT-Creation-Date: 2018-06-02 07:42-0700\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: Babel 2.6.0\n"
|
|
|
|
#: wtforms/validators.py:58
|
|
#, python-format
|
|
msgid "Invalid field name '%s'."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:66
|
|
#, python-format
|
|
msgid "Field must be equal to %(other_name)s."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:99
|
|
#, python-format
|
|
msgid "Field must be at least %(min)d character long."
|
|
msgid_plural "Field must be at least %(min)d characters long."
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: wtforms/validators.py:102
|
|
#, python-format
|
|
msgid "Field cannot be longer than %(max)d character."
|
|
msgid_plural "Field cannot be longer than %(max)d characters."
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: wtforms/validators.py:105
|
|
#, python-format
|
|
msgid "Field must be between %(min)d and %(max)d characters long."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:141
|
|
#, python-format
|
|
msgid "Number must be at least %(min)s."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:143
|
|
#, python-format
|
|
msgid "Number must be at most %(max)s."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:145
|
|
#, python-format
|
|
msgid "Number must be between %(min)s and %(max)s."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:205 wtforms/validators.py:245
|
|
msgid "This field is required."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:277
|
|
msgid "Invalid input."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:311
|
|
msgid "Invalid email address."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:352
|
|
msgid "Invalid IP address."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:403
|
|
msgid "Invalid Mac address."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:432
|
|
msgid "Invalid URL."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:452
|
|
msgid "Invalid UUID."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:482
|
|
#, python-format
|
|
msgid "Invalid value, must be one of: %(values)s."
|
|
msgstr ""
|
|
|
|
#: wtforms/validators.py:514
|
|
#, python-format
|
|
msgid "Invalid value, can't be any of: %(values)s."
|
|
msgstr ""
|
|
|
|
#: wtforms/csrf/core.py:98 wtforms/ext/csrf/form.py:47
|
|
msgid "Invalid CSRF Token"
|
|
msgstr ""
|
|
|
|
#: wtforms/csrf/session.py:61 wtforms/ext/csrf/session.py:58
|
|
msgid "CSRF token missing"
|
|
msgstr ""
|
|
|
|
#: wtforms/csrf/session.py:69 wtforms/ext/csrf/session.py:66
|
|
msgid "CSRF failed"
|
|
msgstr ""
|
|
|
|
#: wtforms/csrf/session.py:74 wtforms/ext/csrf/session.py:71
|
|
msgid "CSRF token expired"
|
|
msgstr ""
|
|
|
|
#: wtforms/ext/appengine/fields.py:87 wtforms/ext/appengine/fields.py:164
|
|
#: wtforms/ext/appengine/fields.py:166 wtforms/ext/django/fields.py:95
|
|
#: wtforms/ext/sqlalchemy/fields.py:125 wtforms/ext/sqlalchemy/fields.py:127
|
|
#: wtforms/ext/sqlalchemy/fields.py:180 wtforms/ext/sqlalchemy/fields.py:185
|
|
#: wtforms/fields/core.py:475
|
|
msgid "Not a valid choice"
|
|
msgstr ""
|
|
|
|
#: wtforms/ext/appengine/fields.py:185
|
|
msgid "Not a valid list"
|
|
msgstr ""
|
|
|
|
#: wtforms/ext/appengine/fields.py:204
|
|
msgid "Not a valid integer list"
|
|
msgstr ""
|
|
|
|
#: wtforms/ext/dateutil/fields.py:63
|
|
msgid "Please input a date/time value"
|
|
msgstr ""
|
|
|
|
#: wtforms/ext/dateutil/fields.py:75 wtforms/ext/dateutil/fields.py:83
|
|
msgid "Invalid date/time input"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:468
|
|
msgid "Invalid Choice: could not coerce"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:501
|
|
msgid "Invalid choice(s): one or more data inputs could not be coerced"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:508
|
|
#, python-format
|
|
msgid "'%(value)s' is not a valid choice for this field"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:591
|
|
msgid "Not a valid integer value"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:657
|
|
msgid "Not a valid decimal value"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:684
|
|
msgid "Not a valid float value"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:745
|
|
msgid "Not a valid datetime value"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:762
|
|
msgid "Not a valid date value"
|
|
msgstr ""
|
|
|
|
#: wtforms/fields/core.py:779
|
|
msgid "Not a valid time value"
|
|
msgstr ""
|
|
|