2011-01-22 02:46:59 +08:00
|
|
|
|
# This file is distributed under the same license as the Django package.
|
|
|
|
|
#
|
2012-03-14 17:05:08 +08:00
|
|
|
|
# Translators:
|
|
|
|
|
# Jannis Leidel <jannis@leidel.info>, 2011.
|
|
|
|
|
# Metin Amiroff <amiroff@gmail.com>, 2012.
|
|
|
|
|
# Murat Sahin <martinamca@gmail.com>, 2011.
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Project-Id-Version: Django\n"
|
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
"POT-Creation-Date: 2012-10-15 10:57+0200\n"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
"PO-Revision-Date: 2012-03-10 14:53+0000\n"
|
|
|
|
|
"Last-Translator: Metin Amiroff <amiroff@gmail.com>\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
"tr/)\n"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
"Language: tr\n"
|
|
|
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: tests.py:125 templatetags/humanize.py:167
|
2012-03-14 17:05:08 +08:00
|
|
|
|
msgid "today"
|
|
|
|
|
msgstr "bugün"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: tests.py:125 templatetags/humanize.py:171
|
2012-03-14 17:05:08 +08:00
|
|
|
|
msgid "yesterday"
|
|
|
|
|
msgstr "dün"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: tests.py:125 templatetags/humanize.py:169
|
2012-03-14 17:05:08 +08:00
|
|
|
|
msgid "tomorrow"
|
|
|
|
|
msgstr "yarın"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "th"
|
|
|
|
|
msgstr "."
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "st"
|
|
|
|
|
msgstr "."
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "nd"
|
|
|
|
|
msgstr "."
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:25
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "rd"
|
|
|
|
|
msgstr "."
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:54
|
2011-01-22 02:46:59 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f million"
|
|
|
|
|
msgid_plural "%(value).1f million"
|
|
|
|
|
msgstr[0] "%(value).1f milyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:55
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s million"
|
|
|
|
|
msgid_plural "%(value)s million"
|
|
|
|
|
msgstr[0] "%(value)s milyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:58
|
2011-01-22 02:46:59 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f billion"
|
|
|
|
|
msgid_plural "%(value).1f billion"
|
|
|
|
|
msgstr[0] "%(value).1f milyar"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:59
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s billion"
|
|
|
|
|
msgid_plural "%(value)s billion"
|
|
|
|
|
msgstr[0] "%(value)s milyar"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:62
|
2011-01-22 02:46:59 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f trillion"
|
|
|
|
|
msgid_plural "%(value).1f trillion"
|
|
|
|
|
msgstr[0] "%(value).1f trilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:63
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s trillion"
|
|
|
|
|
msgid_plural "%(value)s trillion"
|
|
|
|
|
msgstr[0] "%(value)s trilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:66
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f quadrillion"
|
|
|
|
|
msgid_plural "%(value).1f quadrillion"
|
|
|
|
|
msgstr[0] "%(value).1f katrilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:67
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s quadrillion"
|
|
|
|
|
msgid_plural "%(value)s quadrillion"
|
|
|
|
|
msgstr[0] "%(value)s katrilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:70
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f quintillion"
|
|
|
|
|
msgid_plural "%(value).1f quintillion"
|
|
|
|
|
msgstr[0] "%(value).1f kentilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:71
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s quintillion"
|
|
|
|
|
msgid_plural "%(value)s quintillion"
|
|
|
|
|
msgstr[0] "%(value)s kentilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:74
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f sextillion"
|
|
|
|
|
msgid_plural "%(value).1f sextillion"
|
|
|
|
|
msgstr[0] "%(value).1f seksilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:75
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s sextillion"
|
|
|
|
|
msgid_plural "%(value)s sextillion"
|
|
|
|
|
msgstr[0] "%(value)s seksilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:78
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f septillion"
|
|
|
|
|
msgid_plural "%(value).1f septillion"
|
|
|
|
|
msgstr[0] "%(value).1f septilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:79
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s septillion"
|
|
|
|
|
msgid_plural "%(value)s septillion"
|
|
|
|
|
msgstr[0] "%(value)s septilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:82
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f octillion"
|
|
|
|
|
msgid_plural "%(value).1f octillion"
|
|
|
|
|
msgstr[0] "%(value).1f oktilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:83
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s octillion"
|
|
|
|
|
msgid_plural "%(value)s octillion"
|
|
|
|
|
msgstr[0] "%(value)s oktilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:86
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f nonillion"
|
|
|
|
|
msgid_plural "%(value).1f nonillion"
|
|
|
|
|
msgstr[0] "%(value).1f nonilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:87
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s nonillion"
|
|
|
|
|
msgid_plural "%(value)s nonillion"
|
|
|
|
|
msgstr[0] "%(value)s nonilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:90
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f decillion"
|
|
|
|
|
msgid_plural "%(value).1f decillion"
|
|
|
|
|
msgstr[0] "%(value).1f desilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:91
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s decillion"
|
|
|
|
|
msgid_plural "%(value)s decillion"
|
|
|
|
|
msgstr[0] "%(value)s desilyon"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:94
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value).1f googol"
|
|
|
|
|
msgid_plural "%(value).1f googol"
|
|
|
|
|
msgstr[0] "%(value).1f googol"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:95
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%(value)s googol"
|
|
|
|
|
msgid_plural "%(value)s googol"
|
|
|
|
|
msgstr[0] "%(value)s googol"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "one"
|
|
|
|
|
msgstr "bir"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "two"
|
|
|
|
|
msgstr "iki"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "three"
|
|
|
|
|
msgstr "üç"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "four"
|
|
|
|
|
msgstr "dört"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "five"
|
|
|
|
|
msgstr "beş"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "six"
|
|
|
|
|
msgstr "altı"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "seven"
|
|
|
|
|
msgstr "yedi"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "eight"
|
|
|
|
|
msgstr "sekiz"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:144
|
2011-01-22 02:46:59 +08:00
|
|
|
|
msgid "nine"
|
|
|
|
|
msgstr "dokuz"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:190
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgctxt "naturaltime"
|
|
|
|
|
msgid "%(delta)s ago"
|
|
|
|
|
msgstr "%(delta)s önce"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:193 templatetags/humanize.py:215
|
2012-03-14 17:05:08 +08:00
|
|
|
|
msgid "now"
|
|
|
|
|
msgstr "şimdi"
|
2011-01-22 02:46:59 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:196
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "a second ago"
|
|
|
|
|
msgid_plural "%(count)s seconds ago"
|
|
|
|
|
msgstr[0] "%(count)s saniye önce"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:201
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "a minute ago"
|
|
|
|
|
msgid_plural "%(count)s minutes ago"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
msgstr[0] "%s dakika önce"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:206
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "an hour ago"
|
|
|
|
|
msgid_plural "%(count)s hours ago"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
msgstr[0] "%s saat önce"
|
2012-03-14 17:05:08 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:212
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgctxt "naturaltime"
|
|
|
|
|
msgid "%(delta)s from now"
|
|
|
|
|
msgstr "şu andan %(delta)s"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:218
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "a second from now"
|
|
|
|
|
msgid_plural "%(count)s seconds from now"
|
|
|
|
|
msgstr[0] "şu andan %(count)s saniye sonra"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:223
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "a minute from now"
|
|
|
|
|
msgid_plural "%(count)s minutes from now"
|
|
|
|
|
msgstr[0] "şu andan %(count)s dakika sonra"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templatetags/humanize.py:228
|
2012-03-14 17:05:08 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "an hour from now"
|
|
|
|
|
msgid_plural "%(count)s hours from now"
|
|
|
|
|
msgstr[0] "şu andan %(count)s saat sonra"
|