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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-05-23 17:26+0800\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. #: taggit/apps.py:7
  21. msgid "Taggit"
  22. msgstr "标签项"
  23. #: taggit/forms.py:27
  24. msgid "Please provide a comma-separated list of tags."
  25. msgstr ""
  26. #: taggit/managers.py:299 taggit/models.py:102
  27. msgid "Tags"
  28. msgstr "标签"
  29. #: taggit/managers.py:300
  30. msgid "A comma-separated list of tags."
  31. msgstr ""
  32. #: taggit/models.py:47
  33. msgid "Name"
  34. msgstr "名称"
  35. #: taggit/models.py:48
  36. msgid "Slug"
  37. msgstr "唯一标识"
  38. #: taggit/models.py:101
  39. msgid "Tag"
  40. msgstr "标签"
  41. #: taggit/models.py:108
  42. #, python-format
  43. msgid "%(object)s tagged with %(tag)s"
  44. msgstr "%(object)s 使用了标签 %(tag)s"
  45. #: taggit/models.py:163
  46. msgid "Content type"
  47. msgstr "内容类型"
  48. #: taggit/models.py:207 taggit/models.py:216
  49. msgid "Object id"
  50. msgstr "对象ID"
  51. #: taggit/models.py:224
  52. msgid "Tagged Item"
  53. msgstr "标签项"
  54. #: taggit/models.py:225
  55. msgid "Tagged Items"
  56. msgstr "标签项"