Updated translation catalogs

This commit is contained in:
Claude Paroz 2016-05-17 23:20:07 +02:00
parent f179113e6c
commit 5ccee815ff
5 changed files with 163 additions and 49 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n" "POT-Creation-Date: 2016-05-17 23:12+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -241,8 +241,8 @@ msgstr ""
msgid "Burmese" msgid "Burmese"
msgstr "" msgstr ""
#: conf/global_settings.py:106 #: conf/global_settings.py:113
msgid "Norwegian Bokmal" msgid "Norwegian Bokmål"
msgstr "" msgstr ""
#: conf/global_settings.py:107 #: conf/global_settings.py:107
@ -373,10 +373,6 @@ msgstr ""
msgid "Syndication" msgid "Syndication"
msgstr "" msgstr ""
#: contrib/webdesign/apps.py:7
msgid "Web Design"
msgstr ""
#: core/validators.py:33 #: core/validators.py:33
msgid "Enter a valid value." msgid "Enter a valid value."
msgstr "" msgstr ""
@ -529,7 +525,11 @@ msgstr ""
msgid "'%(value)s' value must be an integer." msgid "'%(value)s' value must be an integer."
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1009 #: db/models/fields/__init__.py:960 db/models/fields/__init__.py:1849
msgid "Big (8 byte) integer"
msgstr ""
#: db/models/fields/__init__.py:972
#, python-format #, python-format
msgid "'%(value)s' value must be either True or False." msgid "'%(value)s' value must be either True or False."
msgstr "" msgstr ""
@ -620,11 +620,7 @@ msgstr ""
msgid "Floating point number" msgid "Floating point number"
msgstr "" msgstr ""
#: db/models/fields/__init__.py:1901 #: db/models/fields/__init__.py:1864
msgid "Big (8 byte) integer"
msgstr ""
#: db/models/fields/__init__.py:1916
msgid "IPv4 address" msgid "IPv4 address"
msgstr "" msgstr ""
@ -714,7 +710,17 @@ msgstr ""
msgid "One-to-one relationship" msgid "One-to-one relationship"
msgstr "" msgstr ""
#: db/models/fields/related.py:1100 #: db/models/fields/related.py:1049
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#: db/models/fields/related.py:1050
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
#: db/models/fields/related.py:1092
msgid "Many-to-many relationship" msgid "Many-to-many relationship"
msgstr "" msgstr ""

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-26 19:52+0100\n" "POT-Creation-Date: 2016-05-17 23:12+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -74,7 +74,15 @@ msgstr ""
msgid "This year" msgid "This year"
msgstr "" msgstr ""
#: contrib/admin/forms.py:13 #: contrib/admin/filters.py:359
msgid "No date"
msgstr ""
#: contrib/admin/filters.py:360
msgid "Has date"
msgstr ""
#: contrib/admin/forms.py:14
#, python-format #, python-format
msgid "" msgid ""
"Please enter the correct %(username)s and password for a staff account. Note " "Please enter the correct %(username)s and password for a staff account. Note "
@ -450,9 +458,9 @@ msgid "Log out"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_form.html:21 #: contrib/admin/templates/admin/change_form.html:21
#: contrib/admin/templates/admin/index.html:31 #: contrib/admin/templates/admin/change_list.html:49
#: contrib/admin/templates/admin/related_widget_wrapper.html:16 #, python-format
msgid "Add" msgid "Add %(name)s"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_form.html:33 #: contrib/admin/templates/admin/change_form.html:33
@ -466,11 +474,6 @@ msgstr ""
msgid "View on site" msgid "View on site"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/change_list.html:49
#, python-format
msgid "Add %(name)s"
msgstr ""
#: contrib/admin/templates/admin/change_list.html:69 #: contrib/admin/templates/admin/change_list.html:69
msgid "Filter" msgid "Filter"
msgstr "" msgstr ""
@ -582,16 +585,21 @@ msgstr ""
msgid "Models in the %(name)s application" msgid "Models in the %(name)s application"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:31
#: contrib/admin/templates/admin/related_widget_wrapper.html:16
msgid "Add"
msgstr ""
#: contrib/admin/templates/admin/index.html:47 #: contrib/admin/templates/admin/index.html:47
msgid "You don't have permission to edit anything." msgid "You don't have permission to edit anything."
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:55 #: contrib/admin/templates/admin/index.html:55
msgid "Recent Actions" msgid "Recent actions"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:56 #: contrib/admin/templates/admin/index.html:56
msgid "My Actions" msgid "My actions"
msgstr "" msgstr ""
#: contrib/admin/templates/admin/index.html:60 #: contrib/admin/templates/admin/index.html:60

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n" "POT-Creation-Date: 2016-05-17 23:12+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -167,14 +167,87 @@ msgstr ""
msgid "Tomorrow" msgid "Tomorrow"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/calendar.js:11 #: contrib/admin/static/admin/js/calendar.js:12
msgid "" msgid "January"
"January February March April May June July August September October November "
"December"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/calendar.js:12 #: contrib/admin/static/admin/js/calendar.js:13
msgid "S M T W T F S" msgid "February"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:14
msgid "March"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:15
msgid "April"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:16
msgid "May"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:17
msgid "June"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:18
msgid "July"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:19
msgid "August"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:20
msgid "September"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:21
msgid "October"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:22
msgid "November"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:23
msgid "December"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:26
msgctxt "one letter Sunday"
msgid "S"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:27
msgctxt "one letter Monday"
msgid "M"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:28
msgctxt "one letter Tuesday"
msgid "T"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:29
msgctxt "one letter Wednesday"
msgid "W"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:30
msgctxt "one letter Thursday"
msgid "T"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:31
msgctxt "one letter Friday"
msgid "F"
msgstr ""
#: contrib/admin/static/admin/js/calendar.js:32
msgctxt "one letter Saturday"
msgid "S"
msgstr "" msgstr ""
#: contrib/admin/static/admin/js/collapse.js:10 #: contrib/admin/static/admin/js/collapse.js:10

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-10 14:49+0200\n" "POT-Creation-Date: 2016-05-17 23:12+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -176,7 +176,7 @@ msgid "Arguments"
msgstr "" msgstr ""
#: contrib/admindocs/templates/admin_doc/model_detail.html:76 #: contrib/admindocs/templates/admin_doc/model_detail.html:76
msgid "Back to Model Documentation" msgid "Back to Model documentation"
msgstr "" msgstr ""
#: contrib/admindocs/templates/admin_doc/model_index.html:18 #: contrib/admindocs/templates/admin_doc/model_index.html:18
@ -201,7 +201,8 @@ msgstr ""
msgid "Template: \"%(name)s\"" msgid "Template: \"%(name)s\""
msgstr "" msgstr ""
#: contrib/admindocs/templates/admin_doc/template_detail.html:18 #. Translators: Search is not a verb here, it qualifies path (a search path)
#: contrib/admindocs/templates/admin_doc/template_detail.html:19
#, python-format #, python-format
msgid "Search path for template \"%(name)s\":" msgid "Search path for template \"%(name)s\":"
msgstr "" msgstr ""
@ -268,7 +269,7 @@ msgid "Templates:"
msgstr "" msgstr ""
#: contrib/admindocs/templates/admin_doc/view_detail.html:32 #: contrib/admindocs/templates/admin_doc/view_detail.html:32
msgid "Back to Views Documentation" msgid "Back to View documentation"
msgstr "" msgstr ""
#: contrib/admindocs/templates/admin_doc/view_index.html:16 #: contrib/admindocs/templates/admin_doc/view_index.html:16

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-10 15:10+0200\n" "POT-Creation-Date: 2016-05-17 23:12+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -142,7 +142,27 @@ msgstr ""
msgid "hash" msgid "hash"
msgstr "" msgstr ""
#: contrib/auth/hashers.py:335 #: contrib/auth/hashers.py:347
msgid "variety"
msgstr ""
#: contrib/auth/hashers.py:348
msgid "version"
msgstr ""
#: contrib/auth/hashers.py:349
msgid "memory cost"
msgstr ""
#: contrib/auth/hashers.py:350
msgid "time cost"
msgstr ""
#: contrib/auth/hashers.py:351
msgid "parallelism"
msgstr ""
#: contrib/auth/hashers.py:445
msgid "work factor" msgid "work factor"
msgstr "" msgstr ""
@ -206,17 +226,11 @@ msgstr ""
msgid "username" msgid "username"
msgstr "" msgstr ""
#: contrib/auth/models.py:308 #: contrib/auth/models.py:313
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr "" msgstr ""
#: contrib/auth/models.py:312 #: contrib/auth/models.py:316
msgid ""
"Enter a valid username. This value may contain only letters, numbers and @/./"
"+/-/_ characters."
msgstr ""
#: contrib/auth/models.py:317
msgid "A user with that username already exists." msgid "A user with that username already exists."
msgstr "" msgstr ""
@ -310,7 +324,19 @@ msgstr ""
msgid "Password reset on %(site_name)s" msgid "Password reset on %(site_name)s"
msgstr "" msgstr ""
#: contrib/auth/views.py:125 #: contrib/auth/validators.py:13
msgid ""
"Enter a valid username. This value may contain only English letters, "
"numbers, and @/./+/-/_ characters."
msgstr ""
#: contrib/auth/validators.py:23
msgid ""
"Enter a valid username. This value may contain only letters, numbers, and "
"@/./+/-/_ characters."
msgstr ""
#: contrib/auth/views.py:133
msgid "Logged out" msgid "Logged out"
msgstr "" msgstr ""