twitter_cldr 5.2.0 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -4
  3. data/Rakefile +19 -8
  4. data/lib/twitter_cldr/normalization.rb +18 -5
  5. data/lib/twitter_cldr/resources.rb +3 -1
  6. data/lib/twitter_cldr/resources/import_resolver.rb +11 -3
  7. data/lib/twitter_cldr/resources/loader.rb +22 -1
  8. data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -9
  9. data/lib/twitter_cldr/resources/postal_codes_importer.rb +19 -23
  10. data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +75 -0
  11. data/lib/twitter_cldr/resources/segment_tests_importer.rb +130 -13
  12. data/lib/twitter_cldr/segmentation.rb +25 -10
  13. data/lib/twitter_cldr/segmentation/brahmic_break_engine.rb +200 -0
  14. data/lib/twitter_cldr/segmentation/break_iterator.rb +22 -22
  15. data/lib/twitter_cldr/segmentation/burmese_break_engine.rb +83 -0
  16. data/lib/twitter_cldr/segmentation/category_table.rb +5 -1
  17. data/lib/twitter_cldr/segmentation/cj_break_engine.rb +163 -0
  18. data/lib/twitter_cldr/segmentation/cursor.rb +1 -1
  19. data/lib/twitter_cldr/segmentation/dictionary.rb +84 -0
  20. data/lib/twitter_cldr/segmentation/dictionary_break_engine.rb +34 -0
  21. data/lib/twitter_cldr/segmentation/khmer_break_engine.rb +83 -0
  22. data/lib/twitter_cldr/segmentation/korean_break_engine.rb +30 -0
  23. data/lib/twitter_cldr/segmentation/lao_break_engine.rb +85 -0
  24. data/lib/twitter_cldr/segmentation/line_iterator.rb +23 -0
  25. data/lib/twitter_cldr/segmentation/possible_word.rb +74 -0
  26. data/lib/twitter_cldr/segmentation/possible_word_list.rb +23 -0
  27. data/lib/twitter_cldr/segmentation/rule_set.rb +3 -12
  28. data/lib/twitter_cldr/segmentation/segment_iterator.rb +40 -0
  29. data/lib/twitter_cldr/segmentation/state_machine.rb +2 -8
  30. data/lib/twitter_cldr/segmentation/thai_break_engine.rb +141 -0
  31. data/lib/twitter_cldr/segmentation/unhandled_break_engine.rb +21 -0
  32. data/lib/twitter_cldr/segmentation/word_iterator.rb +170 -0
  33. data/lib/twitter_cldr/shared.rb +1 -0
  34. data/lib/twitter_cldr/shared/caser.rb +3 -3
  35. data/lib/twitter_cldr/shared/unicode_set.rb +77 -0
  36. data/lib/twitter_cldr/utils/range_set.rb +10 -1
  37. data/lib/twitter_cldr/version.rb +1 -1
  38. data/resources/collation/tailoring/km.yml +82 -0
  39. data/resources/collation/tailoring/lo.yml +4 -0
  40. data/resources/collation/tailoring/my.yml +940 -0
  41. data/resources/collation/tries/km.dump +0 -0
  42. data/resources/collation/tries/lo.dump +0 -0
  43. data/resources/collation/tries/my.dump +0 -0
  44. data/resources/locales/km/calendars.yml +373 -0
  45. data/resources/locales/km/currencies.yml +654 -0
  46. data/resources/locales/km/day_periods.yml +96 -0
  47. data/resources/locales/km/fields.yml +495 -0
  48. data/resources/locales/km/languages.yml +397 -0
  49. data/resources/locales/km/layout.yml +5 -0
  50. data/resources/locales/km/lists.yml +37 -0
  51. data/resources/locales/km/numbers.yml +402 -0
  52. data/resources/locales/km/plural_rules.yml +6 -0
  53. data/resources/locales/km/plurals.yml +12 -0
  54. data/resources/locales/km/rbnf.yml +131 -0
  55. data/resources/locales/km/territories.yml +267 -0
  56. data/resources/locales/km/timezones.yml +1471 -0
  57. data/resources/locales/km/units.yml +721 -0
  58. data/resources/locales/lo/calendars.yml +368 -0
  59. data/resources/locales/lo/currencies.yml +918 -0
  60. data/resources/locales/lo/day_periods.yml +96 -0
  61. data/resources/locales/lo/fields.yml +437 -0
  62. data/resources/locales/lo/languages.yml +529 -0
  63. data/resources/locales/lo/layout.yml +5 -0
  64. data/resources/locales/lo/lists.yml +42 -0
  65. data/resources/locales/lo/numbers.yml +476 -0
  66. data/resources/locales/lo/plural_rules.yml +7 -0
  67. data/resources/locales/lo/plurals.yml +14 -0
  68. data/resources/locales/lo/rbnf.yml +119 -0
  69. data/resources/locales/lo/territories.yml +265 -0
  70. data/resources/locales/lo/timezones.yml +1513 -0
  71. data/resources/locales/lo/units.yml +750 -0
  72. data/resources/locales/my/calendars.yml +374 -0
  73. data/resources/locales/my/currencies.yml +697 -0
  74. data/resources/locales/my/day_periods.yml +96 -0
  75. data/resources/locales/my/fields.yml +459 -0
  76. data/resources/locales/my/languages.yml +420 -0
  77. data/resources/locales/my/layout.yml +5 -0
  78. data/resources/locales/my/lists.yml +43 -0
  79. data/resources/locales/my/numbers.yml +417 -0
  80. data/resources/locales/my/plural_rules.yml +6 -0
  81. data/resources/locales/my/plurals.yml +12 -0
  82. data/resources/locales/my/rbnf.yml +145 -0
  83. data/resources/locales/my/territories.yml +265 -0
  84. data/resources/locales/my/timezones.yml +1479 -0
  85. data/resources/locales/my/units.yml +759 -0
  86. data/resources/locales/th/plurals.yml +1 -1
  87. data/resources/shared/segments/dictionaries/burmesedict.dump +0 -0
  88. data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
  89. data/resources/shared/segments/dictionaries/khmerdict.dump +0 -0
  90. data/resources/shared/segments/dictionaries/laodict.dump +0 -0
  91. data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
  92. data/resources/shared/segments/tests/dictionary_tests/combined.yml +1253 -0
  93. data/resources/shared/segments/tests/dictionary_tests/km.yml +204 -0
  94. data/resources/shared/segments/tests/dictionary_tests/ko.yml +171 -0
  95. data/resources/shared/segments/tests/dictionary_tests/lo.yml +236 -0
  96. data/resources/shared/segments/tests/dictionary_tests/my.yml +249 -0
  97. data/resources/shared/segments/tests/dictionary_tests/th.yml +201 -0
  98. data/resources/shared/segments/tests/dictionary_tests/zh.yml +206 -0
  99. data/resources/shared/segments/tests/line_break_test.yml +68 -68
  100. data/resources/shared/segments/tests/sentence_break_test.yml +52 -52
  101. data/resources/supported_locales.yml +3 -0
  102. data/spec/formatters/numbers/rbnf/locales/km/rbnf_test.yml +706 -0
  103. data/spec/formatters/numbers/rbnf/locales/lo/rbnf_test.yml +706 -0
  104. data/spec/formatters/numbers/rbnf/locales/my/rbnf_test.yml +706 -0
  105. data/spec/segmentation/dictionary_break_spec.rb +42 -0
  106. data/spec/segmentation/rule_set_spec.rb +3 -1
  107. data/spec/timezones/tests/km.yml +12475 -0
  108. data/spec/timezones/tests/lo.yml +12475 -0
  109. data/spec/timezones/tests/my.yml +12475 -0
  110. metadata +87 -3
@@ -0,0 +1,759 @@
1
+ ---
2
+ :my:
3
+ :units:
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} ဆွဲငင်အား"
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
+ :angle-revolution:
23
+ :other: "{0} လည်ပတ်ခြင်း"
24
+ :area-acre:
25
+ :other: "{0} ဧက"
26
+ :area-dunam:
27
+ :other: "{0} dunam"
28
+ :area-hectare:
29
+ :other: "{0} ဟက်တာ"
30
+ :area-square-centimeter:
31
+ :other: "{0} စတုရန်းစင်တီမီတာ"
32
+ :area-square-foot:
33
+ :other: "{0} စတုရန်းပေ"
34
+ :area-square-inch:
35
+ :other: "{0} စတုရန်းလက်မ"
36
+ :area-square-kilometer:
37
+ :other: "{0} စတုရန်းကီလိုမီတာ"
38
+ :area-square-meter:
39
+ :other: "{0} စတုရန်းမီတာ"
40
+ :area-square-mile:
41
+ :other: "{0} စတုရန်းမိုင်"
42
+ :area-square-yard:
43
+ :other: "{0} စတုရန်းကိုက်"
44
+ :concentr-karat:
45
+ :other: "{0} ကာရက်"
46
+ :concentr-milligram-per-deciliter:
47
+ :other: "တစ်ဒက်စီလီတာရှိ {0} မီလီဂရမ်"
48
+ :concentr-millimole-per-liter:
49
+ :other: "တစ်လီတာရှိ {0} မီလီမိုးလ်"
50
+ :concentr-mole:
51
+ :other: "{0} mol"
52
+ :concentr-part-per-million:
53
+ :other: "တစ်သန်းပုံ {0} ပုံ"
54
+ :concentr-percent:
55
+ :other: "{0} ရာခိုင်နှုန်း"
56
+ :concentr-permille:
57
+ :other: "{0} ထောင်လီစိတ်"
58
+ :concentr-permyriad:
59
+ :other: "{0} ပါမီရိတ်"
60
+ :consumption-liter-per-100kilometers:
61
+ :other: "တစ်ရာကီလိုမီတာရှိ {0} လီတာ"
62
+ :consumption-liter-per-kilometer:
63
+ :other: "တစ်ကီလိုမီတာရှိ {0} လီတာ"
64
+ :consumption-mile-per-gallon:
65
+ :other: "တစ်ဂါလံလျှင် {0} မိုင်"
66
+ :consumption-mile-per-gallon-imperial:
67
+ :other: "ယူကေတစ်ဂါလံလျှင် {0} မိုင်"
68
+ :digital-bit:
69
+ :other: "{0} ဘစ်"
70
+ :digital-byte:
71
+ :other: "{0} ဘိုက်"
72
+ :digital-gigabit:
73
+ :other: "{0} ဂစ်ဂါဘစ်"
74
+ :digital-gigabyte:
75
+ :other: "{0} ဂစ်ဂါဘိုက်"
76
+ :digital-kilobit:
77
+ :other: "{0} ကီလိုဘစ်"
78
+ :digital-kilobyte:
79
+ :other: "{0} ကီလိုဘိုက်"
80
+ :digital-megabit:
81
+ :other: "{0} မီဂါဘစ်"
82
+ :digital-megabyte:
83
+ :other: "{0} မီဂါဘိုက်"
84
+ :digital-petabyte:
85
+ :other: "{0} ပက်တာဘိုက်"
86
+ :digital-terabit:
87
+ :other: "{0} တယ်ရာဘစ်"
88
+ :digital-terabyte:
89
+ :other: "{0} တယ်ရာဘိုက်"
90
+ :duration-century:
91
+ :other: "{0} ရာစုနှစ်"
92
+ :duration-day:
93
+ :other: "{0} ရက်"
94
+ :duration-decade:
95
+ :other: "{0} ဆယ်စုနှစ်"
96
+ :duration-hour:
97
+ :other: "{0} နာရီ"
98
+ :duration-microsecond:
99
+ :other: "{0} မိုက်ခရိုစက္ကန့်"
100
+ :duration-millisecond:
101
+ :other: "{0} မီလီစက္ကန့်"
102
+ :duration-minute:
103
+ :other: "{0} မိနစ်"
104
+ :duration-month:
105
+ :other: "{0} လ"
106
+ :duration-nanosecond:
107
+ :other: "{0} နာနိုစက္ကန့်"
108
+ :duration-second:
109
+ :other: "{0} စက္ကန့်"
110
+ :duration-week:
111
+ :other: "{0} ပတ်"
112
+ :duration-year:
113
+ :other: "{0} နှစ်"
114
+ :electric-ampere:
115
+ :other: "{0} အမ်ပီယာ"
116
+ :electric-milliampere:
117
+ :other: "{0} မီလီအမ်ပီယာ"
118
+ :electric-ohm:
119
+ :other: "{0} အုမ်း"
120
+ :electric-volt:
121
+ :other: "{0} ဗို့"
122
+ :energy-british-thermal-unit:
123
+ :other: "{0} ဗြိတိသျှ သာမယ်လ်ယူနစ်"
124
+ :energy-calorie:
125
+ :other: "{0} ကယ်လိုရီ"
126
+ :energy-electronvolt:
127
+ :other: "{0} အီလက်ထရွန်ဗို့"
128
+ :energy-foodcalorie:
129
+ :other: "{0} ကယ်လိုရီ"
130
+ :energy-joule:
131
+ :other: "{0} ဂျူးလ်"
132
+ :energy-kilocalorie:
133
+ :other: "{0} ကီလိုကယ်လိုရီ"
134
+ :energy-kilojoule:
135
+ :other: "{0} ကီလိုဂျူးလ်"
136
+ :energy-kilowatt-hour:
137
+ :other: "{0} ကီလိုဝပ်-နာရီ"
138
+ :energy-therm-us:
139
+ :other: "{0} ယူအက်စ် သာမယ်လ်"
140
+ :force-newton:
141
+ :other: "{0} နယူတန်"
142
+ :force-pound-force:
143
+ :other: "{0} lbf"
144
+ :frequency-gigahertz:
145
+ :other: "{0} ဂီဂါဟတ်ဇ်"
146
+ :frequency-hertz:
147
+ :other: "{0} ဟတ်ဇ်"
148
+ :frequency-kilohertz:
149
+ :other: "{0} ကီလိုဟတ်ဇ်"
150
+ :frequency-megahertz:
151
+ :other: "{0} မီဂါဟတ်ဇ်"
152
+ :length-astronomical-unit:
153
+ :other: "{0} နက်ခတ်တဗဒေယူနဈ"
154
+ :length-centimeter:
155
+ :other: "{0} စင်တီမီတာ"
156
+ :length-decimeter:
157
+ :other: "{0} ဒက်စီမီတာ"
158
+ :length-foot:
159
+ :other: "{0} ပေ"
160
+ :length-inch:
161
+ :other: "{0} လက်မ"
162
+ :length-kilometer:
163
+ :other: "{0} ကီလိုမီတာ"
164
+ :length-light-year:
165
+ :other: "{0} အလင်းနှစ်"
166
+ :length-meter:
167
+ :other: "{0} မီတာ"
168
+ :length-micrometer:
169
+ :other: "{0} မိုက်ခရိုမီတာ"
170
+ :length-mile:
171
+ :other: "{0} မိုင်"
172
+ :length-mile-scandinavian:
173
+ :other: "{0} စကင်ဒီနေဗီးယန်း မိုင်"
174
+ :length-millimeter:
175
+ :other: "{0} မီလီမီတာ"
176
+ :length-nanometer:
177
+ :other: "{0} နာနိုမီတာ"
178
+ :length-nautical-mile:
179
+ :other: "{0} ရေမိုင်"
180
+ :length-parsec:
181
+ :other: "{0} ပါစက်ခ်"
182
+ :length-picometer:
183
+ :other: "{0} ပီကိုမီတာ"
184
+ :length-point:
185
+ :other: "{0} ပွိုင့်"
186
+ :length-solar-radius:
187
+ :other: "{0} ဆိုလာ ရာဒီ"
188
+ :length-yard:
189
+ :other: "{0} ကိုက်"
190
+ :light-lux:
191
+ :other: "{0} လတ်ခ်"
192
+ :light-solar-luminosity:
193
+ :other: "{0} ဆိုလာ လူမီနိုစီးတီးစ်"
194
+ :mass-carat:
195
+ :other: "{0} ကာရက်"
196
+ :mass-dalton:
197
+ :other: "{0} ဒဲလ်တန်စ်"
198
+ :mass-earth-mass:
199
+ :other: "{0} ကမ္ဘာ့ဒြပ်ထု"
200
+ :mass-gram:
201
+ :other: "{0} ဂရမ်"
202
+ :mass-kilogram:
203
+ :other: "{0} ကီလိုဂရမ်"
204
+ :mass-metric-ton:
205
+ :other: "{0} မက်ထရစ်တန်"
206
+ :mass-microgram:
207
+ :other: "{0} မိုက်ခရို ဂရမ်"
208
+ :mass-milligram:
209
+ :other: "{0} မီလီဂရမ်"
210
+ :mass-ounce:
211
+ :other: "{0} အောင်စ"
212
+ :mass-ounce-troy:
213
+ :other: "{0} ထရိုအောင်စ"
214
+ :mass-pound:
215
+ :other: "{0} ပေါင်"
216
+ :mass-solar-mass:
217
+ :other: "{0} နေရောင်ခြည် ဒြပ်ထု"
218
+ :mass-ton:
219
+ :other: "{0} တန်"
220
+ :power-gigawatt:
221
+ :other: "{0} ဂစ်ဂါဝပ်"
222
+ :power-horsepower:
223
+ :other: "{0} မြင်းကောင်ရေအား"
224
+ :power-kilowatt:
225
+ :other: "{0} ကီလိုဝပ်"
226
+ :power-megawatt:
227
+ :other: "{0} မီဂါဝပ်"
228
+ :power-milliwatt:
229
+ :other: "{0} မီလီဝပ်"
230
+ :power-watt:
231
+ :other: "{0} ဝပ်"
232
+ :pressure-atmosphere:
233
+ :other: "{0} ကမ္ဘာ့လေထု"
234
+ :pressure-bar:
235
+ :other: "{0} bars"
236
+ :pressure-hectopascal:
237
+ :other: "{0} ဟက်တိုပါစကယ်"
238
+ :pressure-inch-hg:
239
+ :other: "{0} ပြဒါးလက်မ"
240
+ :pressure-kilopascal:
241
+ :other: "{0} ကီလိုပါစကယ်"
242
+ :pressure-megapascal:
243
+ :other: "{0} မီဂါပါစကယ်"
244
+ :pressure-millibar:
245
+ :other: "{0} မီလီဘား"
246
+ :pressure-millimeter-of-mercury:
247
+ :other: "{0} ပြဒါးမီလီမီတာ"
248
+ :pressure-pound-per-square-inch:
249
+ :other: "တစ်စတုရန်းလက်မလျှင် {0} ပေါင်"
250
+ :speed-kilometer-per-hour:
251
+ :other: "တစ်နာရီလျှင် {0} ကီလိုမီတာ"
252
+ :speed-knot:
253
+ :other: "{0} နော့တီကယ်မိုင်"
254
+ :speed-meter-per-second:
255
+ :other: "တစ်စက္ကန့်လျှင် {0} မီတာ"
256
+ :speed-mile-per-hour:
257
+ :other: "တစ်နာရီလျှင် {0} မိုင်"
258
+ :temperature-celsius:
259
+ :other: "{0} ဒီဂရီ စင်တီဂရိတ်"
260
+ :temperature-fahrenheit:
261
+ :other: "{0} ဒီဂရီ ဖာရင်ဟိုက်"
262
+ :temperature-generic:
263
+ :other: "{0}°"
264
+ :temperature-kelvin:
265
+ :other: "{0} ကယ်လ်ဗင်"
266
+ :torque-newton-meter:
267
+ :other: "{0} နယူတန်−မီတာ"
268
+ :torque-pound-foot:
269
+ :other: "{0} lbf.ft"
270
+ :volume-acre-foot:
271
+ :other: "{0} ဧက-ပေ"
272
+ :volume-barrel:
273
+ :other: "{0} ဘယ်ရလ်စ်"
274
+ :volume-centiliter:
275
+ :other: "{0} စင်တီလီတာ"
276
+ :volume-cubic-centimeter:
277
+ :other: "{0} ကုဗစင်တီမီတာ"
278
+ :volume-cubic-foot:
279
+ :other: "{0} ကုဗပေ"
280
+ :volume-cubic-inch:
281
+ :other: "{0} ကုဗလက်မ"
282
+ :volume-cubic-kilometer:
283
+ :other: "{0} ကုဗကီလိုမီတာ"
284
+ :volume-cubic-meter:
285
+ :other: "{0} ကုဗမီတာ"
286
+ :volume-cubic-mile:
287
+ :other: "{0} ကုဗမိုင်"
288
+ :volume-cubic-yard:
289
+ :other: "{0} ကုဗကိုက်"
290
+ :volume-cup:
291
+ :other: "{0} ခွက်"
292
+ :volume-cup-metric:
293
+ :other: "{0} မထ္ထရစ် ခွက်"
294
+ :volume-deciliter:
295
+ :other: "{0} ဒက်စီလီတာ"
296
+ :volume-fluid-ounce:
297
+ :other: "{0} အရည်အောင်စ"
298
+ :volume-fluid-ounce-imperial:
299
+ :other: "{0} Imp. fl oz"
300
+ :volume-gallon:
301
+ :other: "{0} ဂါလံ"
302
+ :volume-gallon-imperial:
303
+ :other: "{0} ယူကေ ဂါလံ"
304
+ :volume-hectoliter:
305
+ :other: "{0} ဟက်တိုမီတာ"
306
+ :volume-liter:
307
+ :other: "{0} လီတာ"
308
+ :volume-megaliter:
309
+ :other: "{0} မီဂါလီတာ"
310
+ :volume-milliliter:
311
+ :other: "{0} မီလီလီတာ"
312
+ :volume-pint:
313
+ :other: "{0} ပိုင့်"
314
+ :volume-pint-metric:
315
+ :other: "{0} မထ္ထရစ် ပိုင့်"
316
+ :volume-quart:
317
+ :other: "{0} ကွတ်"
318
+ :volume-tablespoon:
319
+ :other: "စားပွဲဇွန်း {0} ဇွန်း"
320
+ :volume-teaspoon:
321
+ :other: "လက်ဖက်ရည်ဇွန်း {0} ဇွန်း"
322
+ :narrow:
323
+ :acceleration-g-force:
324
+ :other: "{0} G"
325
+ :angle-arc-minute:
326
+ :other: "{0}′"
327
+ :angle-arc-second:
328
+ :other: "{0}″"
329
+ :angle-degree:
330
+ :other: "{0}°"
331
+ :area-acre:
332
+ :other: "{0} ac"
333
+ :area-hectare:
334
+ :other: "{0} ha"
335
+ :area-square-foot:
336
+ :other: "{0} ft²"
337
+ :area-square-kilometer:
338
+ :other: "{0} km²"
339
+ :area-square-meter:
340
+ :other: "{0} m²"
341
+ :area-square-mile:
342
+ :other: "{0} mi²"
343
+ :concentr-percent:
344
+ :other: "{0}%"
345
+ :consumption-liter-per-100kilometers:
346
+ :other: "{0} L/100km"
347
+ :duration-day:
348
+ :other: "{0} ရက်"
349
+ :duration-hour:
350
+ :other: "{0} နာရီ"
351
+ :duration-millisecond:
352
+ :other: "{0} ms"
353
+ :duration-minute:
354
+ :other: "{0} မိနစ်"
355
+ :duration-month:
356
+ :other: "{0} လ"
357
+ :duration-second:
358
+ :other: "{0} s"
359
+ :duration-week:
360
+ :other: "{0} ပတ်"
361
+ :duration-year:
362
+ :other: "{0} နှစ်"
363
+ :length-centimeter:
364
+ :other: "{0} cm"
365
+ :length-foot:
366
+ :other: "{0} '"
367
+ :length-inch:
368
+ :other: "{0} ″"
369
+ :length-kilometer:
370
+ :other: "{0}km"
371
+ :length-light-year:
372
+ :other: "{0} အလင်းနှစ်"
373
+ :length-meter:
374
+ :other: "{0} m"
375
+ :length-mile:
376
+ :other: "{0}မိုင်"
377
+ :length-millimeter:
378
+ :other: "{0} mm"
379
+ :length-picometer:
380
+ :other: "{0} pm"
381
+ :length-yard:
382
+ :other: "{0} ကိုက်"
383
+ :mass-gram:
384
+ :other: "{0} g"
385
+ :mass-kilogram:
386
+ :other: "{0} kg"
387
+ :mass-ounce:
388
+ :other: "{0} oz"
389
+ :mass-pound:
390
+ :other: "{0} lb"
391
+ :power-horsepower:
392
+ :other: "{0} hp"
393
+ :power-kilowatt:
394
+ :other: "{0} kW"
395
+ :power-watt:
396
+ :other: "{0} W"
397
+ :pressure-hectopascal:
398
+ :other: "{0} hPa"
399
+ :pressure-inch-hg:
400
+ :other: "{0} inHg"
401
+ :pressure-millibar:
402
+ :other: "{0} mbar"
403
+ :speed-kilometer-per-hour:
404
+ :other: "{0} km/h"
405
+ :speed-meter-per-second:
406
+ :other: "{0} m/s"
407
+ :speed-mile-per-hour:
408
+ :other: "{0} mi/h"
409
+ :temperature-celsius:
410
+ :other: "{0}°C"
411
+ :temperature-fahrenheit:
412
+ :other: "{0}°F"
413
+ :volume-cubic-kilometer:
414
+ :other: "{0} km³"
415
+ :volume-cubic-mile:
416
+ :other: "{0} mi³"
417
+ :volume-liter:
418
+ :other: "{0}L"
419
+ :short:
420
+ :acceleration-g-force:
421
+ :other: "{0} G"
422
+ :acceleration-meter-per-second-squared:
423
+ :other: "{0} m/s²"
424
+ :angle-arc-minute:
425
+ :other: "{0}′"
426
+ :angle-arc-second:
427
+ :other: "{0}″"
428
+ :angle-degree:
429
+ :other: "{0} deg"
430
+ :angle-radian:
431
+ :other: "{0} rad"
432
+ :angle-revolution:
433
+ :other: "{0} rev"
434
+ :area-acre:
435
+ :other: "{0} ac"
436
+ :area-dunam:
437
+ :other: "{0} dunam"
438
+ :area-hectare:
439
+ :other: "{0} ha"
440
+ :area-square-centimeter:
441
+ :other: "{0} cm²"
442
+ :area-square-foot:
443
+ :other: "{0} ft²"
444
+ :area-square-inch:
445
+ :other: "{0} in²"
446
+ :area-square-kilometer:
447
+ :other: "{0} km²"
448
+ :area-square-meter:
449
+ :other: "{0} m²"
450
+ :area-square-mile:
451
+ :other: "{0} mi²"
452
+ :area-square-yard:
453
+ :other: "{0} yd²"
454
+ :concentr-karat:
455
+ :other: "{0} kt"
456
+ :concentr-milligram-per-deciliter:
457
+ :other: "{0} mg/dL"
458
+ :concentr-millimole-per-liter:
459
+ :other: "{0} mmol/L"
460
+ :concentr-mole:
461
+ :other: "{0} mol"
462
+ :concentr-part-per-million:
463
+ :other: "{0} ppm"
464
+ :concentr-percent:
465
+ :other: "{0}%"
466
+ :concentr-permille:
467
+ :other: "{0}‰"
468
+ :concentr-permyriad:
469
+ :other: "{0}‱"
470
+ :consumption-liter-per-100kilometers:
471
+ :other: "{0} L/100 km"
472
+ :consumption-liter-per-kilometer:
473
+ :other: "{0} L/km"
474
+ :consumption-mile-per-gallon:
475
+ :other: "{0} mpg"
476
+ :consumption-mile-per-gallon-imperial:
477
+ :other: "{0} mpg Imp."
478
+ :digital-bit:
479
+ :other: "{0} bit"
480
+ :digital-byte:
481
+ :other: "{0} byte"
482
+ :digital-gigabit:
483
+ :other: "{0} Gb"
484
+ :digital-gigabyte:
485
+ :other: "{0} GB"
486
+ :digital-kilobit:
487
+ :other: "{0} kb"
488
+ :digital-kilobyte:
489
+ :other: "{0} kB"
490
+ :digital-megabit:
491
+ :other: "{0} Mb"
492
+ :digital-megabyte:
493
+ :other: "{0} MB"
494
+ :digital-petabyte:
495
+ :other: "{0} PB"
496
+ :digital-terabit:
497
+ :other: "{0} Tb"
498
+ :digital-terabyte:
499
+ :other: "{0} TB"
500
+ :duration-century:
501
+ :other: "{0} ရာစု"
502
+ :duration-day:
503
+ :other: "{0} ရက်"
504
+ :duration-day-person: {}
505
+ :duration-decade:
506
+ :other: "{0} ဆယ်စု"
507
+ :duration-hour:
508
+ :other: "{0} နာရီ"
509
+ :duration-microsecond:
510
+ :other: "{0} μs"
511
+ :duration-millisecond:
512
+ :other: "{0} မီလီစက္ကန့်"
513
+ :duration-minute:
514
+ :other: "{0} မိနစ်"
515
+ :duration-month:
516
+ :other: "{0} လ"
517
+ :duration-month-person: {}
518
+ :duration-nanosecond:
519
+ :other: "{0} ns"
520
+ :duration-second:
521
+ :other: "{0} စက္ကန့်"
522
+ :duration-week:
523
+ :other: "{0} ပတ်"
524
+ :duration-week-person: {}
525
+ :duration-year:
526
+ :other: "{0} နှစ်"
527
+ :duration-year-person: {}
528
+ :electric-ampere:
529
+ :other: "{0} A"
530
+ :electric-milliampere:
531
+ :other: "{0} mA"
532
+ :electric-ohm:
533
+ :other: "{0} Ω"
534
+ :electric-volt:
535
+ :other: "{0} V"
536
+ :energy-british-thermal-unit:
537
+ :other: "{0} Btu"
538
+ :energy-calorie:
539
+ :other: "{0} cal"
540
+ :energy-electronvolt:
541
+ :other: "{0} eV"
542
+ :energy-foodcalorie:
543
+ :other: "{0} Cal"
544
+ :energy-joule:
545
+ :other: "{0} J"
546
+ :energy-kilocalorie:
547
+ :other: "{0} kcal"
548
+ :energy-kilojoule:
549
+ :other: "{0} kJ"
550
+ :energy-kilowatt-hour:
551
+ :other: "{0} kWh"
552
+ :energy-therm-us:
553
+ :other: "{0} ယူအက်စပ် သာမယ်လ်"
554
+ :force-newton:
555
+ :other: "{0} N"
556
+ :force-pound-force:
557
+ :other: "{0} lbf"
558
+ :frequency-gigahertz:
559
+ :other: "{0} GHz"
560
+ :frequency-hertz:
561
+ :other: "{0} Hz"
562
+ :frequency-kilohertz:
563
+ :other: "{0} kHz"
564
+ :frequency-megahertz:
565
+ :other: "{0} MHz"
566
+ :graphics-dot-per-centimeter:
567
+ :other: "{0} dpcm"
568
+ :graphics-dot-per-inch:
569
+ :other: "{0} dpi"
570
+ :graphics-em:
571
+ :other: "{0} em"
572
+ :graphics-megapixel:
573
+ :other: "{0} MP"
574
+ :graphics-pixel:
575
+ :other: "{0} px"
576
+ :graphics-pixel-per-centimeter:
577
+ :other: "{0} ppcm"
578
+ :graphics-pixel-per-inch:
579
+ :other: "{0} ppi"
580
+ :length-astronomical-unit:
581
+ :other: "{0} au"
582
+ :length-centimeter:
583
+ :other: "{0} cm"
584
+ :length-decimeter:
585
+ :other: "{0} dm"
586
+ :length-fathom:
587
+ :other: "{0} fth"
588
+ :length-foot:
589
+ :other: "{0} ပေ"
590
+ :length-furlong:
591
+ :other: "{0} fur"
592
+ :length-inch:
593
+ :other: "{0} လက်မ"
594
+ :length-kilometer:
595
+ :other: "{0} km"
596
+ :length-light-year:
597
+ :other: "{0} အလင်းနှစ်"
598
+ :length-meter:
599
+ :other: "{0} m"
600
+ :length-micrometer:
601
+ :other: "{0} µm"
602
+ :length-mile:
603
+ :other: "{0} မိုင်"
604
+ :length-mile-scandinavian:
605
+ :other: "{0} smi"
606
+ :length-millimeter:
607
+ :other: "{0} mm"
608
+ :length-nanometer:
609
+ :other: "{0} nm"
610
+ :length-nautical-mile:
611
+ :other: "{0} nmi"
612
+ :length-parsec:
613
+ :other: "{0} pc"
614
+ :length-picometer:
615
+ :other: "{0} pm"
616
+ :length-point:
617
+ :other: "{0} ပွိုင့်"
618
+ :length-solar-radius:
619
+ :other: "{0} R☉"
620
+ :length-yard:
621
+ :other: "{0} ကိုက်"
622
+ :light-lux:
623
+ :other: "{0} lx"
624
+ :light-solar-luminosity:
625
+ :other: "{0} L☉"
626
+ :mass-carat:
627
+ :other: "{0} CD"
628
+ :mass-dalton:
629
+ :other: "{0} Da"
630
+ :mass-earth-mass:
631
+ :other: "{0} M⊕"
632
+ :mass-gram:
633
+ :other: "{0} g"
634
+ :mass-kilogram:
635
+ :other: "{0} kg"
636
+ :mass-metric-ton:
637
+ :other: "{0} t"
638
+ :mass-microgram:
639
+ :other: "{0} µg"
640
+ :mass-milligram:
641
+ :other: "{0} mg"
642
+ :mass-ounce:
643
+ :other: "{0} oz"
644
+ :mass-ounce-troy:
645
+ :other: "{0} oz t"
646
+ :mass-pound:
647
+ :other: "{0} lb"
648
+ :mass-solar-mass:
649
+ :other: "{0} M☉"
650
+ :mass-stone:
651
+ :other: "{0} st"
652
+ :mass-ton:
653
+ :other: "{0} tn"
654
+ :power-gigawatt:
655
+ :other: "{0} GW"
656
+ :power-horsepower:
657
+ :other: "{0} hp"
658
+ :power-kilowatt:
659
+ :other: "{0} kW"
660
+ :power-megawatt:
661
+ :other: "{0} MW"
662
+ :power-milliwatt:
663
+ :other: "{0} mW"
664
+ :power-watt:
665
+ :other: "{0} W"
666
+ :pressure-atmosphere:
667
+ :other: "{0} atm"
668
+ :pressure-bar:
669
+ :other: "{0} bars"
670
+ :pressure-hectopascal:
671
+ :other: "{0} hPa"
672
+ :pressure-inch-hg:
673
+ :other: "{0} inHg"
674
+ :pressure-kilopascal:
675
+ :other: "{0} kPa"
676
+ :pressure-megapascal:
677
+ :other: "{0} MPa"
678
+ :pressure-millibar:
679
+ :other: "{0} mbar"
680
+ :pressure-millimeter-of-mercury:
681
+ :other: "{0} mm Hg"
682
+ :pressure-pascal:
683
+ :other: "{0} Pa"
684
+ :pressure-pound-per-square-inch:
685
+ :other: "{0} psi"
686
+ :speed-kilometer-per-hour:
687
+ :other: "{0} km/h"
688
+ :speed-knot:
689
+ :other: "{0} kn"
690
+ :speed-meter-per-second:
691
+ :other: "{0} m/s"
692
+ :speed-mile-per-hour:
693
+ :other: "{0} mi/h"
694
+ :temperature-celsius:
695
+ :other: "{0}°C"
696
+ :temperature-fahrenheit:
697
+ :other: "{0}°F"
698
+ :temperature-generic:
699
+ :other: "{0}°"
700
+ :temperature-kelvin:
701
+ :other: "{0} K"
702
+ :torque-newton-meter:
703
+ :other: "{0} N.m"
704
+ :torque-pound-foot:
705
+ :other: "{0} lbf.ft"
706
+ :volume-acre-foot:
707
+ :other: "{0} ac ft"
708
+ :volume-barrel:
709
+ :other: "{0} bbl"
710
+ :volume-bushel:
711
+ :other: "{0} bu"
712
+ :volume-centiliter:
713
+ :other: "{0} cL"
714
+ :volume-cubic-centimeter:
715
+ :other: "{0} cm³"
716
+ :volume-cubic-foot:
717
+ :other: "{0} ft³"
718
+ :volume-cubic-inch:
719
+ :other: "{0} in³"
720
+ :volume-cubic-kilometer:
721
+ :other: "{0} km³"
722
+ :volume-cubic-meter:
723
+ :other: "{0} m³"
724
+ :volume-cubic-mile:
725
+ :other: "{0} mi³"
726
+ :volume-cubic-yard:
727
+ :other: "{0} yd³"
728
+ :volume-cup:
729
+ :other: "{0} c"
730
+ :volume-cup-metric:
731
+ :other: "{0} mc"
732
+ :volume-deciliter:
733
+ :other: "{0} dL"
734
+ :volume-fluid-ounce:
735
+ :other: "{0} fl oz"
736
+ :volume-fluid-ounce-imperial:
737
+ :other: "{0} fl oz Imp."
738
+ :volume-gallon:
739
+ :other: "{0} ဂါလံ"
740
+ :volume-gallon-imperial:
741
+ :other: "{0} ယူကဂေါလံ"
742
+ :volume-hectoliter:
743
+ :other: "{0} hL"
744
+ :volume-liter:
745
+ :other: "{0} လီတာ"
746
+ :volume-megaliter:
747
+ :other: "{0} ML"
748
+ :volume-milliliter:
749
+ :other: "{0} mL"
750
+ :volume-pint:
751
+ :other: "{0} pt"
752
+ :volume-pint-metric:
753
+ :other: "{0} mpt"
754
+ :volume-quart:
755
+ :other: "{0} qt"
756
+ :volume-tablespoon:
757
+ :other: "{0} tbsp"
758
+ :volume-teaspoon:
759
+ :other: "{0} tsp"