You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # BouRock, 2015-2018
  5. # BouRock, 2015
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  11. "PO-Revision-Date: 2018-05-18 10:06+0000\n"
  12. "Last-Translator: BouRock\n"
  13. "Language-Team: Turkish (http://www.transifex.com/django/django/language/"
  14. "tr/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: tr\n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. msgid "PostgreSQL extensions"
  21. msgstr "PostgreSQL uzantıları"
  22. #, python-format
  23. msgid "Item %(nth)s in the array did not validate:"
  24. msgstr "Dizilimdeki %(nth)s öğesi doğrulanmadı:"
  25. msgid "Nested arrays must have the same length."
  26. msgstr "İç içe dizilimler aynı uzunlukta olmak zorunda."
  27. msgid "Map of strings to strings/nulls"
  28. msgstr "Dizgiler/boşlar olarak dizgilerin eşlemesi"
  29. #, python-format
  30. msgid "The value of \"%(key)s\" is not a string or null."
  31. msgstr "\"%(key)s\" değeri bir dizgi ya da boş değil."
  32. msgid "A JSON object"
  33. msgstr "JSON nesnesi"
  34. msgid "Value must be valid JSON."
  35. msgstr "Değer geçerli JSON olmak zorundadır."
  36. msgid "Could not load JSON data."
  37. msgstr "JSON verisi yüklenemedi."
  38. msgid "Input must be a JSON dictionary."
  39. msgstr "Bir JSON dizini girilmek zorundadır."
  40. #, python-format
  41. msgid "'%(value)s' value must be valid JSON."
  42. msgstr "'%(value)s' değeri geçerli JSON olmak zorundadır."
  43. msgid "Enter two valid values."
  44. msgstr "Iki geçerli değer girin."
  45. msgid "The start of the range must not exceed the end of the range."
  46. msgstr "Aralığın başlangıcı aralığın bitişini aşmamak zorundadır."
  47. msgid "Enter two whole numbers."
  48. msgstr "Bütün iki sayıyı girin."
  49. msgid "Enter two numbers."
  50. msgstr "İki sayı girin."
  51. msgid "Enter two valid date/times."
  52. msgstr "Geçerli iki tarih/saat girin."
  53. msgid "Enter two valid dates."
  54. msgstr "Geçerli iki tarih girin."
  55. #, python-format
  56. msgid ""
  57. "List contains %(show_value)d item, it should contain no more than "
  58. "%(limit_value)d."
  59. msgid_plural ""
  60. "List contains %(show_value)d items, it should contain no more than "
  61. "%(limit_value)d."
  62. msgstr[0] ""
  63. "Liste %(show_value)d öğe içeriyor, %(limit_value)d değerden daha fazla "
  64. "içermemelidir."
  65. msgstr[1] ""
  66. "Liste %(show_value)d öğe içeriyor, %(limit_value)d değerden daha fazla "
  67. "içermemelidir."
  68. #, python-format
  69. msgid ""
  70. "List contains %(show_value)d item, it should contain no fewer than "
  71. "%(limit_value)d."
  72. msgid_plural ""
  73. "List contains %(show_value)d items, it should contain no fewer than "
  74. "%(limit_value)d."
  75. msgstr[0] ""
  76. "Liste %(show_value)d öğe içeriyor, %(limit_value)d değerden daha az "
  77. "içermemelidir."
  78. msgstr[1] ""
  79. "Liste %(show_value)d öğe içeriyor, %(limit_value)d değerden daha az "
  80. "içermemelidir."
  81. #, python-format
  82. msgid "Some keys were missing: %(keys)s"
  83. msgstr "Bazı anahtarlar eksik: %(keys)s"
  84. #, python-format
  85. msgid "Some unknown keys were provided: %(keys)s"
  86. msgstr "Bazı bilinmeyen anahtarlar verilmiş: %(keys)s"
  87. #, python-format
  88. msgid ""
  89. "Ensure that this range is completely less than or equal to %(limit_value)s."
  90. msgstr ""
  91. "Bu aralığın %(limit_value)s değerinden küçük veya eşit olduğundan emin olun."
  92. #, python-format
  93. msgid ""
  94. "Ensure that this range is completely greater than or equal to "
  95. "%(limit_value)s."
  96. msgstr ""
  97. "Bu aralığın %(limit_value)s değerinden büyük veya eşit olduğundan emin olun."