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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Shinya Okano <tokibito@gmail.com>, 2012,2014
  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: Japanese (http://www.transifex.com/django/django/language/"
  14. "ja/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: ja\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. msgid "Content Types"
  21. msgstr "コンテンツタイプ"
  22. msgid "python model class name"
  23. msgstr "Python モデルクラス名"
  24. msgid "content type"
  25. msgstr "コンテンツタイプ"
  26. msgid "content types"
  27. msgstr "コンテンツタイプ"
  28. #, python-format
  29. msgid "Content type %(ct_id)s object has no associated model"
  30. msgstr ""
  31. "コンテンツタイプ %(ct_id)s のオブジェクトは、関連付けられたモデルを持っていま"
  32. "せん"
  33. #, python-format
  34. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  35. msgstr "コンテンツタイプ %(ct_id)s のオブジェクト %(obj_id)s は存在しません"
  36. #, python-format
  37. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  38. msgstr ""
  39. "%(ct_name)s のオブジェクトは get_absolute_url() メソッドを持っていません"