Got basic webpage working. Need to make base page, static folders
This commit is contained in:
@@ -0,0 +1 @@
|
||||
default_app_config = 'django.contrib.humanize.apps.HumanizeConfig'
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class HumanizeConfig(AppConfig):
|
||||
name = 'django.contrib.humanize'
|
||||
verbose_name = _("Humanize")
|
||||
BIN
Binary file not shown.
+261
@@ -0,0 +1,261 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2014-10-05 20:10+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/"
|
||||
"language/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr ""
|
||||
|
||||
msgid "two"
|
||||
msgstr ""
|
||||
|
||||
msgid "three"
|
||||
msgstr ""
|
||||
|
||||
msgid "four"
|
||||
msgstr ""
|
||||
|
||||
msgid "five"
|
||||
msgstr ""
|
||||
|
||||
msgid "six"
|
||||
msgstr ""
|
||||
|
||||
msgid "seven"
|
||||
msgstr ""
|
||||
|
||||
msgid "eight"
|
||||
msgstr ""
|
||||
|
||||
msgid "nine"
|
||||
msgstr ""
|
||||
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr ""
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+377
@@ -0,0 +1,377 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Bashar Al-Abdulhadi, 2014
|
||||
# Eyad Toma <[email protected]>, 2013
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Ossama Khayat <[email protected]>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "عمل صفة بشرية"
|
||||
|
||||
msgid "th"
|
||||
msgstr " "
|
||||
|
||||
msgid "st"
|
||||
msgstr " "
|
||||
|
||||
msgid "nd"
|
||||
msgstr " "
|
||||
|
||||
msgid "rd"
|
||||
msgstr " "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f مليون"
|
||||
msgstr[1] "%(value).1f مليون"
|
||||
msgstr[2] "%(value).1f مليونان"
|
||||
msgstr[3] "%(value).1f مليون"
|
||||
msgstr[4] "%(value).1f مليون"
|
||||
msgstr[5] "%(value).1f مليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s مليون"
|
||||
msgstr[1] "%(value)s مليون"
|
||||
msgstr[2] "%(value)s مليون"
|
||||
msgstr[3] "%(value)s ملايين"
|
||||
msgstr[4] "%(value)s مليون"
|
||||
msgstr[5] "%(value)s مليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f مليار"
|
||||
msgstr[1] "%(value).1f مليار"
|
||||
msgstr[2] "%(value).1f ملياران"
|
||||
msgstr[3] "%(value).1f مليار"
|
||||
msgstr[4] "%(value).1f مليار"
|
||||
msgstr[5] "%(value).1f مليار"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s مليار"
|
||||
msgstr[1] "%(value)s مليار"
|
||||
msgstr[2] "%(value)s مليار"
|
||||
msgstr[3] "%(value)s مليار"
|
||||
msgstr[4] "%(value)s مليار"
|
||||
msgstr[5] "%(value)s مليار"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f ترليون"
|
||||
msgstr[1] "%(value).1f ترليون"
|
||||
msgstr[2] "%(value).1f ترليونان"
|
||||
msgstr[3] "%(value).1f ترليونات"
|
||||
msgstr[4] "%(value).1f ترليون"
|
||||
msgstr[5] "%(value).1f ترليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s ترليون"
|
||||
msgstr[1] "%(value)s ترليون"
|
||||
msgstr[2] "%(value)s ترليون"
|
||||
msgstr[3] "%(value)s ترليون"
|
||||
msgstr[4] "%(value)s ترليون"
|
||||
msgstr[5] "%(value)s ترليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f كوادرليون"
|
||||
msgstr[1] "%(value).1f كوادرليون"
|
||||
msgstr[2] "%(value).1f كوادرليون"
|
||||
msgstr[3] "%(value).1f كوادرليون"
|
||||
msgstr[4] "%(value).1f كوادرليون"
|
||||
msgstr[5] "%(value).1f كوادرليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s كوادرليون"
|
||||
msgstr[1] "%(value)s كوادرليون"
|
||||
msgstr[2] "%(value)s كوادرليون"
|
||||
msgstr[3] "%(value)s كوادرليون"
|
||||
msgstr[4] "%(value)s كوادرليون"
|
||||
msgstr[5] "%(value)s كوادرليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f كوينتيليون"
|
||||
msgstr[1] "%(value).1f كوينتيليون"
|
||||
msgstr[2] "%(value).1f كوينتيليون"
|
||||
msgstr[3] "%(value).1f كوينتيليون"
|
||||
msgstr[4] "%(value).1f كوينتيليون"
|
||||
msgstr[5] "%(value).1f كوينتيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s كوينتيليون"
|
||||
msgstr[1] "%(value)s كوينتيليون"
|
||||
msgstr[2] "%(value)s كوينتيليون"
|
||||
msgstr[3] "%(value)s كوينتيليون"
|
||||
msgstr[4] "%(value)s كوينتيليون"
|
||||
msgstr[5] "%(value)s كوينتيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f سكستيليون"
|
||||
msgstr[1] "%(value).1f سكستيليون"
|
||||
msgstr[2] "%(value).1f سكستيليون"
|
||||
msgstr[3] "%(value).1f سكستيليون"
|
||||
msgstr[4] "%(value).1f سكستيليون"
|
||||
msgstr[5] "%(value).1f سكستيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s سكستيليون"
|
||||
msgstr[1] "%(value)s سكستيليون"
|
||||
msgstr[2] "%(value)s سكستيليون"
|
||||
msgstr[3] "%(value)s سكستيليون"
|
||||
msgstr[4] "%(value)s سكستيليون"
|
||||
msgstr[5] "%(value)s سكستيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f سبتيليون"
|
||||
msgstr[1] "%(value).1f سبتيليون"
|
||||
msgstr[2] "%(value).1f سبتيليون"
|
||||
msgstr[3] "%(value).1f سبتيليون"
|
||||
msgstr[4] "%(value).1f سبتيليون"
|
||||
msgstr[5] "%(value).1f سبتيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s سبتيليون"
|
||||
msgstr[1] "%(value)s سبتيليون"
|
||||
msgstr[2] "%(value)s سبتيليون"
|
||||
msgstr[3] "%(value)s سبتيليون"
|
||||
msgstr[4] "%(value)s سبتيليون"
|
||||
msgstr[5] "%(value)s سبتيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f أقتيليون"
|
||||
msgstr[1] "%(value).1f أقتيليون"
|
||||
msgstr[2] "%(value).1f أقتيليون"
|
||||
msgstr[3] "%(value).1f أقتيليون"
|
||||
msgstr[4] "%(value).1f أقتيليون"
|
||||
msgstr[5] "%(value).1f أقتيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s أقتيليون"
|
||||
msgstr[1] "%(value)s أقتيليون"
|
||||
msgstr[2] "%(value)s أقتيليون"
|
||||
msgstr[3] "%(value)s أقتيليون"
|
||||
msgstr[4] "%(value)s أقتيليون"
|
||||
msgstr[5] "%(value)s أقتيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f نانليون"
|
||||
msgstr[1] "%(value).1f نانليون"
|
||||
msgstr[2] "%(value).1f نانليون"
|
||||
msgstr[3] "%(value).1f نانليون"
|
||||
msgstr[4] "%(value).1f نانليون"
|
||||
msgstr[5] "%(value).1f نانليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s نانليون"
|
||||
msgstr[1] "%(value)s نانليون"
|
||||
msgstr[2] "%(value)s نانليون"
|
||||
msgstr[3] "%(value)s نانليون"
|
||||
msgstr[4] "%(value)s نانليون"
|
||||
msgstr[5] "%(value)s نانليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f ديسيليون"
|
||||
msgstr[1] "%(value).1f ديسيليون"
|
||||
msgstr[2] "%(value).1f ديسيليون"
|
||||
msgstr[3] "%(value).1f ديسيليون"
|
||||
msgstr[4] "%(value).1f ديسيليون"
|
||||
msgstr[5] "%(value).1f ديسيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s ديسيليون"
|
||||
msgstr[1] "%(value)s ديسيليون"
|
||||
msgstr[2] "%(value)s ديسيليون"
|
||||
msgstr[3] "%(value)s ديسيليون"
|
||||
msgstr[4] "%(value)s ديسيليون"
|
||||
msgstr[5] "%(value)s ديسيليون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f جوجول"
|
||||
msgstr[1] "%(value).1f جوجول"
|
||||
msgstr[2] "%(value).1f جوجول"
|
||||
msgstr[3] "%(value).1f جوجول"
|
||||
msgstr[4] "%(value).1f جوجول"
|
||||
msgstr[5] "%(value).1f جوجول"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s جوجول"
|
||||
msgstr[1] "%(value)s جوجول"
|
||||
msgstr[2] "%(value)s جوجول"
|
||||
msgstr[3] "%(value)s جوجول"
|
||||
msgstr[4] "%(value)s جوجول"
|
||||
msgstr[5] "%(value)s جوجول"
|
||||
|
||||
msgid "one"
|
||||
msgstr "واحد"
|
||||
|
||||
msgid "two"
|
||||
msgstr "إثنان"
|
||||
|
||||
msgid "three"
|
||||
msgstr "ثلالثة"
|
||||
|
||||
msgid "four"
|
||||
msgstr "أربعة"
|
||||
|
||||
msgid "five"
|
||||
msgstr "خمسة"
|
||||
|
||||
msgid "six"
|
||||
msgstr "ستة"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "سبعة"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ثمانية"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "تسعة"
|
||||
|
||||
msgid "today"
|
||||
msgstr "اليوم"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "غداً"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "أمس"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s مضت"
|
||||
|
||||
msgid "now"
|
||||
msgstr "الآن"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "منذ %(count)s ثانية"
|
||||
msgstr[1] "منذ ثانية"
|
||||
msgstr[2] "منذ %(count)s ثانيتين"
|
||||
msgstr[3] "منذ %(count)s ثواني"
|
||||
msgstr[4] "منذ %(count)s ثانية"
|
||||
msgstr[5] "منذ %(count)s ثانية"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "منذ %(count)s دقيقة"
|
||||
msgstr[1] "منذ دقيقة"
|
||||
msgstr[2] "منذ %(count)s دقيقة"
|
||||
msgstr[3] "منذ %(count)s دقيقة"
|
||||
msgstr[4] "منذ %(count)s دقيقة"
|
||||
msgstr[5] "منذ %(count)s دقيقة"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "منذ %(count)s ساعة"
|
||||
msgstr[1] "منذ ساعة"
|
||||
msgstr[2] "منذ %(count)s ساعة"
|
||||
msgstr[3] "منذ %(count)s ساعة"
|
||||
msgstr[4] "منذ %(count)s ساعة"
|
||||
msgstr[5] "منذ %(count)s ساعة"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s من الآن"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "%(count)s ثواني من الآن"
|
||||
msgstr[1] "منذ ثانية من الآن"
|
||||
msgstr[2] "%(count)s ثواني من الآن"
|
||||
msgstr[3] "%(count)s ثواني من الآن"
|
||||
msgstr[4] "%(count)s ثواني من الآن"
|
||||
msgstr[5] "%(count)s ثواني من الآن"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "%(count)s دقائق من الآن"
|
||||
msgstr[1] "منذ دقيقة من الآن"
|
||||
msgstr[2] "%(count)s دقائق من الآن"
|
||||
msgstr[3] "%(count)s دقائق من الآن"
|
||||
msgstr[4] "%(count)s دقائق من الآن"
|
||||
msgstr[5] "%(count)s دقائق من الآن"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "%(count)s ساعات من الآن"
|
||||
msgstr[1] "منذ ساعة من الآن"
|
||||
msgstr[2] "%(count)s ساعات من الآن"
|
||||
msgstr[3] "%(count)s ساعات من الآن"
|
||||
msgstr[4] "%(count)s ساعات من الآن"
|
||||
msgstr[5] "%(count)s ساعات من الآن"
|
||||
BIN
Binary file not shown.
+262
@@ -0,0 +1,262 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Ḷḷumex03 <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 19:51+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/django/django/language/"
|
||||
"ast/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ast\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "ᵘ"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ᵘ"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "ᵘ"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ᵘ"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f millón"
|
||||
msgstr[1] "%(value).1f millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millón"
|
||||
msgstr[1] "%(value)s millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f billón"
|
||||
msgstr[1] "%(value).1f billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s billón"
|
||||
msgstr[1] "%(value)s billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trillón"
|
||||
msgstr[1] "%(value).1f trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s trillón"
|
||||
msgstr[1] "%(value)s trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f cuatrillón"
|
||||
msgstr[1] "%(value).1f cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s cuatrillón"
|
||||
msgstr[1] "%(value)s cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintillón"
|
||||
msgstr[1] "%(value).1f quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintillón"
|
||||
msgstr[1] "%(value)s quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextillón"
|
||||
msgstr[1] "%(value).1f sextillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextillón"
|
||||
msgstr[1] "%(value)s sextillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septillón"
|
||||
msgstr[1] "%(value).1f septillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septillón"
|
||||
msgstr[1] "%(value)s septillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillón"
|
||||
msgstr[1] "%(value).1f octillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillón"
|
||||
msgstr[1] "%(value)s octillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonillón"
|
||||
msgstr[1] "%(value).1f nonillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonillón"
|
||||
msgstr[1] "%(value)s nonillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f decillón"
|
||||
msgstr[1] "%(value).1f decillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s decillón"
|
||||
msgstr[1] "%(value)s decillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f gúgol"
|
||||
msgstr[1] "%(value).1f gúgol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gúgol"
|
||||
msgstr[1] "%(value)s gúgol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "un"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "trés"
|
||||
|
||||
msgid "four"
|
||||
msgstr "cuatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "siete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocho"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nueve"
|
||||
|
||||
msgid "today"
|
||||
msgstr "güei"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañana"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ayeri"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "hai %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "agora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s dende agora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+264
@@ -0,0 +1,264 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Ali Ismayilov <[email protected]>, 2011
|
||||
# Claude Paroz <[email protected]>, 2013
|
||||
# Emin Mastizada <[email protected]>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Emin Mastizada <[email protected]>\n"
|
||||
"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/"
|
||||
"az/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "İnsanlaşdır"
|
||||
|
||||
msgid "th"
|
||||
msgstr "-ıncı"
|
||||
|
||||
msgid "st"
|
||||
msgstr "-ıncı"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "-ıncı"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "-ıncı"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milyon"
|
||||
msgstr[1] "%(value).1f milyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milyon"
|
||||
msgstr[1] "%(value)s milyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milyard"
|
||||
msgstr[1] "%(value).1f milyard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s milyard"
|
||||
msgstr[1] "%(value)s milyard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trilyon"
|
||||
msgstr[1] "%(value).1f trilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s trilyon"
|
||||
msgstr[1] "%(value)s trilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f kvadrilyon"
|
||||
msgstr[1] "%(value).1f kvadrilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s kvadrilyon"
|
||||
msgstr[1] "%(value)s kvadrilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f kvintilyon"
|
||||
msgstr[1] "%(value).1f kvintilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s kvintilyon"
|
||||
msgstr[1] "%(value)s kvintilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sekstilyon"
|
||||
msgstr[1] "%(value).1f sekstilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sekstilyon"
|
||||
msgstr[1] "%(value)s sekstilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septilyon"
|
||||
msgstr[1] "%(value).1f septilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septilyon"
|
||||
msgstr[1] "%(value)s septilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f oktilyon"
|
||||
msgstr[1] "%(value).1f oktilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s oktilyon"
|
||||
msgstr[1] "%(value)s oktilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonilyon"
|
||||
msgstr[1] "%(value).1f nonilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonilyon"
|
||||
msgstr[1] "%(value)s nonilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f deçilyon"
|
||||
msgstr[1] "%(value).1f deçilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s deçilyon"
|
||||
msgstr[1] "%(value)s deçilyon"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f quqol"
|
||||
msgstr[1] "%(value).1f quqol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s quqol"
|
||||
msgstr[1] "%(value)s quqol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "bir"
|
||||
|
||||
msgid "two"
|
||||
msgstr "iki"
|
||||
|
||||
msgid "three"
|
||||
msgstr "üç"
|
||||
|
||||
msgid "four"
|
||||
msgstr "dörd"
|
||||
|
||||
msgid "five"
|
||||
msgstr "beş"
|
||||
|
||||
msgid "six"
|
||||
msgstr "altı"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "yeddi"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "səkkiz"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "doqquz"
|
||||
|
||||
msgid "today"
|
||||
msgstr "bu gün"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "sabah"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "dünən"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s əvvəl"
|
||||
|
||||
msgid "now"
|
||||
msgstr "indi"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "bir saniyə əvvəl"
|
||||
msgstr[1] "%(count)s saniyə əvvəl"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "bir dəqiqə əvvəl"
|
||||
msgstr[1] "%(count)s dəqiqə əvvəl"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "bir saat əvvəl"
|
||||
msgstr[1] "%(count)s saat əvvəl"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s sonra"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "bir saniyə sonra"
|
||||
msgstr[1] "%(count)s saniyə sonra"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "bir dəqiqə sonra"
|
||||
msgstr[1] "%(count)s dəqiqə sonra"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "bir saat sonra"
|
||||
msgstr[1] "%(count)s saat sonra"
|
||||
BIN
Binary file not shown.
+320
@@ -0,0 +1,320 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Viktar Palstsiuk <[email protected]>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Viktar Palstsiuk <[email protected]>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/django/django/language/"
|
||||
"be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Ачалавечваньне"
|
||||
|
||||
msgid "th"
|
||||
msgstr "-ы"
|
||||
|
||||
msgid "st"
|
||||
msgstr "-ы"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "-і"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "-і"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f мільён"
|
||||
msgstr[1] "%(value).1f мільёны"
|
||||
msgstr[2] "%(value).1f мільёнаў"
|
||||
msgstr[3] "%(value).1f мільёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s мільён"
|
||||
msgstr[1] "%(value)s мільёны"
|
||||
msgstr[2] "%(value)s мільёнаў"
|
||||
msgstr[3] "%(value)s мільёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f мільярд"
|
||||
msgstr[1] "%(value).1f мільярды"
|
||||
msgstr[2] "%(value).1f мільярдаў"
|
||||
msgstr[3] "%(value).1f мільярдаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value).s мільярд"
|
||||
msgstr[1] "%(value)s мільярды"
|
||||
msgstr[2] "%(value)s мільярдаў"
|
||||
msgstr[3] "%(value)s мільярдаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f трыльён"
|
||||
msgstr[1] "%(value).1f трыльёны"
|
||||
msgstr[2] "%(value).1f трыльёнаў"
|
||||
msgstr[3] "%(value).1f трыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s трыльён"
|
||||
msgstr[1] "%(value)s трыльёны"
|
||||
msgstr[2] "%(value)s трыльёнаў"
|
||||
msgstr[3] "%(value)s трыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f квадрыльён"
|
||||
msgstr[1] "%(value).1f квадрыльёны"
|
||||
msgstr[2] "%(value).1f квадрыльёнаў"
|
||||
msgstr[3] "%(value).1f квадрыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s квадрыльён"
|
||||
msgstr[1] "%(value)s квадрыльёны"
|
||||
msgstr[2] "%(value)s квадрыльёнаў"
|
||||
msgstr[3] "%(value)s квадрыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f квінтыльён"
|
||||
msgstr[1] "%(value).1f квінтыльёны"
|
||||
msgstr[2] "%(value).1f квінтыльёнаў"
|
||||
msgstr[3] "%(value).1f квінтыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s квінтыльён"
|
||||
msgstr[1] "%(value)s квінтыльёны"
|
||||
msgstr[2] "%(value)s квінтыльёнаў"
|
||||
msgstr[3] "%(value)s квінтыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f сэкстыльён"
|
||||
msgstr[1] "%(value).1f сэкстыльёны"
|
||||
msgstr[2] "%(value).1f сэкстыльёнаў"
|
||||
msgstr[3] "%(value).1f сэкстыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s сэкстыльён"
|
||||
msgstr[1] "%(value)s сэкстыльёны"
|
||||
msgstr[2] "%(value)s сэкстыльёнаў"
|
||||
msgstr[3] "%(value)s сэкстыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f сэптыльён"
|
||||
msgstr[1] "%(value).1f сэптыльёны"
|
||||
msgstr[2] "%(value).1f сэптыльёнаў"
|
||||
msgstr[3] "%(value).1f сэптыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s сэптыльён"
|
||||
msgstr[1] "%(value)s сэптыльёны"
|
||||
msgstr[2] "%(value)s сэптыльёнаў"
|
||||
msgstr[3] "%(value)s сэптыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f актыльён"
|
||||
msgstr[1] "%(value).1f актыльёны"
|
||||
msgstr[2] "%(value).1f актыльёнаў"
|
||||
msgstr[3] "%(value).1f актыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s актыльён"
|
||||
msgstr[1] "%(value)s актыльёны"
|
||||
msgstr[2] "%(value)s актыльёнаў"
|
||||
msgstr[3] "%(value)s актыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f нанільён"
|
||||
msgstr[1] "%(value).1f нанільёны"
|
||||
msgstr[2] "%(value).1f нанільёнаў"
|
||||
msgstr[3] "%(value).1f нанільёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s нанільён"
|
||||
msgstr[1] "%(value)s нанільёны"
|
||||
msgstr[2] "%(value)s нанільёнаў"
|
||||
msgstr[3] "%(value)s нанільёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f дэцыльён"
|
||||
msgstr[1] "%(value).1f дэцыльёны"
|
||||
msgstr[2] "%(value).1f дэцыльёнаў"
|
||||
msgstr[3] "%(value).1f дэцыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s дэцыльён"
|
||||
msgstr[1] "%(value)s дэцыльёны"
|
||||
msgstr[2] "%(value)s дэцыльёнаў"
|
||||
msgstr[3] "%(value)s дэцыльёнаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f ґуґал"
|
||||
msgstr[1] "%(value).1f ґуґлы"
|
||||
msgstr[2] "%(value).1f ґуґлаў"
|
||||
msgstr[3] "%(value).1f ґуґлаў"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s ґуґал"
|
||||
msgstr[1] "%(value)s ґуґлы"
|
||||
msgstr[2] "%(value)s ґуґлаў"
|
||||
msgstr[3] "%(value)s ґуґлаў"
|
||||
|
||||
msgid "one"
|
||||
msgstr "адзін"
|
||||
|
||||
msgid "two"
|
||||
msgstr "два"
|
||||
|
||||
msgid "three"
|
||||
msgstr "тры"
|
||||
|
||||
msgid "four"
|
||||
msgstr "чатыры"
|
||||
|
||||
msgid "five"
|
||||
msgstr "пяць"
|
||||
|
||||
msgid "six"
|
||||
msgstr "шэсьць"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "сем"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "восем"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "дзевяць"
|
||||
|
||||
msgid "today"
|
||||
msgstr "сёньня"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "заўтра"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ўчора"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s таму"
|
||||
|
||||
msgid "now"
|
||||
msgstr "зараз"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "%(count)s сэкунду таму"
|
||||
msgstr[1] "%(count)s сэкунды таму"
|
||||
msgstr[2] "%(count)s сэкундаў таму"
|
||||
msgstr[3] "%(count)s сэкундаў таму"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "%(count)s хвіліну таму"
|
||||
msgstr[1] "%(count)s хвіліны таму"
|
||||
msgstr[2] "%(count)s хвілінаў таму"
|
||||
msgstr[3] "%(count)s хвілінаў таму"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "%(count)s гадзіну таму"
|
||||
msgstr[1] "%(count)s гадзіны таму"
|
||||
msgstr[2] "%(count)s гадзінаў таму"
|
||||
msgstr[3] "%(count)s гадзінаў таму"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "праз %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "праз %(count)s сэкунду"
|
||||
msgstr[1] "праз %(count)s сэкунды"
|
||||
msgstr[2] "праз %(count)s сэкундаў"
|
||||
msgstr[3] "праз %(count)s сэкундаў"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "праз %(count)s хвіліну"
|
||||
msgstr[1] "праз %(count)s хвіліны"
|
||||
msgstr[2] "праз %(count)s хвілінаў"
|
||||
msgstr[3] "праз %(count)s хвілінаў"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "праз %(count)s гадзіну"
|
||||
msgstr[1] "праз %(count)s гадзіны"
|
||||
msgstr[2] "праз %(count)s гадзінаў"
|
||||
msgstr[3] "праз %(count)s гадзінаў"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Georgi Kostadinov <[email protected]>, 2012
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Todor Lubenov <[email protected]>, 2011,2015
|
||||
# Venelin Stoykov <[email protected]>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Venelin Stoykov <[email protected]>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
|
||||
"bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Облагородявам"
|
||||
|
||||
msgid "th"
|
||||
msgstr "и"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ви"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "ри"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ти"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f милион"
|
||||
msgstr[1] "%(value).1f милиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s милион"
|
||||
msgstr[1] "%(value)s милиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f милиард"
|
||||
msgstr[1] "%(value).1f милиарда"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s милиард"
|
||||
msgstr[1] "%(value)s милиарда"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f трилион"
|
||||
msgstr[1] "%(value).1f трилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s трилион"
|
||||
msgstr[1] "%(value)s трилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f квадрилион"
|
||||
msgstr[1] "%(value).1f квадрилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s квадрилион"
|
||||
msgstr[1] "%(value)s квадрилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f квинтилион"
|
||||
msgstr[1] "%(value).1f квинтилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s квинтилион"
|
||||
msgstr[1] "%(value)s квинтилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f секстилион"
|
||||
msgstr[1] "%(value).1f секстилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s секстилион"
|
||||
msgstr[1] "%(value)s секстилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f септилион"
|
||||
msgstr[1] "%(value).1f септилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s септилион"
|
||||
msgstr[1] "%(value)s септилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f октилион"
|
||||
msgstr[1] "%(value).1f октилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s октилион"
|
||||
msgstr[1] "%(value)s октилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f нонилион"
|
||||
msgstr[1] "%(value).1f нонилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s нонилион"
|
||||
msgstr[1] "%(value)s нонилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f децилион"
|
||||
msgstr[1] "%(value).1f децилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s децилион"
|
||||
msgstr[1] "%(value)s децилиона"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f гугол"
|
||||
msgstr[1] "%(value).1f гугола"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s гугол"
|
||||
msgstr[1] "%(value)s гугола"
|
||||
|
||||
msgid "one"
|
||||
msgstr "един"
|
||||
|
||||
msgid "two"
|
||||
msgstr "два"
|
||||
|
||||
msgid "three"
|
||||
msgstr "три"
|
||||
|
||||
msgid "four"
|
||||
msgstr "четири"
|
||||
|
||||
msgid "five"
|
||||
msgstr "пет"
|
||||
|
||||
msgid "six"
|
||||
msgstr "шест"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "седем"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "осем"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "девет"
|
||||
|
||||
msgid "today"
|
||||
msgstr "днес"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "Утре"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "вчера"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "преди %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "сега"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "преди секунда"
|
||||
msgstr[1] "преди %(count)s секунди"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "преди минута"
|
||||
msgstr[1] "преди %(count)s минути"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "преди един час"
|
||||
msgstr[1] "преди %(count)s часа"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s от сега"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "след секунда"
|
||||
msgstr[1] "%(count)s секунди от сега"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "след минута"
|
||||
msgstr[1] "%(count)s минути от сега"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "след един час"
|
||||
msgstr[1] "%(count)s часа от сега"
|
||||
BIN
Binary file not shown.
+263
@@ -0,0 +1,263 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Tahmid Rafi <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Tahmid Rafi <[email protected]>\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/django/django/language/"
|
||||
"bn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "তম"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ম"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "য়"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "য়"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f মিলিয়ন"
|
||||
msgstr[1] "%(value).1f মিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s মিলিয়ন"
|
||||
msgstr[1] "%(value)s মিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f বিলিয়ন"
|
||||
msgstr[1] "%(value).1f বিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s বিলিয়ন"
|
||||
msgstr[1] "%(value)s বিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f ট্রিলিয়ন"
|
||||
msgstr[1] "%(value).1f ট্রিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s ট্রিলিয়ন"
|
||||
msgstr[1] "%(value)s ট্রিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s কোয়াড্রিলিয়ন"
|
||||
msgstr[1] "%(value)s কোয়াড্রিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s কুইন্টিলিয়ন"
|
||||
msgstr[1] "%(value)s কুইন্টিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s সেক্সটিলিয়ন"
|
||||
msgstr[1] "%(value)s সেক্সটিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s সেপ্টিলিয়ন"
|
||||
msgstr[1] "%(value)s সেপ্টিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s অক্টিলিয়ন"
|
||||
msgstr[1] "%(value)s অক্টিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s ননিলিয়ন"
|
||||
msgstr[1] "%(value)s ননিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s ডেসিলিয়ন"
|
||||
msgstr[1] "%(value)s ডেসিলিয়ন"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s গোগোল"
|
||||
msgstr[1] "%(value)s গোগোল"
|
||||
|
||||
msgid "one"
|
||||
msgstr "এক"
|
||||
|
||||
msgid "two"
|
||||
msgstr "দুই"
|
||||
|
||||
msgid "three"
|
||||
msgstr "তিন"
|
||||
|
||||
msgid "four"
|
||||
msgstr "চার"
|
||||
|
||||
msgid "five"
|
||||
msgstr "পাঁচ"
|
||||
|
||||
msgid "six"
|
||||
msgstr "ছয়"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "সাত"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "আট"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "নয়"
|
||||
|
||||
msgid "today"
|
||||
msgstr "আজ"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "আগামীকাল"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "গতকাল"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s আগে"
|
||||
|
||||
msgid "now"
|
||||
msgstr "এখন"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "এক সেকেন্ড আগে"
|
||||
msgstr[1] "%(count)s সেকেন্ড আগে"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "এক মিনিট আগে"
|
||||
msgstr[1] "%(count)s মিনিট আগে"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "এক ঘন্টা আগে"
|
||||
msgstr[1] "%(count)s ঘন্টা আগে"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "এখন থেকে %(delta)s পরে"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "এখন থেকে এক সেকেন্ড পরে"
|
||||
msgstr[1] "এখন থেকে %(count)s সেকেন্ড পরে"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "এখন থেকে এক মিনিট পরে"
|
||||
msgstr[1] "এখন থেকে %(count)s মিনিট পরে"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "এখন থেকে এক ঘন্টা পরে"
|
||||
msgstr[1] "এখন থেকে %(count)s ঘন্টা পরে"
|
||||
BIN
Binary file not shown.
+261
@@ -0,0 +1,261 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Fulup <[email protected]>, 2012,2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Fulup <[email protected]>\n"
|
||||
"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: br\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Denelaat"
|
||||
|
||||
msgid "th"
|
||||
msgstr "<sup>e</sup>"
|
||||
|
||||
msgid "st"
|
||||
msgstr "<sup>añ</sup>"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "<sup>l</sup>"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "<sup>e</sup>"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milion"
|
||||
msgstr[1] "%(value).1f milion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s million"
|
||||
msgstr[1] "%(value)s million"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliard"
|
||||
msgstr[1] "%(value).1f miliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliard"
|
||||
msgstr[1] "%(value)s miliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f bilion"
|
||||
msgstr[1] "%(value).1f bilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s bilion"
|
||||
msgstr[1] "%(value)s bilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f c'hadrilion"
|
||||
msgstr[1] "%(value).1f kadrilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s c'hadrilion"
|
||||
msgstr[1] "%(value)s kadrilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f c'hintilion"
|
||||
msgstr[1] "%(value).1f kintilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s c'hintilion"
|
||||
msgstr[1] "%(value)s kintilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sekstilion"
|
||||
msgstr[1] "%(value).1f sekstilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sekstilion"
|
||||
msgstr[1] "%(value)s sekstilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septilion"
|
||||
msgstr[1] "%(value).1f septilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septilion"
|
||||
msgstr[1] "%(value)s septilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f oktilion"
|
||||
msgstr[1] "%(value).1f oktilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s oktilion"
|
||||
msgstr[1] "%(value)s oktilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonilion"
|
||||
msgstr[1] "%(value).1f nonilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonilion"
|
||||
msgstr[1] "%(value)s nonilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f dekilion"
|
||||
msgstr[1] "%(value).1f dekilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s dekilion"
|
||||
msgstr[1] "%(value)s dekilion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f gogol"
|
||||
msgstr[1] "%(value).1f gogol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gogol"
|
||||
msgstr[1] "%(value)s gogol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "unan"
|
||||
|
||||
msgid "two"
|
||||
msgstr "daou"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tri"
|
||||
|
||||
msgid "four"
|
||||
msgstr "pevar"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pemp"
|
||||
|
||||
msgid "six"
|
||||
msgstr "c'hwec'h"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "seizh"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "eizh"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nav"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hiziv"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "warc'hoazh"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "dec'h"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s zo"
|
||||
|
||||
msgid "now"
|
||||
msgstr "bremañ"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "un eilenn zo"
|
||||
msgstr[1] "%(count)s eilenn zo"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "ur munud zo"
|
||||
msgstr[1] "%(count)s munud zo"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "un eurvezh zo"
|
||||
msgstr[1] "%(count)s eurvezh zo"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "a-benn %(delta)s "
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "a-benn un eilenn"
|
||||
msgstr[1] "a-benn %(count)s eilenn"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "a-benn ur munud"
|
||||
msgstr[1] "a-benn %(count)s munud"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "a-benn un eurvezh"
|
||||
msgstr[1] "a-benn %(count)s eurvezh"
|
||||
BIN
Binary file not shown.
+292
@@ -0,0 +1,292 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Filip Dupanović <[email protected]>, 2011
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/django/django/language/"
|
||||
"bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "-i"
|
||||
|
||||
msgid "st"
|
||||
msgstr "-vi"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "-i"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "-i"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f million"
|
||||
msgstr[1] "%(value).1f miliona"
|
||||
msgstr[2] "%(value).1f miliona"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milijarda"
|
||||
msgstr[1] "%(value).1f milijarde"
|
||||
msgstr[2] "%(value).1f milijardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f bilion"
|
||||
msgstr[1] "%(value).1f biliona"
|
||||
msgstr[2] "%(value).1f biliona"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr "jedan"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dva"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tri"
|
||||
|
||||
msgid "four"
|
||||
msgstr "četiri"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pet"
|
||||
|
||||
msgid "six"
|
||||
msgstr "šest"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sedam"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "osam"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "devet"
|
||||
|
||||
msgid "today"
|
||||
msgstr "deset"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "sutra"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "jučer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
BIN
Binary file not shown.
+264
@@ -0,0 +1,264 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Antoni Aloy <[email protected]>, 2011-2012
|
||||
# Carles Barrobés <[email protected]>, 2011,2014
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/django/django/language/"
|
||||
"ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanitzar"
|
||||
|
||||
msgid "th"
|
||||
msgstr "è"
|
||||
|
||||
msgid "st"
|
||||
msgstr "r"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "n"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "r"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milió"
|
||||
msgstr[1] "%(value).1f milions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milió"
|
||||
msgstr[1] "%(value)s milions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliard"
|
||||
msgstr[1] "%(value).1f miliards"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliard"
|
||||
msgstr[1] "%(value)s miliards"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f bilió"
|
||||
msgstr[1] "%(value).1f bilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s bilió"
|
||||
msgstr[1] "%(value)s bilió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f quadrilió"
|
||||
msgstr[1] "%(value).1f quadrilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s quadrilió"
|
||||
msgstr[1] "%(value)s quadrilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintilió"
|
||||
msgstr[1] "%(value).1f quintilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintilió"
|
||||
msgstr[1] "%(value)s quintilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextilió"
|
||||
msgstr[1] "%(value).1f sextilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextilió"
|
||||
msgstr[1] "%(value)s sextilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septilió"
|
||||
msgstr[1] "%(value).1f septilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septilió"
|
||||
msgstr[1] "%(value)s septilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octilió"
|
||||
msgstr[1] "%(value).1f octilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octilió"
|
||||
msgstr[1] "%(value)s octilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonilió"
|
||||
msgstr[1] "%(value).1f nonilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonilió"
|
||||
msgstr[1] "%(value)s nonilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f decilió"
|
||||
msgstr[1] "%(value).1f decilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s decilió"
|
||||
msgstr[1] "%(value)s decilions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googols"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googols"
|
||||
|
||||
msgid "one"
|
||||
msgstr "un"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "quatre"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinc"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "set"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "vuit"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nou"
|
||||
|
||||
msgid "today"
|
||||
msgstr "avui"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "demà"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ahir"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "fa %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ara"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "fa un segon"
|
||||
msgstr[1] "fa %(count)s segons"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "fa un minut"
|
||||
msgstr[1] "fa %(count)s minuts"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "fa una hora"
|
||||
msgstr[1] "fa %(count)s hores"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s des d'ara"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "d'aquí a un segon"
|
||||
msgstr[1] "d'aquí a %(count)s segons"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "d'aquí a un minut"
|
||||
msgstr[1] "d'aquí a %(count)s minuts"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "d'aquí a una hora"
|
||||
msgstr[1] "d'aquí a %(count)s hores"
|
||||
BIN
Binary file not shown.
+290
@@ -0,0 +1,290 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Vláďa Macek <[email protected]>, 2011,2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Polidštění"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milion"
|
||||
msgstr[1] "%(value).1f miliony"
|
||||
msgstr[2] "%(value).1f milionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] " %(value)s milion"
|
||||
msgstr[1] " %(value)s miliony"
|
||||
msgstr[2] " %(value)s milionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliarda"
|
||||
msgstr[1] "%(value).1f miliardy"
|
||||
msgstr[2] "%(value).1f miliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliarda"
|
||||
msgstr[1] "%(value)s miliardy"
|
||||
msgstr[2] "%(value)s miliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f bilion"
|
||||
msgstr[1] "%(value).1f biliony"
|
||||
msgstr[2] "%(value).1f bilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s bilion"
|
||||
msgstr[1] "%(value)s biliony"
|
||||
msgstr[2] "%(value)s bilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f biliarda"
|
||||
msgstr[1] "%(value).1f biliardy"
|
||||
msgstr[2] "%(value).1f biliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s biliarda"
|
||||
msgstr[1] "%(value)s biliardy"
|
||||
msgstr[2] "%(value)s biliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trilion"
|
||||
msgstr[1] "%(value).1f triliony"
|
||||
msgstr[2] "%(value).1f trilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trilion"
|
||||
msgstr[1] "%(value)s triliony"
|
||||
msgstr[2] "%(value)s trilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f triliarda"
|
||||
msgstr[1] "%(value).1f triliardy"
|
||||
msgstr[2] "%(value).1f triliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s triliard"
|
||||
msgstr[1] "%(value)s triliardy"
|
||||
msgstr[2] "%(value)s triliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f kvadrilion"
|
||||
msgstr[1] "%(value).1f kvadriliony"
|
||||
msgstr[2] "%(value).1f kvadrilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s kvadrilion"
|
||||
msgstr[1] "%(value)s kvadriliony"
|
||||
msgstr[2] "%(value)s kvadrilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f kvadriliarda"
|
||||
msgstr[1] "%(value).1f kvadriliardy"
|
||||
msgstr[2] "%(value).1f kvadriliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s kvadriliarda"
|
||||
msgstr[1] "%(value)s kvadriliardy"
|
||||
msgstr[2] "%(value)s kvadriliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f kvintilion"
|
||||
msgstr[1] "%(value).1f kvintiliony"
|
||||
msgstr[2] "%(value).1f kvintilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s kvintilion"
|
||||
msgstr[1] "%(value)s kvintiliony"
|
||||
msgstr[2] "%(value)s kvintilionů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f kvintiliarda"
|
||||
msgstr[1] "%(value).1f kvintiliardy"
|
||||
msgstr[2] "%(value).1f kvintiliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s kvintiliarda"
|
||||
msgstr[1] "%(value)s kvintiliardy"
|
||||
msgstr[2] "%(value)s kvintiliard"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googoly"
|
||||
msgstr[2] "%(value).1f googolů"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googoly"
|
||||
msgstr[2] "%(value)s googolů"
|
||||
|
||||
msgid "one"
|
||||
msgstr "jedna"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dvě"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tři"
|
||||
|
||||
msgid "four"
|
||||
msgstr "čtyři"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pět"
|
||||
|
||||
msgid "six"
|
||||
msgstr "šest"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sedm"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "osm"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "devět"
|
||||
|
||||
msgid "today"
|
||||
msgstr "dnes"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "zítra"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "včera"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s v minulosti"
|
||||
|
||||
msgid "now"
|
||||
msgstr "nyní"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "před sekundou"
|
||||
msgstr[1] "před %(count)s sekundami"
|
||||
msgstr[2] "před %(count)s sekundami"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "před minutou"
|
||||
msgstr[1] "před %(count)s minutami"
|
||||
msgstr[2] "před %(count)s minutami"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "před hodinou"
|
||||
msgstr[1] "před %(count)s hodinami"
|
||||
msgstr[2] "před %(count)s hodinami"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s v budoucnosti"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "za sekundu"
|
||||
msgstr[1] "za %(count)s sekundy"
|
||||
msgstr[2] "za %(count)s sekund"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "za minutu"
|
||||
msgstr[1] "za %(count)s minuty"
|
||||
msgstr[2] "za %(count)s minut"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "za hodinu"
|
||||
msgstr[1] "za %(count)s hodiny"
|
||||
msgstr[2] "za %(count)s hodin"
|
||||
BIN
Binary file not shown.
+318
@@ -0,0 +1,318 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Maredudd ap Gwyndaf <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 19:21+0000\n"
|
||||
"Last-Translator: Maredudd ap Gwyndaf <[email protected]>\n"
|
||||
"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cy\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
|
||||
"11) ? 2 : 3;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Dynoli"
|
||||
|
||||
msgid "th"
|
||||
msgstr "edd"
|
||||
|
||||
msgid "st"
|
||||
msgstr "af"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "ail"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ydd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f miliwn"
|
||||
msgstr[1] "%(value).1f miliwn"
|
||||
msgstr[2] "%(value).1f miliwn"
|
||||
msgstr[3] "%(value).1f miliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s miliwn"
|
||||
msgstr[1] "%(value)s miliwn"
|
||||
msgstr[2] "%(value)s miliwn"
|
||||
msgstr[3] "%(value)s miliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f biliwn"
|
||||
msgstr[1] "%(value).1f biliwn"
|
||||
msgstr[2] "%(value).1f biliwn"
|
||||
msgstr[3] "%(value).1f biliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s biliwn"
|
||||
msgstr[1] "%(value)s biliwn"
|
||||
msgstr[2] "%(value)s biliwn"
|
||||
msgstr[3] "%(value)s biliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f triliwn"
|
||||
msgstr[1] "%(value).1f triliwn"
|
||||
msgstr[2] "%(value).1f triliwn"
|
||||
msgstr[3] "%(value).1f triliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s triliwn"
|
||||
msgstr[1] "%(value)s triliwn"
|
||||
msgstr[2] "%(value)s triliwn"
|
||||
msgstr[3] "%(value)s triliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f cwadriliwn"
|
||||
msgstr[1] "%(value).1f cwadriliwn"
|
||||
msgstr[2] "%(value).1f cwadriliwn"
|
||||
msgstr[3] "%(value).1f cwadriliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s cwadriliwn"
|
||||
msgstr[1] "%(value)s cwadriliwn"
|
||||
msgstr[2] "%(value)s cwadriliwn"
|
||||
msgstr[3] "%(value)s cwadriliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f cwintiliwn"
|
||||
msgstr[1] "%(value).1f cwintiliwn"
|
||||
msgstr[2] "%(value).1f cwintiliwn"
|
||||
msgstr[3] "%(value).1f cwintiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s cwintiliwn"
|
||||
msgstr[1] "%(value)s cwintiliwn"
|
||||
msgstr[2] "%(value)s cwintiliwn"
|
||||
msgstr[3] "%(value)s cwintiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f secstiliwnfm"
|
||||
msgstr[1] "%(value).1f secstiliwnfm"
|
||||
msgstr[2] "%(value).1f secstiliwnfm"
|
||||
msgstr[3] "%(value).1f secstiliwnfm"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s secstiliwn"
|
||||
msgstr[1] "%(value)s secstiliwn"
|
||||
msgstr[2] "%(value)s secstiliwn"
|
||||
msgstr[3] "%(value)s secstiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septiliwn"
|
||||
msgstr[1] "%(value).1f septiliwn"
|
||||
msgstr[2] "%(value).1f septiliwn"
|
||||
msgstr[3] "%(value).1f septiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septiliwn"
|
||||
msgstr[1] "%(value)s septiliwn"
|
||||
msgstr[2] "%(value)s septiliwn"
|
||||
msgstr[3] "%(value)s septiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octiliwn"
|
||||
msgstr[1] "%(value).1f octiliwn"
|
||||
msgstr[2] "%(value).1f octiliwn"
|
||||
msgstr[3] "%(value).1f octiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octiliwn"
|
||||
msgstr[1] "%(value)s octiliwn"
|
||||
msgstr[2] "%(value)s octiliwn"
|
||||
msgstr[3] "%(value)s octiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f noniliwn"
|
||||
msgstr[1] "%(value).1f noniliwn"
|
||||
msgstr[2] "%(value).1f noniliwn"
|
||||
msgstr[3] "%(value).1f noniliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s noniliwn"
|
||||
msgstr[1] "%(value)s noniliwn"
|
||||
msgstr[2] "%(value)s noniliwn"
|
||||
msgstr[3] "%(value)s noniliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f dengiliwn"
|
||||
msgstr[1] "%(value).1f dengiliwn"
|
||||
msgstr[2] "%(value).1f dengiliwn"
|
||||
msgstr[3] "%(value).1f dengiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s dengiliwn"
|
||||
msgstr[1] "%(value)s dengiliwn"
|
||||
msgstr[2] "%(value)s dengiliwn"
|
||||
msgstr[3] "%(value)s dengiliwn"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f gwgol"
|
||||
msgstr[1] "%(value).1f gwgol"
|
||||
msgstr[2] "%(value).1f gwgol"
|
||||
msgstr[3] "%(value).1f gwgol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gwgol"
|
||||
msgstr[1] "%(value)s gwgol"
|
||||
msgstr[2] "%(value)s gwgol"
|
||||
msgstr[3] "%(value)s gwgol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "un"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dau"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tri"
|
||||
|
||||
msgid "four"
|
||||
msgstr "pedwar"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pump"
|
||||
|
||||
msgid "six"
|
||||
msgstr "chwech"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "saith"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "wyth"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "naw"
|
||||
|
||||
msgid "today"
|
||||
msgstr "heddiw"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "fory"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ddoe"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s yn ôl"
|
||||
|
||||
msgid "now"
|
||||
msgstr "nawr"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "un eiliad yn ôl"
|
||||
msgstr[1] "%(count)s eiliad yn ôl"
|
||||
msgstr[2] "%(count)s eiliad yn ôl"
|
||||
msgstr[3] "%(count)s eiliad yn ôl"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "un munud yn ôl"
|
||||
msgstr[1] "%(count)s munud yn ôl"
|
||||
msgstr[2] "%(count)s munud yn ôl"
|
||||
msgstr[3] "%(count)s munud yn ôl"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "un awr yn ôl"
|
||||
msgstr[1] "%(count)s awr yn ôl"
|
||||
msgstr[2] "%(count)s awr yn ôl"
|
||||
msgstr[3] "%(count)s awr yn ôl"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s o nawr"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "un eiliad o nawr"
|
||||
msgstr[1] "%(count)s eiliad o nawr"
|
||||
msgstr[2] "%(count)s eiliad o nawr"
|
||||
msgstr[3] "%(count)s eiliad o nawr"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "un munud o nawr"
|
||||
msgstr[1] "%(count)s funud o nawr"
|
||||
msgstr[2] "%(count)s munud o nawr"
|
||||
msgstr[3] "%(count)s munud o nawr"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "un awr o nawr"
|
||||
msgstr[1] "%(count)s awr o nawr"
|
||||
msgstr[2] "%(count)s awr o nawr"
|
||||
msgstr[3] "%(count)s awr o nawr"
|
||||
BIN
Binary file not shown.
+264
@@ -0,0 +1,264 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Christian Joergensen <[email protected]>, 2012
|
||||
# Erik Wognsen <[email protected]>, 2014
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# valberg <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Menneskeliggør"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f million"
|
||||
msgstr[1] "%(value).1f millioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s million"
|
||||
msgstr[1] "%(value)s millioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milliard"
|
||||
msgstr[1] "%(value).1f milliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s milliard"
|
||||
msgstr[1] "%(value)s milliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billion"
|
||||
msgstr[1] "%(value).1f billioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billion"
|
||||
msgstr[1] "%(value)s billioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f billiard"
|
||||
msgstr[1] "%(value).1f billiarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s billiard"
|
||||
msgstr[1] "%(value)s billiarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trillion"
|
||||
msgstr[1] "%(value).1f trillioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trillion"
|
||||
msgstr[1] "%(value)s trillioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f trilliard"
|
||||
msgstr[1] "%(value).1f trilliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s trilliard"
|
||||
msgstr[1] "%(value)s trilliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f kvadrillion"
|
||||
msgstr[1] "%(value).1f kvadrillioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s kvadrillion"
|
||||
msgstr[1] "%(value)s kvadrillioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f kvadrilliard"
|
||||
msgstr[1] "%(value).1f kvadrilliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s kvadrilliard"
|
||||
msgstr[1] "%(value)s kvadrilliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f kvintillion"
|
||||
msgstr[1] "%(value).1f kvintillioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s kvintillion"
|
||||
msgstr[1] "%(value)s kvintillioner"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f kvintilliard"
|
||||
msgstr[1] "%(value).1f kvintilliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s kvintilliard"
|
||||
msgstr[1] "%(value)s kvintilliarder"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f gogol"
|
||||
msgstr[1] "%(value).1f gogoler"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gogol"
|
||||
msgstr[1] "%(value)s gogoler"
|
||||
|
||||
msgid "one"
|
||||
msgstr "en"
|
||||
|
||||
msgid "two"
|
||||
msgstr "to"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tre"
|
||||
|
||||
msgid "four"
|
||||
msgstr "fire"
|
||||
|
||||
msgid "five"
|
||||
msgstr "fem"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seks"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "syv"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "otte"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "ni"
|
||||
|
||||
msgid "today"
|
||||
msgstr "i dag"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "i morgen"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "i går"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s siden"
|
||||
|
||||
msgid "now"
|
||||
msgstr "nu"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "et sekund siden"
|
||||
msgstr[1] "%(count)s sekunder siden"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "et minut siden"
|
||||
msgstr[1] "%(count)s minutter siden"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "en time siden"
|
||||
msgstr[1] "%(count)s timer siden"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s fra nu af"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "om et sekund"
|
||||
msgstr[1] "om %(count)s sekunder"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "om et minut"
|
||||
msgstr[1] "om %(count)s minutter"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "om en time"
|
||||
msgstr[1] "om %(count)s timer"
|
||||
BIN
Binary file not shown.
+263
@@ -0,0 +1,263 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# André Hagenbruch, 2011
|
||||
# Claude Paroz <[email protected]>, 2013
|
||||
# Jannis Leidel <[email protected]>, 2011,2013-2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanize"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f Million"
|
||||
msgstr[1] "%(value).1f Millionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s Million"
|
||||
msgstr[1] "%(value)s Millionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f Milliarde"
|
||||
msgstr[1] "%(value).1f Milliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s Milliarde"
|
||||
msgstr[1] "%(value)s Milliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f Billion"
|
||||
msgstr[1] "%(value).1f Billionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s Billion"
|
||||
msgstr[1] "%(value)s Billionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f Billiarde"
|
||||
msgstr[1] "%(value).1f Billiarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s Billiarde"
|
||||
msgstr[1] "%(value)s Billiarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f Trillion"
|
||||
msgstr[1] "%(value).1f Trillionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s Trillion"
|
||||
msgstr[1] "%(value)s Trillionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f Trilliarde"
|
||||
msgstr[1] "%(value).1f Trilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s Trilliarde"
|
||||
msgstr[1] "%(value)s Trilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f Quadrillion"
|
||||
msgstr[1] "%(value).1f Quadrillionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s Quadrillion"
|
||||
msgstr[1] "%(value)s Quadrillionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f Quadrilliarde"
|
||||
msgstr[1] "%(value).1f Quadrilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s Quadrilliarde"
|
||||
msgstr[1] "%(value)s Quadrilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f Quintillion"
|
||||
msgstr[1] "%(value).1f Quintillionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s Quintillion"
|
||||
msgstr[1] "%(value)s Quintillionen"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f Quintilliarde"
|
||||
msgstr[1] "%(value).1f Quintilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s Quintilliarde"
|
||||
msgstr[1] "%(value)s Quintilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f Sedezilliarde"
|
||||
msgstr[1] "%(value).1f Sedezilliarden"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s Sedezilliarde"
|
||||
msgstr[1] "%(value)s Sedezilliarden"
|
||||
|
||||
msgid "one"
|
||||
msgstr "eins"
|
||||
|
||||
msgid "two"
|
||||
msgstr "zwei"
|
||||
|
||||
msgid "three"
|
||||
msgstr "drei"
|
||||
|
||||
msgid "four"
|
||||
msgstr "vier"
|
||||
|
||||
msgid "five"
|
||||
msgstr "fünf"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sechs"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sieben"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "acht"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "neun"
|
||||
|
||||
msgid "today"
|
||||
msgstr "heute"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "morgen"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "gestern"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "vor %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "jetzt"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "vor einer Sekunde"
|
||||
msgstr[1] "vor %(count)s Sekunden"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "vor einer Minute"
|
||||
msgstr[1] "vor %(count)s Minuten"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "vor einer Stunde"
|
||||
msgstr[1] "vor %(count)s Stunden"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "in %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "in einer Sekunde"
|
||||
msgstr[1] "in %(count)s Sekunden"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "in einer Minute"
|
||||
msgstr[1] "in %(count)s Minuten"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "in einer Stunde"
|
||||
msgstr[1] "in %(count)s Stunden"
|
||||
BIN
Binary file not shown.
+319
@@ -0,0 +1,319 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Michael Wolf <[email protected]>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 00:02+0000\n"
|
||||
"Last-Translator: Michael Wolf <[email protected]>\n"
|
||||
"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/"
|
||||
"language/dsb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: dsb\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanize"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milion"
|
||||
msgstr[1] "%(value).1f miliona"
|
||||
msgstr[2] "%(value).1f miliony"
|
||||
msgstr[3] "%(value).1f milionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milion"
|
||||
msgstr[1] "%(value)s miliona"
|
||||
msgstr[2] "%(value)s miliony"
|
||||
msgstr[3] "%(value)s milionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliarda"
|
||||
msgstr[1] "%(value).1f miliarźe"
|
||||
msgstr[2] "%(value).1f miliardy"
|
||||
msgstr[3] "%(value).1f miliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliarda"
|
||||
msgstr[1] "%(value)s miliarźe"
|
||||
msgstr[2] "%(value)s miliardy"
|
||||
msgstr[3] "%(value)s miliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f bilion"
|
||||
msgstr[1] "%(value).1f biliona"
|
||||
msgstr[2] "%(value).1f biliony"
|
||||
msgstr[3] "%(value).1f bilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s bilion"
|
||||
msgstr[1] "%(value)s biliona"
|
||||
msgstr[2] "%(value)s biliony"
|
||||
msgstr[3] "%(value)s bilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f biliarda"
|
||||
msgstr[1] "%(value).1f biliarźe"
|
||||
msgstr[2] "%(value).1f biliardy"
|
||||
msgstr[3] "%(value).1f biliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s biliarda"
|
||||
msgstr[1] "%(value)s biliarźe"
|
||||
msgstr[2] "%(value)s biliardy"
|
||||
msgstr[3] "%(value)s biliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trilion"
|
||||
msgstr[1] "%(value).1f triliona"
|
||||
msgstr[2] "%(value).1f triliony"
|
||||
msgstr[3] "%(value).1f trilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trilion"
|
||||
msgstr[1] "%(value)s triliona"
|
||||
msgstr[2] "%(value)s triliony"
|
||||
msgstr[3] "%(value)s trilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f triliarda"
|
||||
msgstr[1] "%(value).1f triliarźe"
|
||||
msgstr[2] "%(value).1f triliardy"
|
||||
msgstr[3] "%(value).1f triliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s triliarda"
|
||||
msgstr[1] "%(value)s triliarźe"
|
||||
msgstr[2] "%(value)s triliardy"
|
||||
msgstr[3] "%(value)s triliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f kwadrilion"
|
||||
msgstr[1] "%(value).1f kwadriliona"
|
||||
msgstr[2] "%(value).1f kwadriliony"
|
||||
msgstr[3] "%(value).1f kwadrilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s kwadrilion"
|
||||
msgstr[1] "%(value)s kwadriliona"
|
||||
msgstr[2] "%(value)s kwadriliony"
|
||||
msgstr[3] "%(value)s kwadrilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f kwadriliarda"
|
||||
msgstr[1] "%(value).1f kwadriliarźe"
|
||||
msgstr[2] "%(value).1f kwadriliardy"
|
||||
msgstr[3] "%(value).1f kwadriliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s kwadriliarda"
|
||||
msgstr[1] "%(value)s kwadriliarźe"
|
||||
msgstr[2] "%(value)s kwadriliardy"
|
||||
msgstr[3] "%(value)s kwadriliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f kwintilion"
|
||||
msgstr[1] "%(value).1f kwintiliona"
|
||||
msgstr[2] "%(value).1f kwintiliony"
|
||||
msgstr[3] "%(value).1f kwintilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s kwintilion"
|
||||
msgstr[1] "%(value)s kwintiliona"
|
||||
msgstr[2] "%(value)s kwintiliony"
|
||||
msgstr[3] "%(value)s kwintilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f kwintiliarda"
|
||||
msgstr[1] "%(value).1f kwintiliarźe"
|
||||
msgstr[2] "%(value).1f kwintiliardy"
|
||||
msgstr[3] "%(value).1f kwintiliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s kwintiliarda"
|
||||
msgstr[1] "%(value)s kwintiliarźe"
|
||||
msgstr[2] "%(value)s kwintiliardy"
|
||||
msgstr[3] "%(value)s kwintiliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f sedeciliarda"
|
||||
msgstr[1] "%(value).1f sedeciliarźe"
|
||||
msgstr[2] "%(value).1f sedeciliardy"
|
||||
msgstr[3] "%(value).1f sedeciliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s sedeciliarda"
|
||||
msgstr[1] "%(value)s sedeciliarźe"
|
||||
msgstr[2] "%(value)s sedeciliardy"
|
||||
msgstr[3] "%(value)s sedeciliardow"
|
||||
|
||||
msgid "one"
|
||||
msgstr "jaden"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dwa"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tśi"
|
||||
|
||||
msgid "four"
|
||||
msgstr "styri"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pěś"
|
||||
|
||||
msgid "six"
|
||||
msgstr "šesć"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sedym"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "wósym"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "źewjeś"
|
||||
|
||||
msgid "today"
|
||||
msgstr "źinsa"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "witśe"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "cora"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "Pśed %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "něnto"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "Pśed %(count)s sekundu"
|
||||
msgstr[1] "Pśed %(count)s sekundoma"
|
||||
msgstr[2] "Pśed %(count)s sekundami"
|
||||
msgstr[3] "Pśed %(count)s sekundami"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "Pśed %(count)s minutu"
|
||||
msgstr[1] "Pśed %(count)s minutoma"
|
||||
msgstr[2] "Pśed %(count)s minutami"
|
||||
msgstr[3] "Pśed %(count)s minutami"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "Pśed %(count)s góźinu"
|
||||
msgstr[1] "Pśed %(count)s góźinoma"
|
||||
msgstr[2] "Pśed %(count)s góźinami"
|
||||
msgstr[3] "Pśed %(count)s góźinami"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "za %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "za %(count)s sekundu"
|
||||
msgstr[1] "za %(count)s sekunźe"
|
||||
msgstr[2] "za %(count)s sekundy"
|
||||
msgstr[3] "za %(count)s sekundow"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "za %(count)s minutu"
|
||||
msgstr[1] "za %(count)s minuśe"
|
||||
msgstr[2] "za %(count)s minuty"
|
||||
msgstr[3] "za %(count)s minutow"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "za %(count)s góźinu"
|
||||
msgstr[1] "za %(count)s góźinje"
|
||||
msgstr[2] "za %(count)s góźiny"
|
||||
msgstr[3] "za %(count)s góźin"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Dimitris Glezos <[email protected]>, 2011
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Kostas Papadimitriou <[email protected]>, 2012
|
||||
# Nikolas Demiridis <[email protected]>, 2014
|
||||
# Pãnoș <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Pãnoș <[email protected]>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Εξανθρώπιση"
|
||||
|
||||
msgid "th"
|
||||
msgstr "η"
|
||||
|
||||
msgid "st"
|
||||
msgstr "η"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "η"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "η"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f εκατομμύριο"
|
||||
msgstr[1] "%(value).1f εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] " %(value)s εκατομμύριο"
|
||||
msgstr[1] " %(value)s εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f δισεκατομμύριο"
|
||||
msgstr[1] "%(value).1f δισεκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s δισεκατομμύριο"
|
||||
msgstr[1] "%(value)s δισεκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f τρισεκατομμύριο"
|
||||
msgstr[1] "%(value).1f τρισεκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s τρισεκατομμύριο"
|
||||
msgstr[1] "%(value)s τρισεκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f τετράκις εκατομμύριο"
|
||||
msgstr[1] "%(value).1f τετράκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s τετράκις εκατομμύριο"
|
||||
msgstr[1] "%(value)s τετράκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f πεντάκις εκατομμύριo"
|
||||
msgstr[1] "%(value).1f πεντάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s πεντάκις εκατομμύριo"
|
||||
msgstr[1] "%(value)s πεντάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f εξάκις εκατομμύριo"
|
||||
msgstr[1] "%(value).1f εξάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s εξάκις εκατομμύριo"
|
||||
msgstr[1] "%(value)s εξάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f επτάκις εκατομμύριο"
|
||||
msgstr[1] "%(value).1f επτάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s επτάκις εκατομμύριο"
|
||||
msgstr[1] "%(value)s επτάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f οκτάκις εκατομμύριο"
|
||||
msgstr[1] "%(value).1f οκτάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s οκτάκις εκατομμύριο"
|
||||
msgstr[1] "%(value)s οκτάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f εννεάκις εκατομμύριο"
|
||||
msgstr[1] "%(value).1f εννεάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s εννεάκις εκατομμύριο"
|
||||
msgstr[1] "%(value)s εννεάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f δεκάκις εκατομμύριο"
|
||||
msgstr[1] "%(value).1f δεκάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s δεκάκις εκατομμύριο"
|
||||
msgstr[1] "%(value)s δεκάκις εκατομμύρια"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "ένα"
|
||||
|
||||
msgid "two"
|
||||
msgstr "δύο"
|
||||
|
||||
msgid "three"
|
||||
msgstr "τρία"
|
||||
|
||||
msgid "four"
|
||||
msgstr "τέσσερα"
|
||||
|
||||
msgid "five"
|
||||
msgstr "πέντε"
|
||||
|
||||
msgid "six"
|
||||
msgstr "έξι"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "εφτά"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "οκτώ"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "εννιά"
|
||||
|
||||
msgid "today"
|
||||
msgstr "σήμερα"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "αύριο"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "χθες"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "πριν από %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "τώρα"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "ένα δευτερόλεπτο πρίν"
|
||||
msgstr[1] "%(count)s δευτερόλεπτα πρίν"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "ένα λεπτό πρίν"
|
||||
msgstr[1] "%(count)s λεπτά πρίν"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "μια ώρα πρίν"
|
||||
msgstr[1] "%(count)s ώρες πρίν"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "σε %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "ένα δευτερόλεπτο από τώρα"
|
||||
msgstr[1] "%(count)s δευτερόλεπτα από τώρα"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "ένα λεπτό από τώρα"
|
||||
msgstr[1] "%(count)s λεπτά από τώρα"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "μία ώρα από τώρα"
|
||||
msgstr[1] "%(count)s ώρες από τώρα"
|
||||
BIN
Binary file not shown.
+308
@@ -0,0 +1,308 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
|
||||
"Last-Translator: Django team\n"
|
||||
"Language-Team: English <[email protected]>\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: contrib/humanize/apps.py:8
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:30
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:30
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:30
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:30
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:61
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:62
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:65
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:66
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:69
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:70
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:73
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:74
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:77
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:78
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:81
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:82
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:85
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:86
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:89
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:90
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:93
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:94
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:97
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:98
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:101
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:102
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:153
|
||||
msgid "one"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:153
|
||||
msgid "two"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:153
|
||||
msgid "three"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:153
|
||||
msgid "four"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:153
|
||||
msgid "five"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:154
|
||||
msgid "six"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:154
|
||||
msgid "seven"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:154
|
||||
msgid "eight"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:154
|
||||
msgid "nine"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:178 contrib/humanize/tests.py:145
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:180 contrib/humanize/tests.py:145
|
||||
msgid "tomorrow"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:182 contrib/humanize/tests.py:145
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:202
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:205
|
||||
#: contrib/humanize/templatetags/humanize.py:233
|
||||
msgid "now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#: contrib/humanize/templatetags/humanize.py:210
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#: contrib/humanize/templatetags/humanize.py:217
|
||||
#, python-format
|
||||
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:224
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: contrib/humanize/templatetags/humanize.py:230
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
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:238
|
||||
#, 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:245
|
||||
#, 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:252
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+261
@@ -0,0 +1,261 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2014-10-05 20:11+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
|
||||
"django/language/en_AU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_AU\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr ""
|
||||
|
||||
msgid "two"
|
||||
msgstr ""
|
||||
|
||||
msgid "three"
|
||||
msgstr ""
|
||||
|
||||
msgid "four"
|
||||
msgstr ""
|
||||
|
||||
msgid "five"
|
||||
msgstr ""
|
||||
|
||||
msgid "six"
|
||||
msgstr ""
|
||||
|
||||
msgid "seven"
|
||||
msgstr ""
|
||||
|
||||
msgid "eight"
|
||||
msgstr ""
|
||||
|
||||
msgid "nine"
|
||||
msgstr ""
|
||||
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr ""
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+263
@@ -0,0 +1,263 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# bfirsh <[email protected]>, 2011
|
||||
# jon_atkinson <[email protected]>, 2011-2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/django/"
|
||||
"django/language/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "th"
|
||||
|
||||
msgid "st"
|
||||
msgstr "st"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "nd"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "rd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f million"
|
||||
msgstr[1] "%(value).1f million"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s million"
|
||||
msgstr[1] "%(value)s million"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f billion"
|
||||
msgstr[1] "%(value).1f billion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s billion"
|
||||
msgstr[1] "%(value)s billion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trillion"
|
||||
msgstr[1] "%(value).1f trillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s trillion"
|
||||
msgstr[1] "%(value)s trillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f quadrillion"
|
||||
msgstr[1] "%(value).1f quadrillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s quadrillion"
|
||||
msgstr[1] "%(value)s quadrillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintillion"
|
||||
msgstr[1] "%(value).1f quintillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintillion"
|
||||
msgstr[1] "%(value)s quintillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextillion"
|
||||
msgstr[1] "%(value).1f sextillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextillion"
|
||||
msgstr[1] "%(value)s sextillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septillion"
|
||||
msgstr[1] "%(value).1f septillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septillion"
|
||||
msgstr[1] "%(value)s septillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillion"
|
||||
msgstr[1] "%(value).1f octillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillion"
|
||||
msgstr[1] "%(value)s octillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonillion"
|
||||
msgstr[1] "%(value).1f nonillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonillion"
|
||||
msgstr[1] "%(value)s nonillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f decillion"
|
||||
msgstr[1] "%(value).1f decillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s decillion"
|
||||
msgstr[1] "%(value)s decillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "one"
|
||||
|
||||
msgid "two"
|
||||
msgstr "two"
|
||||
|
||||
msgid "three"
|
||||
msgstr "three"
|
||||
|
||||
msgid "four"
|
||||
msgstr "four"
|
||||
|
||||
msgid "five"
|
||||
msgstr "five"
|
||||
|
||||
msgid "six"
|
||||
msgstr "six"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "seven"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "eight"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nine"
|
||||
|
||||
msgid "today"
|
||||
msgstr "today"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "tomorrow"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "yesterday"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s ago"
|
||||
|
||||
msgid "now"
|
||||
msgstr "now"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s from now"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+262
@@ -0,0 +1,262 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Baptiste Darthenay <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/django/django/language/"
|
||||
"eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: eo\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Homigumi"
|
||||
|
||||
msgid "th"
|
||||
msgstr "a"
|
||||
|
||||
msgid "st"
|
||||
msgstr "a"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "a"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "a"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milionoj"
|
||||
msgstr[1] "%(value).1f milionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milionoj"
|
||||
msgstr[1] "%(value)s milionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliardoj"
|
||||
msgstr[1] "%(value).1f miliardoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliardoj"
|
||||
msgstr[1] "%(value)s miliardoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f triiliono"
|
||||
msgstr[1] "%(value).1f triiliono"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s triilionoj"
|
||||
msgstr[1] "%(value)s triilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f kvariliono"
|
||||
msgstr[1] "%(value).1f kvariliono"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s kvarilionoj"
|
||||
msgstr[1] "%(value)s kvarilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f kvinilionoj"
|
||||
msgstr[1] "%(value).1f kvinilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s kvinilionoj"
|
||||
msgstr[1] "%(value)s kvinilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sesilionoj"
|
||||
msgstr[1] "%(value).1f sesilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sesilionoj"
|
||||
msgstr[1] "%(value)s sesilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f sepilionoj"
|
||||
msgstr[1] "%(value).1f sepilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s sepilionoj"
|
||||
msgstr[1] "%(value)s sepilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f okilionoj"
|
||||
msgstr[1] "%(value).1f okilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s okilionoj"
|
||||
msgstr[1] "%(value)s okilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f naŭilionoj"
|
||||
msgstr[1] "%(value).1f naŭilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s naŭilionoj"
|
||||
msgstr[1] "%(value)s naŭilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f dekilionoj"
|
||||
msgstr[1] "%(value).1f dekilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s dekilionoj"
|
||||
msgstr[1] "%(value)s dekilionoj"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f guglo"
|
||||
msgstr[1] "%(value).1f guglo"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gugloj"
|
||||
msgstr[1] "%(value)s gugloj"
|
||||
|
||||
msgid "one"
|
||||
msgstr "unu"
|
||||
|
||||
msgid "two"
|
||||
msgstr "du"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tri"
|
||||
|
||||
msgid "four"
|
||||
msgstr "kvar"
|
||||
|
||||
msgid "five"
|
||||
msgstr "kvin"
|
||||
|
||||
msgid "six"
|
||||
msgstr "ses"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sep"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ok"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "naŭ"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hodiaŭ"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "morgaŭ"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "hieraŭ"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s antaŭe"
|
||||
|
||||
msgid "now"
|
||||
msgstr "nun"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "sekondo antaŭe"
|
||||
msgstr[1] "%(count)s sekundoj antaŭe"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "minuto antaŭe"
|
||||
msgstr[1] "%(count)s minutoj antaŭe"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "horo antaŭe"
|
||||
msgstr[1] "%(count)s horoj antaŭe"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s ekde nun"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "sekundo ekde nun"
|
||||
msgstr[1] "%(count)s sekundoj ekde nun"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "minuto ekde nun"
|
||||
msgstr[1] "%(count)s minutoj ekde nun"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "horo ekde nun"
|
||||
msgstr[1] "%(count)s horoj ekde nun"
|
||||
BIN
Binary file not shown.
+267
@@ -0,0 +1,267 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Antoni Aloy <[email protected]>, 2012
|
||||
# Ernesto Avilés Vázquez <[email protected]>, 2014
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Leonardo J. Caballero G. <[email protected]>, 2011
|
||||
# ntrrgc <[email protected]>, 2014
|
||||
# Veronicabh <[email protected]>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Veronicabh <[email protected]>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/django/django/language/"
|
||||
"es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanizar"
|
||||
|
||||
msgid "th"
|
||||
msgstr "º"
|
||||
|
||||
msgid "st"
|
||||
msgstr "º"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "º"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "º"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f millón"
|
||||
msgstr[1] "%(value).1f millón"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millon"
|
||||
msgstr[1] "%(value)s millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f millardo"
|
||||
msgstr[1] "%(value).1f millardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s millardo"
|
||||
msgstr[1] "%(value)s millardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billón"
|
||||
msgstr[1] "%(value).1f billón"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billón"
|
||||
msgstr[1] "%(value)s billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f billardo"
|
||||
msgstr[1] "%(value).1f billardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s billardos"
|
||||
msgstr[1] "%(value)s billardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trillón"
|
||||
msgstr[1] "%(value).1f trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trillón"
|
||||
msgstr[1] "%(value)s trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f trillardo"
|
||||
msgstr[1] "%(value).1f trillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s trillardo"
|
||||
msgstr[1] "%(value)s trillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f cuatrillón"
|
||||
msgstr[1] "%(value).1f cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s cuatrillón"
|
||||
msgstr[1] "%(value)s cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f cuatrillardo"
|
||||
msgstr[1] "%(value).1f cuatrillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s cuatrillardo"
|
||||
msgstr[1] "%(value)s cuatrillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f quintillón"
|
||||
msgstr[1] "%(value).1f quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s quintillón"
|
||||
msgstr[1] "%(value)s quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f quintillardo"
|
||||
msgstr[1] "%(value).1f quintillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s quintillardo"
|
||||
msgstr[1] "%(value)s quintillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] " %(value)s googol"
|
||||
msgstr[1] " %(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "uno"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "cuatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "siete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocho"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nueve"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañana"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "hace %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "hace un segundo"
|
||||
msgstr[1] "hace %(count)s segundos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "hace un minuto"
|
||||
msgstr[1] "hace %(count)s minutos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "hace una hora"
|
||||
msgstr[1] "hace %(count)s horas"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "un segundo a partir de ahora"
|
||||
msgstr[1] "%(count)s segundos a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "un minuto a partir de ahora"
|
||||
msgstr[1] "%(count)s minutos a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "una hora a partir de ahora"
|
||||
msgstr[1] "%(count)s horas a partir de ahora"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Claude Paroz <[email protected]>, 2017
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# lardissone <[email protected]>, 2014
|
||||
# Ramiro Morales, 2012,2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Claude Paroz <[email protected]>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/"
|
||||
"language/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es_AR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanización"
|
||||
|
||||
msgid "th"
|
||||
msgstr "to"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ro"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "do"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ro"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f millón"
|
||||
msgstr[1] "%(value).1f millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millón"
|
||||
msgstr[1] "%(value)s millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f millardo"
|
||||
msgstr[1] "%(value).1f millardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s millardo"
|
||||
msgstr[1] "%(value)s millardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billón"
|
||||
msgstr[1] "%(value).1f billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billón"
|
||||
msgstr[1] "%(value)s billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f mil billones"
|
||||
msgstr[1] "%(value).1f miles de billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s mil billones"
|
||||
msgstr[1] "%(value)s miles de billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trillón"
|
||||
msgstr[1] "%(value).1f trilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trillón"
|
||||
msgstr[1] "%(value)s trilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f mil trillones"
|
||||
msgstr[1] "%(value).1f miles de trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s mil trillones"
|
||||
msgstr[1] "%(value)s miles de trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f cuatrillón"
|
||||
msgstr[1] "%(value).1f cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s cuatrillón"
|
||||
msgstr[1] "%(value)s cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f mil cuatrillones"
|
||||
msgstr[1] "%(value).1f miles de cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s mil cuatrillones"
|
||||
msgstr[1] "%(value)s miles de cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f quintillón"
|
||||
msgstr[1] "%(value).1f quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s quintillón"
|
||||
msgstr[1] "%(value)s quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f mil quintillones"
|
||||
msgstr[1] "%(value).1f miles de quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s mil quintillones"
|
||||
msgstr[1] "%(value)s miles de quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f \"gúgol\""
|
||||
msgstr[1] "%(value).1f \"gúgols\""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s \"gúgol\""
|
||||
msgstr[1] "%(value)s \"gúgols\""
|
||||
|
||||
msgid "one"
|
||||
msgstr "uno"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "cuatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "siete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocho"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nueve"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañana"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "hace %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "hace un segundo"
|
||||
msgstr[1] "hace %(count)s segundos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "hace un minutos"
|
||||
msgstr[1] "hace %(count)s minutos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "hace una hora"
|
||||
msgstr[1] "hace %(count)s horas"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "dentro de %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "dentro de un segundo"
|
||||
msgstr[1] "dentro de %(count)s segundos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "dentro de un minuto"
|
||||
msgstr[1] "dentro de %(count)s minutos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "dentro de una hora"
|
||||
msgstr[1] "dentro de %(count)s horas"
|
||||
BIN
Binary file not shown.
+267
@@ -0,0 +1,267 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Antoni Aloy <[email protected]>, 2012
|
||||
# Ernesto Avilés Vázquez <[email protected]>, 2014
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Leonardo J. Caballero G. <[email protected]>, 2011
|
||||
# ntrrgc <[email protected]>, 2014
|
||||
# Veronicabh <[email protected]>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 21:47+0000\n"
|
||||
"Last-Translator: Carlos Muñoz <[email protected]>\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/"
|
||||
"language/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanizar"
|
||||
|
||||
msgid "th"
|
||||
msgstr "º"
|
||||
|
||||
msgid "st"
|
||||
msgstr "º"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "º"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "º"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f millón"
|
||||
msgstr[1] "%(value).1f millón"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millón"
|
||||
msgstr[1] "%(value)s millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f millardo"
|
||||
msgstr[1] "%(value).1f millardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s millardo"
|
||||
msgstr[1] "%(value)s millardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billón"
|
||||
msgstr[1] "%(value).1f billón"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billón"
|
||||
msgstr[1] "%(value)s billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f billardo"
|
||||
msgstr[1] "%(value).1f billardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s billardos"
|
||||
msgstr[1] "%(value)s billardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trillón"
|
||||
msgstr[1] "%(value).1f trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trillón"
|
||||
msgstr[1] "%(value)s trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f trillardo"
|
||||
msgstr[1] "%(value).1f trillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s trillardo"
|
||||
msgstr[1] "%(value)s trillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f cuatrillón"
|
||||
msgstr[1] "%(value).1f cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s cuatrillón"
|
||||
msgstr[1] "%(value)s cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f cuatrillardo"
|
||||
msgstr[1] "%(value).1f cuatrillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s cuatrillardo"
|
||||
msgstr[1] "%(value)s cuatrillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f quintillón"
|
||||
msgstr[1] "%(value).1f quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s quintillón"
|
||||
msgstr[1] "%(value)s quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f quintillardo"
|
||||
msgstr[1] "%(value).1f quintillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s quintillardo"
|
||||
msgstr[1] "%(value)s quintillardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] " %(value)s googol"
|
||||
msgstr[1] " %(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "uno"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "cuatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "siete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocho"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nueve"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañana"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "hace %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "hace un segundo"
|
||||
msgstr[1] "hace %(count)s segundos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "hace un minuto"
|
||||
msgstr[1] "hace %(count)s minutos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "hace una hora"
|
||||
msgstr[1] "hace %(count)s horas"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "un segundo a partir de ahora"
|
||||
msgstr[1] "%(count)s segundos a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "un minuto a partir de ahora"
|
||||
msgstr[1] "%(count)s minutos a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "una hora a partir de ahora"
|
||||
msgstr[1] "%(count)s horas a partir de ahora"
|
||||
BIN
Binary file not shown.
+264
@@ -0,0 +1,264 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Abraham Estrada, 2011-2012
|
||||
# Alex Dzul <[email protected]>, 2015
|
||||
# Juan Pablo Flores <[email protected]>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 18:03+0000\n"
|
||||
"Last-Translator: Juan Pablo Flores <[email protected]>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/"
|
||||
"language/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanizar"
|
||||
|
||||
msgid "th"
|
||||
msgstr "to"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ro"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "do"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ro"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f millón"
|
||||
msgstr[1] "%(value).1f millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millones"
|
||||
msgstr[1] "%(value)s millones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f billón"
|
||||
msgstr[1] "%(value).1f billones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s billiones"
|
||||
msgstr[1] "%(value)s billiones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trillón"
|
||||
msgstr[1] "%(value).1f trillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s trilliones"
|
||||
msgstr[1] "%(value)s trilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f cuatrillón"
|
||||
msgstr[1] "%(value).1f cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s cuatrillón"
|
||||
msgstr[1] "%(value)s cuatrillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintillón"
|
||||
msgstr[1] "%(value).1f quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintillón"
|
||||
msgstr[1] "%(value)s quintillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextillón"
|
||||
msgstr[1] "%(value).1f sextillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextillón"
|
||||
msgstr[1] "%(value)s sextillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septillón"
|
||||
msgstr[1] "%(value).1f septillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septillón"
|
||||
msgstr[1] "%(value)s septillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillón"
|
||||
msgstr[1] "%(value).1f octillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillón"
|
||||
msgstr[1] "%(value)s octillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonillion"
|
||||
msgstr[1] "%(value).1f nonillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonillón"
|
||||
msgstr[1] "%(value)s nonillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f decillón"
|
||||
msgstr[1] "%(value).1f decillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s decillón"
|
||||
msgstr[1] "%(value)s decillones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googoles"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googoles"
|
||||
|
||||
msgid "one"
|
||||
msgstr "uno"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "cuatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "siete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocho"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nueve"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañana"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "hace %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "hace un segundo"
|
||||
msgstr[1] "Hace %(count)s segundos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "hace un minuto"
|
||||
msgstr[1] "Hace %(count)s minutos"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "hace una hora"
|
||||
msgstr[1] "Hace %(count)s horas"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s a partir de ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "Un segundo desde ahora"
|
||||
msgstr[1] "%(count)s desde ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+262
@@ -0,0 +1,262 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Eduardo <[email protected]>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 21:47+0000\n"
|
||||
"Last-Translator: Eduardo <[email protected]>\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/"
|
||||
"language/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanizar"
|
||||
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr "uno"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dos"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "cuatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "siete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocho"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nueve"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañana"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr "ahora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Claude Paroz <[email protected]>, 2013
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Janno Liivak <[email protected]>, 2013
|
||||
# Marti Raudsepp <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/django/django/language/"
|
||||
"et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Inimlikustamine"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f miljonit"
|
||||
msgstr[1] "%(value).1f miljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s miljon"
|
||||
msgstr[1] "%(value)s miljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miljardit"
|
||||
msgstr[1] "%(value).1f miljardit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miljard"
|
||||
msgstr[1] "%(value)s miljardit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f triljonit"
|
||||
msgstr[1] "%(value).1f triljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s triljon"
|
||||
msgstr[1] "%(value)s triljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f kvadriljonit"
|
||||
msgstr[1] "%(value).1f kvadriljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s kvadriljon"
|
||||
msgstr[1] "%(value)s kvadriljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f kvintiljonit"
|
||||
msgstr[1] "%(value).1f kvintiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s kvintiljon"
|
||||
msgstr[1] "%(value)s kvintiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sekstiljonit"
|
||||
msgstr[1] "%(value).1f sekstiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sekstiljon"
|
||||
msgstr[1] "%(value)s sekstiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septiljonit"
|
||||
msgstr[1] "%(value).1f septiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septiljon"
|
||||
msgstr[1] "%(value)s septiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f oktiljonit"
|
||||
msgstr[1] "%(value).1f oktiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s oktiljon"
|
||||
msgstr[1] "%(value)s oktiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f noniljonit"
|
||||
msgstr[1] "%(value).1f noniljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s noniljon"
|
||||
msgstr[1] "%(value)s noniljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f detsiljonit"
|
||||
msgstr[1] "%(value).1f detsiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s detsiljon"
|
||||
msgstr[1] "%(value)s detsiljonit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googolit"
|
||||
msgstr[1] "%(value).1f googolit"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googolit"
|
||||
|
||||
msgid "one"
|
||||
msgstr "üks"
|
||||
|
||||
msgid "two"
|
||||
msgstr "kaks"
|
||||
|
||||
msgid "three"
|
||||
msgstr "kolm"
|
||||
|
||||
msgid "four"
|
||||
msgstr "neli"
|
||||
|
||||
msgid "five"
|
||||
msgstr "viis"
|
||||
|
||||
msgid "six"
|
||||
msgstr "kuus"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "seitse"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "kaheksa"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "üheksa"
|
||||
|
||||
msgid "today"
|
||||
msgstr "täna"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "homme"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "eile"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s tagasi"
|
||||
|
||||
msgid "now"
|
||||
msgstr "praegu"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "sekund tagasi"
|
||||
msgstr[1] "%(count)s sekundit tagasi"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "minut tagasi"
|
||||
msgstr[1] "%(count)s minutit tagasi"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "tund tagasi"
|
||||
msgstr[1] "%(count)s tundi tagasi"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s praegusest hetkest"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "sekund praegusest hetkest"
|
||||
msgstr[1] "%(count)s sekundit praegusest hetkest"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "minut praegusest hetkest"
|
||||
msgstr[1] "%(count)s minutit praegusest hetkest"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "tund praegusest hetkest"
|
||||
msgstr[1] "%(count)s tundi praegusest hetkest"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Aitzol Naberan <[email protected]>, 2011-2012,2016
|
||||
# Ander Martínez <[email protected]>, 2014
|
||||
# Eneko Illarramendi <[email protected]>, 2017
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# julen <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Eneko Illarramendi <[email protected]>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanizatu"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "milioi %(value).1f "
|
||||
msgstr[1] "%(value).1f milioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "milioi %(value)s"
|
||||
msgstr[1] "%(value)s milioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "bilioi %(value).1f "
|
||||
msgstr[1] "%(value).1f bilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "bilioi %(value)s"
|
||||
msgstr[1] "%(value)s bilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "trilioi %(value).1f "
|
||||
msgstr[1] "%(value).1f trilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "trilioi %(value)s"
|
||||
msgstr[1] "%(value)s trilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "kuatrilioi %(value).1f "
|
||||
msgstr[1] "%(value).1f kuatrilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "kuatrilioi %(value)s"
|
||||
msgstr[1] "%(value)s kuatrilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "kintilioi %(value).1f"
|
||||
msgstr[1] "%(value).1f kintilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "kintilioi %(value)s"
|
||||
msgstr[1] "%(value)s kintilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "sextilioi %(value).1f"
|
||||
msgstr[1] "%(value).1f sextilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "sextilioi %(value)s"
|
||||
msgstr[1] "%(value)s sextilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "septilioi %(value).1f"
|
||||
msgstr[1] "%(value).1f septilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "septilioi %(value)s"
|
||||
msgstr[1] "%(value)s septilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "octilioi %(value).1f"
|
||||
msgstr[1] "%(value).1f octilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "octillioi %(value)s"
|
||||
msgstr[1] " %(value)s octilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "nonilioi %(value).1f "
|
||||
msgstr[1] "%(value).1f nonilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "nonilioi %(value)s"
|
||||
msgstr[1] "%(value)s nonilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "dezilioi %(value).1f"
|
||||
msgstr[1] "%(value).1f dezilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "dezilioi %(value)s "
|
||||
msgstr[1] "%(value)s dezilioi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "googol %(value).1f"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "googol %(value)s"
|
||||
msgstr[1] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "bat"
|
||||
|
||||
msgid "two"
|
||||
msgstr "bi"
|
||||
|
||||
msgid "three"
|
||||
msgstr "hiru"
|
||||
|
||||
msgid "four"
|
||||
msgstr "lau"
|
||||
|
||||
msgid "five"
|
||||
msgstr "bost"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sei"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "zazpi"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "zortzi"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "bederatzi"
|
||||
|
||||
msgid "today"
|
||||
msgstr "gaur"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "bihar"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "atzo"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "duela %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "orain"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "duela segundu bat"
|
||||
msgstr[1] "duela %(count)s segundu"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "duela minutu bat"
|
||||
msgstr[1] "duela %(count)s minutu"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "duela ordubete"
|
||||
msgstr[1] "duela %(count)s ordu"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s barru"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "segundu bat barru"
|
||||
msgstr[1] "%(count)s segundu barru"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "minutu bat barru"
|
||||
msgstr[1] "%(count)s minutu barru"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "ordubete barru"
|
||||
msgstr[1] "%(count)s ordu barru"
|
||||
BIN
Binary file not shown.
+239
@@ -0,0 +1,239 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Ali Nikneshan <[email protected]>, 2012
|
||||
# Alireza Savand <[email protected]>, 2012
|
||||
# Claude Paroz <[email protected]>, 2013
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Mohammad Hossein Mojtahedi <[email protected]>, 2016
|
||||
# Reza Mohammadi <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Mohammad Hossein Mojtahedi <[email protected]>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/django/django/language/"
|
||||
"fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "انسانیسازی"
|
||||
|
||||
msgid "th"
|
||||
msgstr "اُم"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ین"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "اُم"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "اُم"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f میلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s میلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f بیلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s میلیارد"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f تریلون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s تریلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f کوادریلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s کوادریلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f کوانتینیوم"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s کوانتینیوم"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f با ۲۱ صفر"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s با ۲۱ صفر"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f سپتیلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s سپتیلیون"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] " %(value).1f با ۵۴ صفر"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s با ۵۴ صفر"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f با شصت صفر"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s با شصت صفر"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f گوگُل"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s گوگُل"
|
||||
|
||||
msgid "one"
|
||||
msgstr "یک"
|
||||
|
||||
msgid "two"
|
||||
msgstr "دو"
|
||||
|
||||
msgid "three"
|
||||
msgstr "سه"
|
||||
|
||||
msgid "four"
|
||||
msgstr "چهار"
|
||||
|
||||
msgid "five"
|
||||
msgstr "پنج"
|
||||
|
||||
msgid "six"
|
||||
msgstr "شش"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "هفت"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "هشت"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "نُه"
|
||||
|
||||
msgid "today"
|
||||
msgstr "امروز"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "فردا"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "دیروز"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s قبل"
|
||||
|
||||
msgid "now"
|
||||
msgstr "اکنون"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "%(count)s ثانیه پیش"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "%(count)s دقیقه پیش"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "%(count)s ساعت پیش"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s از الان"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "%(count)s ثانیه دیگر"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "%(count)s دقیقه دیگر"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "%(count)s ساعت دیگر"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Aarni Koskela, 2015
|
||||
# Antti Kaihola <[email protected]>, 2011
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Lasse Liehu <[email protected]>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Aarni Koskela\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/django/django/language/"
|
||||
"fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Ihmistys"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f miljoona"
|
||||
msgstr[1] "%(value).1f miljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s miljoona"
|
||||
msgstr[1] "%(value)s miljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miljardi"
|
||||
msgstr[1] "%(value).1f miljardia"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miljardi"
|
||||
msgstr[1] "%(value)s miljardia"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f biljoona"
|
||||
msgstr[1] "%(value).1f biljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s biljoona"
|
||||
msgstr[1] "%(value)s biljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f kvadriljoona"
|
||||
msgstr[1] "%(value).1f kvadriljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s kvadriljoona"
|
||||
msgstr[1] "%(value)s kvadriljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f kvintiljoona"
|
||||
msgstr[1] "%(value).1f kvintiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s kvintiljoona"
|
||||
msgstr[1] "%(value)s kvintiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sekstiljoonaa"
|
||||
msgstr[1] "%(value).1f sekstiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sekstiljoona"
|
||||
msgstr[1] "%(value)s sekstiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septiljoona"
|
||||
msgstr[1] "%(value).1f septiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septiljoona"
|
||||
msgstr[1] "%(value)s septiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f oktiljoona"
|
||||
msgstr[1] "%(value).1f oktiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s oktiljoona"
|
||||
msgstr[1] "%(value)s oktiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f noniljoona"
|
||||
msgstr[1] "%(value).1f noniljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s noniljoona"
|
||||
msgstr[1] "%(value)s noniljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f dekiljoona"
|
||||
msgstr[1] "%(value).1f dekiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s dekiljoona"
|
||||
msgstr[1] "%(value)s dekiljoonaa"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googolia"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googolia"
|
||||
|
||||
msgid "one"
|
||||
msgstr "yksi"
|
||||
|
||||
msgid "two"
|
||||
msgstr "kaksi"
|
||||
|
||||
msgid "three"
|
||||
msgstr "kolme"
|
||||
|
||||
msgid "four"
|
||||
msgstr "neljä"
|
||||
|
||||
msgid "five"
|
||||
msgstr "viisi"
|
||||
|
||||
msgid "six"
|
||||
msgstr "kuusi"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "seitsemän"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "kahdeksan"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "yhdeksän"
|
||||
|
||||
msgid "today"
|
||||
msgstr "tänään"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "huomenna"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "eilen"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s sitten"
|
||||
|
||||
msgid "now"
|
||||
msgstr "nyt"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "sekunti sitten"
|
||||
msgstr[1] "%(count)s sekuntia sitten"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "minuutti sitten"
|
||||
msgstr[1] "%(count)s minuuttia sitten"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "tunti sitten"
|
||||
msgstr[1] "%(count)s tuntia sitten"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s nykyhetkestä"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "sekunnin päästä"
|
||||
msgstr[1] "%(count)s sekunnin päästä"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "minuutin päästä"
|
||||
msgstr[1] "%(count)s minuutin päästä"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "tunnin päästä"
|
||||
msgstr[1] "%(count)s tunnin päästä"
|
||||
BIN
Binary file not shown.
+264
@@ -0,0 +1,264 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Claude Paroz <[email protected]>, 2013-2014
|
||||
# Claude Paroz <[email protected]>, 2011
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Jean-Baptiste Mora, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanisation"
|
||||
|
||||
msgid "th"
|
||||
msgstr "<sup>e</sup>"
|
||||
|
||||
msgid "st"
|
||||
msgstr "<sup>er</sup>"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "<sup>e</sup>"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "<sup>e</sup>"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f million"
|
||||
msgstr[1] "%(value).1f millions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s million"
|
||||
msgstr[1] "%(value)s millions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milliard"
|
||||
msgstr[1] "%(value).1f milliards"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s milliard"
|
||||
msgstr[1] "%(value)s milliards"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billion"
|
||||
msgstr[1] "%(value).1f billions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billion"
|
||||
msgstr[1] "%(value)s billions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f quadrillion"
|
||||
msgstr[1] "%(value).1f quadrillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s quadrillion"
|
||||
msgstr[1] "%(value)s quadrillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintillion"
|
||||
msgstr[1] "%(value).1f quintillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintillion"
|
||||
msgstr[1] "%(value)s quintillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextillion"
|
||||
msgstr[1] "%(value).1f sextillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextillion"
|
||||
msgstr[1] "%(value)s sextillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septillion"
|
||||
msgstr[1] "%(value).1f septillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septillion"
|
||||
msgstr[1] "%(value)s septillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillion"
|
||||
msgstr[1] "%(value).1f octillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillion"
|
||||
msgstr[1] "%(value)s octillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonillion"
|
||||
msgstr[1] "%(value).1f nonillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonillion"
|
||||
msgstr[1] "%(value)s nonillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f décillion"
|
||||
msgstr[1] "%(value).1f décillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s décillion"
|
||||
msgstr[1] "%(value)s décillions"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f gogol"
|
||||
msgstr[1] "%(value).1f gogols"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gogol"
|
||||
msgstr[1] "%(value)s gogols"
|
||||
|
||||
msgid "one"
|
||||
msgstr "un"
|
||||
|
||||
msgid "two"
|
||||
msgstr "deux"
|
||||
|
||||
msgid "three"
|
||||
msgstr "trois"
|
||||
|
||||
msgid "four"
|
||||
msgstr "quatre"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinq"
|
||||
|
||||
msgid "six"
|
||||
msgstr "six"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sept"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "huit"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "neuf"
|
||||
|
||||
msgid "today"
|
||||
msgstr "aujourd'hui"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "demain"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "hier"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "il y a %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "maintenant"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "il y a une seconde"
|
||||
msgstr[1] "il y a %(count)s secondes"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "il y a une minute"
|
||||
msgstr[1] "il y a %(count)s minutes"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "il y a une heure"
|
||||
msgstr[1] "il y a %(count)s heures"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "dans %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "dans une seconde"
|
||||
msgstr[1] "dans %(count)s secondes"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "dans une minute"
|
||||
msgstr[1] "dans %(count)s minutes"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "dans une heure"
|
||||
msgstr[1] "dans %(count)s heures"
|
||||
BIN
Binary file not shown.
+261
@@ -0,0 +1,261 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2014-10-05 20:13+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/"
|
||||
"language/fy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr ""
|
||||
|
||||
msgid "two"
|
||||
msgstr ""
|
||||
|
||||
msgid "three"
|
||||
msgstr ""
|
||||
|
||||
msgid "four"
|
||||
msgstr ""
|
||||
|
||||
msgid "five"
|
||||
msgstr ""
|
||||
|
||||
msgid "six"
|
||||
msgstr ""
|
||||
|
||||
msgid "seven"
|
||||
msgstr ""
|
||||
|
||||
msgid "eight"
|
||||
msgstr ""
|
||||
|
||||
msgid "nine"
|
||||
msgstr ""
|
||||
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr ""
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+347
@@ -0,0 +1,347 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Michael Thornhill <[email protected]>, 2011-2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ga\n"
|
||||
"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
|
||||
"4);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "ú"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ú"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "ú"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ú"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milliún"
|
||||
msgstr[1] "%(value).1f milliún"
|
||||
msgstr[2] "%(value).1f milliún"
|
||||
msgstr[3] "%(value).1f milliún"
|
||||
msgstr[4] "%(value).1f milliún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] " %(value)s milliún"
|
||||
msgstr[1] " %(value)s milliún"
|
||||
msgstr[2] " %(value)s milliún"
|
||||
msgstr[3] " %(value)s milliún"
|
||||
msgstr[4] " %(value)s milliún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f billiún"
|
||||
msgstr[1] "%(value).1f billiún"
|
||||
msgstr[2] "%(value).1f billiún"
|
||||
msgstr[3] "%(value).1f billiún"
|
||||
msgstr[4] "%(value).1f billiún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] " %(value)s billiún"
|
||||
msgstr[1] " %(value)s billiún"
|
||||
msgstr[2] " %(value)s billiún"
|
||||
msgstr[3] " %(value)s billiún"
|
||||
msgstr[4] " %(value)s billiún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trilliún"
|
||||
msgstr[1] "%(value).1f trilliún"
|
||||
msgstr[2] "%(value).1f trilliún"
|
||||
msgstr[3] "%(value).1f trilliún"
|
||||
msgstr[4] "%(value).1f trilliún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] " %(value)s trilliún"
|
||||
msgstr[1] " %(value)s trilliún"
|
||||
msgstr[2] " %(value)s trilliún"
|
||||
msgstr[3] " %(value)s trilliún"
|
||||
msgstr[4] " %(value)s trilliún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f quadrilliún"
|
||||
msgstr[1] "%(value).1f quadrilliún"
|
||||
msgstr[2] "%(value).1f quadrilliún"
|
||||
msgstr[3] "%(value).1f quadrilliún"
|
||||
msgstr[4] "%(value).1f quadrilliún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s quadrilliún"
|
||||
msgstr[1] "%(value)s quadrilliún"
|
||||
msgstr[2] "%(value)s quadrilliún"
|
||||
msgstr[3] "%(value)s quadrilliún"
|
||||
msgstr[4] "%(value)s quadrilliún"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintillion"
|
||||
msgstr[1] "%(value).1f quintillion"
|
||||
msgstr[2] "%(value).1f quintillion"
|
||||
msgstr[3] "%(value).1f quintillion"
|
||||
msgstr[4] "%(value).1f quintillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintillion"
|
||||
msgstr[1] "%(value)s quintillion"
|
||||
msgstr[2] "%(value)s quintillion"
|
||||
msgstr[3] "%(value)s quintillion"
|
||||
msgstr[4] "%(value)s quintillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextillion"
|
||||
msgstr[1] "%(value).1f sextillion"
|
||||
msgstr[2] "%(value).1f sextillion"
|
||||
msgstr[3] "%(value).1f sextillion"
|
||||
msgstr[4] "%(value).1f sextillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextillion"
|
||||
msgstr[1] "%(value)s sextillion"
|
||||
msgstr[2] "%(value)s sextillion"
|
||||
msgstr[3] "%(value)s sextillion"
|
||||
msgstr[4] "%(value)s sextillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septillion"
|
||||
msgstr[1] "%(value).1f septillion"
|
||||
msgstr[2] "%(value).1f septillion"
|
||||
msgstr[3] "%(value).1f septillion"
|
||||
msgstr[4] "%(value).1f septillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septillion"
|
||||
msgstr[1] "%(value)s septillion"
|
||||
msgstr[2] "%(value)s septillion"
|
||||
msgstr[3] "%(value)s septillion"
|
||||
msgstr[4] "%(value)s septillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillion"
|
||||
msgstr[1] "%(value).1f octillion"
|
||||
msgstr[2] "%(value).1f octillion"
|
||||
msgstr[3] "%(value).1f octillion"
|
||||
msgstr[4] "%(value).1f octillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillion"
|
||||
msgstr[1] "%(value)s octillion"
|
||||
msgstr[2] "%(value)s octillion"
|
||||
msgstr[3] "%(value)s octillion"
|
||||
msgstr[4] "%(value)s octillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonillion"
|
||||
msgstr[1] "%(value).1f nonillion"
|
||||
msgstr[2] "%(value).1f nonillion"
|
||||
msgstr[3] "%(value).1f nonillion"
|
||||
msgstr[4] "%(value).1f nonillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonillion"
|
||||
msgstr[1] "%(value)s nonillion"
|
||||
msgstr[2] "%(value)s nonillion"
|
||||
msgstr[3] "%(value)s nonillion"
|
||||
msgstr[4] "%(value)s nonillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f decillion"
|
||||
msgstr[1] "%(value).1f decillion"
|
||||
msgstr[2] "%(value).1f decillion"
|
||||
msgstr[3] "%(value).1f decillion"
|
||||
msgstr[4] "%(value).1f decillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s decillion"
|
||||
msgstr[1] "%(value)s decillion"
|
||||
msgstr[2] "%(value)s decillion"
|
||||
msgstr[3] "%(value)s decillion"
|
||||
msgstr[4] "%(value)s decillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
msgstr[2] "%(value).1f googol"
|
||||
msgstr[3] "%(value).1f googol"
|
||||
msgstr[4] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googol"
|
||||
msgstr[2] "%(value)s googol"
|
||||
msgstr[3] "%(value)s googol"
|
||||
msgstr[4] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "aon"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dó"
|
||||
|
||||
msgid "three"
|
||||
msgstr "trí"
|
||||
|
||||
msgid "four"
|
||||
msgstr "ceathair"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cúig"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sé"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "seacht"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ocht"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "naoi"
|
||||
|
||||
msgid "today"
|
||||
msgstr "inniu"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "amárach"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "inné"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s ó shin"
|
||||
|
||||
msgid "now"
|
||||
msgstr "anois"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr " %(delta)s as seo amach"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
BIN
Binary file not shown.
+319
@@ -0,0 +1,319 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# GunChleoc, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-22 17:29+0000\n"
|
||||
"Last-Translator: GunChleoc\n"
|
||||
"Language-Team: Gaelic, Scottish (http://www.transifex.com/django/django/"
|
||||
"language/gd/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: gd\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
|
||||
"(n > 2 && n < 20) ? 2 : 3;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanize"
|
||||
|
||||
msgid "th"
|
||||
msgstr "mh"
|
||||
|
||||
msgid "st"
|
||||
msgstr "d"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "na"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "as"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f mhillean"
|
||||
msgstr[1] "%(value).1f mhillean"
|
||||
msgstr[2] "%(value).1f milleanan"
|
||||
msgstr[3] "%(value).1f millean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s mhillean"
|
||||
msgstr[1] "%(value)s mhillean"
|
||||
msgstr[2] "%(value)s milleanan"
|
||||
msgstr[3] "%(value)s millean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f bhillean"
|
||||
msgstr[1] "%(value).1f bhillean"
|
||||
msgstr[2] "%(value).1f billeanan"
|
||||
msgstr[3] "%(value).1f billean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s bhillean"
|
||||
msgstr[1] "%(value)s bhillean"
|
||||
msgstr[2] "%(value)s billeanan"
|
||||
msgstr[3] "%(value)s billean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trillean"
|
||||
msgstr[1] "%(value).1f thrillean"
|
||||
msgstr[2] "%(value).1f trilleanan"
|
||||
msgstr[3] "%(value).1f trillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s trillean"
|
||||
msgstr[1] "%(value)s thrillean"
|
||||
msgstr[2] "%(value)s trilleanan"
|
||||
msgstr[3] "%(value)s trillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f quadrillean"
|
||||
msgstr[1] "%(value).1f quadrillean"
|
||||
msgstr[2] "%(value).1f quadrillean"
|
||||
msgstr[3] "%(value).1f quadrillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s quadrillean"
|
||||
msgstr[1] "%(value)s quadrillean"
|
||||
msgstr[2] "%(value)s quadrillean"
|
||||
msgstr[3] "%(value)s quadrillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f quintillean"
|
||||
msgstr[1] "%(value).1f quintillean"
|
||||
msgstr[2] "%(value).1f quintillean"
|
||||
msgstr[3] "%(value).1f quintillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s quintillean"
|
||||
msgstr[1] "%(value)s quintillean"
|
||||
msgstr[2] "%(value)s quintillean"
|
||||
msgstr[3] "%(value)s quintillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sextillean"
|
||||
msgstr[1] "%(value).1f shextillean"
|
||||
msgstr[2] "%(value).1f sextillean"
|
||||
msgstr[3] "%(value).1f sextillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sextillean"
|
||||
msgstr[1] "%(value)s shextillean"
|
||||
msgstr[2] "%(value)s sextillean"
|
||||
msgstr[3] "%(value)s sextillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septillean"
|
||||
msgstr[1] "%(value).1f sheptillean"
|
||||
msgstr[2] "%(value).1f septillean"
|
||||
msgstr[3] "%(value).1f septillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septillean"
|
||||
msgstr[1] "%(value)s sheptillean"
|
||||
msgstr[2] "%(value)s septillean"
|
||||
msgstr[3] "%(value)s septillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f octillean"
|
||||
msgstr[1] "%(value).1f octillean"
|
||||
msgstr[2] "%(value).1f octillean"
|
||||
msgstr[3] "%(value).1f octillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s octillean"
|
||||
msgstr[1] "%(value)s octillean"
|
||||
msgstr[2] "%(value)s octillean"
|
||||
msgstr[3] "%(value)s octillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f nonillean"
|
||||
msgstr[1] "%(value).1f nonillean"
|
||||
msgstr[2] "%(value).1f nonillean"
|
||||
msgstr[3] "%(value).1f nonillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s nonillean"
|
||||
msgstr[1] "%(value)s nonillean"
|
||||
msgstr[2] "%(value)s nonillean"
|
||||
msgstr[3] "%(value)s nonillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f decillean"
|
||||
msgstr[1] "%(value).1f dhecillean"
|
||||
msgstr[2] "%(value).1f decillean"
|
||||
msgstr[3] "%(value).1f decillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s decillean"
|
||||
msgstr[1] "%(value)s dhecillean"
|
||||
msgstr[2] "%(value)s decillean"
|
||||
msgstr[3] "%(value)s decillean"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f ghoogol"
|
||||
msgstr[1] "%(value).1f ghoogol"
|
||||
msgstr[2] "%(value).1f googol"
|
||||
msgstr[3] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s ghoogol"
|
||||
msgstr[1] "%(value)s ghoogol"
|
||||
msgstr[2] "%(value)s googol"
|
||||
msgstr[3] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "aon"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dà"
|
||||
|
||||
msgid "three"
|
||||
msgstr "trì"
|
||||
|
||||
msgid "four"
|
||||
msgstr "ceithir"
|
||||
|
||||
msgid "five"
|
||||
msgstr "còig"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sia"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "seachd"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ochd"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "naoidh"
|
||||
|
||||
msgid "today"
|
||||
msgstr "an-diugh"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "a-màireach"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "an-dè"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s air ais"
|
||||
|
||||
msgid "now"
|
||||
msgstr "an-dràsta"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "%(count)s diog air ais"
|
||||
msgstr[1] "%(count)s dhiog air ais"
|
||||
msgstr[2] "%(count)s diogan air ais"
|
||||
msgstr[3] "%(count)s diog air ais"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "%(count)s mhionaid air ais"
|
||||
msgstr[1] "%(count)s mhionaid air ais"
|
||||
msgstr[2] "%(count)s mionaidean air ais"
|
||||
msgstr[3] "%(count)s mionaid air ais"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "%(count)s uair a thìde air ais"
|
||||
msgstr[1] "%(count)s uair a thìde air ais"
|
||||
msgstr[2] "%(count)s uairean a thìde air ais"
|
||||
msgstr[3] "%(count)s uair a thìde air ais"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "an ceann %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "an ceann %(count)s diog"
|
||||
msgstr[1] "an ceann %(count)s dhiog"
|
||||
msgstr[2] "an ceann %(count)s diogan"
|
||||
msgstr[3] "an ceann %(count)s diog"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "an ceann %(count)s mhionaid"
|
||||
msgstr[1] "an ceann %(count)s mhionaid"
|
||||
msgstr[2] "an ceann %(count)s mionaidean"
|
||||
msgstr[3] "an ceann %(count)s mionaid"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "an ceann %(count)s uair a thìde"
|
||||
msgstr[1] "an ceann %(count)s uair a thìde"
|
||||
msgstr[2] "an ceann %(count)s uairean a thìde"
|
||||
msgstr[3] "an ceann %(count)s uair a thìde"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# fasouto <[email protected]>, 2011
|
||||
# fonso <[email protected]>, 2013
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Leandro Regueiro <[email protected]>, 2011,2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/django/django/language/"
|
||||
"gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "º"
|
||||
|
||||
msgid "st"
|
||||
msgstr "º"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "º"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "º"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f millón"
|
||||
msgstr[1] "%(value).1f millóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millón"
|
||||
msgstr[1] "%(value)s millóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f mil millóns"
|
||||
msgstr[1] "%(value).1f mil millóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s mil millóns"
|
||||
msgstr[1] "%(value)s mil millóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billón"
|
||||
msgstr[1] "%(value).1f billóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billón"
|
||||
msgstr[1] "%(value)s billóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f trillóns"
|
||||
msgstr[1] "%(value).1f trillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s trillón"
|
||||
msgstr[1] "%(value)s trillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f cuadrillóns"
|
||||
msgstr[1] "%(value).1f cuadrillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s cuadrillón"
|
||||
msgstr[1] "%(value)s cuadrillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f quintillóns"
|
||||
msgstr[1] "%(value).1f quintillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s quintillón"
|
||||
msgstr[1] "%(value)s quintillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f sextillóns"
|
||||
msgstr[1] "%(value).1f sextillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s sextillón"
|
||||
msgstr[1] "%(value)s sextillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f septillóns"
|
||||
msgstr[1] "%(value).1f septillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s septillón"
|
||||
msgstr[1] "%(value)s septillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f octillóns"
|
||||
msgstr[1] "%(value).1f octillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s octillón"
|
||||
msgstr[1] "%(value)s octillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f nonillóns"
|
||||
msgstr[1] "%(value).1f nonillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s nonillón"
|
||||
msgstr[1] "%(value)s nonillóns"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f gúgols"
|
||||
msgstr[1] "%(value).1f gúgols"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s gúgol"
|
||||
msgstr[1] "%(value)s gúgols"
|
||||
|
||||
msgid "one"
|
||||
msgstr "un"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dous"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "catro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinco"
|
||||
|
||||
msgid "six"
|
||||
msgstr "seis"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sete"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "oito"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nove"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hoxe"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "mañá"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "onte"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "hai %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "agora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "dentro de %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+263
@@ -0,0 +1,263 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Alex Gaynor <[email protected]>, 2011
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Meir Kriheli <[email protected]>, 2012,2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "האנשה"
|
||||
|
||||
msgid "th"
|
||||
msgstr "רביעי"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ראשון"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "שני"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "שלישי"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f מיליון"
|
||||
msgstr[1] "%(value).1f מיליונים"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s מיליון"
|
||||
msgstr[1] "%(value)s מיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f מיליארד"
|
||||
msgstr[1] "%(value).1f מיליארדים"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s מיליארד"
|
||||
msgstr[1] "%(value)s מיליארד"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f טריליון"
|
||||
msgstr[1] "%(value).1f טריליונים"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s טריליון"
|
||||
msgstr[1] "%(value)s טריליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f קוודריליון"
|
||||
msgstr[1] "%(value).1f קוודריליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s קוודריליון"
|
||||
msgstr[1] "%(value)s קוודריליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f קווינטיליון"
|
||||
msgstr[1] "%(value).1f קווינטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s קווינטיליון"
|
||||
msgstr[1] "%(value)s קווינטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f סקסטיליון"
|
||||
msgstr[1] "%(value).1f סקסטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s סקסטיליון"
|
||||
msgstr[1] "%(value)s סקסטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f ספטיליון"
|
||||
msgstr[1] "%(value).1f ספטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s ספטיליון"
|
||||
msgstr[1] "%(value)s ספטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f אוקטיליון"
|
||||
msgstr[1] "%(value).1f אוקטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s אוקטיליון"
|
||||
msgstr[1] "%(value)s אוקטיליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f נוניליון"
|
||||
msgstr[1] "%(value).1f נוניליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s נוניליון"
|
||||
msgstr[1] "%(value)s נוניליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f דציליון"
|
||||
msgstr[1] "%(value).1f דציליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s דציליון"
|
||||
msgstr[1] "%(value)s דציליון"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f גוגול"
|
||||
msgstr[1] "%(value).1f גוגול"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s גוגול"
|
||||
msgstr[1] "%(value)s גוגול"
|
||||
|
||||
msgid "one"
|
||||
msgstr "אחד"
|
||||
|
||||
msgid "two"
|
||||
msgstr "שניים"
|
||||
|
||||
msgid "three"
|
||||
msgstr "שלושה"
|
||||
|
||||
msgid "four"
|
||||
msgstr "ארבעה"
|
||||
|
||||
msgid "five"
|
||||
msgstr "חמישה"
|
||||
|
||||
msgid "six"
|
||||
msgstr "שישה"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "שבעה"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "שמונה"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "תשעה"
|
||||
|
||||
msgid "today"
|
||||
msgstr "היום"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "מחר"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "אתמול"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "לפני %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "עכשיו"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "לפני שניה"
|
||||
msgstr[1] "לפני %(count)s שניות"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "לפני דקה"
|
||||
msgstr[1] "לפני %(count)s דקות"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "לפני שעה"
|
||||
msgstr[1] "לפני %(count)s שעות"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "בעוד %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "בעוד שניה"
|
||||
msgstr[1] "בעוד %(count)s שניות"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "בעוד דקה"
|
||||
msgstr[1] "בעוד %(count)s דקות"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "בעוד שעה"
|
||||
msgstr[1] "בעוד %(count)s שעות"
|
||||
BIN
Binary file not shown.
+263
@@ -0,0 +1,263 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Chandan kumar <[email protected]>, 2012
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Sandeep Satavlekar <[email protected]>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "वाँ"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ला"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "रा"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "रा"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f मिलियन"
|
||||
msgstr[1] "%(value).1f मिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s मिलियन"
|
||||
msgstr[1] "%(value)s मिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f बिलियन"
|
||||
msgstr[1] "%(value).1f बिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s बिलियन"
|
||||
msgstr[1] "%(value)s बिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f खरब"
|
||||
msgstr[1] "%(value).1f खरब"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s खरब"
|
||||
msgstr[1] "%(value)s खरब"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f करोड़ शंख"
|
||||
msgstr[1] "%(value).1f करोड़ शंख"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s करोड़ शंख"
|
||||
msgstr[1] "%(value)s करोड़ शंख"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f कुइनतिलिअन "
|
||||
msgstr[1] "%(value).1f कुइनतिलिअन "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s कुइनतिलिअन "
|
||||
msgstr[1] "%(value)s कुइनतिलिअन "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f सेक्सतिलियन"
|
||||
msgstr[1] "%(value).1f सेक्सतिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s सेक्सतिलियन"
|
||||
msgstr[1] "%(value)s सेक्सतिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f सेपतिलियन "
|
||||
msgstr[1] "%(value).1f सेपतिलियन "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s सेपतिलियन "
|
||||
msgstr[1] "%(value)s सेपतिलियन "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f ओकतिलियन "
|
||||
msgstr[1] "%(value).1f ओकतिलियन "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s ओकतिलियन "
|
||||
msgstr[1] "%(value)s ओकतिलियन "
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f नोनिलियन"
|
||||
msgstr[1] "%(value).1f नोनिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s नोनिलियन"
|
||||
msgstr[1] "%(value)s नोनिलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f देसीलियन"
|
||||
msgstr[1] "%(value).1f देसीलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s देसीलियन"
|
||||
msgstr[1] "%(value)s देसीलियन"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f गोगोल"
|
||||
msgstr[1] "%(value).1f गोगोल"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s गोगोल"
|
||||
msgstr[1] "%(value)s गोगोल"
|
||||
|
||||
msgid "one"
|
||||
msgstr "एक"
|
||||
|
||||
msgid "two"
|
||||
msgstr "दो"
|
||||
|
||||
msgid "three"
|
||||
msgstr "तीन"
|
||||
|
||||
msgid "four"
|
||||
msgstr "चार"
|
||||
|
||||
msgid "five"
|
||||
msgstr "पाँच"
|
||||
|
||||
msgid "six"
|
||||
msgstr "छह"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "सात"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "आठ"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "नौ"
|
||||
|
||||
msgid "today"
|
||||
msgstr "आज"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "कल"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "कल (बीता)"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s पहले"
|
||||
|
||||
msgid "now"
|
||||
msgstr "अभी"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s अब से"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+291
@@ -0,0 +1,291 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Mislav Cimperšak <[email protected]>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 21:47+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/django/django/language/"
|
||||
"hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr "jedan"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dva"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tri"
|
||||
|
||||
msgid "four"
|
||||
msgstr "četiri"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pet"
|
||||
|
||||
msgid "six"
|
||||
msgstr "šest"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sedam"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "osam"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "devet"
|
||||
|
||||
msgid "today"
|
||||
msgstr "danas"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "sutra"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "jučer"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "prije %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "sad"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "prije %(count)s sekunde"
|
||||
msgstr[1] "prije %(count)s sekundi"
|
||||
msgstr[2] "prije %(count)s sekundi"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "prije %(count)s minute"
|
||||
msgstr[1] "prije %(count)s minute"
|
||||
msgstr[2] "prije %(count)s minuta"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
BIN
Binary file not shown.
+319
@@ -0,0 +1,319 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Michael Wolf <[email protected]>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 00:02+0000\n"
|
||||
"Last-Translator: Michael Wolf <[email protected]>\n"
|
||||
"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/"
|
||||
"language/hsb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hsb\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanize"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milion"
|
||||
msgstr[1] "%(value).1f milionaj"
|
||||
msgstr[2] "%(value).1f miliony"
|
||||
msgstr[3] "%(value).1f milionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milion"
|
||||
msgstr[1] "%(value)s milionaj"
|
||||
msgstr[2] "%(value)s miliony"
|
||||
msgstr[3] "%(value)s milionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliarda"
|
||||
msgstr[1] "%(value).1f miliardźe"
|
||||
msgstr[2] "%(value).1f miliardy"
|
||||
msgstr[3] "%(value).1f miliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliarda"
|
||||
msgstr[1] "%(value)s miliardźe"
|
||||
msgstr[2] "%(value)s miliardy"
|
||||
msgstr[3] "%(value)s miliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f bilion"
|
||||
msgstr[1] "%(value).1f bilionaj"
|
||||
msgstr[2] "%(value).1f biliony"
|
||||
msgstr[3] "%(value).1f bilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s bilion"
|
||||
msgstr[1] "%(value)s bilionaj"
|
||||
msgstr[2] "%(value)s biliony"
|
||||
msgstr[3] "%(value)s bilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f biliarda"
|
||||
msgstr[1] "%(value).1f biliardźe"
|
||||
msgstr[2] "%(value).1f biliardy"
|
||||
msgstr[3] "%(value).1f biliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s biliarda"
|
||||
msgstr[1] "%(value)s biliardźe"
|
||||
msgstr[2] "%(value)s biliardy"
|
||||
msgstr[3] "%(value)s biliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trilion"
|
||||
msgstr[1] "%(value).1f trilionaj"
|
||||
msgstr[2] "%(value).1f triliony"
|
||||
msgstr[3] "%(value).1f trilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trilion"
|
||||
msgstr[1] "%(value)s trilionaj"
|
||||
msgstr[2] "%(value)s triliony"
|
||||
msgstr[3] "%(value)s trilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f triliarda"
|
||||
msgstr[1] "%(value).1f triliardźe"
|
||||
msgstr[2] "%(value).1f triliardy"
|
||||
msgstr[3] "%(value).1f triliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s triliarda"
|
||||
msgstr[1] "%(value)s triliardźe"
|
||||
msgstr[2] "%(value)s triliardy"
|
||||
msgstr[3] "%(value)s triliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f kwadrilion"
|
||||
msgstr[1] "%(value).1f kwadrilionaj"
|
||||
msgstr[2] "%(value).1f kwadriliony"
|
||||
msgstr[3] "%(value).1f kwadrilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s kwadrilion"
|
||||
msgstr[1] "%(value)s kwadrilionaj"
|
||||
msgstr[2] "%(value)s kwadriliony"
|
||||
msgstr[3] "%(value)s kwadrilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f kwadriliarda"
|
||||
msgstr[1] "%(value).1f kwadriliardźe"
|
||||
msgstr[2] "%(value).1f kwadriliardy"
|
||||
msgstr[3] "%(value).1f kwadriliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s kwadriliarda"
|
||||
msgstr[1] "%(value)s kwadriliardźe"
|
||||
msgstr[2] "%(value)s kwadriliardy"
|
||||
msgstr[3] "%(value)s kwadriliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f kwintilion"
|
||||
msgstr[1] "%(value).1f kwintilionaj"
|
||||
msgstr[2] "%(value).1f kwintiliony"
|
||||
msgstr[3] "%(value).1f kwintilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s kwintilion"
|
||||
msgstr[1] "%(value)s kwintilionaj"
|
||||
msgstr[2] "%(value)s kwintiliony"
|
||||
msgstr[3] "%(value)s kwintilionow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f kwintiliarda"
|
||||
msgstr[1] "%(value).1f kwintiliardźe"
|
||||
msgstr[2] "%(value).1f kwintiliardy"
|
||||
msgstr[3] "%(value).1f kwintiliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s kwintiliarda"
|
||||
msgstr[1] "%(value)s kwintiliardźe"
|
||||
msgstr[2] "%(value)s kwintiliardy"
|
||||
msgstr[3] "%(value)s kwintiliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f sedeciliarda"
|
||||
msgstr[1] "%(value).1f sedeciliardźe"
|
||||
msgstr[2] "%(value).1f sedeciliardy"
|
||||
msgstr[3] "%(value).1f sedeciliardow"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s sedeciliarda"
|
||||
msgstr[1] "%(value)s sedeciliardźe"
|
||||
msgstr[2] "%(value)s sedeciliardy"
|
||||
msgstr[3] "%(value)s sedeciliardow"
|
||||
|
||||
msgid "one"
|
||||
msgstr "jedyn"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dwaj"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tři"
|
||||
|
||||
msgid "four"
|
||||
msgstr "štyri"
|
||||
|
||||
msgid "five"
|
||||
msgstr "pjeć"
|
||||
|
||||
msgid "six"
|
||||
msgstr "šěsć"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sydom"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "wosom"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "dźewjeć"
|
||||
|
||||
msgid "today"
|
||||
msgstr "dźensa"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "jutře"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "wčera"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "před %(delta)s"
|
||||
|
||||
msgid "now"
|
||||
msgstr "nětko"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "před %(count)s sekundu"
|
||||
msgstr[1] "před %(count)s sekundomaj"
|
||||
msgstr[2] "před %(count)s sekundami"
|
||||
msgstr[3] "před %(count)s sekundami"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "před %(count)s mjeńšinu"
|
||||
msgstr[1] "před %(count)s mjeńšinomaj"
|
||||
msgstr[2] "před %(count)s mjeńšinami"
|
||||
msgstr[3] "před %(count)s mjeńšinami"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "před %(count)s hodźinu"
|
||||
msgstr[1] "před %(count)s hodźinomaj"
|
||||
msgstr[2] "před %(count)s hodźinami"
|
||||
msgstr[3] "před %(count)s hodźinami"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "za %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "za %(count)s sekundu"
|
||||
msgstr[1] "za %(count)s sekundźe"
|
||||
msgstr[2] "za %(count)s sekundy"
|
||||
msgstr[3] "za %(count)s sekundow"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "za %(count)s mjeńšinu"
|
||||
msgstr[1] "za %(count)s mjeńšinje"
|
||||
msgstr[2] "za %(count)s mjeńšiny"
|
||||
msgstr[3] "za %(count)s mjeńšin"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "za %(count)s hodźinu"
|
||||
msgstr[1] "za %(count)s hodźinje"
|
||||
msgstr[2] "za %(count)s hodźiny"
|
||||
msgstr[3] "za %(count)s hodźin"
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# András Veres-Szentkirályi, 2016
|
||||
# Attila Nagy <>, 2012
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# János R (Hangya), 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: János R (Hangya)\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/django/django/language/"
|
||||
"hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Emberi formázás"
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value)1f millió"
|
||||
msgstr[1] "%(value)1f millió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s millió"
|
||||
msgstr[1] "%(value)s millió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value)1f milliárd"
|
||||
msgstr[1] "%(value)1f milliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] " %(value)s milliárd"
|
||||
msgstr[1] " %(value)s milliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value)1f trilliárd"
|
||||
msgstr[1] "%(value)1f trilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billió"
|
||||
msgstr[1] "%(value)s billió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f billiárd"
|
||||
msgstr[1] "%(value).1f billiárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s billiárd"
|
||||
msgstr[1] "%(value)s billiárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trillió"
|
||||
msgstr[1] "%(value).1f trillió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trillió"
|
||||
msgstr[1] "%(value)s trillió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f trilliárd"
|
||||
msgstr[1] "%(value).1f trilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s trilliárd"
|
||||
msgstr[1] "%(value)s trilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f kvadrillió"
|
||||
msgstr[1] "%(value).1f kvadrillió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s kvadrillió"
|
||||
msgstr[1] "%(value)s kvadrillió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f kvadrilliárd"
|
||||
msgstr[1] "%(value).1f kvadrilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s kvadrilliárd"
|
||||
msgstr[1] "%(value)s kvadrilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f kvintillió"
|
||||
msgstr[1] "%(value).1f kvintillió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s kvintillió"
|
||||
msgstr[1] "%(value)s kvintillió"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f kvintilliárd"
|
||||
msgstr[1] "%(value).1f kvintilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s kvintilliárd"
|
||||
msgstr[1] "%(value)s kvintilliárd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "egy"
|
||||
|
||||
msgid "two"
|
||||
msgstr "kettő"
|
||||
|
||||
msgid "three"
|
||||
msgstr "három"
|
||||
|
||||
msgid "four"
|
||||
msgstr "négy"
|
||||
|
||||
msgid "five"
|
||||
msgstr "öt"
|
||||
|
||||
msgid "six"
|
||||
msgstr "hat"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "hét"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "nyolc"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "kilenc"
|
||||
|
||||
msgid "today"
|
||||
msgstr "ma"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "holnap"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "tegnap"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr " %(delta)s ezelőtt"
|
||||
|
||||
msgid "now"
|
||||
msgstr "most"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "egy másodperce"
|
||||
msgstr[1] "%(count)s másodperce"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "egy perce"
|
||||
msgstr[1] "%(count)s perce"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "egy órája"
|
||||
msgstr[1] "%(count)s órája"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s mostantól"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "egy másodperc múlva"
|
||||
msgstr[1] "%(count)s másodperc múlva"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "egy perc múlva"
|
||||
msgstr[1] "%(count)s perc múlva"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "egy óra múlva"
|
||||
msgstr[1] "%(count)s óra múlva"
|
||||
BIN
Binary file not shown.
+262
@@ -0,0 +1,262 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Artur Saroyan <>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Armenian (http://www.transifex.com/django/django/language/"
|
||||
"hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "րդ"
|
||||
|
||||
msgid "st"
|
||||
msgstr "սթ"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "րդ"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "րդ"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr "մեկ"
|
||||
|
||||
msgid "two"
|
||||
msgstr "երկու"
|
||||
|
||||
msgid "three"
|
||||
msgstr "երեք"
|
||||
|
||||
msgid "four"
|
||||
msgstr "չորս"
|
||||
|
||||
msgid "five"
|
||||
msgstr "հինգ"
|
||||
|
||||
msgid "six"
|
||||
msgstr "վեց"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "յոթ"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "ութ"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "ինը"
|
||||
|
||||
msgid "today"
|
||||
msgstr "այսօր"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "վաղը"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "երեկ"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr "հիմա"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+262
@@ -0,0 +1,262 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Martijn Dekker <[email protected]>, 2012,2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Martijn Dekker <[email protected]>\n"
|
||||
"Language-Team: Interlingua (http://www.transifex.com/django/django/language/"
|
||||
"ia/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ia\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Humanisar"
|
||||
|
||||
msgid "th"
|
||||
msgstr "e"
|
||||
|
||||
msgid "st"
|
||||
msgstr "me"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "nde"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "tie"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f million"
|
||||
msgstr[1] "%(value).1f milliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s million"
|
||||
msgstr[1] "%(value)s milliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milliardo"
|
||||
msgstr[1] "%(value).1f milliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s milliardo"
|
||||
msgstr[1] "%(value)s milliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billion"
|
||||
msgstr[1] "%(value).1f billiones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billion"
|
||||
msgstr[1] "%(value)s billiones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f billiardo"
|
||||
msgstr[1] "%(value).1f billiardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s billiardo"
|
||||
msgstr[1] "%(value)s billiardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trillion"
|
||||
msgstr[1] "%(value).1f trilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trillion"
|
||||
msgstr[1] "%(value)s trilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f trilliardo"
|
||||
msgstr[1] "%(value).1f trilliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s trilliardo"
|
||||
msgstr[1] "%(value)s trilliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f quadrillion"
|
||||
msgstr[1] "%(value).1f quadrilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s quadrillion"
|
||||
msgstr[1] "%(value)s quadrilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f quadrilliardo"
|
||||
msgstr[1] "%(value).1f quadrilliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s quadrilliardo"
|
||||
msgstr[1] "%(value)s quadrilliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f quintillion"
|
||||
msgstr[1] "%(value).1f quintilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s quintillion"
|
||||
msgstr[1] "%(value)s quintilliones"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f quintilliardo"
|
||||
msgstr[1] "%(value).1f quintilliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s quintilliardo"
|
||||
msgstr[1] "%(value)s quintilliardos"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googoles"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googoles"
|
||||
|
||||
msgid "one"
|
||||
msgstr "un"
|
||||
|
||||
msgid "two"
|
||||
msgstr "duo"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tres"
|
||||
|
||||
msgid "four"
|
||||
msgstr "quatro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinque"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sex"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "septe"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "octo"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "novem"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hodie"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "deman"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "heri"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s retro"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "un secunda retro"
|
||||
msgstr[1] "%(count)s secundas retro"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "un minuta retro"
|
||||
msgstr[1] "%(count)s minutas retro"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "un hora retro"
|
||||
msgstr[1] "%(count)s horas retro"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "in %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "un secunda desde ora"
|
||||
msgstr[1] "%(count)s secundas desde ora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "un minuta desde ora"
|
||||
msgstr[1] "%(count)s minutas desde ora"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "un hora desde ora"
|
||||
msgstr[1] "%(count)s horas desde ora"
|
||||
BIN
Binary file not shown.
+238
@@ -0,0 +1,238 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Fery Setiawan <[email protected]>, 2016
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# rodin <[email protected]>, 2011-2012
|
||||
# rodin <[email protected]>, 2014
|
||||
# Sutrisno Efendi <[email protected]>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: Fery Setiawan <[email protected]>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/django/django/language/"
|
||||
"id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Menjadikan manusia"
|
||||
|
||||
msgid "th"
|
||||
msgstr "th"
|
||||
|
||||
msgid "st"
|
||||
msgstr "st"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "nd"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "rd"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f juta"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s juta"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milyar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f trilyun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s triliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f kuadriliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s kuadriliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f kuintiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s kuintiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f sekstiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s sekstiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f septiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s septiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f oktiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s oktiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f noniliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s noniliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f desiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s desiliun"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "satu"
|
||||
|
||||
msgid "two"
|
||||
msgstr "dua"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tiga"
|
||||
|
||||
msgid "four"
|
||||
msgstr "empat"
|
||||
|
||||
msgid "five"
|
||||
msgstr "lima"
|
||||
|
||||
msgid "six"
|
||||
msgstr "enam"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "tujuh"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "delapan"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "sembilan"
|
||||
|
||||
msgid "today"
|
||||
msgstr "hari ini"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "besok"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "kemarin"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s yang lalu"
|
||||
|
||||
msgid "now"
|
||||
msgstr "sekarang"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "%(count)s detik yang lalu"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "%(count)s menit yang lalu"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "%(count)s jam yang lalu"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s dari sekarang"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "%(count)s detik dari sekarang"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "%(count)s menit dari sekarang"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "%(count)s jam dari sekarang"
|
||||
BIN
Binary file not shown.
+261
@@ -0,0 +1,261 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2014-10-05 20:11+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/"
|
||||
"io/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: io\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr ""
|
||||
|
||||
msgid "st"
|
||||
msgstr ""
|
||||
|
||||
msgid "nd"
|
||||
msgstr ""
|
||||
|
||||
msgid "rd"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr ""
|
||||
|
||||
msgid "two"
|
||||
msgstr ""
|
||||
|
||||
msgid "three"
|
||||
msgstr ""
|
||||
|
||||
msgid "four"
|
||||
msgstr ""
|
||||
|
||||
msgid "five"
|
||||
msgstr ""
|
||||
|
||||
msgid "six"
|
||||
msgstr ""
|
||||
|
||||
msgid "seven"
|
||||
msgstr ""
|
||||
|
||||
msgid "eight"
|
||||
msgstr ""
|
||||
|
||||
msgid "nine"
|
||||
msgstr ""
|
||||
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr ""
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr ""
|
||||
|
||||
msgid "now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+265
@@ -0,0 +1,265 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# gudmundur <[email protected]>, 2012
|
||||
# Hafsteinn Einarsson <[email protected]>, 2012
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Thordur Sigurdsson <[email protected]>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Thordur Sigurdsson <[email protected]>\n"
|
||||
"Language-Team: Icelandic (http://www.transifex.com/django/django/language/"
|
||||
"is/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "."
|
||||
|
||||
msgid "st"
|
||||
msgstr "."
|
||||
|
||||
msgid "nd"
|
||||
msgstr "."
|
||||
|
||||
msgid "rd"
|
||||
msgstr "."
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milljón"
|
||||
msgstr[1] "%(value).1f milljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milljón"
|
||||
msgstr[1] "%(value)s milljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f milljarður"
|
||||
msgstr[1] "%(value).1f milljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s milljarður"
|
||||
msgstr[1] "%(value)s milljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f billjarður"
|
||||
msgstr[1] "%(value).1f billjónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s billjón"
|
||||
msgstr[1] "%(value)s billjónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f billjarður"
|
||||
msgstr[1] "%(value).1f billjarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s billjarður"
|
||||
msgstr[1] "%(value)s billjarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f trilljón"
|
||||
msgstr[1] "%(value).1f trilljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s trilljón"
|
||||
msgstr[1] "%(value)s trilljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f trilljarður"
|
||||
msgstr[1] "%(value).1f trilljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s trilljarður"
|
||||
msgstr[1] "%(value)s trilljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f kvaðrilljón"
|
||||
msgstr[1] "%(value).1f kvaðrilljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s kvaðrilljón"
|
||||
msgstr[1] "%(value)s kvaðrilljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f kvaðrilljarður"
|
||||
msgstr[1] "%(value).1f kvaðrilljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s kvaðrilljarður"
|
||||
msgstr[1] "%(value)s kvaðrilljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f kvintilljón"
|
||||
msgstr[1] "%(value).1f kvintilljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s kvintilljón"
|
||||
msgstr[1] "%(value)s kvintilljónir"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f kvintilljarður"
|
||||
msgstr[1] "%(value).1f kvintilljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s kvintilljarður"
|
||||
msgstr[1] "%(value)s kvintilljarðar"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "einn"
|
||||
|
||||
msgid "two"
|
||||
msgstr "tveir"
|
||||
|
||||
msgid "three"
|
||||
msgstr "þrír"
|
||||
|
||||
msgid "four"
|
||||
msgstr "fjórir"
|
||||
|
||||
msgid "five"
|
||||
msgstr "fimm"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sex"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sjö"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "átta"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "níu"
|
||||
|
||||
msgid "today"
|
||||
msgstr "í dag"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "á morgun"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "í gær"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s síðan"
|
||||
|
||||
msgid "now"
|
||||
msgstr "núna"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
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.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "eftir %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, 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.
|
||||
#, 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.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
BIN
Binary file not shown.
+269
@@ -0,0 +1,269 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Carlo Miron <[email protected]>, 2014
|
||||
# Federico Capoano <[email protected]>, 2011
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Luca Manlio De Lisi <[email protected]>, 2011
|
||||
# Marco Bonetti, 2014
|
||||
# Nicola Larosa <[email protected]>, 2011
|
||||
# palmux <[email protected]>, 2015
|
||||
# Stefano Brentegani <[email protected]>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:54+0000\n"
|
||||
"Last-Translator: palmux <[email protected]>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/django/django/language/"
|
||||
"it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "Umanizzazione "
|
||||
|
||||
msgid "th"
|
||||
msgstr "º"
|
||||
|
||||
msgid "st"
|
||||
msgstr "º"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "º"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "º"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f milione"
|
||||
msgstr[1] "%(value).1f milioni"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s milione"
|
||||
msgstr[1] "%(value)s milioni"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f miliardo"
|
||||
msgstr[1] "%(value).1f miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s miliardo"
|
||||
msgstr[1] "%(value)s miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f migliaio di miliardi"
|
||||
msgstr[1] "%(value).1f migliaia di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s migliaio di miliardi"
|
||||
msgstr[1] "%(value)s migliaia di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f milione di miliardi"
|
||||
msgstr[1] "%(value).1f milioni di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s milione di miliardi"
|
||||
msgstr[1] "%(value)s milioni di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f miliardo di miliardi"
|
||||
msgstr[1] "%(value).1f miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s miliardo di miliardi"
|
||||
msgstr[1] "%(value)s miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f migliaio di miliardi di miliardi"
|
||||
msgstr[1] "%(value).1f migliaia di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s migliaio di miliardi di miliardi"
|
||||
msgstr[1] "%(value)s migliaia di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f milione di miliardi di miliardi"
|
||||
msgstr[1] "%(value).1f milioni di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s milione di miliardi di miliardi"
|
||||
msgstr[1] "%(value)s milioni di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f miliardo di miliardi di miliardi"
|
||||
msgstr[1] "%(value).1f miliardi di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s miliardo di miliardi di miliardi"
|
||||
msgstr[1] "%(value)s miliardi di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f migliaio di miliardi di miliardi di miliardi"
|
||||
msgstr[1] "%(value).1f migliaia di miliardi di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s migliaio di miliardi di miliardi di miliardi"
|
||||
msgstr[1] "%(value)s migliaia di miliardi di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f milione di miliardi di miliardi di miliardi"
|
||||
msgstr[1] "%(value).1f milioni di miliardi di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s milione di miliardi di miliardi di miliardi"
|
||||
msgstr[1] "%(value)s milioni di miliardi di miliardi di miliardi"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f googol"
|
||||
msgstr[1] "%(value).1f googol"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s googol"
|
||||
msgstr[1] "%(value)s googol"
|
||||
|
||||
msgid "one"
|
||||
msgstr "uno"
|
||||
|
||||
msgid "two"
|
||||
msgstr "due"
|
||||
|
||||
msgid "three"
|
||||
msgstr "tre"
|
||||
|
||||
msgid "four"
|
||||
msgstr "quattro"
|
||||
|
||||
msgid "five"
|
||||
msgstr "cinque"
|
||||
|
||||
msgid "six"
|
||||
msgstr "sei"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "sette"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "otto"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "nove"
|
||||
|
||||
msgid "today"
|
||||
msgstr "oggi"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "domani"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "ieri"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s fa"
|
||||
|
||||
msgid "now"
|
||||
msgstr "adesso"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "un secondo fa"
|
||||
msgstr[1] "%(count)s secondi fa"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "un minuto fa"
|
||||
msgstr[1] "%(count)s minuti fa"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "un ora fa"
|
||||
msgstr[1] "%(count)s ore fa"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s da adesso"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "tra un secondo"
|
||||
msgstr[1] "tra %(count)s secondi"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "tra un minuto"
|
||||
msgstr[1] "tra %(count)s minuti"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "tra un'ora"
|
||||
msgstr[1] "tra %(count)s ore"
|
||||
BIN
Binary file not shown.
+236
@@ -0,0 +1,236 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
# Jonas Obrist <[email protected]>, 2012
|
||||
# Shinya Okano <[email protected]>, 2012-2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Jannis Leidel <[email protected]>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/django/django/language/"
|
||||
"ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "ヒューマナイズ"
|
||||
|
||||
msgid "th"
|
||||
msgstr "番目"
|
||||
|
||||
msgid "st"
|
||||
msgstr "番目"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "番目"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "番目"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f ミリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s ミリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f ビリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s ビリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f トリリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s トリリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f クァドリリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] " %(value)s クァドリリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f クインテリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s クインテリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f セクスティリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s セクスティリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f セプティリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s セプティリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f オクティリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s オクティリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f ノニリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s ノニリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f デシリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s デシリオン"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f グーゴル"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s グーゴル"
|
||||
|
||||
msgid "one"
|
||||
msgstr "1"
|
||||
|
||||
msgid "two"
|
||||
msgstr "2"
|
||||
|
||||
msgid "three"
|
||||
msgstr "3"
|
||||
|
||||
msgid "four"
|
||||
msgstr "4"
|
||||
|
||||
msgid "five"
|
||||
msgstr "5"
|
||||
|
||||
msgid "six"
|
||||
msgstr "6"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "7"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "8"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "9"
|
||||
|
||||
msgid "today"
|
||||
msgstr "今日"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "明日"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "昨日"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s前"
|
||||
|
||||
msgid "now"
|
||||
msgstr "今"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "%(count)s秒前"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "%(count)s分前"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "%(count)s時間前"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "今から%(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "今から%(count)s秒"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "今から%(count)s分"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "今から%(count)s時間"
|
||||
BIN
Binary file not shown.
+235
@@ -0,0 +1,235 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# André Bouatchidzé <[email protected]>, 2013-2015
|
||||
# Jannis Leidel <[email protected]>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: André Bouatchidzé <[email protected]>\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/django/django/language/"
|
||||
"ka/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ka\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr "ჰუმანიზირება"
|
||||
|
||||
msgid "th"
|
||||
msgstr "-ე"
|
||||
|
||||
msgid "st"
|
||||
msgstr "-ლი"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "-ე"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "-ე"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f მილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s მილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f მილიარდი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s მილიარდი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f ტრილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s ტრილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f კვადრილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s კვადრილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f კვინტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s კვინტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] "%(value).1f სექსტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] "%(value)s სექსტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] "%(value).1f სეპტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] "%(value)s სეპტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] "%(value).1f ოქტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] "%(value)s ოქტილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] "%(value).1f ნონილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] "%(value)s ნონილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] "%(value).1f დეცილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] "%(value)s დეცილიონი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] "%(value).1f გუგოლი"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] "%(value)s გუგოლი"
|
||||
|
||||
msgid "one"
|
||||
msgstr "ერთი"
|
||||
|
||||
msgid "two"
|
||||
msgstr "ორი"
|
||||
|
||||
msgid "three"
|
||||
msgstr "სამი"
|
||||
|
||||
msgid "four"
|
||||
msgstr "ოთხი"
|
||||
|
||||
msgid "five"
|
||||
msgstr "ხუთი"
|
||||
|
||||
msgid "six"
|
||||
msgstr "ექვსი"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "შვიდი"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "რვა"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "ცხრა"
|
||||
|
||||
msgid "today"
|
||||
msgstr "დღეს"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "ხვალ"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "გუშინ"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s-ის წინ"
|
||||
|
||||
msgid "now"
|
||||
msgstr "ახლა"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] "%(count)s წამის წინ"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] "%(count)s წუთის წინ"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] "%(count)s საათის წინ"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "%(delta)s-ის შემდეგ"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] "%(count)s წამში"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] "%(count)s წუთში"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] "%(count)s საათში"
|
||||
BIN
Binary file not shown.
+234
@@ -0,0 +1,234 @@
|
||||
# This file is distributed under the same license as the Django package.
|
||||
#
|
||||
# Translators:
|
||||
# Leo Trubach <[email protected]>, 2017
|
||||
# yun_man_ger <[email protected]>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-17 11:07+0100\n"
|
||||
"PO-Revision-Date: 2017-09-19 16:40+0000\n"
|
||||
"Last-Translator: Leo Trubach <[email protected]>\n"
|
||||
"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: kk\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
msgid "Humanize"
|
||||
msgstr ""
|
||||
|
||||
msgid "th"
|
||||
msgstr "ші"
|
||||
|
||||
msgid "st"
|
||||
msgstr "ші"
|
||||
|
||||
msgid "nd"
|
||||
msgstr "ші"
|
||||
|
||||
msgid "rd"
|
||||
msgstr "ші"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f million"
|
||||
msgid_plural "%(value).1f million"
|
||||
msgstr[0] "%(value).1f миллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s million"
|
||||
msgid_plural "%(value)s million"
|
||||
msgstr[0] "%(value)s миллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f billion"
|
||||
msgid_plural "%(value).1f billion"
|
||||
msgstr[0] "%(value).1f миллиард"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s billion"
|
||||
msgid_plural "%(value)s billion"
|
||||
msgstr[0] "%(value)s миллиард"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f trillion"
|
||||
msgid_plural "%(value).1f trillion"
|
||||
msgstr[0] "%(value).1f триллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s trillion"
|
||||
msgid_plural "%(value)s trillion"
|
||||
msgstr[0] "%(value)s trillion"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quadrillion"
|
||||
msgid_plural "%(value).1f quadrillion"
|
||||
msgstr[0] "%(value).1f квадриллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quadrillion"
|
||||
msgid_plural "%(value)s quadrillion"
|
||||
msgstr[0] "%(value)s квадриллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f quintillion"
|
||||
msgid_plural "%(value).1f quintillion"
|
||||
msgstr[0] "%(value).1f квинтиллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s quintillion"
|
||||
msgid_plural "%(value)s quintillion"
|
||||
msgstr[0] "%(value)s квинтиллион"
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f sextillion"
|
||||
msgid_plural "%(value).1f sextillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s sextillion"
|
||||
msgid_plural "%(value)s sextillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f septillion"
|
||||
msgid_plural "%(value).1f septillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s septillion"
|
||||
msgid_plural "%(value)s septillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f octillion"
|
||||
msgid_plural "%(value).1f octillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s octillion"
|
||||
msgid_plural "%(value)s octillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f nonillion"
|
||||
msgid_plural "%(value).1f nonillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s nonillion"
|
||||
msgid_plural "%(value)s nonillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f decillion"
|
||||
msgid_plural "%(value).1f decillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s decillion"
|
||||
msgid_plural "%(value)s decillion"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value).1f googol"
|
||||
msgid_plural "%(value).1f googol"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgid "%(value)s googol"
|
||||
msgid_plural "%(value)s googol"
|
||||
msgstr[0] ""
|
||||
|
||||
msgid "one"
|
||||
msgstr "бір"
|
||||
|
||||
msgid "two"
|
||||
msgstr "екі"
|
||||
|
||||
msgid "three"
|
||||
msgstr "үш"
|
||||
|
||||
msgid "four"
|
||||
msgstr "төрт"
|
||||
|
||||
msgid "five"
|
||||
msgstr "бес"
|
||||
|
||||
msgid "six"
|
||||
msgstr "алты"
|
||||
|
||||
msgid "seven"
|
||||
msgstr "жеті"
|
||||
|
||||
msgid "eight"
|
||||
msgstr "сегіз"
|
||||
|
||||
msgid "nine"
|
||||
msgstr "тоғыз"
|
||||
|
||||
msgid "today"
|
||||
msgstr "бүгін"
|
||||
|
||||
msgid "tomorrow"
|
||||
msgstr "ерте"
|
||||
|
||||
msgid "yesterday"
|
||||
msgstr "кеше"
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s ago"
|
||||
msgstr "%(delta)s бұрын"
|
||||
|
||||
msgid "now"
|
||||
msgstr "кәзір"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second ago"
|
||||
msgid_plural "%(count)s seconds ago"
|
||||
msgstr[0] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute ago"
|
||||
msgid_plural "%(count)s minutes ago"
|
||||
msgstr[0] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour ago"
|
||||
msgid_plural "%(count)s hours ago"
|
||||
msgstr[0] ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "naturaltime"
|
||||
msgid "%(delta)s from now"
|
||||
msgstr "кәзірден %(delta)s"
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a second from now"
|
||||
msgid_plural "%(count)s seconds from now"
|
||||
msgstr[0] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "a minute from now"
|
||||
msgid_plural "%(count)s minutes from now"
|
||||
msgstr[0] ""
|
||||
|
||||
#. Translators: please keep a non-breaking space (U+00A0)
|
||||
#. between count and time unit.
|
||||
#, python-format
|
||||
msgid "an hour from now"
|
||||
msgid_plural "%(count)s hours from now"
|
||||
msgstr[0] ""
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user