Development of an internal social media platform with personalised dashboards for students
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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Fery Setiawan <gembelweb@gmail.com>, 2015-2017
  5. # M Asep Indrayana <me@drayanaindra.com>, 2015
  6. # oon arfiandwi (OonID) <oon.arfiandwi@gmail.com>, 2016
  7. # rodin <romihardiyanto@gmail.com>, 2016
  8. # Sutrisno Efendi <kangfend@gmail.com>, 2015
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  14. "PO-Revision-Date: 2017-09-23 20:42+0000\n"
  15. "Last-Translator: Fery Setiawan <gembelweb@gmail.com>\n"
  16. "Language-Team: Indonesian (http://www.transifex.com/django/django/language/"
  17. "id/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: id\n"
  22. "Plural-Forms: nplurals=1; plural=0;\n"
  23. msgid "PostgreSQL extensions"
  24. msgstr "Ekstensi PostgreSQL"
  25. #, python-format
  26. msgid "Item %(nth)s in the array did not validate: "
  27. msgstr "Item %(nth)s di dalam array tidak divalidasi:"
  28. msgid "Nested arrays must have the same length."
  29. msgstr "Array bersaran harus mempunyai panjang yang sama."
  30. msgid "Map of strings to strings/nulls"
  31. msgstr "Pemetaan dari strings ke string/null"
  32. #, python-format
  33. msgid "The value of \"%(key)s\" is not a string or null."
  34. msgstr "Nilai dari \"%(key)s\" adalah bukan sebuah string atau null."
  35. msgid "A JSON object"
  36. msgstr "Obyek JSON"
  37. msgid "Value must be valid JSON."
  38. msgstr "Nilai harus berupa JSON yang valid."
  39. msgid "Could not load JSON data."
  40. msgstr "Tidak dapat memuat data JSON."
  41. msgid "Input must be a JSON dictionary."
  42. msgstr "Masukan harus kamus JSON."
  43. #, python-format
  44. msgid "'%(value)s' value must be valid JSON."
  45. msgstr "Nilai '%(value)s' harus berupa JSON yang valid."
  46. msgid "Enter two valid values."
  47. msgstr "Masukkan dua nilai yang valid."
  48. msgid "The start of the range must not exceed the end of the range."
  49. msgstr "Awal jangkauan harus tidak melebihi akhir dari jangkauan."
  50. msgid "Enter two whole numbers."
  51. msgstr "Masukkan dua buah bilangan bulat."
  52. msgid "Enter two numbers."
  53. msgstr "Masukkan dua buah bilangan."
  54. msgid "Enter two valid date/times."
  55. msgstr "Masukan dua buah tanggal/waktu."
  56. msgid "Enter two valid dates."
  57. msgstr "Masukan dua buah tanggal yang benar."
  58. #, python-format
  59. msgid ""
  60. "List contains %(show_value)d item, it should contain no more than "
  61. "%(limit_value)d."
  62. msgid_plural ""
  63. "List contains %(show_value)d items, it should contain no more than "
  64. "%(limit_value)d."
  65. msgstr[0] ""
  66. "Daftar mengandung %(show_value)d item, dia harus mengandung tidak lebih dari "
  67. "%(limit_value)d."
  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. "Daftar kandungan item %(show_value)d, setidaknya harus mengandung kurang "
  77. "dari %(limit_value)d."
  78. #, python-format
  79. msgid "Some keys were missing: %(keys)s"
  80. msgstr "Ada yang salah di suatu kunci: %(keys)s"
  81. #, python-format
  82. msgid "Some unknown keys were provided: %(keys)s"
  83. msgstr "Suatu kunci yang tidak di ketahui sumbernya: %(keys)s"
  84. #, python-format
  85. msgid ""
  86. "Ensure that this range is completely less than or equal to %(limit_value)s."
  87. msgstr ""
  88. "Pastikan bahwa jangkauan ini sepenuhnya kurang dari atau sama dengan "
  89. "%(limit_value)s."
  90. #, python-format
  91. msgid ""
  92. "Ensure that this range is completely greater than or equal to "
  93. "%(limit_value)s."
  94. msgstr ""
  95. "Pastikan bahwa jangkauan ini sepenuhnya lebih besar dari atau sama dengan "
  96. "%(limit_value)s."