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

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