summaryrefslogtreecommitdiff
path: root/django/contrib/humanize
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2019-01-16 20:51:26 +0100
committerClaude Paroz <claude@2xlibre.net>2019-01-16 20:51:26 +0100
commitaa5fd84f53f09338d01a3cfd9fa6ab08e418fe00 (patch)
treeba37005103515e21f860cc40a08aa92e5aacd0bb /django/contrib/humanize
parent9e5e5a657b95ee49923fe3d2691c5d73813b4c53 (diff)
Updated translation catalogs
Diffstat (limited to 'django/contrib/humanize')
-rw-r--r--django/contrib/humanize/locale/en/LC_MESSAGES/django.po251
1 files changed, 124 insertions, 127 deletions
diff --git a/django/contrib/humanize/locale/en/LC_MESSAGES/django.po b/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
index e63dc9cd44..d4239a187a 100644
--- a/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
+++ b/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-05-17 11:49+0200\n"
+"POT-Creation-Date: 2019-01-16 20:42+0100\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@@ -19,370 +19,394 @@ msgid "Humanize"
msgstr ""
#. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
-#: contrib/humanize/templatetags/humanize.py:30
+#: contrib/humanize/templatetags/humanize.py:31
msgctxt "ordinal 11, 12, 13"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 0, e.g. 80th.
-#: contrib/humanize/templatetags/humanize.py:34
+#: contrib/humanize/templatetags/humanize.py:35
msgctxt "ordinal 0"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
-#: contrib/humanize/templatetags/humanize.py:36
+#: contrib/humanize/templatetags/humanize.py:37
msgctxt "ordinal 1"
msgid "{}st"
msgstr ""
#. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
-#: contrib/humanize/templatetags/humanize.py:38
+#: contrib/humanize/templatetags/humanize.py:39
msgctxt "ordinal 2"
msgid "{}nd"
msgstr ""
#. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
-#: contrib/humanize/templatetags/humanize.py:40
+#: contrib/humanize/templatetags/humanize.py:41
msgctxt "ordinal 3"
msgid "{}rd"
msgstr ""
#. Translators: Ordinal format when value ends with 4, e.g. 84th.
-#: contrib/humanize/templatetags/humanize.py:42
+#: contrib/humanize/templatetags/humanize.py:43
msgctxt "ordinal 4"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 5, e.g. 85th.
-#: contrib/humanize/templatetags/humanize.py:44
+#: contrib/humanize/templatetags/humanize.py:45
msgctxt "ordinal 5"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 6, e.g. 86th.
-#: contrib/humanize/templatetags/humanize.py:46
+#: contrib/humanize/templatetags/humanize.py:47
msgctxt "ordinal 6"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 7, e.g. 87th.
-#: contrib/humanize/templatetags/humanize.py:48
+#: contrib/humanize/templatetags/humanize.py:49
msgctxt "ordinal 7"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 8, e.g. 88th.
-#: contrib/humanize/templatetags/humanize.py:50
+#: contrib/humanize/templatetags/humanize.py:51
msgctxt "ordinal 8"
msgid "{}th"
msgstr ""
#. Translators: Ordinal format when value ends with 9, e.g. 89th.
-#: contrib/humanize/templatetags/humanize.py:52
+#: contrib/humanize/templatetags/humanize.py:53
msgctxt "ordinal 9"
msgid "{}th"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:84
+#: contrib/humanize/templatetags/humanize.py:85
#, python-format
msgid "%(value).1f million"
msgid_plural "%(value).1f million"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:85
+#: contrib/humanize/templatetags/humanize.py:86
#, python-format
msgid "%(value)s million"
msgid_plural "%(value)s million"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:88
+#: contrib/humanize/templatetags/humanize.py:89
#, python-format
msgid "%(value).1f billion"
msgid_plural "%(value).1f billion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:89
+#: contrib/humanize/templatetags/humanize.py:90
#, python-format
msgid "%(value)s billion"
msgid_plural "%(value)s billion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:92
+#: contrib/humanize/templatetags/humanize.py:93
#, python-format
msgid "%(value).1f trillion"
msgid_plural "%(value).1f trillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:93
+#: contrib/humanize/templatetags/humanize.py:94
#, python-format
msgid "%(value)s trillion"
msgid_plural "%(value)s trillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:96
+#: contrib/humanize/templatetags/humanize.py:97
#, python-format
msgid "%(value).1f quadrillion"
msgid_plural "%(value).1f quadrillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:97
+#: contrib/humanize/templatetags/humanize.py:98
#, python-format
msgid "%(value)s quadrillion"
msgid_plural "%(value)s quadrillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:100
+#: contrib/humanize/templatetags/humanize.py:101
#, python-format
msgid "%(value).1f quintillion"
msgid_plural "%(value).1f quintillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:101
+#: contrib/humanize/templatetags/humanize.py:102
#, python-format
msgid "%(value)s quintillion"
msgid_plural "%(value)s quintillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:104
+#: contrib/humanize/templatetags/humanize.py:105
#, python-format
msgid "%(value).1f sextillion"
msgid_plural "%(value).1f sextillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:105
+#: contrib/humanize/templatetags/humanize.py:106
#, python-format
msgid "%(value)s sextillion"
msgid_plural "%(value)s sextillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:108
+#: contrib/humanize/templatetags/humanize.py:109
#, python-format
msgid "%(value).1f septillion"
msgid_plural "%(value).1f septillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:109
+#: contrib/humanize/templatetags/humanize.py:110
#, python-format
msgid "%(value)s septillion"
msgid_plural "%(value)s septillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:112
+#: contrib/humanize/templatetags/humanize.py:113
#, python-format
msgid "%(value).1f octillion"
msgid_plural "%(value).1f octillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:113
+#: contrib/humanize/templatetags/humanize.py:114
#, python-format
msgid "%(value)s octillion"
msgid_plural "%(value)s octillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:116
+#: contrib/humanize/templatetags/humanize.py:117
#, python-format
msgid "%(value).1f nonillion"
msgid_plural "%(value).1f nonillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:117
+#: contrib/humanize/templatetags/humanize.py:118
#, python-format
msgid "%(value)s nonillion"
msgid_plural "%(value)s nonillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:120
+#: contrib/humanize/templatetags/humanize.py:121
#, python-format
msgid "%(value).1f decillion"
msgid_plural "%(value).1f decillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:121
+#: contrib/humanize/templatetags/humanize.py:122
#, python-format
msgid "%(value)s decillion"
msgid_plural "%(value)s decillion"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:124
+#: contrib/humanize/templatetags/humanize.py:125
#, python-format
msgid "%(value).1f googol"
msgid_plural "%(value).1f googol"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:125
+#: contrib/humanize/templatetags/humanize.py:126
#, python-format
msgid "%(value)s googol"
msgid_plural "%(value)s googol"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:176
+#: contrib/humanize/templatetags/humanize.py:177
msgid "one"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:176
+#: contrib/humanize/templatetags/humanize.py:177
msgid "two"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:176
+#: contrib/humanize/templatetags/humanize.py:177
msgid "three"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:176
+#: contrib/humanize/templatetags/humanize.py:177
msgid "four"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:176
+#: contrib/humanize/templatetags/humanize.py:177
msgid "five"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:177
+#: contrib/humanize/templatetags/humanize.py:178
msgid "six"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:177
+#: contrib/humanize/templatetags/humanize.py:178
msgid "seven"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:177
+#: contrib/humanize/templatetags/humanize.py:178
msgid "eight"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:177
+#: contrib/humanize/templatetags/humanize.py:178
msgid "nine"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:201
+#: contrib/humanize/templatetags/humanize.py:199
msgid "today"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:203
+#: contrib/humanize/templatetags/humanize.py:201
msgid "tomorrow"
msgstr ""
-#: contrib/humanize/templatetags/humanize.py:205
+#: contrib/humanize/templatetags/humanize.py:203
msgid "yesterday"
msgstr ""
#. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
-#: contrib/humanize/templatetags/humanize.py:225
+#: contrib/humanize/templatetags/humanize.py:221
#, python-format
msgid "%(delta)s ago"
msgstr ""
-#. Translators: 'naturaltime-past' strings will be included in
-#. '%(delta)s ago'
-#: contrib/humanize/templatetags/humanize.py:228
+#. Translators: please keep a non-breaking space (U+00A0) between count
+#. and time unit.
+#: contrib/humanize/templatetags/humanize.py:224
#, python-format
-msgctxt "naturaltime-past"
-msgid "%d year"
-msgid_plural "%d years"
+msgid "an hour ago"
+msgid_plural "%(count)s hours ago"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:229
+#. Translators: please keep a non-breaking space (U+00A0) between count
+#. and time unit.
+#: contrib/humanize/templatetags/humanize.py:227
#, python-format
-msgctxt "naturaltime-past"
-msgid "%d month"
-msgid_plural "%d months"
+msgid "a minute ago"
+msgid_plural "%(count)s minutes ago"
msgstr[0] ""
msgstr[1] ""
+#. Translators: please keep a non-breaking space (U+00A0) between count
+#. and time unit.
#: contrib/humanize/templatetags/humanize.py:230
#, python-format
-msgctxt "naturaltime-past"
-msgid "%d week"
-msgid_plural "%d weeks"
+msgid "a second ago"
+msgid_plural "%(count)s seconds ago"
msgstr[0] ""
msgstr[1] ""
#: contrib/humanize/templatetags/humanize.py:231
+msgid "now"
+msgstr ""
+
+#. Translators: please keep a non-breaking space (U+00A0) between count
+#. and time unit.
+#: contrib/humanize/templatetags/humanize.py:234
#, python-format
-msgctxt "naturaltime-past"
-msgid "%d day"
-msgid_plural "%d days"
+msgid "a second from now"
+msgid_plural "%(count)s seconds from now"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:232
+#. Translators: please keep a non-breaking space (U+00A0) between count
+#. and time unit.
+#: contrib/humanize/templatetags/humanize.py:237
#, python-format
-msgctxt "naturaltime-past"
-msgid "%d hour"
-msgid_plural "%d hours"
+msgid "a minute from now"
+msgid_plural "%(count)s minutes from now"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:233
+#. Translators: please keep a non-breaking space (U+00A0) between count
+#. and time unit.
+#: contrib/humanize/templatetags/humanize.py:240
#, python-format
-msgctxt "naturaltime-past"
-msgid "%d minute"
-msgid_plural "%d minutes"
+msgid "an hour from now"
+msgid_plural "%(count)s hours from now"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:236
-#: contrib/humanize/templatetags/humanize.py:272
-msgid "now"
+#. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
+#: contrib/humanize/templatetags/humanize.py:242
+#, python-format
+msgid "%(delta)s from now"
msgstr ""
-#. Translators: please keep a non-breaking space (U+00A0)
-#. between count and time unit.
-#: contrib/humanize/templatetags/humanize.py:241
+#. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
+#: contrib/humanize/templatetags/humanize.py:246
#, python-format
-msgid "a second ago"
-msgid_plural "%(count)s seconds ago"
+msgctxt "naturaltime-past"
+msgid "%d year"
+msgid_plural "%d years"
+msgstr[0] ""
+msgstr[1] ""
+
+#: contrib/humanize/templatetags/humanize.py:247
+#, python-format
+msgctxt "naturaltime-past"
+msgid "%d month"
+msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
-#. Translators: please keep a non-breaking space (U+00A0)
-#. between count and time unit.
#: contrib/humanize/templatetags/humanize.py:248
#, python-format
-msgid "a minute ago"
-msgid_plural "%(count)s minutes ago"
+msgctxt "naturaltime-past"
+msgid "%d week"
+msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""
-#. Translators: please keep a non-breaking space (U+00A0)
-#. between count and time unit.
-#: contrib/humanize/templatetags/humanize.py:255
+#: contrib/humanize/templatetags/humanize.py:249
#, python-format
-msgid "an hour ago"
-msgid_plural "%(count)s hours ago"
+msgctxt "naturaltime-past"
+msgid "%d day"
+msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
-#. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
-#: contrib/humanize/templatetags/humanize.py:261
+#: contrib/humanize/templatetags/humanize.py:250
#, python-format
-msgid "%(delta)s from now"
-msgstr ""
+msgctxt "naturaltime-past"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+#: contrib/humanize/templatetags/humanize.py:251
+#, python-format
+msgctxt "naturaltime-past"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
-#. Translators: 'naturaltime-future' strings will be included in
-#. '%(delta)s from now'
-#: contrib/humanize/templatetags/humanize.py:264
+#. Translators: 'naturaltime-future' strings will be included in '%(delta)s from now'
+#: contrib/humanize/templatetags/humanize.py:255
#, python-format
msgctxt "naturaltime-future"
msgid "%d year"
@@ -390,7 +414,7 @@ msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:265
+#: contrib/humanize/templatetags/humanize.py:256
#, python-format
msgctxt "naturaltime-future"
msgid "%d month"
@@ -398,7 +422,7 @@ msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:266
+#: contrib/humanize/templatetags/humanize.py:257
#, python-format
msgctxt "naturaltime-future"
msgid "%d week"
@@ -406,7 +430,7 @@ msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:267
+#: contrib/humanize/templatetags/humanize.py:258
#, python-format
msgctxt "naturaltime-future"
msgid "%d day"
@@ -414,7 +438,7 @@ msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:268
+#: contrib/humanize/templatetags/humanize.py:259
#, python-format
msgctxt "naturaltime-future"
msgid "%d hour"
@@ -422,37 +446,10 @@ msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
-#: contrib/humanize/templatetags/humanize.py:269
+#: contrib/humanize/templatetags/humanize.py:260
#, python-format
msgctxt "naturaltime-future"
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
-
-#. Translators: please keep a non-breaking space (U+00A0)
-#. between count and time unit.
-#: contrib/humanize/templatetags/humanize.py:277
-#, python-format
-msgid "a second from now"
-msgid_plural "%(count)s seconds from now"
-msgstr[0] ""
-msgstr[1] ""
-
-#. Translators: please keep a non-breaking space (U+00A0)
-#. between count and time unit.
-#: contrib/humanize/templatetags/humanize.py:284
-#, python-format
-msgid "a minute from now"
-msgid_plural "%(count)s minutes from now"
-msgstr[0] ""
-msgstr[1] ""
-
-#. Translators: please keep a non-breaking space (U+00A0)
-#. between count and time unit.
-#: contrib/humanize/templatetags/humanize.py:291
-#, python-format
-msgid "an hour from now"
-msgid_plural "%(count)s hours from now"
-msgstr[0] ""
-msgstr[1] ""