twitter_cldr 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -1
  3. data/README.md +44 -10
  4. data/lib/twitter_cldr/data_readers/timespan_data_reader.rb +6 -4
  5. data/lib/twitter_cldr/localized/localized_number.rb +5 -1
  6. data/lib/twitter_cldr/localized/localized_object.rb +1 -7
  7. data/lib/twitter_cldr/localized/localized_string.rb +1 -1
  8. data/lib/twitter_cldr/shared.rb +1 -0
  9. data/lib/twitter_cldr/shared/unit.rb +126 -0
  10. data/lib/twitter_cldr/version.rb +1 -1
  11. data/resources/custom/locales/af/fields.yml +19 -0
  12. data/resources/custom/locales/ar/fields.yml +35 -0
  13. data/resources/custom/locales/be/fields.yml +27 -0
  14. data/resources/custom/locales/bg/fields.yml +19 -0
  15. data/resources/custom/locales/bn/fields.yml +15 -0
  16. data/resources/custom/locales/ca/fields.yml +19 -0
  17. data/resources/custom/locales/cs/fields.yml +23 -0
  18. data/resources/custom/locales/cy/fields.yml +35 -0
  19. data/resources/custom/locales/da/fields.yml +19 -0
  20. data/resources/custom/locales/de/fields.yml +19 -0
  21. data/resources/custom/locales/el/fields.yml +19 -0
  22. data/resources/custom/locales/en-GB/fields.yml +19 -0
  23. data/resources/custom/locales/en/fields.yml +19 -0
  24. data/resources/custom/locales/es/fields.yml +19 -0
  25. data/resources/custom/locales/eu/fields.yml +19 -0
  26. data/resources/custom/locales/fa/fields.yml +15 -0
  27. data/resources/custom/locales/fi/fields.yml +19 -0
  28. data/resources/custom/locales/fil/fields.yml +19 -0
  29. data/resources/custom/locales/fr/fields.yml +19 -0
  30. data/resources/custom/locales/ga/fields.yml +24 -0
  31. data/resources/custom/locales/gl/fields.yml +19 -0
  32. data/resources/custom/locales/he/fields.yml +164 -0
  33. data/resources/custom/locales/hi/fields.yml +19 -0
  34. data/resources/custom/locales/hr/fields.yml +9 -0
  35. data/resources/custom/locales/hu/fields.yml +19 -0
  36. data/resources/custom/locales/id/{units.yml → fields.yml} +5 -5
  37. data/resources/custom/locales/it/fields.yml +19 -0
  38. data/resources/custom/locales/ja/{units.yml → fields.yml} +5 -5
  39. data/resources/custom/locales/ko/{units.yml → fields.yml} +5 -5
  40. data/resources/custom/locales/lv/fields.yml +23 -0
  41. data/resources/custom/locales/ms/{units.yml → fields.yml} +5 -5
  42. data/resources/custom/locales/nb/fields.yml +19 -0
  43. data/resources/custom/locales/nl/fields.yml +19 -0
  44. data/resources/custom/locales/pl/fields.yml +27 -0
  45. data/resources/custom/locales/pt/fields.yml +19 -0
  46. data/resources/custom/locales/ro/fields.yml +23 -0
  47. data/resources/custom/locales/ru/fields.yml +27 -0
  48. data/resources/custom/locales/sk/fields.yml +23 -0
  49. data/resources/custom/locales/sr/fields.yml +27 -0
  50. data/resources/custom/locales/sv/{units.yml → fields.yml} +9 -9
  51. data/resources/custom/locales/ta/fields.yml +11 -0
  52. data/resources/custom/locales/th/fields.yml +15 -0
  53. data/resources/custom/locales/tr/{units.yml → fields.yml} +5 -5
  54. data/resources/custom/locales/uk/fields.yml +27 -0
  55. data/resources/custom/locales/ur/fields.yml +19 -0
  56. data/resources/custom/locales/vi/{units.yml → fields.yml} +5 -5
  57. data/resources/custom/locales/zh-Hant/{units.yml → fields.yml} +5 -5
  58. data/resources/custom/locales/zh/{units.yml → fields.yml} +5 -5
  59. data/resources/locales/af/fields.yml +108 -0
  60. data/resources/locales/af/units.yml +855 -104
  61. data/resources/locales/ar/fields.yml +220 -0
  62. data/resources/locales/ar/units.yml +1975 -216
  63. data/resources/locales/be/fields.yml +122 -0
  64. data/resources/locales/be/units.yml +284 -118
  65. data/resources/locales/bg/fields.yml +108 -0
  66. data/resources/locales/bg/units.yml +855 -104
  67. data/resources/locales/bn/fields.yml +108 -0
  68. data/resources/locales/bn/units.yml +855 -104
  69. data/resources/locales/ca/fields.yml +108 -0
  70. data/resources/locales/ca/units.yml +879 -104
  71. data/resources/locales/cs/fields.yml +136 -0
  72. data/resources/locales/cs/units.yml +1822 -132
  73. data/resources/locales/cy/fields.yml +108 -0
  74. data/resources/locales/cy/units.yml +1193 -104
  75. data/resources/locales/da/fields.yml +108 -0
  76. data/resources/locales/da/units.yml +883 -104
  77. data/resources/locales/de-CH/fields.yml +108 -0
  78. data/resources/locales/de-CH/units.yml +1096 -104
  79. data/resources/locales/de/fields.yml +108 -0
  80. data/resources/locales/de/units.yml +1096 -104
  81. data/resources/locales/el/fields.yml +108 -0
  82. data/resources/locales/el/units.yml +855 -104
  83. data/resources/locales/en-150/fields.yml +108 -0
  84. data/resources/locales/en-150/units.yml +1090 -104
  85. data/resources/locales/en-AU/fields.yml +108 -0
  86. data/resources/locales/en-AU/units.yml +1090 -104
  87. data/resources/locales/en-CA/fields.yml +108 -0
  88. data/resources/locales/en-CA/units.yml +1090 -104
  89. data/resources/locales/en-GB/fields.yml +108 -0
  90. data/resources/locales/en-GB/units.yml +1090 -104
  91. data/resources/locales/en-IE/fields.yml +108 -0
  92. data/resources/locales/en-IE/units.yml +1090 -104
  93. data/resources/locales/en-SG/fields.yml +108 -0
  94. data/resources/locales/en-SG/units.yml +1090 -104
  95. data/resources/locales/en-ZA/fields.yml +108 -0
  96. data/resources/locales/en-ZA/units.yml +1090 -104
  97. data/resources/locales/en/fields.yml +108 -0
  98. data/resources/locales/en/units.yml +1090 -104
  99. data/resources/locales/es-419/fields.yml +108 -0
  100. data/resources/locales/es-419/units.yml +855 -104
  101. data/resources/locales/es-CO/fields.yml +108 -0
  102. data/resources/locales/es-CO/units.yml +855 -104
  103. data/resources/locales/es-MX/fields.yml +108 -0
  104. data/resources/locales/es-MX/units.yml +855 -104
  105. data/resources/locales/es-US/fields.yml +108 -0
  106. data/resources/locales/es-US/units.yml +855 -104
  107. data/resources/locales/es/fields.yml +108 -0
  108. data/resources/locales/es/units.yml +855 -104
  109. data/resources/locales/eu/fields.yml +108 -0
  110. data/resources/locales/eu/units.yml +855 -104
  111. data/resources/locales/fa/fields.yml +108 -0
  112. data/resources/locales/fa/units.yml +865 -104
  113. data/resources/locales/fi/fields.yml +108 -0
  114. data/resources/locales/fi/units.yml +1096 -104
  115. data/resources/locales/fil/fields.yml +108 -0
  116. data/resources/locales/fil/units.yml +855 -104
  117. data/resources/locales/fr-BE/fields.yml +108 -0
  118. data/resources/locales/fr-BE/units.yml +944 -104
  119. data/resources/locales/fr-CA/fields.yml +108 -0
  120. data/resources/locales/fr-CA/units.yml +944 -104
  121. data/resources/locales/fr-CH/fields.yml +108 -0
  122. data/resources/locales/fr-CH/units.yml +944 -104
  123. data/resources/locales/fr/fields.yml +108 -0
  124. data/resources/locales/fr/units.yml +944 -104
  125. data/resources/locales/ga/fields.yml +108 -0
  126. data/resources/locales/ga/units.yml +2013 -104
  127. data/resources/locales/gl/fields.yml +108 -0
  128. data/resources/locales/gl/units.yml +774 -104
  129. data/resources/locales/gu/fields.yml +108 -0
  130. data/resources/locales/gu/units.yml +855 -104
  131. data/resources/locales/he/fields.yml +164 -0
  132. data/resources/locales/he/units.yml +1420 -160
  133. data/resources/locales/hi/fields.yml +108 -0
  134. data/resources/locales/hi/units.yml +855 -104
  135. data/resources/locales/hr/fields.yml +164 -0
  136. data/resources/locales/hr/units.yml +1459 -160
  137. data/resources/locales/hu/fields.yml +108 -0
  138. data/resources/locales/hu/units.yml +855 -104
  139. data/resources/locales/id/fields.yml +108 -0
  140. data/resources/locales/id/units.yml +575 -104
  141. data/resources/locales/is/fields.yml +108 -0
  142. data/resources/locales/is/units.yml +854 -104
  143. data/resources/locales/it-CH/fields.yml +108 -0
  144. data/resources/locales/it-CH/units.yml +855 -104
  145. data/resources/locales/it/fields.yml +108 -0
  146. data/resources/locales/it/units.yml +855 -104
  147. data/resources/locales/ja/fields.yml +108 -0
  148. data/resources/locales/ja/units.yml +733 -104
  149. data/resources/locales/kn/fields.yml +108 -0
  150. data/resources/locales/kn/units.yml +855 -104
  151. data/resources/locales/ko/fields.yml +108 -0
  152. data/resources/locales/ko/units.yml +575 -104
  153. data/resources/locales/lv/fields.yml +136 -0
  154. data/resources/locales/lv/units.yml +1135 -132
  155. data/resources/locales/mr/fields.yml +108 -0
  156. data/resources/locales/mr/units.yml +855 -104
  157. data/resources/locales/ms/fields.yml +108 -0
  158. data/resources/locales/ms/units.yml +575 -104
  159. data/resources/locales/nb/fields.yml +108 -0
  160. data/resources/locales/nb/units.yml +886 -104
  161. data/resources/locales/nl/fields.yml +108 -0
  162. data/resources/locales/nl/units.yml +1096 -104
  163. data/resources/locales/pl/fields.yml +164 -0
  164. data/resources/locales/pl/units.yml +1415 -160
  165. data/resources/locales/pt/fields.yml +108 -0
  166. data/resources/locales/pt/units.yml +855 -104
  167. data/resources/locales/ro/fields.yml +136 -0
  168. data/resources/locales/ro/units.yml +1135 -132
  169. data/resources/locales/ru/fields.yml +164 -0
  170. data/resources/locales/ru/units.yml +1415 -160
  171. data/resources/locales/sk/fields.yml +136 -0
  172. data/resources/locales/sk/units.yml +1635 -132
  173. data/resources/locales/sq/fields.yml +108 -0
  174. data/resources/locales/sq/units.yml +870 -104
  175. data/resources/locales/sr/fields.yml +164 -0
  176. data/resources/locales/sr/units.yml +1135 -160
  177. data/resources/locales/sv/fields.yml +108 -0
  178. data/resources/locales/sv/units.yml +1081 -104
  179. data/resources/locales/ta/fields.yml +108 -0
  180. data/resources/locales/ta/units.yml +855 -104
  181. data/resources/locales/th/fields.yml +108 -0
  182. data/resources/locales/th/units.yml +575 -104
  183. data/resources/locales/tr/fields.yml +108 -0
  184. data/resources/locales/tr/units.yml +1096 -104
  185. data/resources/locales/uk/fields.yml +164 -0
  186. data/resources/locales/uk/units.yml +1425 -160
  187. data/resources/locales/ur/fields.yml +108 -0
  188. data/resources/locales/ur/units.yml +855 -104
  189. data/resources/locales/vi/fields.yml +108 -0
  190. data/resources/locales/vi/units.yml +575 -104
  191. data/resources/locales/zh-Hant/fields.yml +108 -0
  192. data/resources/locales/zh-Hant/units.yml +733 -104
  193. data/resources/locales/zh/fields.yml +108 -0
  194. data/resources/locales/zh/units.yml +575 -104
  195. data/spec/resources/loader_spec.rb +4 -4
  196. data/spec/shared/unit_spec.rb +283 -0
  197. data/twitter_cldr.gemspec +1 -1
  198. metadata +124 -54
  199. data/resources/custom/locales/af/units.yml +0 -19
  200. data/resources/custom/locales/ar/units.yml +0 -35
  201. data/resources/custom/locales/be/units.yml +0 -27
  202. data/resources/custom/locales/bg/units.yml +0 -19
  203. data/resources/custom/locales/bn/units.yml +0 -15
  204. data/resources/custom/locales/ca/units.yml +0 -19
  205. data/resources/custom/locales/cs/units.yml +0 -23
  206. data/resources/custom/locales/cy/units.yml +0 -35
  207. data/resources/custom/locales/da/units.yml +0 -19
  208. data/resources/custom/locales/de/units.yml +0 -19
  209. data/resources/custom/locales/el/units.yml +0 -19
  210. data/resources/custom/locales/en-GB/units.yml +0 -19
  211. data/resources/custom/locales/en/units.yml +0 -19
  212. data/resources/custom/locales/es/units.yml +0 -19
  213. data/resources/custom/locales/eu/units.yml +0 -19
  214. data/resources/custom/locales/fa/units.yml +0 -15
  215. data/resources/custom/locales/fi/units.yml +0 -19
  216. data/resources/custom/locales/fil/units.yml +0 -19
  217. data/resources/custom/locales/fr/units.yml +0 -19
  218. data/resources/custom/locales/ga/units.yml +0 -24
  219. data/resources/custom/locales/gl/units.yml +0 -19
  220. data/resources/custom/locales/he/units.yml +0 -164
  221. data/resources/custom/locales/hi/units.yml +0 -19
  222. data/resources/custom/locales/hr/units.yml +0 -9
  223. data/resources/custom/locales/hu/units.yml +0 -19
  224. data/resources/custom/locales/it/units.yml +0 -19
  225. data/resources/custom/locales/lv/units.yml +0 -23
  226. data/resources/custom/locales/nb/units.yml +0 -19
  227. data/resources/custom/locales/nl/units.yml +0 -19
  228. data/resources/custom/locales/pl/units.yml +0 -27
  229. data/resources/custom/locales/pt/units.yml +0 -19
  230. data/resources/custom/locales/ro/units.yml +0 -23
  231. data/resources/custom/locales/ru/units.yml +0 -27
  232. data/resources/custom/locales/sk/units.yml +0 -23
  233. data/resources/custom/locales/sr/units.yml +0 -27
  234. data/resources/custom/locales/ta/units.yml +0 -11
  235. data/resources/custom/locales/th/units.yml +0 -15
  236. data/resources/custom/locales/uk/units.yml +0 -27
  237. data/resources/custom/locales/ur/units.yml +0 -19
@@ -0,0 +1,108 @@
1
+ ---
2
+ :th:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} day"
7
+ :other: "{0} วัน"
8
+ :short:
9
+ :one: "{0} day"
10
+ :other: "{0} ว"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} day"
14
+ :other: "ในอีก {0} วัน"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} day ago"
18
+ :other: "{0} วันที่ผ่านมา"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hour"
22
+ :other: "{0} ชั่วโมง"
23
+ :short:
24
+ :one: "{0} hr"
25
+ :other: "{0} ชั่วโมง"
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} hour"
29
+ :other: "ในอีก {0} ชั่วโมง"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} hour ago"
33
+ :other: "{0} ชั่วโมงที่ผ่านมา"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0} นาที"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} นา"
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} minute"
44
+ :other: "ในอีก {0} นาที"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} minute ago"
48
+ :other: "{0} นาทีที่ผ่านมา"
49
+ :month:
50
+ :default:
51
+ :one: "{0} month"
52
+ :other: "{0} เดือน"
53
+ :short:
54
+ :one: "{0} mth"
55
+ :other: "{0} ด"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} month"
59
+ :other: "ในอีก {0} เดือน"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} month ago"
63
+ :other: "{0} เดือนที่ผ่านมา"
64
+ :second:
65
+ :default:
66
+ :one: "{0} second"
67
+ :other: "{0} วินาที"
68
+ :short:
69
+ :one: "{0} sec"
70
+ :other: "{0} วิ"
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} second"
74
+ :other: "ในอีก {0} วินาที"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} second ago"
78
+ :other: "{0} วินาทีที่ผ่านมา"
79
+ :week:
80
+ :default:
81
+ :one: "{0} week"
82
+ :other: "{0} สัปดาห์"
83
+ :short:
84
+ :one: "{0} wk"
85
+ :other: "{0} สัปดาห์"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} week"
89
+ :other: "ในอีก {0} สัปดาห์"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} week ago"
93
+ :other: "{0} สัปดาห์ที่ผ่านมา"
94
+ :year:
95
+ :default:
96
+ :one: "{0} year"
97
+ :other: "{0} ปี"
98
+ :short:
99
+ :one: "{0} yr"
100
+ :other: "{0} ป"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} year"
104
+ :other: "ในอีก {0} ปี"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} year ago"
108
+ :other: "{0} ปีที่แล้ว"
@@ -1,108 +1,579 @@
1
1
  ---
2
2
  :th:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} day"
7
- :other: "{0} วัน"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :other: "{0} แรง G"
12
+ :acceleration-meter-per-second-squared:
13
+ :other: "{0} เมตรต่อวินาทีกำลังสอง"
14
+ :angle-arc-minute:
15
+ :other: "{0} ลิปดา"
16
+ :angle-arc-second:
17
+ :other: "{0} พิลิปดา"
18
+ :angle-degree:
19
+ :other: "{0} องศา"
20
+ :angle-radian:
21
+ :other: "{0} เรเดียน"
22
+ :area-acre:
23
+ :other: "{0} เอเคอร์"
24
+ :area-hectare:
25
+ :other: "{0} เฮกตาร์"
26
+ :area-square-centimeter:
27
+ :other: "{0} ตารางเซนติเมตร"
28
+ :area-square-foot:
29
+ :other: "{0} ตารางฟุต"
30
+ :area-square-inch:
31
+ :other: "{0} ตร.นิ้ว"
32
+ :area-square-kilometer:
33
+ :other: "{0} ตารางกิโลเมตร"
34
+ :area-square-meter:
35
+ :other: "{0} ตารางเมตร"
36
+ :area-square-mile:
37
+ :other: "{0} ตารางไมล์"
38
+ :area-square-yard:
39
+ :other: "{0} ตารางวา"
40
+ :consumption-liter-per-kilometer:
41
+ :other: "{0} ลิตรต่อกิโลเมตร"
42
+ :consumption-mile-per-gallon:
43
+ :other: "{0} ไมล์ต่อแกลลอน"
44
+ :digital-bit:
45
+ :other: "{0} บิต"
46
+ :digital-byte:
47
+ :other: "{0} ไบต์"
48
+ :digital-gigabit:
49
+ :other: "{0} กิกะบิต"
50
+ :digital-gigabyte:
51
+ :other: "{0} กิกะไบต์"
52
+ :digital-kilobit:
53
+ :other: "{0} กิโลบิต"
54
+ :digital-kilobyte:
55
+ :other: "{0} กิโลไบต์"
56
+ :digital-megabit:
57
+ :other: "{0} เมกะบิต"
58
+ :digital-megabyte:
59
+ :other: "{0} เมกะไบต์"
60
+ :digital-terabit:
61
+ :other: "{0} เทราบิต"
62
+ :digital-terabyte:
63
+ :other: "{0} เทราไบต์"
64
+ :duration-day:
65
+ :other: "{0} วัน"
66
+ :duration-hour:
67
+ :other: "{0} ชั่วโมง"
68
+ :duration-microsecond:
69
+ :other: "{0} ไมโครวินาที"
70
+ :duration-millisecond:
71
+ :other: "{0} มิลลิวินาที"
72
+ :duration-minute:
73
+ :other: "{0} นาที"
74
+ :duration-month:
75
+ :other: "{0} เดือน"
76
+ :duration-nanosecond:
77
+ :other: "{0} นาโนวินาที"
78
+ :duration-second:
79
+ :other: "{0} วินาที"
80
+ :duration-week:
81
+ :other: "{0} สัปดาห์"
82
+ :duration-year:
83
+ :other: "{0} ปี"
84
+ :electric-ampere:
85
+ :other: "{0} แอมแปร์"
86
+ :electric-milliampere:
87
+ :other: "{0} มิลลิแอมแปร์"
88
+ :electric-ohm:
89
+ :other: "{0} โอห์ม"
90
+ :electric-volt:
91
+ :other: "{0} โวลต์"
92
+ :energy-calorie:
93
+ :other: "{0} แคลอรี่"
94
+ :energy-foodcalorie:
95
+ :other: "{0} แคลอรี่"
96
+ :energy-joule:
97
+ :other: "{0} จูล"
98
+ :energy-kilocalorie:
99
+ :other: "{0} กิโลแคลอรี่"
100
+ :energy-kilojoule:
101
+ :other: "{0} กิโลจูล"
102
+ :energy-kilowatt-hour:
103
+ :other: "{0} กิโลวัตต์-ชั่วโมง"
104
+ :frequency-gigahertz:
105
+ :other: "{0} กิกะเฮิรตซ์"
106
+ :frequency-hertz:
107
+ :other: "{0} เฮิรตซ์"
108
+ :frequency-kilohertz:
109
+ :other: "{0} กิโลเฮิรตซ์"
110
+ :frequency-megahertz:
111
+ :other: "{0} เมกะเฮิรตซ์"
112
+ :length-astronomical-unit:
113
+ :other: "{0} หน่วยดาราศาสตร์"
114
+ :length-centimeter:
115
+ :other: "{0} เซนติเมตร"
116
+ :length-decimeter:
117
+ :other: "{0} เดซิเมตร"
118
+ :length-foot:
119
+ :other: "{0} ฟุต"
120
+ :length-inch:
121
+ :other: "{0} นิ้ว"
122
+ :length-kilometer:
123
+ :other: "{0} กิโลเมตร"
124
+ :length-light-year:
125
+ :other: "{0} ปีแสง"
126
+ :length-meter:
127
+ :other: "{0} เมตร"
128
+ :length-micrometer:
129
+ :other: "{0} ไมโครเมตร"
130
+ :length-mile:
131
+ :other: "{0} ไมล์"
132
+ :length-millimeter:
133
+ :other: "{0} มิลลิเมตร"
134
+ :length-nanometer:
135
+ :other: "{0} นาโนเมตร"
136
+ :length-nautical-mile:
137
+ :other: "{0} ไมล์ทะเล"
138
+ :length-parsec:
139
+ :other: "{0} พาร์เซก"
140
+ :length-picometer:
141
+ :other: "{0} พิโกเมตร"
142
+ :length-yard:
143
+ :other: "{0} หลา"
144
+ :light-lux:
145
+ :other: "{0} ลักซ์"
146
+ :mass-carat:
147
+ :other: "{0} กะรัต"
148
+ :mass-gram:
149
+ :other: "{0} กรัม"
150
+ :mass-kilogram:
151
+ :other: "{0} กิโลกรัม"
152
+ :mass-metric-ton:
153
+ :other: "{0} เมตริกตัน"
154
+ :mass-microgram:
155
+ :other: "{0} ไมโครกรัม"
156
+ :mass-milligram:
157
+ :other: "{0} มิลลิกรัม"
158
+ :mass-ounce:
159
+ :other: "{0} ออนซ์"
160
+ :mass-ounce-troy:
161
+ :other: "{0} ทรอยออนซ์"
162
+ :mass-pound:
163
+ :other: "{0} ปอนด์"
164
+ :mass-ton:
165
+ :other: "{0} ตัน"
166
+ :power-gigawatt:
167
+ :other: "{0} กิกะวัตต์"
168
+ :power-horsepower:
169
+ :other: "{0} แรงม้า"
170
+ :power-kilowatt:
171
+ :other: "{0} กิโลวัตต์"
172
+ :power-megawatt:
173
+ :other: "{0} เมกะวัตต์"
174
+ :power-milliwatt:
175
+ :other: "{0} มิลลิวัตต์"
176
+ :power-watt:
177
+ :other: "{0} วัตต์"
178
+ :pressure-hectopascal:
179
+ :other: "{0} เฮกโตปาสกาล"
180
+ :pressure-inch-hg:
181
+ :other: "{0} นิ้วปรอท"
182
+ :pressure-millibar:
183
+ :other: "{0} มิลลิบาร์"
184
+ :pressure-millimeter-of-mercury:
185
+ :other: "{0} มิลลิเมตรปรอท"
186
+ :pressure-pound-per-square-inch:
187
+ :other: "{0} ปอนด์ต่อตารางนิ้ว"
188
+ :proportion-karat:
189
+ :other: "{0} กะรัต"
190
+ :speed-kilometer-per-hour:
191
+ :other: "{0} กิโลเมตรต่อชั่วโมง"
192
+ :speed-meter-per-second:
193
+ :other: "{0} เมตรต่อวินาที"
194
+ :speed-mile-per-hour:
195
+ :other: "{0} ไมล์ต่อชั่วโมง"
196
+ :temperature-celsius:
197
+ :other: "{0} องศาเซลเซียส"
198
+ :temperature-fahrenheit:
199
+ :other: "{0} องศาฟาเรนไฮต์"
200
+ :temperature-kelvin:
201
+ :other: "{0} เคลวิน"
202
+ :volume-acre-foot:
203
+ :other: "{0} เอเคอร์-ฟุต"
204
+ :volume-centiliter:
205
+ :other: "{0} เซนติลิตร"
206
+ :volume-cubic-centimeter:
207
+ :other: "{0} ลูกบาศก์เซนติเมตร"
208
+ :volume-cubic-foot:
209
+ :other: "{0} ลูกบาศก์ฟุต"
210
+ :volume-cubic-inch:
211
+ :other: "{0} ลูกบาศก์นิ้ว"
212
+ :volume-cubic-kilometer:
213
+ :other: "{0} ลูกบาศก์กิโลเมตร"
214
+ :volume-cubic-meter:
215
+ :other: "{0} ลูกบาศก์เมตร"
216
+ :volume-cubic-mile:
217
+ :other: "{0} ลูกบาศก์ไมล์"
218
+ :volume-cubic-yard:
219
+ :other: "{0} ลูกบาศก์หลา"
220
+ :volume-cup:
221
+ :other: "{0} ถ้วย"
222
+ :volume-deciliter:
223
+ :other: "{0} เดซิลิตร"
224
+ :volume-fluid-ounce:
225
+ :other: "{0} ฟลูอิดออนซ์"
226
+ :volume-gallon:
227
+ :other: "{0} แกลลอน"
228
+ :volume-hectoliter:
229
+ :other: "{0} เฮกโตลิตร"
230
+ :volume-liter:
231
+ :other: "{0} ลิตร"
232
+ :volume-megaliter:
233
+ :other: "{0} เมกกะลิตร"
234
+ :volume-milliliter:
235
+ :other: "{0} มิลลิลิตร"
236
+ :volume-pint:
237
+ :other: "{0} ไพนต"
238
+ :volume-quart:
239
+ :other: "{0} ควอร์ต"
240
+ :volume-tablespoon:
241
+ :other: "{0} ช้อนโต๊ะ"
242
+ :volume-teaspoon:
243
+ :other: "{0} ช้อนชา"
244
+ :narrow:
245
+ :acceleration-g-force:
246
+ :other: "{0}G"
247
+ :angle-arc-minute:
248
+ :other: "{0}นาที"
249
+ :angle-arc-second:
250
+ :other: "{0}วิ"
251
+ :angle-degree:
252
+ :other: "{0}°"
253
+ :area-acre:
254
+ :other: "{0}เอเคอร์"
255
+ :area-hectare:
256
+ :other: "{0}เฮกตาร์"
257
+ :area-square-foot:
258
+ :other: "{0}ตร.ฟุต"
259
+ :area-square-kilometer:
260
+ :other: "{0}ตร.กม."
261
+ :area-square-meter:
262
+ :other: "{0}ตร.ม."
263
+ :area-square-mile:
264
+ :other: "{0}ตร.ไมล์"
265
+ :duration-day:
266
+ :other: "{0}วัน"
267
+ :duration-hour:
268
+ :other: "{0}ชม."
269
+ :duration-millisecond:
270
+ :other: "{0} มิลลิวิ"
271
+ :duration-minute:
272
+ :other: "{0}นาที"
273
+ :duration-month:
274
+ :other: "{0}เดือน"
275
+ :duration-second:
276
+ :other: "{0}วิ"
277
+ :duration-week:
278
+ :other: "{0}สัปดาห์"
279
+ :duration-year:
280
+ :other: "{0}ปี"
281
+ :length-centimeter:
282
+ :other: "{0}ซม."
283
+ :length-foot:
284
+ :other: "{0}′"
285
+ :length-inch:
286
+ :other: "{0}″"
287
+ :length-kilometer:
288
+ :other: "{0}กม."
289
+ :length-light-year:
290
+ :other: "{0}ปีแสง"
291
+ :length-meter:
292
+ :other: "{0}ม."
293
+ :length-mile:
294
+ :other: "{0}ไมล์"
295
+ :length-millimeter:
296
+ :other: "{0}มม."
297
+ :length-picometer:
298
+ :other: "{0}พิโกเมตร"
299
+ :length-yard:
300
+ :other: "{0}หลา"
301
+ :mass-gram:
302
+ :other: "{0}ก."
303
+ :mass-kilogram:
304
+ :other: "{0}กก."
305
+ :mass-ounce:
306
+ :other: "{0}ออนซ์"
307
+ :mass-pound:
308
+ :other: "{0}#"
309
+ :power-horsepower:
310
+ :other: "{0}แรงม้า"
311
+ :power-kilowatt:
312
+ :other: "{0}กิโลวัตต์"
313
+ :power-watt:
314
+ :other: "{0}วัตต์"
315
+ :pressure-hectopascal:
316
+ :other: "{0}hPa"
317
+ :pressure-inch-hg:
318
+ :other: "{0}\" Hg"
319
+ :pressure-millibar:
320
+ :other: "{0}มิลลิบาร์"
321
+ :speed-kilometer-per-hour:
322
+ :other: "{0}กม./ชม."
323
+ :speed-meter-per-second:
324
+ :other: "{0}ม./วิ"
325
+ :speed-mile-per-hour:
326
+ :other: "{0}ไมล์/ชม."
327
+ :temperature-celsius:
328
+ :other: "{0}°C"
329
+ :temperature-fahrenheit:
330
+ :other: "{0}°F"
331
+ :volume-cubic-kilometer:
332
+ :other: "{0}ลบ.กม."
333
+ :volume-cubic-mile:
334
+ :other: "{0}ลบ.ไมล์"
335
+ :volume-liter:
336
+ :other: "{0}ล."
8
337
  :short:
9
- :one: "{0} day"
10
- :other: "{0} "
11
- :day-future:
12
- :default:
13
- :one: "In {0} day"
14
- :other: "ในอีก {0} วัน"
15
- :day-past:
16
- :default:
17
- :one: "{0} day ago"
18
- :other: "{0} วันที่ผ่านมา"
19
- :hour:
20
- :default:
21
- :one: "{0} hour"
22
- :other: "{0} ชั่วโมง"
23
- :short:
24
- :one: "{0} hr"
25
- :other: "{0} ชั่วโมง"
26
- :hour-future:
27
- :default:
28
- :one: "In {0} hour"
29
- :other: "ในอีก {0} ชั่วโมง"
30
- :hour-past:
31
- :default:
32
- :one: "{0} hour ago"
33
- :other: "{0} ชั่วโมงที่ผ่านมา"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0} นาที"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} นา"
41
- :minute-future:
42
- :default:
43
- :one: "In {0} minute"
44
- :other: "ในอีก {0} นาที"
45
- :minute-past:
46
- :default:
47
- :one: "{0} minute ago"
48
- :other: "{0} นาทีที่ผ่านมา"
49
- :month:
50
- :default:
51
- :one: "{0} month"
52
- :other: "{0} เดือน"
53
- :short:
54
- :one: "{0} mth"
55
- :other: "{0} ด"
56
- :month-future:
57
- :default:
58
- :one: "In {0} month"
59
- :other: "ในอีก {0} เดือน"
60
- :month-past:
61
- :default:
62
- :one: "{0} month ago"
63
- :other: "{0} เดือนที่ผ่านมา"
64
- :second:
65
- :default:
66
- :one: "{0} second"
67
- :other: "{0} วินาที"
68
- :short:
69
- :one: "{0} sec"
70
- :other: "{0} วิ"
71
- :second-future:
72
- :default:
73
- :one: "In {0} second"
74
- :other: "ในอีก {0} วินาที"
75
- :second-past:
76
- :default:
77
- :one: "{0} second ago"
78
- :other: "{0} วินาทีที่ผ่านมา"
79
- :week:
80
- :default:
81
- :one: "{0} week"
82
- :other: "{0} สัปดาห์"
83
- :short:
84
- :one: "{0} wk"
85
- :other: "{0} สัปดาห์"
86
- :week-future:
87
- :default:
88
- :one: "In {0} week"
89
- :other: "ในอีก {0} สัปดาห์"
90
- :week-past:
91
- :default:
92
- :one: "{0} week ago"
93
- :other: "{0} สัปดาห์ที่ผ่านมา"
94
- :year:
95
- :default:
96
- :one: "{0} year"
97
- :other: "{0} ปี"
98
- :short:
99
- :one: "{0} yr"
100
- :other: "{0} "
101
- :year-future:
102
- :default:
103
- :one: "In {0} year"
104
- :other: "ในอีก {0} ปี"
105
- :year-past:
106
- :default:
107
- :one: "{0} year ago"
108
- :other: "{0} ปีที่แล้ว"
338
+ :acceleration-g-force:
339
+ :other: "{0} G"
340
+ :acceleration-meter-per-second-squared:
341
+ :other: "{0} ม./วินาที²"
342
+ :angle-arc-minute:
343
+ :other: "{0} ลิปดา"
344
+ :angle-arc-second:
345
+ :other: "{0} พิลิปดา"
346
+ :angle-degree:
347
+ :other: "{0}°"
348
+ :angle-radian:
349
+ :other: "{0} เรเดียน"
350
+ :area-acre:
351
+ :other: "{0} เอเคอร์"
352
+ :area-hectare:
353
+ :other: "{0} เฮกตาร์"
354
+ :area-square-centimeter:
355
+ :other: "{0} ตร.ซม."
356
+ :area-square-foot:
357
+ :other: "{0} ตร.ฟุต"
358
+ :area-square-inch:
359
+ :other: "{0} ตร.นิ้ว"
360
+ :area-square-kilometer:
361
+ :other: "{0} ตร.กม."
362
+ :area-square-meter:
363
+ :other: "{0} ตร.ม."
364
+ :area-square-mile:
365
+ :other: "{0} ตร.ไมล์"
366
+ :area-square-yard:
367
+ :other: "{0} ตร.ว."
368
+ :consumption-liter-per-kilometer:
369
+ :other: "{0} ล./กม."
370
+ :consumption-mile-per-gallon:
371
+ :other: "{0} ไมล์/แกลลอน"
372
+ :digital-bit:
373
+ :other: "{0} บิต"
374
+ :digital-byte:
375
+ :other: "{0} ไบต์"
376
+ :digital-gigabit:
377
+ :other: "{0} Gb"
378
+ :digital-gigabyte:
379
+ :other: "{0} GB"
380
+ :digital-kilobit:
381
+ :other: "{0} kb"
382
+ :digital-kilobyte:
383
+ :other: "{0} kB"
384
+ :digital-megabit:
385
+ :other: "{0} Mb"
386
+ :digital-megabyte:
387
+ :other: "{0} MB"
388
+ :digital-terabit:
389
+ :other: "{0} Tb"
390
+ :digital-terabyte:
391
+ :other: "{0} TB"
392
+ :duration-day:
393
+ :other: "{0} วัน"
394
+ :duration-hour:
395
+ :other: "{0} ชม."
396
+ :duration-microsecond:
397
+ :other: "{0} ไมโครวิ"
398
+ :duration-millisecond:
399
+ :other: "{0} มิลลิวินาที"
400
+ :duration-minute:
401
+ :other: "{0} นาที"
402
+ :duration-month:
403
+ :other: "{0} เดือน"
404
+ :duration-nanosecond:
405
+ :other: "{0} นาโนวิ"
406
+ :duration-second:
407
+ :other: "{0} วิ"
408
+ :duration-week:
409
+ :other: "{0} สัปดาห์"
410
+ :duration-year:
411
+ :other: "{0} ปี"
412
+ :electric-ampere:
413
+ :other: "{0} แอมป์"
414
+ :electric-milliampere:
415
+ :other: "{0} มิลลิแอมป์"
416
+ :electric-ohm:
417
+ :other: "{0} Ω"
418
+ :electric-volt:
419
+ :other: "{0} V"
420
+ :energy-calorie:
421
+ :other: "{0} แคลอรี่"
422
+ :energy-foodcalorie:
423
+ :other: "{0} แคลอรี่"
424
+ :energy-joule:
425
+ :other: "{0} จูล"
426
+ :energy-kilocalorie:
427
+ :other: "{0} กิโลแคลอรี่"
428
+ :energy-kilojoule:
429
+ :other: "{0} กิโลจูล"
430
+ :energy-kilowatt-hour:
431
+ :other: "{0} กว.-ชม."
432
+ :frequency-gigahertz:
433
+ :other: "{0} GHz"
434
+ :frequency-hertz:
435
+ :other: "{0} Hz"
436
+ :frequency-kilohertz:
437
+ :other: "{0} kHz"
438
+ :frequency-megahertz:
439
+ :other: "{0} MHz"
440
+ :length-astronomical-unit:
441
+ :other: "{0} หน่วยดาราศาสตร์"
442
+ :length-centimeter:
443
+ :other: "{0} ซม."
444
+ :length-decimeter:
445
+ :other: "{0} ดม."
446
+ :length-fathom:
447
+ :other: "{0} fm"
448
+ :length-foot:
449
+ :other: "{0} ฟุต"
450
+ :length-furlong:
451
+ :other: "{0} fur"
452
+ :length-inch:
453
+ :other: "{0} นิ้ว"
454
+ :length-kilometer:
455
+ :other: "{0} กม."
456
+ :length-light-year:
457
+ :other: "{0} ปีแสง"
458
+ :length-meter:
459
+ :other: "{0} ม."
460
+ :length-micrometer:
461
+ :other: "{0} ไมโครเมตร"
462
+ :length-mile:
463
+ :other: "{0} ไมล์"
464
+ :length-millimeter:
465
+ :other: "{0} มม."
466
+ :length-nanometer:
467
+ :other: "{0} น.ม."
468
+ :length-nautical-mile:
469
+ :other: "{0} ไมล์ทะเล"
470
+ :length-parsec:
471
+ :other: "{0} พาร์เซก"
472
+ :length-picometer:
473
+ :other: "{0} พิโกเมตร"
474
+ :length-yard:
475
+ :other: "{0} หลา"
476
+ :light-lux:
477
+ :other: "{0} ลักซ์"
478
+ :mass-carat:
479
+ :other: "{0} กะรัต"
480
+ :mass-gram:
481
+ :other: "{0} ก."
482
+ :mass-kilogram:
483
+ :other: "{0} กก."
484
+ :mass-metric-ton:
485
+ :other: "{0} ต."
486
+ :mass-microgram:
487
+ :other: "{0} มคก."
488
+ :mass-milligram:
489
+ :other: "{0} มก."
490
+ :mass-ounce:
491
+ :other: "{0} ออนซ์"
492
+ :mass-ounce-troy:
493
+ :other: "{0} ทรอยออนซ์"
494
+ :mass-pound:
495
+ :other: "{0} ปอนด์"
496
+ :mass-stone:
497
+ :other: "{0} st"
498
+ :mass-ton:
499
+ :other: "{0} ตัน"
500
+ :power-gigawatt:
501
+ :other: "{0} กิกะวัตต์"
502
+ :power-horsepower:
503
+ :other: "{0} แรงม้า"
504
+ :power-kilowatt:
505
+ :other: "{0} กิโลวัตต์"
506
+ :power-megawatt:
507
+ :other: "{0} เมกะวัตต์"
508
+ :power-milliwatt:
509
+ :other: "{0} มิลลิวัตต์"
510
+ :power-watt:
511
+ :other: "{0} วัตต์"
512
+ :pressure-hectopascal:
513
+ :other: "{0} เฮกโตปาสกาล"
514
+ :pressure-inch-hg:
515
+ :other: "{0} นิ้วปรอท"
516
+ :pressure-millibar:
517
+ :other: "{0} มิลลิบาร์"
518
+ :pressure-millimeter-of-mercury:
519
+ :other: "{0} มม. ปรอท"
520
+ :pressure-pound-per-square-inch:
521
+ :other: "{0} ปอนด์/ตร.นิ้ว"
522
+ :proportion-karat:
523
+ :other: "{0} กะรัต"
524
+ :speed-kilometer-per-hour:
525
+ :other: "{0} กม./ชม."
526
+ :speed-meter-per-second:
527
+ :other: "{0} ม./วิ"
528
+ :speed-mile-per-hour:
529
+ :other: "{0} ไมล์/ชม."
530
+ :temperature-celsius:
531
+ :other: "{0}°C"
532
+ :temperature-fahrenheit:
533
+ :other: "{0}°F"
534
+ :temperature-kelvin:
535
+ :other: "{0} K"
536
+ :volume-acre-foot:
537
+ :other: "{0} เอเคอร์-ฟุต"
538
+ :volume-bushel:
539
+ :other: "{0} bu"
540
+ :volume-centiliter:
541
+ :other: "{0} ซล."
542
+ :volume-cubic-centimeter:
543
+ :other: "{0} ลบ.ซม."
544
+ :volume-cubic-foot:
545
+ :other: "{0} ลบ.ฟุต"
546
+ :volume-cubic-inch:
547
+ :other: "{0} ลบ.นิ้ว"
548
+ :volume-cubic-kilometer:
549
+ :other: "{0} ลบ.กม."
550
+ :volume-cubic-meter:
551
+ :other: "{0} ลบ.ม."
552
+ :volume-cubic-mile:
553
+ :other: "{0} ลบ.ไมล์"
554
+ :volume-cubic-yard:
555
+ :other: "{0} ลบ.หลา"
556
+ :volume-cup:
557
+ :other: "{0} ถ."
558
+ :volume-deciliter:
559
+ :other: "{0} ดล."
560
+ :volume-fluid-ounce:
561
+ :other: "{0} ฟลูอิดออนซ์"
562
+ :volume-gallon:
563
+ :other: "{0} แกลลอน"
564
+ :volume-hectoliter:
565
+ :other: "{0} ฮล."
566
+ :volume-liter:
567
+ :other: "{0} ล."
568
+ :volume-megaliter:
569
+ :other: "{0} เมกกะลิตร"
570
+ :volume-milliliter:
571
+ :other: "{0} มล."
572
+ :volume-pint:
573
+ :other: "{0} ไพนต"
574
+ :volume-quart:
575
+ :other: "{0} คว."
576
+ :volume-tablespoon:
577
+ :other: "{0} ชต."
578
+ :volume-teaspoon:
579
+ :other: "{0} ชช."