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,122 @@
1
+ ---
2
+ :be:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :few: "{0} дні"
7
+ :many: "{0} дзён"
8
+ :one: "{0} дзень"
9
+ :other: "{0} дня"
10
+ :short:
11
+ :one: "{0} day"
12
+ :other: "{0} days"
13
+ :day-future:
14
+ :default:
15
+ :one: "In {0} day"
16
+ :other: "In {0} days"
17
+ :day-past:
18
+ :default:
19
+ :one: "{0} day ago"
20
+ :other: "{0} days ago"
21
+ :hour:
22
+ :default:
23
+ :few: "{0} гадзіны"
24
+ :many: "{0} гадзін"
25
+ :one: "{0} гадзіна"
26
+ :other: "{0} гадзіны"
27
+ :short:
28
+ :one: "{0} hr"
29
+ :other: "{0} hrs"
30
+ :hour-future:
31
+ :default:
32
+ :one: "In {0} hour"
33
+ :other: "In {0} hours"
34
+ :hour-past:
35
+ :default:
36
+ :one: "{0} hour ago"
37
+ :other: "{0} hours ago"
38
+ :minute:
39
+ :default:
40
+ :few: "{0} хвіліны"
41
+ :many: "{0} хвілін"
42
+ :one: "{0} хвіліна"
43
+ :other: "{0} хвіліны"
44
+ :short:
45
+ :one: "{0} min"
46
+ :other: "{0} mins"
47
+ :minute-future:
48
+ :default:
49
+ :one: "In {0} minute"
50
+ :other: "In {0} minutes"
51
+ :minute-past:
52
+ :default:
53
+ :one: "{0} minute ago"
54
+ :other: "{0} minutes ago"
55
+ :month:
56
+ :default:
57
+ :few: "{0} месяца"
58
+ :many: "{0} месяцаў"
59
+ :one: "{0} месяц"
60
+ :other: "{0} месяца"
61
+ :short:
62
+ :one: "{0} mth"
63
+ :other: "{0} mths"
64
+ :month-future:
65
+ :default:
66
+ :one: "In {0} month"
67
+ :other: "In {0} months"
68
+ :month-past:
69
+ :default:
70
+ :one: "{0} month ago"
71
+ :other: "{0} months ago"
72
+ :second:
73
+ :default:
74
+ :few: "{0} сэкунды"
75
+ :many: "{0} сэкунд"
76
+ :one: "{0} сэкунда"
77
+ :other: "{0} сэкунды"
78
+ :short:
79
+ :one: "{0} sec"
80
+ :other: "{0} secs"
81
+ :second-future:
82
+ :default:
83
+ :one: "In {0} second"
84
+ :other: "In {0} seconds"
85
+ :second-past:
86
+ :default:
87
+ :one: "{0} second ago"
88
+ :other: "{0} seconds ago"
89
+ :week:
90
+ :default:
91
+ :few: "{0} тыдні"
92
+ :many: "{0} тыдняў"
93
+ :one: "{0} тыдзень"
94
+ :other: "{0} тыдня"
95
+ :short:
96
+ :one: "{0} wk"
97
+ :other: "{0} wks"
98
+ :week-future:
99
+ :default:
100
+ :one: "In {0} week"
101
+ :other: "In {0} weeks"
102
+ :week-past:
103
+ :default:
104
+ :one: "{0} week ago"
105
+ :other: "{0} weeks ago"
106
+ :year:
107
+ :default:
108
+ :few: "{0} гады"
109
+ :many: "{0} гадоў"
110
+ :one: "{0} год"
111
+ :other: "{0} году"
112
+ :short:
113
+ :one: "{0} yr"
114
+ :other: "{0} yrs"
115
+ :year-future:
116
+ :default:
117
+ :one: "In {0} year"
118
+ :other: "In {0} years"
119
+ :year-past:
120
+ :default:
121
+ :one: "{0} year ago"
122
+ :other: "{0} years ago"
@@ -1,122 +1,288 @@
1
1
  ---
2
2
  :be:
3
3
  :units:
4
- :day:
5
- :default:
6
- :few: "{0} дні"
7
- :many: "{0} дзён"
8
- :one: "{0} дзень"
9
- :other: "{0} дня"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :duration-day:
11
+ :few: "{0} дні"
12
+ :many: "{0} дзён"
13
+ :one: "{0} дзень"
14
+ :other: "{0} дня"
15
+ :duration-hour:
16
+ :few: "{0} гадзіны"
17
+ :many: "{0} гадзін"
18
+ :one: "{0} гадзіна"
19
+ :other: "{0} гадзіны"
20
+ :duration-minute:
21
+ :few: "{0} хвіліны"
22
+ :many: "{0} хвілін"
23
+ :one: "{0} хвіліна"
24
+ :other: "{0} хвіліны"
25
+ :duration-month:
26
+ :few: "{0} месяца"
27
+ :many: "{0} месяцаў"
28
+ :one: "{0} месяц"
29
+ :other: "{0} месяца"
30
+ :duration-second:
31
+ :few: "{0} сэкунды"
32
+ :many: "{0} сэкунд"
33
+ :one: "{0} сэкунда"
34
+ :other: "{0} сэкунды"
35
+ :duration-week:
36
+ :few: "{0} тыдні"
37
+ :many: "{0} тыдняў"
38
+ :one: "{0} тыдзень"
39
+ :other: "{0} тыдня"
40
+ :duration-year:
41
+ :few: "{0} гады"
42
+ :many: "{0} гадоў"
43
+ :one: "{0} год"
44
+ :other: "{0} году"
45
+ :narrow: {}
10
46
  :short:
11
- :one: "{0} day"
12
- :other: "{0} days"
13
- :day-future:
14
- :default:
15
- :one: "In {0} day"
16
- :other: "In {0} days"
17
- :day-past:
18
- :default:
19
- :one: "{0} day ago"
20
- :other: "{0} days ago"
21
- :hour:
22
- :default:
23
- :few: "{0} гадзіны"
24
- :many: "{0} гадзін"
25
- :one: "{0} гадзіна"
26
- :other: "{0} гадзіны"
27
- :short:
28
- :one: "{0} hr"
29
- :other: "{0} hrs"
30
- :hour-future:
31
- :default:
32
- :one: "In {0} hour"
33
- :other: "In {0} hours"
34
- :hour-past:
35
- :default:
36
- :one: "{0} hour ago"
37
- :other: "{0} hours ago"
38
- :minute:
39
- :default:
40
- :few: "{0} хвіліны"
41
- :many: "{0} хвілін"
42
- :one: "{0} хвіліна"
43
- :other: "{0} хвіліны"
44
- :short:
45
- :one: "{0} min"
46
- :other: "{0} mins"
47
- :minute-future:
48
- :default:
49
- :one: "In {0} minute"
50
- :other: "In {0} minutes"
51
- :minute-past:
52
- :default:
53
- :one: "{0} minute ago"
54
- :other: "{0} minutes ago"
55
- :month:
56
- :default:
57
- :few: "{0} месяца"
58
- :many: "{0} месяцаў"
59
- :one: "{0} месяц"
60
- :other: "{0} месяца"
61
- :short:
62
- :one: "{0} mth"
63
- :other: "{0} mths"
64
- :month-future:
65
- :default:
66
- :one: "In {0} month"
67
- :other: "In {0} months"
68
- :month-past:
69
- :default:
70
- :one: "{0} month ago"
71
- :other: "{0} months ago"
72
- :second:
73
- :default:
74
- :few: "{0} сэкунды"
75
- :many: "{0} сэкунд"
76
- :one: "{0} сэкунда"
77
- :other: "{0} сэкунды"
78
- :short:
79
- :one: "{0} sec"
80
- :other: "{0} secs"
81
- :second-future:
82
- :default:
83
- :one: "In {0} second"
84
- :other: "In {0} seconds"
85
- :second-past:
86
- :default:
87
- :one: "{0} second ago"
88
- :other: "{0} seconds ago"
89
- :week:
90
- :default:
91
- :few: "{0} тыдні"
92
- :many: "{0} тыдняў"
93
- :one: "{0} тыдзень"
94
- :other: "{0} тыдня"
95
- :short:
96
- :one: "{0} wk"
97
- :other: "{0} wks"
98
- :week-future:
99
- :default:
100
- :one: "In {0} week"
101
- :other: "In {0} weeks"
102
- :week-past:
103
- :default:
104
- :one: "{0} week ago"
105
- :other: "{0} weeks ago"
106
- :year:
107
- :default:
108
- :few: "{0} гады"
109
- :many: "{0} гадоў"
110
- :one: "{0} год"
111
- :other: "{0} году"
112
- :short:
113
- :one: "{0} yr"
114
- :other: "{0} yrs"
115
- :year-future:
116
- :default:
117
- :one: "In {0} year"
118
- :other: "In {0} years"
119
- :year-past:
120
- :default:
121
- :one: "{0} year ago"
122
- :other: "{0} years ago"
47
+ :acceleration-g-force:
48
+ :other: "{0} G"
49
+ :acceleration-meter-per-second-squared:
50
+ :other: "{0} m/s²"
51
+ :angle-arc-minute:
52
+ :other: "{0}"
53
+ :angle-arc-second:
54
+ :other: "{0}″"
55
+ :angle-degree:
56
+ :other: "{0}°"
57
+ :angle-radian:
58
+ :other: "{0} rad"
59
+ :area-acre:
60
+ :other: "{0} ac"
61
+ :area-hectare:
62
+ :other: "{0} ha"
63
+ :area-square-centimeter:
64
+ :other: "{0} cm²"
65
+ :area-square-foot:
66
+ :other: "{0} ft²"
67
+ :area-square-inch:
68
+ :other: "{0} in²"
69
+ :area-square-kilometer:
70
+ :other: "{0} km²"
71
+ :area-square-meter:
72
+ :other: "{0} "
73
+ :area-square-mile:
74
+ :other: "{0} mi²"
75
+ :area-square-yard:
76
+ :other: "{0} yd²"
77
+ :consumption-liter-per-kilometer:
78
+ :other: "{0} L/km"
79
+ :consumption-mile-per-gallon:
80
+ :other: "{0} mpg"
81
+ :digital-bit:
82
+ :other: "{0} bit"
83
+ :digital-byte:
84
+ :other: "{0} byte"
85
+ :digital-gigabit:
86
+ :other: "{0} Gb"
87
+ :digital-gigabyte:
88
+ :other: "{0} GB"
89
+ :digital-kilobit:
90
+ :other: "{0} kb"
91
+ :digital-kilobyte:
92
+ :other: "{0} kB"
93
+ :digital-megabit:
94
+ :other: "{0} Mb"
95
+ :digital-megabyte:
96
+ :other: "{0} MB"
97
+ :digital-terabit:
98
+ :other: "{0} Tb"
99
+ :digital-terabyte:
100
+ :other: "{0} TB"
101
+ :duration-day:
102
+ :other: "{0} d"
103
+ :duration-hour:
104
+ :other: "{0} h"
105
+ :duration-microsecond:
106
+ :other: "{0} μs"
107
+ :duration-millisecond:
108
+ :other: "{0} ms"
109
+ :duration-minute:
110
+ :other: "{0} min"
111
+ :duration-month:
112
+ :other: "{0} m"
113
+ :duration-nanosecond:
114
+ :other: "{0} ns"
115
+ :duration-second:
116
+ :other: "{0} s"
117
+ :duration-week:
118
+ :other: "{0} w"
119
+ :duration-year:
120
+ :other: "{0} y"
121
+ :electric-ampere:
122
+ :other: "{0} A"
123
+ :electric-milliampere:
124
+ :other: "{0} mA"
125
+ :electric-ohm:
126
+ :other: "{0} Ω"
127
+ :electric-volt:
128
+ :other: "{0} V"
129
+ :energy-calorie:
130
+ :other: "{0} cal"
131
+ :energy-foodcalorie:
132
+ :other: "{0} Cal"
133
+ :energy-joule:
134
+ :other: "{0} J"
135
+ :energy-kilocalorie:
136
+ :other: "{0} kcal"
137
+ :energy-kilojoule:
138
+ :other: "{0} kJ"
139
+ :energy-kilowatt-hour:
140
+ :other: "{0} kWh"
141
+ :frequency-gigahertz:
142
+ :other: "{0} GHz"
143
+ :frequency-hertz:
144
+ :other: "{0} Hz"
145
+ :frequency-kilohertz:
146
+ :other: "{0} kHz"
147
+ :frequency-megahertz:
148
+ :other: "{0} MHz"
149
+ :length-astronomical-unit:
150
+ :other: "{0} au"
151
+ :length-centimeter:
152
+ :other: "{0} cm"
153
+ :length-decimeter:
154
+ :other: "{0} dm"
155
+ :length-fathom:
156
+ :other: "{0} fm"
157
+ :length-foot:
158
+ :other: "{0} ft"
159
+ :length-furlong:
160
+ :other: "{0} fur"
161
+ :length-inch:
162
+ :other: "{0} in"
163
+ :length-kilometer:
164
+ :other: "{0} km"
165
+ :length-light-year:
166
+ :other: "{0} ly"
167
+ :length-meter:
168
+ :other: "{0} m"
169
+ :length-micrometer:
170
+ :other: "{0} µm"
171
+ :length-mile:
172
+ :other: "{0} mi"
173
+ :length-millimeter:
174
+ :other: "{0} mm"
175
+ :length-nanometer:
176
+ :other: "{0} nm"
177
+ :length-nautical-mile:
178
+ :other: "{0} nmi"
179
+ :length-parsec:
180
+ :other: "{0} pc"
181
+ :length-picometer:
182
+ :other: "{0} pm"
183
+ :length-yard:
184
+ :other: "{0} yd"
185
+ :light-lux:
186
+ :other: "{0} lx"
187
+ :mass-carat:
188
+ :other: "{0} CD"
189
+ :mass-gram:
190
+ :other: "{0} g"
191
+ :mass-kilogram:
192
+ :other: "{0} kg"
193
+ :mass-metric-ton:
194
+ :other: "{0} t"
195
+ :mass-microgram:
196
+ :other: "{0} µg"
197
+ :mass-milligram:
198
+ :other: "{0} mg"
199
+ :mass-ounce:
200
+ :other: "{0} oz"
201
+ :mass-ounce-troy:
202
+ :other: "{0} oz t"
203
+ :mass-pound:
204
+ :other: "{0} lb"
205
+ :mass-stone:
206
+ :other: "{0} st"
207
+ :mass-ton:
208
+ :other: "{0} tn"
209
+ :power-gigawatt:
210
+ :other: "{0} GW"
211
+ :power-horsepower:
212
+ :other: "{0} hp"
213
+ :power-kilowatt:
214
+ :other: "{0} kW"
215
+ :power-megawatt:
216
+ :other: "{0} MW"
217
+ :power-milliwatt:
218
+ :other: "{0} mW"
219
+ :power-watt:
220
+ :other: "{0} W"
221
+ :pressure-hectopascal:
222
+ :other: "{0} hPa"
223
+ :pressure-inch-hg:
224
+ :other: "{0} inHg"
225
+ :pressure-millibar:
226
+ :other: "{0} mbar"
227
+ :pressure-millimeter-of-mercury:
228
+ :other: "{0} mm Hg"
229
+ :pressure-pound-per-square-inch:
230
+ :other: "{0} psi"
231
+ :proportion-karat:
232
+ :other: "{0} kt"
233
+ :speed-kilometer-per-hour:
234
+ :other: "{0} km/h"
235
+ :speed-meter-per-second:
236
+ :other: "{0} m/s"
237
+ :speed-mile-per-hour:
238
+ :other: "{0} mi/h"
239
+ :temperature-celsius:
240
+ :other: "{0}°C"
241
+ :temperature-fahrenheit:
242
+ :other: "{0}°F"
243
+ :temperature-kelvin:
244
+ :other: "{0} K"
245
+ :volume-acre-foot:
246
+ :other: "{0} ac ft"
247
+ :volume-bushel:
248
+ :other: "{0} bu"
249
+ :volume-centiliter:
250
+ :other: "{0} cL"
251
+ :volume-cubic-centimeter:
252
+ :other: "{0} cm³"
253
+ :volume-cubic-foot:
254
+ :other: "{0} ft³"
255
+ :volume-cubic-inch:
256
+ :other: "{0} in³"
257
+ :volume-cubic-kilometer:
258
+ :other: "{0} km³"
259
+ :volume-cubic-meter:
260
+ :other: "{0} m³"
261
+ :volume-cubic-mile:
262
+ :other: "{0} mi³"
263
+ :volume-cubic-yard:
264
+ :other: "{0} yd³"
265
+ :volume-cup:
266
+ :other: "{0} c"
267
+ :volume-deciliter:
268
+ :other: "{0} dL"
269
+ :volume-fluid-ounce:
270
+ :other: "{0} fl oz"
271
+ :volume-gallon:
272
+ :other: "{0} gal"
273
+ :volume-hectoliter:
274
+ :other: "{0} hL"
275
+ :volume-liter:
276
+ :other: "{0} l"
277
+ :volume-megaliter:
278
+ :other: "{0} ML"
279
+ :volume-milliliter:
280
+ :other: "{0} mL"
281
+ :volume-pint:
282
+ :other: "{0} pt"
283
+ :volume-quart:
284
+ :other: "{0} qt"
285
+ :volume-tablespoon:
286
+ :other: "{0} tbsp"
287
+ :volume-teaspoon:
288
+ :other: "{0} tsp"