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 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Chandan kumar <chandankumar.093047@gmail.com>, 2012
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  11. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: hi\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Content Types"
  20. msgstr ""
  21. msgid "python model class name"
  22. msgstr "पैथॉन मॉडल क्लास नाम"
  23. msgid "content type"
  24. msgstr "विषय-सूची प्रकार"
  25. msgid "content types"
  26. msgstr "विषय-सूचियाँ प्रकार"
  27. #, python-format
  28. msgid "Content type %(ct_id)s object has no associated model"
  29. msgstr "सामग्री प्रकार के %(ct_id)s ऑब्जेक्ट कोई संबद्ध मॉडल नहीं है।"
  30. #, python-format
  31. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  32. msgstr "सामग्री प्रकार %(ct_id)s वस्तु %(obj_id)s मौजूद नहीं है."
  33. #, python-format
  34. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  35. msgstr "%(ct_name)s वस्तुओं की get_absolute_url() विधि नहीं है."