2015-01-19 17:18:29 +08:00
|
|
|
# This file is distributed under the same license as the Django package.
|
2015-01-19 03:58:16 +08:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2015-01-19 17:18:29 +08:00
|
|
|
"Project-Id-Version: Django\n"
|
2015-01-19 03:58:16 +08:00
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2019-09-08 23:35:32 +08:00
|
|
|
"POT-Creation-Date: 2019-09-08 17:27+0200\n"
|
2015-01-19 17:18:29 +08:00
|
|
|
"PO-Revision-Date: 2015-01-18 20:56+0100\n"
|
|
|
|
"Last-Translator: Django team\n"
|
|
|
|
"Language-Team: English <en@li.org>\n"
|
|
|
|
"Language: en\n"
|
2015-01-19 03:58:16 +08:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2015-01-19 17:18:29 +08:00
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
2015-01-19 03:58:16 +08:00
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/apps.py:42
|
2015-01-19 03:58:16 +08:00
|
|
|
msgid "PostgreSQL extensions"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/fields/array.py:21 contrib/postgres/forms/array.py:16
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/forms/array.py:170
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
2018-05-17 18:07:04 +08:00
|
|
|
msgid "Item %(nth)s in the array did not validate:"
|
2015-01-19 03:58:16 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/fields/array.py:22
|
2015-01-19 03:58:16 +08:00
|
|
|
msgid "Nested arrays must have the same length."
|
|
|
|
msgstr ""
|
|
|
|
|
2017-01-20 00:07:17 +08:00
|
|
|
#: contrib/postgres/fields/hstore.py:16
|
|
|
|
msgid "Map of strings to strings/nulls"
|
2015-01-19 03:58:16 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/fields/hstore.py:18
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
2019-09-08 23:35:32 +08:00
|
|
|
msgid "The value of “%(key)s” is not a string or null."
|
2015-01-19 03:58:16 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/fields/jsonb.py:32
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "A JSON object"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/fields/jsonb.py:34
|
2015-10-10 00:00:06 +08:00
|
|
|
msgid "Value must be valid JSON."
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/forms/hstore.py:16
|
2015-01-19 03:58:16 +08:00
|
|
|
msgid "Could not load JSON data."
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/forms/hstore.py:17
|
2016-07-15 15:47:25 +08:00
|
|
|
msgid "Input must be a JSON dictionary."
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/forms/jsonb.py:19
|
2015-10-10 00:00:06 +08:00
|
|
|
#, python-format
|
2019-09-08 23:35:32 +08:00
|
|
|
msgid "“%(value)s” value must be valid JSON."
|
2015-10-10 00:00:06 +08:00
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/forms/ranges.py:19
|
2015-01-19 03:58:16 +08:00
|
|
|
msgid "Enter two valid values."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/forms/ranges.py:20
|
2015-01-19 03:58:16 +08:00
|
|
|
msgid "The start of the range must not exceed the end of the range."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/forms/ranges.py:67
|
2015-03-18 16:18:50 +08:00
|
|
|
msgid "Enter two whole numbers."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/forms/ranges.py:73
|
2015-03-18 16:18:50 +08:00
|
|
|
msgid "Enter two numbers."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/forms/ranges.py:90
|
2015-03-18 16:18:50 +08:00
|
|
|
msgid "Enter two valid date/times."
|
|
|
|
msgstr ""
|
|
|
|
|
2019-09-08 23:35:32 +08:00
|
|
|
#: contrib/postgres/forms/ranges.py:96
|
2015-03-18 16:18:50 +08:00
|
|
|
msgid "Enter two valid dates."
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/validators.py:12
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
|
|
|
"List contains %(show_value)d item, it should contain no more than "
|
|
|
|
"%(limit_value)d."
|
|
|
|
msgid_plural ""
|
|
|
|
"List contains %(show_value)d items, it should contain no more than "
|
|
|
|
"%(limit_value)d."
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/validators.py:19
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
|
|
|
"List contains %(show_value)d item, it should contain no fewer than "
|
|
|
|
"%(limit_value)d."
|
|
|
|
msgid_plural ""
|
|
|
|
"List contains %(show_value)d items, it should contain no fewer than "
|
|
|
|
"%(limit_value)d."
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/validators.py:29
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "Some keys were missing: %(keys)s"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/validators.py:30
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "Some unknown keys were provided: %(keys)s"
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/validators.py:70
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
|
|
|
"Ensure that this range is completely less than or equal to %(limit_value)s."
|
|
|
|
msgstr ""
|
|
|
|
|
2018-05-17 18:07:04 +08:00
|
|
|
#: contrib/postgres/validators.py:76
|
2015-01-19 03:58:16 +08:00
|
|
|
#, python-format
|
|
|
|
msgid ""
|
|
|
|
"Ensure that this range is completely greater than or equal to "
|
|
|
|
"%(limit_value)s."
|
|
|
|
msgstr ""
|