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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Lele Long <schemacs@gmail.com>, 2015
  6. # Liping Wang <lynn.config@gmail.com>, 2016
  7. # mozillazg <opensource.mozillazg@gmail.com>, 2016
  8. # Ronald White <ouyanghongyu@gmail.com>, 2014
  9. # Kevin Sze <leiarix@gmail.com>, 2012
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  15. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  16. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  17. "Language-Team: Chinese (China) (http://www.transifex.com/django/django/"
  18. "language/zh_CN/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: zh_CN\n"
  23. "Plural-Forms: nplurals=1; plural=0;\n"
  24. msgid "Administrative Documentation"
  25. msgstr "管理文档"
  26. msgid "Home"
  27. msgstr "首页"
  28. msgid "Documentation"
  29. msgstr "文档"
  30. msgid "Bookmarklets"
  31. msgstr "书签"
  32. msgid "Documentation bookmarklets"
  33. msgstr "文档书签"
  34. msgid ""
  35. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  36. "click the link and add it to your bookmarks. Now you can select the "
  37. "bookmarklet from any page in the site."
  38. msgstr ""
  39. "为了安装书签,将链接拖到你的书签工具条,或者鼠标右击链接然后把它添加到你的书"
  40. "签中。现在你可以从这个站点的任何页面选择书签。"
  41. msgid "Documentation for this page"
  42. msgstr "关于本页面的文档"
  43. msgid ""
  44. "Jumps you from any page to the documentation for the view that generates "
  45. "that page."
  46. msgstr "从任何页面跳转到生成该页面的 view 文档。"
  47. msgid "Tags"
  48. msgstr "标签"
  49. msgid "List of all the template tags and their functions."
  50. msgstr "列出所有模板标签及其功能。"
  51. msgid "Filters"
  52. msgstr "过滤器"
  53. msgid ""
  54. "Filters are actions which can be applied to variables in a template to alter "
  55. "the output."
  56. msgstr "过滤器可以应用到模板中的变量上来动态的改变输出。"
  57. msgid "Models"
  58. msgstr "模型"
  59. msgid ""
  60. "Models are descriptions of all the objects in the system and their "
  61. "associated fields. Each model has a list of fields which can be accessed as "
  62. "template variables"
  63. msgstr ""
  64. "模型是系统中的所有的对象字段及其关联性的描述。每个模型都有其可以被模板变量访"
  65. "问的字段列表"
  66. msgid "Views"
  67. msgstr "视图"
  68. msgid ""
  69. "Each page on the public site is generated by a view. The view defines which "
  70. "template is used to generate the page and which objects are available to "
  71. "that template."
  72. msgstr ""
  73. "由视图生成在公共站点的每个页面。视图定义了哪些模板用于生成页面和哪些对象可用"
  74. "于该模板。"
  75. msgid "Tools for your browser to quickly access admin functionality."
  76. msgstr "工具为您的浏览器提供了快速访问和管理的功能。"
  77. msgid "Please install docutils"
  78. msgstr "请安装 docutils"
  79. #, python-format
  80. msgid ""
  81. "The admin documentation system requires Python's <a href=\"%(link)s"
  82. "\">docutils</a> library."
  83. msgstr "该管理文档系统需要Python的 <a href=\"%(link)s\">docutils</a> 库。"
  84. #, python-format
  85. msgid ""
  86. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  87. msgstr "请询问你的管理员并安装 <a href=\"%(link)s\">docutils</a> 。"
  88. #, python-format
  89. msgid "Model: %(name)s"
  90. msgstr "模型: %(name)s"
  91. msgid "Fields"
  92. msgstr "字段"
  93. msgid "Field"
  94. msgstr "字段"
  95. msgid "Type"
  96. msgstr "类型"
  97. msgid "Description"
  98. msgstr "描述"
  99. msgid "Methods with arguments"
  100. msgstr "方法和参数"
  101. msgid "Method"
  102. msgstr "方法"
  103. msgid "Arguments"
  104. msgstr "参数"
  105. msgid "Back to Model documentation"
  106. msgstr "返回到模型文档"
  107. msgid "Model documentation"
  108. msgstr "模型文档"
  109. msgid "Model groups"
  110. msgstr "模型组"
  111. msgid "Templates"
  112. msgstr "模板"
  113. #, python-format
  114. msgid "Template: %(name)s"
  115. msgstr "模板: %(name)s"
  116. #, python-format
  117. msgid "Template: \"%(name)s\""
  118. msgstr "模板: \"%(name)s\""
  119. #. Translators: Search is not a verb here, it qualifies path (a search path)
  120. #, python-format
  121. msgid "Search path for template \"%(name)s\":"
  122. msgstr "模版 “%(name)s“的查找路径:"
  123. msgid "(does not exist)"
  124. msgstr "(不存在)"
  125. msgid "Back to Documentation"
  126. msgstr "回到文档"
  127. msgid "Template filters"
  128. msgstr "模板过滤器"
  129. msgid "Template filter documentation"
  130. msgstr "模板过滤器文档"
  131. msgid "Built-in filters"
  132. msgstr "内置过滤器"
  133. #, python-format
  134. msgid ""
  135. "To use these filters, put <code>%(code)s</code> in your template before "
  136. "using the filter."
  137. msgstr ""
  138. "要使用这些过滤器, 在你使用过滤器之前需要在模板中放置 <code>%(code)s</code> 。"
  139. msgid "Template tags"
  140. msgstr "模板标签"
  141. msgid "Template tag documentation"
  142. msgstr "模板标签文档"
  143. msgid "Built-in tags"
  144. msgstr "内置标签"
  145. #, python-format
  146. msgid ""
  147. "To use these tags, put <code>%(code)s</code> in your template before using "
  148. "the tag."
  149. msgstr ""
  150. "要使用这些标签, 在你使用标签之前需要在模板中放置 <code>%(code)s</code> 。"
  151. #, python-format
  152. msgid "View: %(name)s"
  153. msgstr "视图: %(name)s"
  154. msgid "Context:"
  155. msgstr "内容:"
  156. msgid "Templates:"
  157. msgstr "模板:"
  158. msgid "Back to View documentation"
  159. msgstr "回到视图文档"
  160. msgid "View documentation"
  161. msgstr "视图文档"
  162. msgid "Jump to namespace"
  163. msgstr "跳转到命名空间"
  164. msgid "Empty namespace"
  165. msgstr "空命名空间"
  166. #, python-format
  167. msgid "Views by namespace %(name)s"
  168. msgstr "按命名空间 %(name)s 排序视图"
  169. msgid "Views by empty namespace"
  170. msgstr "按空命名空间排序视图"
  171. #, python-format
  172. msgid ""
  173. "\n"
  174. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  175. "code>.\n"
  176. msgstr ""
  177. "\n"
  178. "查看函数:<code>%(full_name)s</code>. 名字:<code>%(url_name)s</code>.\n"
  179. "\n"
  180. msgid "tag:"
  181. msgstr "标签:"
  182. msgid "filter:"
  183. msgstr "过滤器:"
  184. msgid "view:"
  185. msgstr "视图:"
  186. #, python-format
  187. msgid "App %(app_label)r not found"
  188. msgstr "应用 %(app_label)r 没有找到"
  189. #, python-format
  190. msgid "Model %(model_name)r not found in app %(app_label)r"
  191. msgstr "在应用 %(app_label)r 里找不到模型 %(model_name)r"
  192. msgid "model:"
  193. msgstr "模型:"
  194. #, python-format
  195. msgid "the related `%(app_label)s.%(data_type)s` object"
  196. msgstr "相关的 `%(app_label)s.%(data_type)s` 对象"
  197. #, python-format
  198. msgid "related `%(app_label)s.%(object_name)s` objects"
  199. msgstr "相关的 `%(app_label)s.%(object_name)s` 对象"
  200. #, python-format
  201. msgid "all %s"
  202. msgstr "所有 %s"
  203. #, python-format
  204. msgid "number of %s"
  205. msgstr "%s 的数量"
  206. #, python-format
  207. msgid "%s does not appear to be a urlpattern object"
  208. msgstr "%s 似乎不是一个 urlpattern 对象"