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
+ :vi:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} day"
7
+ :other: "{0} ngày"
8
+ :short:
9
+ :one: "{0} day"
10
+ :other: "{0} ngày"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} day"
14
+ :other: "Trong {0} ngày"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} day ago"
18
+ :other: "{0} ngày trước"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hour"
22
+ :other: "{0} giờ"
23
+ :short:
24
+ :one: "{0} hr"
25
+ :other: "{0} g"
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} hour"
29
+ :other: "Trong {0} giờ"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} hour ago"
33
+ :other: "{0} giờ trước"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0} phút"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} ph"
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} minute"
44
+ :other: "Trong {0} phút"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} minute ago"
48
+ :other: "{0} phút trước"
49
+ :month:
50
+ :default:
51
+ :one: "{0} month"
52
+ :other: "{0} tháng"
53
+ :short:
54
+ :one: "{0} mth"
55
+ :other: "{0} tháng"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} month"
59
+ :other: "Trong {0} tháng"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} month ago"
63
+ :other: "{0} tháng trước"
64
+ :second:
65
+ :default:
66
+ :one: "{0} second"
67
+ :other: "{0} giây"
68
+ :short:
69
+ :one: "{0} sec"
70
+ :other: "{0} s"
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} second"
74
+ :other: "Trong {0} giây"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} second ago"
78
+ :other: "{0} giây trước"
79
+ :week:
80
+ :default:
81
+ :one: "{0} week"
82
+ :other: "{0} tuần"
83
+ :short:
84
+ :one: "{0} wk"
85
+ :other: "{0} tuần"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} week"
89
+ :other: "Trong {0} tuần"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} week ago"
93
+ :other: "{0} tuần trước"
94
+ :year:
95
+ :default:
96
+ :one: "{0} year"
97
+ :other: "{0} năm"
98
+ :short:
99
+ :one: "{0} yr"
100
+ :other: "{0} năm"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} year"
104
+ :other: "Trong {0} năm"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} year ago"
108
+ :other: "{0} năm trước"
@@ -1,108 +1,579 @@
1
1
  ---
2
2
  :vi:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} day"
7
- :other: "{0} ngày"
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} lực g"
12
+ :acceleration-meter-per-second-squared:
13
+ :other: "{0} m/s²"
14
+ :angle-arc-minute:
15
+ :other: "{0} phút"
16
+ :angle-arc-second:
17
+ :other: "{0} giây"
18
+ :angle-degree:
19
+ :other: "{0} độ"
20
+ :angle-radian:
21
+ :other: "{0} radian"
22
+ :area-acre:
23
+ :other: "{0} mẫu"
24
+ :area-hectare:
25
+ :other: "{0} héc-ta"
26
+ :area-square-centimeter:
27
+ :other: "{0} xentimét vuông"
28
+ :area-square-foot:
29
+ :other: "{0} feet vuông"
30
+ :area-square-inch:
31
+ :other: "{0} inch vuông"
32
+ :area-square-kilometer:
33
+ :other: "{0} kilômét vuông"
34
+ :area-square-meter:
35
+ :other: "{0} mét vuông"
36
+ :area-square-mile:
37
+ :other: "{0} dặm vuông"
38
+ :area-square-yard:
39
+ :other: "{0} yard vuông"
40
+ :consumption-liter-per-kilometer:
41
+ :other: "{0} lít/km"
42
+ :consumption-mile-per-gallon:
43
+ :other: "{0} dặm/gallon"
44
+ :digital-bit:
45
+ :other: "{0} bit"
46
+ :digital-byte:
47
+ :other: "{0} byte"
48
+ :digital-gigabit:
49
+ :other: "{0} gigabit"
50
+ :digital-gigabyte:
51
+ :other: "{0} gigabyte"
52
+ :digital-kilobit:
53
+ :other: "{0} kilobit"
54
+ :digital-kilobyte:
55
+ :other: "{0} kilobyte"
56
+ :digital-megabit:
57
+ :other: "{0} megabit"
58
+ :digital-megabyte:
59
+ :other: "{0} megabyte"
60
+ :digital-terabit:
61
+ :other: "{0} terabit"
62
+ :digital-terabyte:
63
+ :other: "{0} terabyte"
64
+ :duration-day:
65
+ :other: "{0} ngày"
66
+ :duration-hour:
67
+ :other: "{0} giờ"
68
+ :duration-microsecond:
69
+ :other: "{0} micrô giây"
70
+ :duration-millisecond:
71
+ :other: "{0} mili giây"
72
+ :duration-minute:
73
+ :other: "{0} phút"
74
+ :duration-month:
75
+ :other: "{0} tháng"
76
+ :duration-nanosecond:
77
+ :other: "{0} nano giây"
78
+ :duration-second:
79
+ :other: "{0} giây"
80
+ :duration-week:
81
+ :other: "{0} tuần"
82
+ :duration-year:
83
+ :other: "{0} năm"
84
+ :electric-ampere:
85
+ :other: "{0} ampe"
86
+ :electric-milliampere:
87
+ :other: "{0} mili ampe"
88
+ :electric-ohm:
89
+ :other: "{0} ohm"
90
+ :electric-volt:
91
+ :other: "{0} vôn"
92
+ :energy-calorie:
93
+ :other: "{0} calo"
94
+ :energy-foodcalorie:
95
+ :other: "{0} Calo"
96
+ :energy-joule:
97
+ :other: "{0} jun"
98
+ :energy-kilocalorie:
99
+ :other: "{0} kilô calo"
100
+ :energy-kilojoule:
101
+ :other: "{0} kilô jun"
102
+ :energy-kilowatt-hour:
103
+ :other: "{0} kilôoát giờ"
104
+ :frequency-gigahertz:
105
+ :other: "{0} GHz"
106
+ :frequency-hertz:
107
+ :other: "{0} Hz"
108
+ :frequency-kilohertz:
109
+ :other: "{0} kHz"
110
+ :frequency-megahertz:
111
+ :other: "{0} MHz"
112
+ :length-astronomical-unit:
113
+ :other: "{0} au"
114
+ :length-centimeter:
115
+ :other: "{0} xentimét"
116
+ :length-decimeter:
117
+ :other: "{0} đềximét"
118
+ :length-foot:
119
+ :other: "{0} feet"
120
+ :length-inch:
121
+ :other: "{0} inch"
122
+ :length-kilometer:
123
+ :other: "{0} kilômét"
124
+ :length-light-year:
125
+ :other: "{0} năm ánh sáng"
126
+ :length-meter:
127
+ :other: "{0} mét"
128
+ :length-micrometer:
129
+ :other: "{0} micrômét"
130
+ :length-mile:
131
+ :other: "{0} dặm"
132
+ :length-millimeter:
133
+ :other: "{0} milimét"
134
+ :length-nanometer:
135
+ :other: "{0} nanomét"
136
+ :length-nautical-mile:
137
+ :other: "{0} hải lý"
138
+ :length-parsec:
139
+ :other: "{0} parsec"
140
+ :length-picometer:
141
+ :other: "{0} picômét"
142
+ :length-yard:
143
+ :other: "{0} yard"
144
+ :light-lux:
145
+ :other: "{0} lux"
146
+ :mass-carat:
147
+ :other: "{0} carat"
148
+ :mass-gram:
149
+ :other: "{0} gam"
150
+ :mass-kilogram:
151
+ :other: "{0} kilôgam"
152
+ :mass-metric-ton:
153
+ :other: "{0} MT"
154
+ :mass-microgram:
155
+ :other: "{0} micrô gam"
156
+ :mass-milligram:
157
+ :other: "{0} miligam"
158
+ :mass-ounce:
159
+ :other: "{0} ao-xơ"
160
+ :mass-ounce-troy:
161
+ :other: "{0} oz t"
162
+ :mass-pound:
163
+ :other: "{0} pao"
164
+ :mass-ton:
165
+ :other: "{0} tấn"
166
+ :power-gigawatt:
167
+ :other: "{0} gigaoát"
168
+ :power-horsepower:
169
+ :other: "{0} mã lực"
170
+ :power-kilowatt:
171
+ :other: "{0} kilôoát"
172
+ :power-megawatt:
173
+ :other: "{0} Megaoát"
174
+ :power-milliwatt:
175
+ :other: "{0} milioát"
176
+ :power-watt:
177
+ :other: "{0} oát"
178
+ :pressure-hectopascal:
179
+ :other: "{0} héctô pascal"
180
+ :pressure-inch-hg:
181
+ :other: "{0} inch thủy ngân"
182
+ :pressure-millibar:
183
+ :other: "{0} millibar"
184
+ :pressure-millimeter-of-mercury:
185
+ :other: "{0} mm Hg"
186
+ :pressure-pound-per-square-inch:
187
+ :other: "{0} psi"
188
+ :proportion-karat:
189
+ :other: "{0} karat"
190
+ :speed-kilometer-per-hour:
191
+ :other: "{0} kilômét/giờ"
192
+ :speed-meter-per-second:
193
+ :other: "{0} mét/giây"
194
+ :speed-mile-per-hour:
195
+ :other: "{0} dặm/giờ"
196
+ :temperature-celsius:
197
+ :other: "{0} độ C"
198
+ :temperature-fahrenheit:
199
+ :other: "{0} độ F"
200
+ :temperature-kelvin:
201
+ :other: "{0} độ K"
202
+ :volume-acre-foot:
203
+ :other: "{0} ac ft"
204
+ :volume-centiliter:
205
+ :other: "{0} xentilít"
206
+ :volume-cubic-centimeter:
207
+ :other: "{0} xentimét khối"
208
+ :volume-cubic-foot:
209
+ :other: "{0} foot khối"
210
+ :volume-cubic-inch:
211
+ :other: "{0} inch khối"
212
+ :volume-cubic-kilometer:
213
+ :other: "{0} kilômét khối"
214
+ :volume-cubic-meter:
215
+ :other: "{0} mét khối"
216
+ :volume-cubic-mile:
217
+ :other: "{0} dặm khối"
218
+ :volume-cubic-yard:
219
+ :other: "{0} yard khối"
220
+ :volume-cup:
221
+ :other: "{0} cup"
222
+ :volume-deciliter:
223
+ :other: "{0} đềxilít"
224
+ :volume-fluid-ounce:
225
+ :other: "{0} fl oz"
226
+ :volume-gallon:
227
+ :other: "{0} gallon"
228
+ :volume-hectoliter:
229
+ :other: "{0} hectolit"
230
+ :volume-liter:
231
+ :other: "{0} lít"
232
+ :volume-megaliter:
233
+ :other: "{0} megalít"
234
+ :volume-milliliter:
235
+ :other: "{0} mililít"
236
+ :volume-pint:
237
+ :other: "{0} pint"
238
+ :volume-quart:
239
+ :other: "{0} quart"
240
+ :volume-tablespoon:
241
+ :other: "{0} muỗng canh"
242
+ :volume-teaspoon:
243
+ :other: "{0} muỗng cà phê"
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} mẫu"
255
+ :area-hectare:
256
+ :other: "{0}ha"
257
+ :area-square-foot:
258
+ :other: "{0} ft²"
259
+ :area-square-kilometer:
260
+ :other: "{0} km²"
261
+ :area-square-meter:
262
+ :other: "{0} m²"
263
+ :area-square-mile:
264
+ :other: "{0} mi²"
265
+ :duration-day:
266
+ :other: "{0} ngày"
267
+ :duration-hour:
268
+ :other: "{0} giờ"
269
+ :duration-millisecond:
270
+ :other: "{0}ms"
271
+ :duration-minute:
272
+ :other: "{0} phút"
273
+ :duration-month:
274
+ :other: "{0} tháng"
275
+ :duration-second:
276
+ :other: "{0} giây"
277
+ :duration-week:
278
+ :other: "{0} tuần"
279
+ :duration-year:
280
+ :other: "{0} năm"
281
+ :length-centimeter:
282
+ :other: "{0}cm"
283
+ :length-foot:
284
+ :other: "{0}'"
285
+ :length-inch:
286
+ :other: "{0}\""
287
+ :length-kilometer:
288
+ :other: "{0}km"
289
+ :length-light-year:
290
+ :other: "{0}ly"
291
+ :length-meter:
292
+ :other: "{0}m"
293
+ :length-mile:
294
+ :other: "{0}mi"
295
+ :length-millimeter:
296
+ :other: "{0}mm"
297
+ :length-picometer:
298
+ :other: "{0}pm"
299
+ :length-yard:
300
+ :other: "{0}yd"
301
+ :mass-gram:
302
+ :other: "{0}g"
303
+ :mass-kilogram:
304
+ :other: "{0}kg"
305
+ :mass-ounce:
306
+ :other: "{0}oz"
307
+ :mass-pound:
308
+ :other: "{0}lb"
309
+ :power-horsepower:
310
+ :other: "{0}hp"
311
+ :power-kilowatt:
312
+ :other: "{0}kW"
313
+ :power-watt:
314
+ :other: "{0}W"
315
+ :pressure-hectopascal:
316
+ :other: "{0}hPa"
317
+ :pressure-inch-hg:
318
+ :other: "{0}\" Hg"
319
+ :pressure-millibar:
320
+ :other: "{0}mb"
321
+ :speed-kilometer-per-hour:
322
+ :other: "{0}km/h"
323
+ :speed-meter-per-second:
324
+ :other: "{0}m/s"
325
+ :speed-mile-per-hour:
326
+ :other: "{0}mph"
327
+ :temperature-celsius:
328
+ :other: "{0}°C"
329
+ :temperature-fahrenheit:
330
+ :other: "{0}°F"
331
+ :volume-cubic-kilometer:
332
+ :other: "{0}km³"
333
+ :volume-cubic-mile:
334
+ :other: "{0}mi³"
335
+ :volume-liter:
336
+ :other: "{0}l"
8
337
  :short:
9
- :one: "{0} day"
10
- :other: "{0} ngày"
11
- :day-future:
12
- :default:
13
- :one: "In {0} day"
14
- :other: "Trong {0} ngày"
15
- :day-past:
16
- :default:
17
- :one: "{0} day ago"
18
- :other: "{0} ngày trước"
19
- :hour:
20
- :default:
21
- :one: "{0} hour"
22
- :other: "{0} giờ"
23
- :short:
24
- :one: "{0} hr"
25
- :other: "{0} g"
26
- :hour-future:
27
- :default:
28
- :one: "In {0} hour"
29
- :other: "Trong {0} giờ"
30
- :hour-past:
31
- :default:
32
- :one: "{0} hour ago"
33
- :other: "{0} giờ trước"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0} phút"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} ph"
41
- :minute-future:
42
- :default:
43
- :one: "In {0} minute"
44
- :other: "Trong {0} phút"
45
- :minute-past:
46
- :default:
47
- :one: "{0} minute ago"
48
- :other: "{0} phút trước"
49
- :month:
50
- :default:
51
- :one: "{0} month"
52
- :other: "{0} tháng"
53
- :short:
54
- :one: "{0} mth"
55
- :other: "{0} tháng"
56
- :month-future:
57
- :default:
58
- :one: "In {0} month"
59
- :other: "Trong {0} tháng"
60
- :month-past:
61
- :default:
62
- :one: "{0} month ago"
63
- :other: "{0} tháng trước"
64
- :second:
65
- :default:
66
- :one: "{0} second"
67
- :other: "{0} giây"
68
- :short:
69
- :one: "{0} sec"
70
- :other: "{0} s"
71
- :second-future:
72
- :default:
73
- :one: "In {0} second"
74
- :other: "Trong {0} giây"
75
- :second-past:
76
- :default:
77
- :one: "{0} second ago"
78
- :other: "{0} giây trước"
79
- :week:
80
- :default:
81
- :one: "{0} week"
82
- :other: "{0} tuần"
83
- :short:
84
- :one: "{0} wk"
85
- :other: "{0} tuần"
86
- :week-future:
87
- :default:
88
- :one: "In {0} week"
89
- :other: "Trong {0} tuần"
90
- :week-past:
91
- :default:
92
- :one: "{0} week ago"
93
- :other: "{0} tuần trước"
94
- :year:
95
- :default:
96
- :one: "{0} year"
97
- :other: "{0} năm"
98
- :short:
99
- :one: "{0} yr"
100
- :other: "{0} năm"
101
- :year-future:
102
- :default:
103
- :one: "In {0} year"
104
- :other: "Trong {0} năm"
105
- :year-past:
106
- :default:
107
- :one: "{0} year ago"
108
- :other: "{0} năm trước"
338
+ :acceleration-g-force:
339
+ :other: "{0} G"
340
+ :acceleration-meter-per-second-squared:
341
+ :other: "{0} m/s²"
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} rad"
350
+ :area-acre:
351
+ :other: "{0} mẫu"
352
+ :area-hectare:
353
+ :other: "{0} ha"
354
+ :area-square-centimeter:
355
+ :other: "{0} cm²"
356
+ :area-square-foot:
357
+ :other: "{0} feet vuông"
358
+ :area-square-inch:
359
+ :other: "{0} in²"
360
+ :area-square-kilometer:
361
+ :other: "{0} km²"
362
+ :area-square-meter:
363
+ :other: "{0} m²"
364
+ :area-square-mile:
365
+ :other: "{0} dặm vuông"
366
+ :area-square-yard:
367
+ :other: "{0} yd²"
368
+ :consumption-liter-per-kilometer:
369
+ :other: "{0} l/km"
370
+ :consumption-mile-per-gallon:
371
+ :other: "{0} mpg"
372
+ :digital-bit:
373
+ :other: "{0} bit"
374
+ :digital-byte:
375
+ :other: "{0} byte"
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} ngày"
394
+ :duration-hour:
395
+ :other: "{0} giờ"
396
+ :duration-microsecond:
397
+ :other: "{0} μs"
398
+ :duration-millisecond:
399
+ :other: "{0} ms"
400
+ :duration-minute:
401
+ :other: "{0} phút"
402
+ :duration-month:
403
+ :other: "{0} tháng"
404
+ :duration-nanosecond:
405
+ :other: "{0} ns"
406
+ :duration-second:
407
+ :other: "{0} giây"
408
+ :duration-week:
409
+ :other: "{0} tuần"
410
+ :duration-year:
411
+ :other: "{0} năm"
412
+ :electric-ampere:
413
+ :other: "{0} A"
414
+ :electric-milliampere:
415
+ :other: "{0} mA"
416
+ :electric-ohm:
417
+ :other: "{0} Ω"
418
+ :electric-volt:
419
+ :other: "{0} V"
420
+ :energy-calorie:
421
+ :other: "{0} cal"
422
+ :energy-foodcalorie:
423
+ :other: "{0} Cal"
424
+ :energy-joule:
425
+ :other: "{0} J"
426
+ :energy-kilocalorie:
427
+ :other: "{0} kcal"
428
+ :energy-kilojoule:
429
+ :other: "{0} kJ"
430
+ :energy-kilowatt-hour:
431
+ :other: "{0} kWh"
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} au"
442
+ :length-centimeter:
443
+ :other: "{0} cm"
444
+ :length-decimeter:
445
+ :other: "{0} dm"
446
+ :length-fathom:
447
+ :other: "{0} fm"
448
+ :length-foot:
449
+ :other: "{0} ft"
450
+ :length-furlong:
451
+ :other: "{0} fur"
452
+ :length-inch:
453
+ :other: "{0} inch"
454
+ :length-kilometer:
455
+ :other: "{0} km"
456
+ :length-light-year:
457
+ :other: "{0} ly"
458
+ :length-meter:
459
+ :other: "{0} m"
460
+ :length-micrometer:
461
+ :other: "{0} µm"
462
+ :length-mile:
463
+ :other: "{0} dặm"
464
+ :length-millimeter:
465
+ :other: "{0} mm"
466
+ :length-nanometer:
467
+ :other: "{0} nm"
468
+ :length-nautical-mile:
469
+ :other: "{0} hải lý"
470
+ :length-parsec:
471
+ :other: "{0} pc"
472
+ :length-picometer:
473
+ :other: "{0} pm"
474
+ :length-yard:
475
+ :other: "{0} yd"
476
+ :light-lux:
477
+ :other: "{0} lx"
478
+ :mass-carat:
479
+ :other: "{0} CD"
480
+ :mass-gram:
481
+ :other: "{0} g"
482
+ :mass-kilogram:
483
+ :other: "{0} kg"
484
+ :mass-metric-ton:
485
+ :other: "{0} t"
486
+ :mass-microgram:
487
+ :other: "{0} µg"
488
+ :mass-milligram:
489
+ :other: "{0} mg"
490
+ :mass-ounce:
491
+ :other: "{0} oz"
492
+ :mass-ounce-troy:
493
+ :other: "{0} oz t"
494
+ :mass-pound:
495
+ :other: "{0} lb"
496
+ :mass-stone:
497
+ :other: "{0} st"
498
+ :mass-ton:
499
+ :other: "{0} tn"
500
+ :power-gigawatt:
501
+ :other: "{0} GW"
502
+ :power-horsepower:
503
+ :other: "{0} hp"
504
+ :power-kilowatt:
505
+ :other: "{0} kW"
506
+ :power-megawatt:
507
+ :other: "{0} MW"
508
+ :power-milliwatt:
509
+ :other: "{0} mW"
510
+ :power-watt:
511
+ :other: "{0} W"
512
+ :pressure-hectopascal:
513
+ :other: "{0} hPa"
514
+ :pressure-inch-hg:
515
+ :other: "{0} inHg"
516
+ :pressure-millibar:
517
+ :other: "{0} mbar"
518
+ :pressure-millimeter-of-mercury:
519
+ :other: "{0} mm Hg"
520
+ :pressure-pound-per-square-inch:
521
+ :other: "{0} psi"
522
+ :proportion-karat:
523
+ :other: "{0} kt"
524
+ :speed-kilometer-per-hour:
525
+ :other: "{0} km/h"
526
+ :speed-meter-per-second:
527
+ :other: "{0} m/s"
528
+ :speed-mile-per-hour:
529
+ :other: "{0} mph"
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} ac ft"
538
+ :volume-bushel:
539
+ :other: "{0} bu"
540
+ :volume-centiliter:
541
+ :other: "{0} cL"
542
+ :volume-cubic-centimeter:
543
+ :other: "{0} cm³"
544
+ :volume-cubic-foot:
545
+ :other: "{0} ft³"
546
+ :volume-cubic-inch:
547
+ :other: "{0} in³"
548
+ :volume-cubic-kilometer:
549
+ :other: "{0} km³"
550
+ :volume-cubic-meter:
551
+ :other: "{0} m³"
552
+ :volume-cubic-mile:
553
+ :other: "{0} mi³"
554
+ :volume-cubic-yard:
555
+ :other: "{0} yd³"
556
+ :volume-cup:
557
+ :other: "{0} c"
558
+ :volume-deciliter:
559
+ :other: "{0} dL"
560
+ :volume-fluid-ounce:
561
+ :other: "{0} fl oz"
562
+ :volume-gallon:
563
+ :other: "{0} gal"
564
+ :volume-hectoliter:
565
+ :other: "{0} hL"
566
+ :volume-liter:
567
+ :other: "{0} l"
568
+ :volume-megaliter:
569
+ :other: "{0} ML"
570
+ :volume-milliliter:
571
+ :other: "{0} mL"
572
+ :volume-pint:
573
+ :other: "{0} pt"
574
+ :volume-quart:
575
+ :other: "{0} qt"
576
+ :volume-tablespoon:
577
+ :other: "{0} tbsp"
578
+ :volume-teaspoon:
579
+ :other: "{0} tsp"