django.po 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. #
  5. # Translators:
  6. # 王 充 <wjcroom@gmail.com>, 2012
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Mezzanine\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2013-11-09 10:32-0430\n"
  12. "PO-Revision-Date: 2016-11-18 18:31+0800\n"
  13. "Last-Translator: Sebastián Ramírez Magrí <sebasmagri@gmail.com>\n"
  14. "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/"
  15. "mezzanine/language/zh_CN/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: zh_CN\n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. "X-Generator: Poedit 1.8.9\n"
  22. #: templates/mobile/404.html:6
  23. msgid "Page not found"
  24. msgstr "找不到网页"
  25. #: templates/mobile/404.html:10
  26. msgid "The page you requested does not exist."
  27. msgstr "您要找的网页不存在。"
  28. #: templates/mobile/500.html:6
  29. msgid "Error"
  30. msgstr "错误"
  31. #: templates/mobile/500.html:10
  32. msgid "Sorry, an error occurred."
  33. msgstr "抱歉,有一个错误发生。"
  34. #: templates/mobile/base.html:41 templates/mobile/index.html:6
  35. msgid "Home"
  36. msgstr "首页"
  37. #: templates/mobile/base.html:53
  38. msgid "Powered by"
  39. msgstr "Powered by"
  40. #: templates/mobile/base.html:54
  41. msgid "View Full Site"
  42. msgstr "查看整个网站"
  43. #: templates/mobile/index.html:10
  44. msgid "This is the mobile homepage."
  45. msgstr "这是手机版的首页。"
  46. #: templates/mobile/search_results.html:5
  47. #: templates/mobile/search_results.html:6
  48. msgid "Search Results"
  49. msgstr "查找结果"
  50. #: templates/mobile/search_results.html:12
  51. msgid "No results were found matching your query: "
  52. msgstr "没有找到: "
  53. #: templates/mobile/search_results.html:14
  54. msgid "Showing"
  55. msgstr "显示"
  56. #: templates/mobile/search_results.html:14
  57. msgid "to"
  58. msgstr "到"
  59. #: templates/mobile/search_results.html:14
  60. msgid "of"
  61. msgstr "的"
  62. #: templates/mobile/search_results.html:15
  63. msgid "results matching your query:"
  64. msgstr "你要找的结果:"
  65. #: templates/mobile/search_results.html:23
  66. msgid "read more"
  67. msgstr "更多"
  68. #: templates/mobile/blog/blog_post_detail.html:23
  69. msgid "Posted by"
  70. msgstr "提交者"
  71. #: templates/mobile/blog/blog_post_detail.html:30
  72. #: templates/mobile/blog/blog_post_list.html:28
  73. #, python-format
  74. msgid "%(sometime)s ago"
  75. msgstr "%(sometime)s 以前"
  76. #: templates/mobile/blog/blog_post_detail.html:41
  77. msgid "Tags"
  78. msgstr "标签"
  79. #: templates/mobile/blog/blog_post_detail.html:52
  80. msgid "Share this on:"
  81. msgstr "分享到"
  82. #: templates/mobile/blog/blog_post_detail.html:54
  83. msgid "or"
  84. msgstr "或"
  85. #: templates/mobile/blog/blog_post_list.html:4
  86. #: templates/mobile/blog/blog_post_list.html:19
  87. msgid "Blog"
  88. msgstr "博客"
  89. #: templates/mobile/includes/pagination.html:6
  90. msgid "Previous"
  91. msgstr "上一个"
  92. #: templates/mobile/includes/pagination.html:9
  93. msgid "Next"
  94. msgstr "下一个"
  95. #: templates/mobile/includes/search.html:4
  96. msgid "Search"
  97. msgstr "搜索"
  98. #: templates/mobile/includes/search.html:5
  99. msgid "Use "
  100. msgstr "用户"
  101. #: templates/mobile/includes/search.html:5
  102. msgid "quotes"
  103. msgstr "引用"
  104. #: templates/mobile/includes/search.html:5
  105. msgid ""
  106. " for exact phrases, + to make a word or phrase required, and - to exclude a "
  107. "word or phrase."
  108. msgstr "精确查找,‘+’表示必须包含关键词, -表示不包含关键词。"