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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Chen Chun-Chia <ccc.larc@gmail.com>, 2015
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # mail6543210 <mail6543210@yahoo.com.tw>, 2013
  7. # quantum9876 <quantum9876@gmail.com>, 2011
  8. # Tzu-ping Chung <uranusjr@gmail.com>, 2016
  9. # Yeh-Yung <yyc1217@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 (Taiwan) (http://www.transifex.com/django/django/"
  18. "language/zh_TW/)\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_TW\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 "文件 bookmarklets"
  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. "要安裝 bookmarklet,把連結拖進你的書籤工具列,或右擊該連結後新增到你的書籤"
  40. "裡。現在你可以從網站的任何頁面來選擇 bookmarklet。"
  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 "讓你跳到用來產生該頁面之檢視的任何一頁文件。"
  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. msgid "Views"
  65. msgstr "視圖"
  66. msgid ""
  67. "Each page on the public site is generated by a view. The view defines which "
  68. "template is used to generate the page and which objects are available to "
  69. "that template."
  70. msgstr ""
  71. msgid "Tools for your browser to quickly access admin functionality."
  72. msgstr "方便使用管理功能的瀏覽器工具。"
  73. msgid "Please install docutils"
  74. msgstr "請安裝 docutils"
  75. #, python-format
  76. msgid ""
  77. "The admin documentation system requires Python's <a href=\"%(link)s"
  78. "\">docutils</a> library."
  79. msgstr "管理文件系統需要 Python 的 <a href=\"%(link)s\">docutils</a> 函式庫。"
  80. #, python-format
  81. msgid ""
  82. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  83. msgstr "請要求您的管理員安裝 <a href=\"%(link)s\">docutils</a>。"
  84. #, python-format
  85. msgid "Model: %(name)s"
  86. msgstr "模型:%(name)s"
  87. msgid "Fields"
  88. msgstr "欄位"
  89. msgid "Field"
  90. msgstr "欄位"
  91. msgid "Type"
  92. msgstr "類別"
  93. msgid "Description"
  94. msgstr "描述"
  95. msgid "Methods with arguments"
  96. msgstr ""
  97. msgid "Method"
  98. msgstr "方法"
  99. msgid "Arguments"
  100. msgstr "參數"
  101. msgid "Back to Model documentation"
  102. msgstr "回到模型文件"
  103. msgid "Model documentation"
  104. msgstr "模型文件"
  105. msgid "Model groups"
  106. msgstr "模型群組"
  107. msgid "Templates"
  108. msgstr "模版"
  109. #, python-format
  110. msgid "Template: %(name)s"
  111. msgstr "模版:%(name)s"
  112. #, python-format
  113. msgid "Template: \"%(name)s\""
  114. msgstr "模版:\"%(name)s\""
  115. #. Translators: Search is not a verb here, it qualifies path (a search path)
  116. #, python-format
  117. msgid "Search path for template \"%(name)s\":"
  118. msgstr "搜尋模板「%(name)s」的路徑:"
  119. msgid "(does not exist)"
  120. msgstr "(不存在)"
  121. msgid "Back to Documentation"
  122. msgstr "回到文件"
  123. msgid "Template filters"
  124. msgstr "模板過濾器"
  125. msgid "Template filter documentation"
  126. msgstr "模板過濾器文件"
  127. msgid "Built-in filters"
  128. msgstr "內建過濾器"
  129. #, python-format
  130. msgid ""
  131. "To use these filters, put <code>%(code)s</code> in your template before "
  132. "using the filter."
  133. msgstr ""
  134. msgid "Template tags"
  135. msgstr "模版標籤"
  136. msgid "Template tag documentation"
  137. msgstr "模板標籤文件"
  138. msgid "Built-in tags"
  139. msgstr "內建標籤"
  140. #, python-format
  141. msgid ""
  142. "To use these tags, put <code>%(code)s</code> in your template before using "
  143. "the tag."
  144. msgstr ""
  145. #, python-format
  146. msgid "View: %(name)s"
  147. msgstr "視圖:%(name)s"
  148. msgid "Context:"
  149. msgstr ""
  150. msgid "Templates:"
  151. msgstr "模版:"
  152. msgid "Back to View documentation"
  153. msgstr "回到視圖文件"
  154. msgid "View documentation"
  155. msgstr "視圖文件"
  156. msgid "Jump to namespace"
  157. msgstr "跳至名稱空間"
  158. msgid "Empty namespace"
  159. msgstr "空的名稱空間"
  160. #, python-format
  161. msgid "Views by namespace %(name)s"
  162. msgstr "名稱空間 %(name)s 之視圖"
  163. msgid "Views by empty namespace"
  164. msgstr "空名稱空間之視圖"
  165. #, python-format
  166. msgid ""
  167. "\n"
  168. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  169. "code>.\n"
  170. msgstr ""
  171. "\n"
  172. "視圖函式:<code>%(full_name)s</code>,名稱:<code>%(url_name)s</code>\n"
  173. msgid "tag:"
  174. msgstr "標籤:"
  175. msgid "filter:"
  176. msgstr "過濾器:"
  177. msgid "view:"
  178. msgstr "視圖:"
  179. #, python-format
  180. msgid "App %(app_label)r not found"
  181. msgstr "找不到 App %(app_label)r"
  182. #, python-format
  183. msgid "Model %(model_name)r not found in app %(app_label)r"
  184. msgstr "未在%(app_label)r 找到模組 %(model_name)r "
  185. msgid "model:"
  186. msgstr "模型:"
  187. #, python-format
  188. msgid "the related `%(app_label)s.%(data_type)s` object"
  189. msgstr "有關 `%(app_label)s.%(data_type)s` 的物件"
  190. #, python-format
  191. msgid "related `%(app_label)s.%(object_name)s` objects"
  192. msgstr "有關 `%(app_label)s.%(object_name)s` 的物件"
  193. #, python-format
  194. msgid "all %s"
  195. msgstr "所有 %s"
  196. #, python-format
  197. msgid "number of %s"
  198. msgstr "%s 的数量"
  199. #, python-format
  200. msgid "%s does not appear to be a urlpattern object"
  201. msgstr "%s 似乎不是一個 urlpattern 物件"