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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Kowit Charoenratchatabhan <kowit.s.c@gmail.com>, 2012,2018
  6. # Perry Roper <perry@getwashdrop.com>, 2017
  7. # sipp11 <sipp11@mycapsules.com>, 2014
  8. # Vichai Vongvorakul <vongvichai@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: Thai (http://www.transifex.com/django/django/language/th/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: th\n"
  21. "Plural-Forms: nplurals=1; plural=0;\n"
  22. msgid "Humanize"
  23. msgstr "ทำเป็นภาษามนุษย์"
  24. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  25. msgctxt "ordinal 11, 12, 13"
  26. msgid "{}th"
  27. msgstr ""
  28. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  29. msgctxt "ordinal 0"
  30. msgid "{}th"
  31. msgstr ""
  32. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  33. msgctxt "ordinal 1"
  34. msgid "{}st"
  35. msgstr ""
  36. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  37. msgctxt "ordinal 2"
  38. msgid "{}nd"
  39. msgstr ""
  40. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  41. msgctxt "ordinal 3"
  42. msgid "{}rd"
  43. msgstr ""
  44. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  45. msgctxt "ordinal 4"
  46. msgid "{}th"
  47. msgstr ""
  48. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  49. msgctxt "ordinal 5"
  50. msgid "{}th"
  51. msgstr ""
  52. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  53. msgctxt "ordinal 6"
  54. msgid "{}th"
  55. msgstr ""
  56. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  57. msgctxt "ordinal 7"
  58. msgid "{}th"
  59. msgstr ""
  60. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  61. msgctxt "ordinal 8"
  62. msgid "{}th"
  63. msgstr ""
  64. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  65. msgctxt "ordinal 9"
  66. msgid "{}th"
  67. msgstr ""
  68. #, python-format
  69. msgid "%(value).1f million"
  70. msgid_plural "%(value).1f million"
  71. msgstr[0] "%(value).1f หนึ่งล้าน"
  72. #, python-format
  73. msgid "%(value)s million"
  74. msgid_plural "%(value)s million"
  75. msgstr[0] "%(value)s ล้าน"
  76. #, python-format
  77. msgid "%(value).1f billion"
  78. msgid_plural "%(value).1f billion"
  79. msgstr[0] "%(value).1f สิบล้าน"
  80. #, python-format
  81. msgid "%(value)s billion"
  82. msgid_plural "%(value)s billion"
  83. msgstr[0] "%(value)s พันล้าน"
  84. #, python-format
  85. msgid "%(value).1f trillion"
  86. msgid_plural "%(value).1f trillion"
  87. msgstr[0] "%(value).1f ร้อยล้าน"
  88. #, python-format
  89. msgid "%(value)s trillion"
  90. msgid_plural "%(value)s trillion"
  91. msgstr[0] " %(value)s ล้านล้าน"
  92. #, python-format
  93. msgid "%(value).1f quadrillion"
  94. msgid_plural "%(value).1f quadrillion"
  95. msgstr[0] "%(value).1f quadrillion"
  96. #, python-format
  97. msgid "%(value)s quadrillion"
  98. msgid_plural "%(value)s quadrillion"
  99. msgstr[0] "%(value)s quadrillion"
  100. #, python-format
  101. msgid "%(value).1f quintillion"
  102. msgid_plural "%(value).1f quintillion"
  103. msgstr[0] "%(value).1f quintillion"
  104. #, python-format
  105. msgid "%(value)s quintillion"
  106. msgid_plural "%(value)s quintillion"
  107. msgstr[0] "%(value)s quintillion"
  108. #, python-format
  109. msgid "%(value).1f sextillion"
  110. msgid_plural "%(value).1f sextillion"
  111. msgstr[0] "%(value).1f sextillion"
  112. #, python-format
  113. msgid "%(value)s sextillion"
  114. msgid_plural "%(value)s sextillion"
  115. msgstr[0] "%(value)s sextillion"
  116. #, python-format
  117. msgid "%(value).1f septillion"
  118. msgid_plural "%(value).1f septillion"
  119. msgstr[0] "%(value).1f septillion"
  120. #, python-format
  121. msgid "%(value)s septillion"
  122. msgid_plural "%(value)s septillion"
  123. msgstr[0] "%(value)s septillion"
  124. #, python-format
  125. msgid "%(value).1f octillion"
  126. msgid_plural "%(value).1f octillion"
  127. msgstr[0] "%(value).1f octillion"
  128. #, python-format
  129. msgid "%(value)s octillion"
  130. msgid_plural "%(value)s octillion"
  131. msgstr[0] "%(value)s octillion"
  132. #, python-format
  133. msgid "%(value).1f nonillion"
  134. msgid_plural "%(value).1f nonillion"
  135. msgstr[0] "%(value).1f nonillion"
  136. #, python-format
  137. msgid "%(value)s nonillion"
  138. msgid_plural "%(value)s nonillion"
  139. msgstr[0] "%(value)s nonillion"
  140. #, python-format
  141. msgid "%(value).1f decillion"
  142. msgid_plural "%(value).1f decillion"
  143. msgstr[0] "%(value).1f decillion"
  144. #, python-format
  145. msgid "%(value)s decillion"
  146. msgid_plural "%(value)s decillion"
  147. msgstr[0] "%(value)s decillion"
  148. #, python-format
  149. msgid "%(value).1f googol"
  150. msgid_plural "%(value).1f googol"
  151. msgstr[0] "%(value).1f googol"
  152. #, python-format
  153. msgid "%(value)s googol"
  154. msgid_plural "%(value)s googol"
  155. msgstr[0] "%(value)s googol"
  156. msgid "one"
  157. msgstr "หนึ่ง"
  158. msgid "two"
  159. msgstr "สอง"
  160. msgid "three"
  161. msgstr "สาม"
  162. msgid "four"
  163. msgstr "สี่"
  164. msgid "five"
  165. msgstr "ห้า"
  166. msgid "six"
  167. msgstr "หก"
  168. msgid "seven"
  169. msgstr "เจ็ด"
  170. msgid "eight"
  171. msgstr "แปด"
  172. msgid "nine"
  173. msgstr "เก้า"
  174. msgid "today"
  175. msgstr "วันนี้"
  176. msgid "tomorrow"
  177. msgstr "พรุ่งนี้"
  178. msgid "yesterday"
  179. msgstr "เมื่อวานนี้"
  180. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  181. #. weeks'
  182. #, python-format
  183. msgid "%(delta)s ago"
  184. msgstr ""
  185. #. Translators: please keep a non-breaking space (U+00A0) between count
  186. #. and time unit.
  187. #, python-format
  188. msgid "an hour ago"
  189. msgid_plural "%(count)s hours ago"
  190. msgstr[0] "%(count)s ชั่วโมงที่ผ่านมา"
  191. #. Translators: please keep a non-breaking space (U+00A0) between count
  192. #. and time unit.
  193. #, python-format
  194. msgid "a minute ago"
  195. msgid_plural "%(count)s minutes ago"
  196. msgstr[0] "%(count)s นาทีที่ผ่านมา"
  197. #. Translators: please keep a non-breaking space (U+00A0) between count
  198. #. and time unit.
  199. #, python-format
  200. msgid "a second ago"
  201. msgid_plural "%(count)s seconds ago"
  202. msgstr[0] "%(count)s วินาทีที่ผ่านมา"
  203. msgid "now"
  204. msgstr "ขณะนี้"
  205. #. Translators: please keep a non-breaking space (U+00A0) between count
  206. #. and time unit.
  207. #, python-format
  208. msgid "a second from now"
  209. msgid_plural "%(count)s seconds from now"
  210. msgstr[0] "%(count)s วินาทีต่อจากนี้"
  211. #. Translators: please keep a non-breaking space (U+00A0) between count
  212. #. and time unit.
  213. #, python-format
  214. msgid "a minute from now"
  215. msgid_plural "%(count)s minutes from now"
  216. msgstr[0] "%(count)s นาทีต่อจากนี้"
  217. #. Translators: please keep a non-breaking space (U+00A0) between count
  218. #. and time unit.
  219. #, python-format
  220. msgid "an hour from now"
  221. msgid_plural "%(count)s hours from now"
  222. msgstr[0] "%(count)s ชั่วโมงต่อจากนี้"
  223. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  224. #. weeks'
  225. #, python-format
  226. msgid "%(delta)s from now"
  227. msgstr ""
  228. #. Translators: 'naturaltime-past' strings will be included in '%(delta)s ago'
  229. #, python-format
  230. msgctxt "naturaltime-past"
  231. msgid "%d year"
  232. msgid_plural "%d years"
  233. msgstr[0] ""
  234. #, python-format
  235. msgctxt "naturaltime-past"
  236. msgid "%d month"
  237. msgid_plural "%d months"
  238. msgstr[0] ""
  239. #, python-format
  240. msgctxt "naturaltime-past"
  241. msgid "%d week"
  242. msgid_plural "%d weeks"
  243. msgstr[0] ""
  244. #, python-format
  245. msgctxt "naturaltime-past"
  246. msgid "%d day"
  247. msgid_plural "%d days"
  248. msgstr[0] ""
  249. #, python-format
  250. msgctxt "naturaltime-past"
  251. msgid "%d hour"
  252. msgid_plural "%d hours"
  253. msgstr[0] ""
  254. #, python-format
  255. msgctxt "naturaltime-past"
  256. msgid "%d minute"
  257. msgid_plural "%d minutes"
  258. msgstr[0] ""
  259. #. Translators: 'naturaltime-future' strings will be included in '%(delta)s
  260. #. from now'
  261. #, python-format
  262. msgctxt "naturaltime-future"
  263. msgid "%d year"
  264. msgid_plural "%d years"
  265. msgstr[0] ""
  266. #, python-format
  267. msgctxt "naturaltime-future"
  268. msgid "%d month"
  269. msgid_plural "%d months"
  270. msgstr[0] ""
  271. #, python-format
  272. msgctxt "naturaltime-future"
  273. msgid "%d week"
  274. msgid_plural "%d weeks"
  275. msgstr[0] ""
  276. #, python-format
  277. msgctxt "naturaltime-future"
  278. msgid "%d day"
  279. msgid_plural "%d days"
  280. msgstr[0] ""
  281. #, python-format
  282. msgctxt "naturaltime-future"
  283. msgid "%d hour"
  284. msgid_plural "%d hours"
  285. msgstr[0] ""
  286. #, python-format
  287. msgctxt "naturaltime-future"
  288. msgid "%d minute"
  289. msgid_plural "%d minutes"
  290. msgstr[0] ""