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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Ian Y. Choi <ianyrchoi@gmail.com>, 2015
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Le Tartuffe <magno79@gmail.com>, 2014
  7. # JunGu Kang <chr0m3.kr@gmail.com>, 2015
  8. # Noh Seho <iam@sehonoh.kr>, 2018
  9. # Yongjin Jo <wnrhd114@gmail.com>, 2018
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2019-01-16 20:42+0100\n"
  15. "PO-Revision-Date: 2018-12-14 06:03+0000\n"
  16. "Last-Translator: Yongjin Jo <wnrhd114@gmail.com>\n"
  17. "Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: ko\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 섹틸리언-10의21제곱"
  113. #, python-format
  114. msgid "%(value)s sextillion"
  115. msgid_plural "%(value)s sextillion"
  116. msgstr[0] "%(value)s 섹틸리언-10의21제곱"
  117. #, python-format
  118. msgid "%(value).1f septillion"
  119. msgid_plural "%(value).1f septillion"
  120. msgstr[0] "%(value).1f 셉틸리언-10의 24제곱"
  121. #, python-format
  122. msgid "%(value)s septillion"
  123. msgid_plural "%(value)s septillion"
  124. msgstr[0] "%(value)s 셉틸리언-10의 24제곱"
  125. #, python-format
  126. msgid "%(value).1f octillion"
  127. msgid_plural "%(value).1f octillion"
  128. msgstr[0] "%(value).1f 옥틸리언-10의 27제곱"
  129. #, python-format
  130. msgid "%(value)s octillion"
  131. msgid_plural "%(value)s octillion"
  132. msgstr[0] "%(value)s 옥틸리언-10의 27제곱"
  133. #, python-format
  134. msgid "%(value).1f nonillion"
  135. msgid_plural "%(value).1f nonillion"
  136. msgstr[0] "%(value).1f 노닐리언-10의30제곱"
  137. #, python-format
  138. msgid "%(value)s nonillion"
  139. msgid_plural "%(value)s nonillion"
  140. msgstr[0] "%(value)s 노닐리언-10의30제곱"
  141. #, python-format
  142. msgid "%(value).1f decillion"
  143. msgid_plural "%(value).1f decillion"
  144. msgstr[0] "%(value).1f 디실리언-10의 33제곱"
  145. #, python-format
  146. msgid "%(value)s decillion"
  147. msgid_plural "%(value)s decillion"
  148. msgstr[0] "%(value)s 디실리언-10의 33제곱"
  149. #, python-format
  150. msgid "%(value).1f googol"
  151. msgid_plural "%(value).1f googol"
  152. msgstr[0] "%(value).1f 구골-10의 100제곱"
  153. #, python-format
  154. msgid "%(value)s googol"
  155. msgid_plural "%(value)s googol"
  156. msgstr[0] "%(value)s 구골-10의 100제곱"
  157. msgid "one"
  158. msgstr "1"
  159. msgid "two"
  160. msgstr "2"
  161. msgid "three"
  162. msgstr "3"
  163. msgid "four"
  164. msgstr "4"
  165. msgid "five"
  166. msgstr "5"
  167. msgid "six"
  168. msgstr "6"
  169. msgid "seven"
  170. msgstr "7"
  171. msgid "eight"
  172. msgstr "8"
  173. msgid "nine"
  174. msgstr "9"
  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 "%(delta)s 전"
  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 "지금부터 %(delta)s"
  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] "%d년"
  235. #, python-format
  236. msgctxt "naturaltime-past"
  237. msgid "%d month"
  238. msgid_plural "%d months"
  239. msgstr[0] "%d개월"
  240. #, python-format
  241. msgctxt "naturaltime-past"
  242. msgid "%d week"
  243. msgid_plural "%d weeks"
  244. msgstr[0] "%d주"
  245. #, python-format
  246. msgctxt "naturaltime-past"
  247. msgid "%d day"
  248. msgid_plural "%d days"
  249. msgstr[0] "%d일"
  250. #, python-format
  251. msgctxt "naturaltime-past"
  252. msgid "%d hour"
  253. msgid_plural "%d hours"
  254. msgstr[0] "%d시간"
  255. #, python-format
  256. msgctxt "naturaltime-past"
  257. msgid "%d minute"
  258. msgid_plural "%d minutes"
  259. msgstr[0] "%d분"
  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] "%d년"
  267. #, python-format
  268. msgctxt "naturaltime-future"
  269. msgid "%d month"
  270. msgid_plural "%d months"
  271. msgstr[0] "%d개월"
  272. #, python-format
  273. msgctxt "naturaltime-future"
  274. msgid "%d week"
  275. msgid_plural "%d weeks"
  276. msgstr[0] "%d주"
  277. #, python-format
  278. msgctxt "naturaltime-future"
  279. msgid "%d day"
  280. msgid_plural "%d days"
  281. msgstr[0] "%d일"
  282. #, python-format
  283. msgctxt "naturaltime-future"
  284. msgid "%d hour"
  285. msgid_plural "%d hours"
  286. msgstr[0] "%d시간"
  287. #, python-format
  288. msgctxt "naturaltime-future"
  289. msgid "%d minute"
  290. msgid_plural "%d minutes"
  291. msgstr[0] "%d분"