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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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. # tcc <tcchou@tcchou.org>, 2011
  7. # Tzu-ping Chung <uranusjr@gmail.com>, 2016
  8. # Yeh-Yung <yyc1217@gmail.com>, 2012
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  14. "PO-Revision-Date: 2018-05-18 01:38+0000\n"
  15. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  16. "Language-Team: Chinese (Taiwan) (http://www.transifex.com/django/django/"
  17. "language/zh_TW/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: zh_TW\n"
  22. "Plural-Forms: nplurals=1; plural=0;\n"
  23. msgid "Humanize"
  24. msgstr "人性化"
  25. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  26. msgctxt "ordinal 11, 12, 13"
  27. msgid "{}th"
  28. msgstr ""
  29. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  30. msgctxt "ordinal 0"
  31. msgid "{}th"
  32. msgstr ""
  33. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  34. msgctxt "ordinal 1"
  35. msgid "{}st"
  36. msgstr ""
  37. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  38. msgctxt "ordinal 2"
  39. msgid "{}nd"
  40. msgstr ""
  41. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  42. msgctxt "ordinal 3"
  43. msgid "{}rd"
  44. msgstr ""
  45. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  46. msgctxt "ordinal 4"
  47. msgid "{}th"
  48. msgstr ""
  49. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  50. msgctxt "ordinal 5"
  51. msgid "{}th"
  52. msgstr ""
  53. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  54. msgctxt "ordinal 6"
  55. msgid "{}th"
  56. msgstr ""
  57. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  58. msgctxt "ordinal 7"
  59. msgid "{}th"
  60. msgstr ""
  61. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  62. msgctxt "ordinal 8"
  63. msgid "{}th"
  64. msgstr ""
  65. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  66. msgctxt "ordinal 9"
  67. msgid "{}th"
  68. msgstr ""
  69. #, python-format
  70. msgid "%(value).1f million"
  71. msgid_plural "%(value).1f million"
  72. msgstr[0] "%(value).1f 百萬"
  73. #, python-format
  74. msgid "%(value)s million"
  75. msgid_plural "%(value)s million"
  76. msgstr[0] "%(value)s 百萬"
  77. #, python-format
  78. msgid "%(value).1f billion"
  79. msgid_plural "%(value).1f billion"
  80. msgstr[0] "%(value).1f 十億"
  81. #, python-format
  82. msgid "%(value)s billion"
  83. msgid_plural "%(value)s billion"
  84. msgstr[0] "%(value)s 十億"
  85. #, python-format
  86. msgid "%(value).1f trillion"
  87. msgid_plural "%(value).1f trillion"
  88. msgstr[0] "%(value).1f 兆"
  89. #, python-format
  90. msgid "%(value)s trillion"
  91. msgid_plural "%(value)s trillion"
  92. msgstr[0] "%(value)s 兆"
  93. #, python-format
  94. msgid "%(value).1f quadrillion"
  95. msgid_plural "%(value).1f quadrillion"
  96. msgstr[0] "%(value).1f 千兆"
  97. #, python-format
  98. msgid "%(value)s quadrillion"
  99. msgid_plural "%(value)s quadrillion"
  100. msgstr[0] "%(value)s 千兆"
  101. #, python-format
  102. msgid "%(value).1f quintillion"
  103. msgid_plural "%(value).1f quintillion"
  104. msgstr[0] "%(value).1f 百京"
  105. #, python-format
  106. msgid "%(value)s quintillion"
  107. msgid_plural "%(value)s quintillion"
  108. msgstr[0] "%(value)s 百京"
  109. #, python-format
  110. msgid "%(value).1f sextillion"
  111. msgid_plural "%(value).1f sextillion"
  112. msgstr[0] "%(value).1f 十垓"
  113. #, python-format
  114. msgid "%(value)s sextillion"
  115. msgid_plural "%(value)s sextillion"
  116. msgstr[0] "%(value)s 十垓"
  117. #, python-format
  118. msgid "%(value).1f septillion"
  119. msgid_plural "%(value).1f septillion"
  120. msgstr[0] "%(value).1f 秭"
  121. #, python-format
  122. msgid "%(value)s septillion"
  123. msgid_plural "%(value)s septillion"
  124. msgstr[0] "%(value)s 秭"
  125. #, python-format
  126. msgid "%(value).1f octillion"
  127. msgid_plural "%(value).1f octillion"
  128. msgstr[0] "%(value).1f 千秭"
  129. #, python-format
  130. msgid "%(value)s octillion"
  131. msgid_plural "%(value)s octillion"
  132. msgstr[0] "%(value)s 千秭"
  133. #, python-format
  134. msgid "%(value).1f nonillion"
  135. msgid_plural "%(value).1f nonillion"
  136. msgstr[0] "%(value).1f 百穰"
  137. #, python-format
  138. msgid "%(value)s nonillion"
  139. msgid_plural "%(value)s nonillion"
  140. msgstr[0] "%(value)s 百穰"
  141. #, python-format
  142. msgid "%(value).1f decillion"
  143. msgid_plural "%(value).1f decillion"
  144. msgstr[0] "%(value).1f 十溝"
  145. #, python-format
  146. msgid "%(value)s decillion"
  147. msgid_plural "%(value)s decillion"
  148. msgstr[0] "%(value)s 十溝"
  149. #, python-format
  150. msgid "%(value).1f googol"
  151. msgid_plural "%(value).1f googol"
  152. msgstr[0] "%(value).1f 穰大數"
  153. #, python-format
  154. msgid "%(value)s googol"
  155. msgid_plural "%(value)s googol"
  156. msgstr[0] "%(value)s 穰大數"
  157. msgid "one"
  158. msgstr "一"
  159. msgid "two"
  160. msgstr "二"
  161. msgid "three"
  162. msgstr "三"
  163. msgid "four"
  164. msgstr "四"
  165. msgid "five"
  166. msgstr "五"
  167. msgid "six"
  168. msgstr "六"
  169. msgid "seven"
  170. msgstr "七"
  171. msgid "eight"
  172. msgstr "八"
  173. msgid "nine"
  174. msgstr "九"
  175. msgid "today"
  176. msgstr "今天"
  177. msgid "tomorrow"
  178. msgstr "明天"
  179. msgid "yesterday"
  180. msgstr "昨天"
  181. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  182. #. weeks'
  183. #, python-format
  184. msgid "%(delta)s ago"
  185. msgstr ""
  186. #. Translators: please keep a non-breaking space (U+00A0) between count
  187. #. and time unit.
  188. #, python-format
  189. msgid "an hour ago"
  190. msgid_plural "%(count)s hours ago"
  191. msgstr[0] "%(count)s 小時前"
  192. #. Translators: please keep a non-breaking space (U+00A0) between count
  193. #. and time unit.
  194. #, python-format
  195. msgid "a minute ago"
  196. msgid_plural "%(count)s minutes ago"
  197. msgstr[0] "%(count)s 分鐘前"
  198. #. Translators: please keep a non-breaking space (U+00A0) between count
  199. #. and time unit.
  200. #, python-format
  201. msgid "a second ago"
  202. msgid_plural "%(count)s seconds ago"
  203. msgstr[0] "%(count)s 秒前"
  204. msgid "now"
  205. msgstr "現在"
  206. #. Translators: please keep a non-breaking space (U+00A0) between count
  207. #. and time unit.
  208. #, python-format
  209. msgid "a second from now"
  210. msgid_plural "%(count)s seconds from now"
  211. msgstr[0] "%(count)s 秒後"
  212. #. Translators: please keep a non-breaking space (U+00A0) between count
  213. #. and time unit.
  214. #, python-format
  215. msgid "a minute from now"
  216. msgid_plural "%(count)s minutes from now"
  217. msgstr[0] "%(count)s 分鐘後"
  218. #. Translators: please keep a non-breaking space (U+00A0) between count
  219. #. and time unit.
  220. #, python-format
  221. msgid "an hour from now"
  222. msgid_plural "%(count)s hours from now"
  223. msgstr[0] "%(count)s 小時後"
  224. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  225. #. weeks'
  226. #, python-format
  227. msgid "%(delta)s from now"
  228. msgstr ""
  229. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  230. #, python-format
  231. msgctxt "naturaltime-past"
  232. msgid "%d year"
  233. msgid_plural "%d years"
  234. msgstr[0] ""
  235. #, python-format
  236. msgctxt "naturaltime-past"
  237. msgid "%d month"
  238. msgid_plural "%d months"
  239. msgstr[0] ""
  240. #, python-format
  241. msgctxt "naturaltime-past"
  242. msgid "%d week"
  243. msgid_plural "%d weeks"
  244. msgstr[0] ""
  245. #, python-format
  246. msgctxt "naturaltime-past"
  247. msgid "%d day"
  248. msgid_plural "%d days"
  249. msgstr[0] ""
  250. #, python-format
  251. msgctxt "naturaltime-past"
  252. msgid "%d hour"
  253. msgid_plural "%d hours"
  254. msgstr[0] ""
  255. #, python-format
  256. msgctxt "naturaltime-past"
  257. msgid "%d minute"
  258. msgid_plural "%d minutes"
  259. msgstr[0] ""
  260. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  261. #. from now'
  262. #, python-format
  263. msgctxt "naturaltime-future"
  264. msgid "%d year"
  265. msgid_plural "%d years"
  266. msgstr[0] ""
  267. #, python-format
  268. msgctxt "naturaltime-future"
  269. msgid "%d month"
  270. msgid_plural "%d months"
  271. msgstr[0] ""
  272. #, python-format
  273. msgctxt "naturaltime-future"
  274. msgid "%d week"
  275. msgid_plural "%d weeks"
  276. msgstr[0] ""
  277. #, python-format
  278. msgctxt "naturaltime-future"
  279. msgid "%d day"
  280. msgid_plural "%d days"
  281. msgstr[0] ""
  282. #, python-format
  283. msgctxt "naturaltime-future"
  284. msgid "%d hour"
  285. msgid_plural "%d hours"
  286. msgstr[0] ""
  287. #, python-format
  288. msgctxt "naturaltime-future"
  289. msgid "%d minute"
  290. msgid_plural "%d minutes"
  291. msgstr[0] ""