PageRenderTime 83ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.po

https://code.google.com/p/mango-py/
Unknown | 286 lines | 226 code | 60 blank | 0 comment | 0 complexity | b6c4e3c4250d294441d9a77238e534eb MD5 | raw file
Possible License(s): BSD-3-Clause
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: Django\n"
  6. "Report-Msgid-Bugs-To: \n"
  7. "POT-Creation-Date: 2011-03-15 13:15-0400\n"
  8. "PO-Revision-Date: 2011-03-04 18:43+0000\n"
  9. "Last-Translator: tcc <tcchou@tcchou.org>\n"
  10. "Language-Team: Chinese (Taiwan) <None>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Language: zh_TW\n"
  15. "Plural-Forms: nplurals=1; plural=0\n"
  16. #: admin.py:12
  17. msgid "Content"
  18. msgstr "??"
  19. #: admin.py:15
  20. msgid "Metadata"
  21. msgstr "???"
  22. #: admin.py:42
  23. msgid "flagged"
  24. msgid_plural "flagged"
  25. msgstr[0] "???"
  26. #: admin.py:43
  27. msgid "Flag selected comments"
  28. msgstr "??????"
  29. #: admin.py:47
  30. msgid "approved"
  31. msgid_plural "approved"
  32. msgstr[0] "???"
  33. #: admin.py:48
  34. msgid "Approve selected comments"
  35. msgstr "??????"
  36. #: admin.py:52
  37. msgid "removed"
  38. msgid_plural "removed"
  39. msgstr[0] "???"
  40. #: admin.py:53
  41. msgid "Remove selected comments"
  42. msgstr "??????"
  43. #: admin.py:65
  44. #, python-format
  45. msgid "1 comment was successfully %(action)s."
  46. msgid_plural "%(count)s comments were successfully %(action)s."
  47. msgstr[0] "%(count)s ????????%(action)s?"
  48. #: feeds.py:13
  49. #, python-format
  50. msgid "%(site_name)s comments"
  51. msgstr "%(site_name)s ??"
  52. #: feeds.py:23
  53. #, python-format
  54. msgid "Latest comments on %(site_name)s"
  55. msgstr "????? %(site_name)s"
  56. #: forms.py:109
  57. msgid "Name"
  58. msgstr "??"
  59. #: forms.py:110
  60. msgid "Email address"
  61. msgstr "??????"
  62. #: forms.py:111
  63. msgid "URL"
  64. msgstr "URL"
  65. #: forms.py:112
  66. msgid "Comment"
  67. msgstr "??"
  68. #: forms.py:191
  69. #, python-format
  70. msgid "Watch your mouth! The word %s is not allowed here."
  71. msgid_plural "Watch your mouth! The words %s are not allowed here."
  72. msgstr[0] "??????????? %s ??????"
  73. #: forms.py:198
  74. msgid ""
  75. "If you enter anything in this field your comment will be treated as spam"
  76. msgstr "?????????????????????????"
  77. #: models.py:22
  78. msgid "content type"
  79. msgstr "????"
  80. #: models.py:24
  81. msgid "object ID"
  82. msgstr "?? ID"
  83. #: models.py:50 models.py:168
  84. msgid "user"
  85. msgstr "???"
  86. #: models.py:52
  87. msgid "user's name"
  88. msgstr "?????"
  89. #: models.py:53
  90. msgid "user's email address"
  91. msgstr "???????"
  92. #: models.py:54
  93. msgid "user's URL"
  94. msgstr "??? URL"
  95. #: models.py:56 models.py:76 models.py:169
  96. msgid "comment"
  97. msgstr "??"
  98. #: models.py:59
  99. msgid "date/time submitted"
  100. msgstr "??/?????"
  101. #: models.py:60
  102. msgid "IP address"
  103. msgstr "IP ??"
  104. #: models.py:61
  105. msgid "is public"
  106. msgstr "??"
  107. #: models.py:62
  108. msgid ""
  109. "Uncheck this box to make the comment effectively disappear from the site."
  110. msgstr "??????????????????"
  111. #: models.py:64
  112. msgid "is removed"
  113. msgstr "???"
  114. #: models.py:65
  115. msgid ""
  116. "Check this box if the comment is inappropriate. A \"This comment has been "
  117. "removed\" message will be displayed instead."
  118. msgstr "???????????????????? \"???????\" ?????"
  119. #: models.py:77
  120. msgid "comments"
  121. msgstr "??"
  122. #: models.py:119
  123. msgid ""
  124. "This comment was posted by an authenticated user and thus the name is read-"
  125. "only."
  126. msgstr "?????????????, ?????????"
  127. #: models.py:128
  128. msgid ""
  129. "This comment was posted by an authenticated user and thus the email is read-"
  130. "only."
  131. msgstr "?????????????, ?????????"
  132. #: models.py:153
  133. #, python-format
  134. msgid ""
  135. "Posted by %(user)s at %(date)s\n"
  136. "\n"
  137. "%(comment)s\n"
  138. "\n"
  139. "http://%(domain)s%(url)s"
  140. msgstr ""
  141. "? %(user)s ? %(date)s ??\n"
  142. "\n"
  143. "%(comment)s\n"
  144. "\n"
  145. "http://%(domain)s%(url)s"
  146. #: models.py:170
  147. msgid "flag"
  148. msgstr "??"
  149. #: models.py:171
  150. msgid "date"
  151. msgstr "??"
  152. #: models.py:181
  153. msgid "comment flag"
  154. msgstr "????"
  155. #: models.py:182
  156. msgid "comment flags"
  157. msgstr "????"
  158. #: templates/comments/approve.html:4
  159. msgid "Approve a comment"
  160. msgstr "??????"
  161. #: templates/comments/approve.html:7
  162. msgid "Really make this comment public?"
  163. msgstr "???????????"
  164. #: templates/comments/approve.html:12
  165. msgid "Approve"
  166. msgstr "??"
  167. #: templates/comments/approved.html:4
  168. msgid "Thanks for approving"
  169. msgstr "??????"
  170. #: templates/comments/approved.html:7 templates/comments/deleted.html:7
  171. #: templates/comments/flagged.html:7
  172. msgid ""
  173. "Thanks for taking the time to improve the quality of discussion on our site"
  174. msgstr "???????????????"
  175. #: templates/comments/delete.html:4
  176. msgid "Remove a comment"
  177. msgstr "??????"
  178. #: templates/comments/delete.html:7
  179. msgid "Really remove this comment?"
  180. msgstr "??????????"
  181. #: templates/comments/delete.html:12
  182. msgid "Remove"
  183. msgstr "??"
  184. #: templates/comments/deleted.html:4
  185. msgid "Thanks for removing"
  186. msgstr "????"
  187. #: templates/comments/flag.html:4
  188. msgid "Flag this comment"
  189. msgstr "??????"
  190. #: templates/comments/flag.html:7
  191. msgid "Really flag this comment?"
  192. msgstr "??????????"
  193. #: templates/comments/flag.html:12
  194. msgid "Flag"
  195. msgstr "??"
  196. #: templates/comments/flagged.html:4
  197. msgid "Thanks for flagging"
  198. msgstr "????"
  199. #: templates/comments/form.html:17 templates/comments/preview.html:32
  200. msgid "Post"
  201. msgstr "??"
  202. #: templates/comments/form.html:18 templates/comments/preview.html:33
  203. msgid "Preview"
  204. msgstr "??"
  205. #: templates/comments/posted.html:4
  206. msgid "Thanks for commenting"
  207. msgstr "??????"
  208. #: templates/comments/posted.html:7
  209. msgid "Thank you for your comment"
  210. msgstr "??????"
  211. #: templates/comments/preview.html:4 templates/comments/preview.html.py:13
  212. msgid "Preview your comment"
  213. msgstr "??????"
  214. #: templates/comments/preview.html:11
  215. msgid "Please correct the error below"
  216. msgid_plural "Please correct the errors below"
  217. msgstr[0] "????????"
  218. #: templates/comments/preview.html:16
  219. msgid "and"
  220. msgstr "?"
  221. #: templates/comments/preview.html:16
  222. msgid "Post your comment"
  223. msgstr "??????"
  224. #: templates/comments/preview.html:16
  225. msgid "or make changes"
  226. msgstr "?????"