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
+ :en-150:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} day"
7
+ :other: "{0} days"
8
+ :short:
9
+ :one: "{0} day"
10
+ :other: "{0} days"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} day"
14
+ :other: "In {0} days"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} day ago"
18
+ :other: "{0} days ago"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hour"
22
+ :other: "{0} hours"
23
+ :short:
24
+ :one: "{0} hr"
25
+ :other: "{0} hrs"
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} hour"
29
+ :other: "In {0} hours"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} hour ago"
33
+ :other: "{0} hours ago"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0} minutes"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} mins"
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} minute"
44
+ :other: "In {0} minutes"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} minute ago"
48
+ :other: "{0} minutes ago"
49
+ :month:
50
+ :default:
51
+ :one: "{0} month"
52
+ :other: "{0} months"
53
+ :short:
54
+ :one: "{0} mth"
55
+ :other: "{0} mths"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} month"
59
+ :other: "In {0} months"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} month ago"
63
+ :other: "{0} months ago"
64
+ :second:
65
+ :default:
66
+ :one: "{0} second"
67
+ :other: "{0} seconds"
68
+ :short:
69
+ :one: "{0} sec"
70
+ :other: "{0} secs"
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} second"
74
+ :other: "In {0} seconds"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} second ago"
78
+ :other: "{0} seconds ago"
79
+ :week:
80
+ :default:
81
+ :one: "{0} week"
82
+ :other: "{0} weeks"
83
+ :short:
84
+ :one: "{0} wk"
85
+ :other: "{0} wks"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} week"
89
+ :other: "In {0} weeks"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} week ago"
93
+ :other: "{0} weeks ago"
94
+ :year:
95
+ :default:
96
+ :one: "{0} year"
97
+ :other: "{0} years"
98
+ :short:
99
+ :one: "{0} yr"
100
+ :other: "{0} yrs"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} year"
104
+ :other: "In {0} years"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} year ago"
108
+ :other: "{0} years ago"
@@ -1,108 +1,1094 @@
1
1
  ---
2
2
  :en-150:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} day"
7
- :other: "{0} days"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :one: "{0} g-force"
12
+ :other: "{0} g-force"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} meter per second squared"
15
+ :other: "{0} meters per second squared"
16
+ :angle-arc-minute:
17
+ :one: "{0} arcminute"
18
+ :other: "{0} arcminutes"
19
+ :angle-arc-second:
20
+ :one: "{0} arcsecond"
21
+ :other: "{0} arcseconds"
22
+ :angle-degree:
23
+ :one: "{0} degree"
24
+ :other: "{0} degrees"
25
+ :angle-radian:
26
+ :one: "{0} radian"
27
+ :other: "{0} radians"
28
+ :area-acre:
29
+ :one: "{0} acre"
30
+ :other: "{0} acres"
31
+ :area-hectare:
32
+ :one: "{0} hectare"
33
+ :other: "{0} hectares"
34
+ :area-square-centimeter:
35
+ :one: "{0} square centimeter"
36
+ :other: "{0} square centimeters"
37
+ :area-square-foot:
38
+ :one: "{0} square foot"
39
+ :other: "{0} square feet"
40
+ :area-square-inch:
41
+ :one: "{0} square inch"
42
+ :other: "{0} square inches"
43
+ :area-square-kilometer:
44
+ :one: "{0} square kilometer"
45
+ :other: "{0} square kilometers"
46
+ :area-square-meter:
47
+ :one: "{0} square meter"
48
+ :other: "{0} square meters"
49
+ :area-square-mile:
50
+ :one: "{0} square mile"
51
+ :other: "{0} square miles"
52
+ :area-square-yard:
53
+ :one: "{0} square yard"
54
+ :other: "{0} square yards"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} liter per kilometer"
57
+ :other: "{0} liters per kilometer"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} mile per gallon"
60
+ :other: "{0} miles per gallon"
61
+ :digital-bit:
62
+ :one: "{0} bit"
63
+ :other: "{0} bits"
64
+ :digital-byte:
65
+ :one: "{0} byte"
66
+ :other: "{0} bytes"
67
+ :digital-gigabit:
68
+ :one: "{0} gigabit"
69
+ :other: "{0} gigabits"
70
+ :digital-gigabyte:
71
+ :one: "{0} gigabyte"
72
+ :other: "{0} gigabytes"
73
+ :digital-kilobit:
74
+ :one: "{0} kilobit"
75
+ :other: "{0} kilobits"
76
+ :digital-kilobyte:
77
+ :one: "{0} kilobyte"
78
+ :other: "{0} kilobytes"
79
+ :digital-megabit:
80
+ :one: "{0} megabit"
81
+ :other: "{0} megabits"
82
+ :digital-megabyte:
83
+ :one: "{0} megabyte"
84
+ :other: "{0} megabytes"
85
+ :digital-terabit:
86
+ :one: "{0} terabit"
87
+ :other: "{0} terabits"
88
+ :digital-terabyte:
89
+ :one: "{0} terabyte"
90
+ :other: "{0} terabytes"
91
+ :duration-day:
92
+ :one: "{0} day"
93
+ :other: "{0} days"
94
+ :duration-hour:
95
+ :one: "{0} hour"
96
+ :other: "{0} hours"
97
+ :duration-microsecond:
98
+ :one: "{0} microsecond"
99
+ :other: "{0} microseconds"
100
+ :duration-millisecond:
101
+ :one: "{0} millisecond"
102
+ :other: "{0} milliseconds"
103
+ :duration-minute:
104
+ :one: "{0} minute"
105
+ :other: "{0} minutes"
106
+ :duration-month:
107
+ :one: "{0} month"
108
+ :other: "{0} months"
109
+ :duration-nanosecond:
110
+ :one: "{0} nanosecond"
111
+ :other: "{0} nanoseconds"
112
+ :duration-second:
113
+ :one: "{0} second"
114
+ :other: "{0} seconds"
115
+ :duration-week:
116
+ :one: "{0} week"
117
+ :other: "{0} weeks"
118
+ :duration-year:
119
+ :one: "{0} year"
120
+ :other: "{0} years"
121
+ :electric-ampere:
122
+ :one: "{0} ampere"
123
+ :other: "{0} amperes"
124
+ :electric-milliampere:
125
+ :one: "{0} milliampere"
126
+ :other: "{0} milliamperes"
127
+ :electric-ohm:
128
+ :one: "{0} ohm"
129
+ :other: "{0} ohms"
130
+ :electric-volt:
131
+ :one: "{0} volt"
132
+ :other: "{0} volts"
133
+ :energy-calorie:
134
+ :one: "{0} calorie"
135
+ :other: "{0} calories"
136
+ :energy-foodcalorie:
137
+ :one: "{0} Calorie"
138
+ :other: "{0} Calories"
139
+ :energy-joule:
140
+ :one: "{0} joule"
141
+ :other: "{0} joules"
142
+ :energy-kilocalorie:
143
+ :one: "{0} kilocalorie"
144
+ :other: "{0} kilocalories"
145
+ :energy-kilojoule:
146
+ :one: "{0} kilojoule"
147
+ :other: "{0} kilojoules"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} kilowatt hour"
150
+ :other: "{0} kilowatt-hours"
151
+ :frequency-gigahertz:
152
+ :one: "{0} gigahertz"
153
+ :other: "{0} gigahertz"
154
+ :frequency-hertz:
155
+ :one: "{0} hertz"
156
+ :other: "{0} hertz"
157
+ :frequency-kilohertz:
158
+ :one: "{0} kilohertz"
159
+ :other: "{0} kilohertz"
160
+ :frequency-megahertz:
161
+ :one: "{0} megahertz"
162
+ :other: "{0} megahertz"
163
+ :length-astronomical-unit:
164
+ :one: "{0} astronomical unit"
165
+ :other: "{0} astronomical units"
166
+ :length-centimeter:
167
+ :one: "{0} centimeter"
168
+ :other: "{0} centimeters"
169
+ :length-decimeter:
170
+ :one: "{0} decimeter"
171
+ :other: "{0} decimeters"
172
+ :length-fathom:
173
+ :one: "{0} fathom"
174
+ :other: "{0} fathoms"
175
+ :length-foot:
176
+ :one: "{0} foot"
177
+ :other: "{0} feet"
178
+ :length-furlong:
179
+ :one: "{0} furlong"
180
+ :other: "{0} furlongs"
181
+ :length-inch:
182
+ :one: "{0} inch"
183
+ :other: "{0} inches"
184
+ :length-kilometer:
185
+ :one: "{0} kilometer"
186
+ :other: "{0} kilometers"
187
+ :length-light-year:
188
+ :one: "{0} light year"
189
+ :other: "{0} light years"
190
+ :length-meter:
191
+ :one: "{0} meter"
192
+ :other: "{0} meters"
193
+ :length-micrometer:
194
+ :one: "{0} micrometer"
195
+ :other: "{0} micrometers"
196
+ :length-mile:
197
+ :one: "{0} mile"
198
+ :other: "{0} miles"
199
+ :length-millimeter:
200
+ :one: "{0} millimeter"
201
+ :other: "{0} millimeters"
202
+ :length-nanometer:
203
+ :one: "{0} nanometer"
204
+ :other: "{0} nanometers"
205
+ :length-nautical-mile:
206
+ :one: "{0} nautical mile"
207
+ :other: "{0} nautical miles"
208
+ :length-parsec:
209
+ :one: "{0} parsec"
210
+ :other: "{0} parsecs"
211
+ :length-picometer:
212
+ :one: "{0} picometer"
213
+ :other: "{0} picometers"
214
+ :length-yard:
215
+ :one: "{0} yard"
216
+ :other: "{0} yards"
217
+ :light-lux:
218
+ :one: "{0} lux"
219
+ :other: "{0} lux"
220
+ :mass-carat:
221
+ :one: "{0} carat"
222
+ :other: "{0} carats"
223
+ :mass-gram:
224
+ :one: "{0} gram"
225
+ :other: "{0} grams"
226
+ :mass-kilogram:
227
+ :one: "{0} kilogram"
228
+ :other: "{0} kilograms"
229
+ :mass-metric-ton:
230
+ :one: "{0} metric ton"
231
+ :other: "{0} metric tons"
232
+ :mass-microgram:
233
+ :one: "{0} microgram"
234
+ :other: "{0} micrograms"
235
+ :mass-milligram:
236
+ :one: "{0} milligram"
237
+ :other: "{0} milligrams"
238
+ :mass-ounce:
239
+ :one: "{0} ounce"
240
+ :other: "{0} ounces"
241
+ :mass-ounce-troy:
242
+ :one: "{0} troy ounce"
243
+ :other: "{0} troy ounces"
244
+ :mass-pound:
245
+ :one: "{0} pound"
246
+ :other: "{0} pounds"
247
+ :mass-stone:
248
+ :one: "{0} stone"
249
+ :other: "{0} stones"
250
+ :mass-ton:
251
+ :one: "{0} ton"
252
+ :other: "{0} tons"
253
+ :power-gigawatt:
254
+ :one: "{0} gigawatt"
255
+ :other: "{0} gigawatts"
256
+ :power-horsepower:
257
+ :one: "{0} horsepower"
258
+ :other: "{0} horsepower"
259
+ :power-kilowatt:
260
+ :one: "{0} kilowatt"
261
+ :other: "{0} kilowatts"
262
+ :power-megawatt:
263
+ :one: "{0} megawatt"
264
+ :other: "{0} megawatts"
265
+ :power-milliwatt:
266
+ :one: "{0} milliwatt"
267
+ :other: "{0} milliwatts"
268
+ :power-watt:
269
+ :one: "{0} watt"
270
+ :other: "{0} watts"
271
+ :pressure-hectopascal:
272
+ :one: "{0} hectopascal"
273
+ :other: "{0} hectopascals"
274
+ :pressure-inch-hg:
275
+ :one: "{0} inch of mercury"
276
+ :other: "{0} inches of mercury"
277
+ :pressure-millibar:
278
+ :one: "{0} millibar"
279
+ :other: "{0} millibars"
280
+ :pressure-millimeter-of-mercury:
281
+ :one: "{0} millimeter of mercury"
282
+ :other: "{0} millimeters of mercury"
283
+ :pressure-pound-per-square-inch:
284
+ :one: "{0} pound per square inch"
285
+ :other: "{0} pounds per square inch"
286
+ :proportion-karat:
287
+ :one: "{0} karat"
288
+ :other: "{0} karats"
289
+ :speed-kilometer-per-hour:
290
+ :one: "{0} kilometer per hour"
291
+ :other: "{0} kilometers per hour"
292
+ :speed-meter-per-second:
293
+ :one: "{0} meter per second"
294
+ :other: "{0} meters per second"
295
+ :speed-mile-per-hour:
296
+ :one: "{0} mile per hour"
297
+ :other: "{0} miles per hour"
298
+ :temperature-celsius:
299
+ :one: "{0} degree Celsius"
300
+ :other: "{0} degrees Celsius"
301
+ :temperature-fahrenheit:
302
+ :one: "{0} degree Fahrenheit"
303
+ :other: "{0} degrees Fahrenheit"
304
+ :temperature-kelvin:
305
+ :one: "{0} kelvin"
306
+ :other: "{0} kelvins"
307
+ :volume-acre-foot:
308
+ :one: "{0} acre-foot"
309
+ :other: "{0} acre-feet"
310
+ :volume-bushel:
311
+ :one: "{0} bushel"
312
+ :other: "{0} bushels"
313
+ :volume-centiliter:
314
+ :one: "{0} centiliter"
315
+ :other: "{0} centiliters"
316
+ :volume-cubic-centimeter:
317
+ :one: "{0} cubic centimeter"
318
+ :other: "{0} cubic centimeters"
319
+ :volume-cubic-foot:
320
+ :one: "{0} cubic foot"
321
+ :other: "{0} cubic feet"
322
+ :volume-cubic-inch:
323
+ :one: "{0} cubic inch"
324
+ :other: "{0} cubic inches"
325
+ :volume-cubic-kilometer:
326
+ :one: "{0} cubic kilometer"
327
+ :other: "{0} cubic kilometers"
328
+ :volume-cubic-meter:
329
+ :one: "{0} cubic meter"
330
+ :other: "{0} cubic meters"
331
+ :volume-cubic-mile:
332
+ :one: "{0} cubic mile"
333
+ :other: "{0} cubic miles"
334
+ :volume-cubic-yard:
335
+ :one: "{0} cubic yard"
336
+ :other: "{0} cubic yards"
337
+ :volume-cup:
338
+ :one: "{0} cup"
339
+ :other: "{0} cups"
340
+ :volume-deciliter:
341
+ :one: "{0} deciliter"
342
+ :other: "{0} deciliters"
343
+ :volume-fluid-ounce:
344
+ :one: "{0} fluid ounce"
345
+ :other: "{0} fluid ounces"
346
+ :volume-gallon:
347
+ :one: "{0} gallon"
348
+ :other: "{0} gallons"
349
+ :volume-hectoliter:
350
+ :one: "{0} hectoliter"
351
+ :other: "{0} hectoliters"
352
+ :volume-liter:
353
+ :one: "{0} liter"
354
+ :other: "{0} liters"
355
+ :volume-megaliter:
356
+ :one: "{0} megaliter"
357
+ :other: "{0} megaliters"
358
+ :volume-milliliter:
359
+ :one: "{0} milliliter"
360
+ :other: "{0} milliliters"
361
+ :volume-pint:
362
+ :one: "{0} pint"
363
+ :other: "{0} pints"
364
+ :volume-quart:
365
+ :one: "{0} quart"
366
+ :other: "{0} quarts"
367
+ :volume-tablespoon:
368
+ :one: "{0} tablespoon"
369
+ :other: "{0} tablespoons"
370
+ :volume-teaspoon:
371
+ :one: "{0} teaspoon"
372
+ :other: "{0} teaspoons"
373
+ :narrow:
374
+ :acceleration-g-force:
375
+ :one: "{0}G"
376
+ :other: "{0}Gs"
377
+ :acceleration-meter-per-second-squared:
378
+ :one: "{0}m/s²"
379
+ :other: "{0}m/s²"
380
+ :angle-arc-minute:
381
+ :one: "{0}′"
382
+ :other: "{0}′"
383
+ :angle-arc-second:
384
+ :one: "{0}″"
385
+ :other: "{0}″"
386
+ :angle-degree:
387
+ :one: "{0}°"
388
+ :other: "{0}°"
389
+ :angle-radian:
390
+ :one: "{0}rad"
391
+ :other: "{0}rad"
392
+ :area-acre:
393
+ :one: "{0}ac"
394
+ :other: "{0}ac"
395
+ :area-hectare:
396
+ :one: "{0}ha"
397
+ :other: "{0}ha"
398
+ :area-square-centimeter:
399
+ :one: "{0}cm²"
400
+ :other: "{0}cm²"
401
+ :area-square-foot:
402
+ :one: "{0}ft²"
403
+ :other: "{0}ft²"
404
+ :area-square-inch:
405
+ :one: "{0}in²"
406
+ :other: "{0}in²"
407
+ :area-square-mile:
408
+ :one: "{0}mi²"
409
+ :other: "{0}mi²"
410
+ :area-square-yard:
411
+ :one: "{0}yd²"
412
+ :other: "{0}yd²"
413
+ :consumption-liter-per-kilometer:
414
+ :one: "{0}L/km"
415
+ :other: "{0}L/km"
416
+ :consumption-mile-per-gallon:
417
+ :one: "{0}mpg"
418
+ :other: "{0}mpg"
419
+ :digital-bit:
420
+ :one: "{0}bit"
421
+ :other: "{0}bit"
422
+ :digital-byte:
423
+ :one: "{0}byte"
424
+ :other: "{0}byte"
425
+ :digital-gigabit:
426
+ :one: "{0}Gb"
427
+ :other: "{0}Gb"
428
+ :digital-gigabyte:
429
+ :one: "{0}GB"
430
+ :other: "{0}GB"
431
+ :digital-kilobit:
432
+ :one: "{0}kb"
433
+ :other: "{0}kb"
434
+ :digital-kilobyte:
435
+ :one: "{0}kB"
436
+ :other: "{0}kB"
437
+ :digital-megabit:
438
+ :one: "{0}Mb"
439
+ :other: "{0}Mb"
440
+ :digital-megabyte:
441
+ :one: "{0}MB"
442
+ :other: "{0}MB"
443
+ :digital-terabit:
444
+ :one: "{0}Tb"
445
+ :other: "{0}Tb"
446
+ :digital-terabyte:
447
+ :one: "{0}TB"
448
+ :other: "{0}TB"
449
+ :duration-day:
450
+ :one: "{0}d"
451
+ :other: "{0}d"
452
+ :duration-hour:
453
+ :one: "{0}h"
454
+ :other: "{0}h"
455
+ :duration-microsecond:
456
+ :one: "{0}μs"
457
+ :other: "{0}μs"
458
+ :duration-millisecond:
459
+ :one: "{0}ms"
460
+ :other: "{0}ms"
461
+ :duration-minute:
462
+ :one: "{0}m"
463
+ :other: "{0}m"
464
+ :duration-month:
465
+ :one: "{0}m"
466
+ :other: "{0}m"
467
+ :duration-nanosecond:
468
+ :one: "{0}ns"
469
+ :other: "{0}ns"
470
+ :duration-second:
471
+ :one: "{0}s"
472
+ :other: "{0}s"
473
+ :duration-week:
474
+ :one: "{0}w"
475
+ :other: "{0}w"
476
+ :duration-year:
477
+ :one: "{0}y"
478
+ :other: "{0}y"
479
+ :electric-ampere:
480
+ :one: "{0}A"
481
+ :other: "{0}A"
482
+ :electric-milliampere:
483
+ :one: "{0}mA"
484
+ :other: "{0}mA"
485
+ :electric-ohm:
486
+ :one: "{0}Ω"
487
+ :other: "{0}Ω"
488
+ :electric-volt:
489
+ :one: "{0}V"
490
+ :other: "{0}V"
491
+ :energy-calorie:
492
+ :one: "{0}cal"
493
+ :other: "{0}cal"
494
+ :energy-foodcalorie:
495
+ :one: "{0}Cal"
496
+ :other: "{0}Cal"
497
+ :energy-joule:
498
+ :one: "{0}J"
499
+ :other: "{0}J"
500
+ :energy-kilocalorie:
501
+ :one: "{0}kcal"
502
+ :other: "{0}kcal"
503
+ :energy-kilojoule:
504
+ :one: "{0}kJ"
505
+ :other: "{0}kJ"
506
+ :energy-kilowatt-hour:
507
+ :one: "{0}kWh"
508
+ :other: "{0}kWh"
509
+ :frequency-gigahertz:
510
+ :one: "{0}GHz"
511
+ :other: "{0}GHz"
512
+ :frequency-hertz:
513
+ :one: "{0}Hz"
514
+ :other: "{0}Hz"
515
+ :frequency-kilohertz:
516
+ :one: "{0}kHz"
517
+ :other: "{0}kHz"
518
+ :frequency-megahertz:
519
+ :one: "{0}MHz"
520
+ :other: "{0}MHz"
521
+ :length-astronomical-unit:
522
+ :one: "{0}au"
523
+ :other: "{0}au"
524
+ :length-centimeter:
525
+ :one: "{0}cm"
526
+ :other: "{0}cm"
527
+ :length-decimeter:
528
+ :one: "{0}dm"
529
+ :other: "{0}dm"
530
+ :length-fathom:
531
+ :one: "{0}fm"
532
+ :other: "{0}fm"
533
+ :length-foot:
534
+ :one: "{0}′"
535
+ :other: "{0}′"
536
+ :length-furlong:
537
+ :one: "{0}fur"
538
+ :other: "{0}fur"
539
+ :length-inch:
540
+ :one: "{0}″"
541
+ :other: "{0}″"
542
+ :length-kilometer:
543
+ :one: "{0}km"
544
+ :other: "{0}km"
545
+ :length-light-year:
546
+ :one: "{0}ly"
547
+ :other: "{0}ly"
548
+ :length-meter:
549
+ :one: "{0}m"
550
+ :other: "{0}m"
551
+ :length-micrometer:
552
+ :one: "{0}µm"
553
+ :other: "{0}µm"
554
+ :length-mile:
555
+ :one: "{0}mi"
556
+ :other: "{0}mi"
557
+ :length-millimeter:
558
+ :one: "{0}mm"
559
+ :other: "{0}mm"
560
+ :length-nanometer:
561
+ :one: "{0}nm"
562
+ :other: "{0}nm"
563
+ :length-nautical-mile:
564
+ :one: "{0}nmi"
565
+ :other: "{0}nmi"
566
+ :length-parsec:
567
+ :one: "{0}pc"
568
+ :other: "{0}pc"
569
+ :length-picometer:
570
+ :one: "{0}pm"
571
+ :other: "{0}pm"
572
+ :length-yard:
573
+ :one: "{0}yd"
574
+ :other: "{0}yd"
575
+ :light-lux:
576
+ :one: "{0}lx"
577
+ :other: "{0}lx"
578
+ :mass-carat:
579
+ :one: "{0}CD"
580
+ :other: "{0}CD"
581
+ :mass-gram:
582
+ :one: "{0}g"
583
+ :other: "{0}g"
584
+ :mass-kilogram:
585
+ :one: "{0}kg"
586
+ :other: "{0}kg"
587
+ :mass-metric-ton:
588
+ :one: "{0}t"
589
+ :other: "{0}t"
590
+ :mass-microgram:
591
+ :one: "{0}µg"
592
+ :other: "{0}µg"
593
+ :mass-milligram:
594
+ :one: "{0}mg"
595
+ :other: "{0}mg"
596
+ :mass-ounce:
597
+ :one: "{0}oz"
598
+ :other: "{0}oz"
599
+ :mass-ounce-troy:
600
+ :one: "{0}oz t"
601
+ :other: "{0}oz t"
602
+ :mass-pound:
603
+ :one: "{0}#"
604
+ :other: "{0}#"
605
+ :mass-stone:
606
+ :one: "{0}st"
607
+ :other: "{0}st"
608
+ :mass-ton:
609
+ :one: "{0}tn"
610
+ :other: "{0}tn"
611
+ :power-gigawatt:
612
+ :one: "{0}GW"
613
+ :other: "{0}GW"
614
+ :power-horsepower:
615
+ :one: "{0}hp"
616
+ :other: "{0}hp"
617
+ :power-kilowatt:
618
+ :one: "{0}kW"
619
+ :other: "{0}kW"
620
+ :power-megawatt:
621
+ :one: "{0}MW"
622
+ :other: "{0}MW"
623
+ :power-milliwatt:
624
+ :one: "{0}mW"
625
+ :other: "{0}mW"
626
+ :power-watt:
627
+ :one: "{0}W"
628
+ :other: "{0}W"
629
+ :pressure-hectopascal:
630
+ :one: "{0}hPa"
631
+ :other: "{0}hPa"
632
+ :pressure-inch-hg:
633
+ :one: "{0}″ Hg"
634
+ :other: "{0}″ Hg"
635
+ :pressure-millibar:
636
+ :one: "{0}mb"
637
+ :other: "{0}mb"
638
+ :pressure-millimeter-of-mercury:
639
+ :one: "{0}mm Hg"
640
+ :other: "{0}mm Hg"
641
+ :pressure-pound-per-square-inch:
642
+ :one: "{0}psi"
643
+ :other: "{0}psi"
644
+ :proportion-karat:
645
+ :one: "{0}kt"
646
+ :other: "{0}kt"
647
+ :speed-kilometer-per-hour:
648
+ :one: "{0}kph"
649
+ :other: "{0}kph"
650
+ :speed-meter-per-second:
651
+ :one: "{0}m/s"
652
+ :other: "{0}m/s"
653
+ :speed-mile-per-hour:
654
+ :one: "{0}mph"
655
+ :other: "{0}mph"
656
+ :temperature-celsius:
657
+ :one: "{0}°C"
658
+ :other: "{0}°C"
659
+ :temperature-fahrenheit:
660
+ :one: "{0}°"
661
+ :other: "{0}°"
662
+ :temperature-kelvin:
663
+ :one: "{0}K"
664
+ :other: "{0}K"
665
+ :volume-acre-foot:
666
+ :one: "{0}ac ft"
667
+ :other: "{0}ac ft"
668
+ :volume-bushel:
669
+ :one: "{0}bu"
670
+ :other: "{0}bu"
671
+ :volume-centiliter:
672
+ :one: "{0}cL"
673
+ :other: "{0}cL"
674
+ :volume-cubic-centimeter:
675
+ :one: "{0}cm³"
676
+ :other: "{0}cm³"
677
+ :volume-cubic-foot:
678
+ :one: "{0}ft³"
679
+ :other: "{0}ft³"
680
+ :volume-cubic-inch:
681
+ :one: "{0}in³"
682
+ :other: "{0}in³"
683
+ :volume-cubic-kilometer:
684
+ :one: "{0}km³"
685
+ :other: "{0}km³"
686
+ :volume-cubic-meter:
687
+ :one: "{0}m³"
688
+ :other: "{0}m³"
689
+ :volume-cubic-mile:
690
+ :one: "{0}mi³"
691
+ :other: "{0}mi³"
692
+ :volume-cubic-yard:
693
+ :one: "{0}yd³"
694
+ :other: "{0}yd³"
695
+ :volume-cup:
696
+ :one: "{0}c"
697
+ :other: "{0}c"
698
+ :volume-deciliter:
699
+ :one: "{0}dL"
700
+ :other: "{0}dL"
701
+ :volume-fluid-ounce:
702
+ :one: "{0}fl oz"
703
+ :other: "{0}fl oz"
704
+ :volume-gallon:
705
+ :one: "{0}gal"
706
+ :other: "{0}gal"
707
+ :volume-hectoliter:
708
+ :one: "{0}hL"
709
+ :other: "{0}hL"
710
+ :volume-liter:
711
+ :one: "{0}l"
712
+ :other: "{0}l"
713
+ :volume-megaliter:
714
+ :one: "{0}ML"
715
+ :other: "{0}ML"
716
+ :volume-milliliter:
717
+ :one: "{0}mL"
718
+ :other: "{0}mL"
719
+ :volume-pint:
720
+ :one: "{0}pt"
721
+ :other: "{0}pt"
722
+ :volume-quart:
723
+ :one: "{0}qt"
724
+ :other: "{0}qt"
725
+ :volume-tablespoon:
726
+ :one: "{0}tbsp"
727
+ :other: "{0}tbsp"
728
+ :volume-teaspoon:
729
+ :one: "{0}tsp"
730
+ :other: "{0}tsp"
8
731
  :short:
9
- :one: "{0} day"
10
- :other: "{0} days"
11
- :day-future:
12
- :default:
13
- :one: "In {0} day"
14
- :other: "In {0} days"
15
- :day-past:
16
- :default:
17
- :one: "{0} day ago"
18
- :other: "{0} days ago"
19
- :hour:
20
- :default:
21
- :one: "{0} hour"
22
- :other: "{0} hours"
23
- :short:
24
- :one: "{0} hr"
25
- :other: "{0} hrs"
26
- :hour-future:
27
- :default:
28
- :one: "In {0} hour"
29
- :other: "In {0} hours"
30
- :hour-past:
31
- :default:
32
- :one: "{0} hour ago"
33
- :other: "{0} hours ago"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0} minutes"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} mins"
41
- :minute-future:
42
- :default:
43
- :one: "In {0} minute"
44
- :other: "In {0} minutes"
45
- :minute-past:
46
- :default:
47
- :one: "{0} minute ago"
48
- :other: "{0} minutes ago"
49
- :month:
50
- :default:
51
- :one: "{0} month"
52
- :other: "{0} months"
53
- :short:
54
- :one: "{0} mth"
55
- :other: "{0} mths"
56
- :month-future:
57
- :default:
58
- :one: "In {0} month"
59
- :other: "In {0} months"
60
- :month-past:
61
- :default:
62
- :one: "{0} month ago"
63
- :other: "{0} months ago"
64
- :second:
65
- :default:
66
- :one: "{0} second"
67
- :other: "{0} seconds"
68
- :short:
69
- :one: "{0} sec"
70
- :other: "{0} secs"
71
- :second-future:
72
- :default:
73
- :one: "In {0} second"
74
- :other: "In {0} seconds"
75
- :second-past:
76
- :default:
77
- :one: "{0} second ago"
78
- :other: "{0} seconds ago"
79
- :week:
80
- :default:
81
- :one: "{0} week"
82
- :other: "{0} weeks"
83
- :short:
84
- :one: "{0} wk"
85
- :other: "{0} wks"
86
- :week-future:
87
- :default:
88
- :one: "In {0} week"
89
- :other: "In {0} weeks"
90
- :week-past:
91
- :default:
92
- :one: "{0} week ago"
93
- :other: "{0} weeks ago"
94
- :year:
95
- :default:
96
- :one: "{0} year"
97
- :other: "{0} years"
98
- :short:
99
- :one: "{0} yr"
100
- :other: "{0} yrs"
101
- :year-future:
102
- :default:
103
- :one: "In {0} year"
104
- :other: "In {0} years"
105
- :year-past:
106
- :default:
107
- :one: "{0} year ago"
108
- :other: "{0} years ago"
732
+ :acceleration-g-force:
733
+ :one: "{0} G"
734
+ :other: "{0} G"
735
+ :acceleration-meter-per-second-squared:
736
+ :one: "{0} m/s²"
737
+ :other: "{0} m/s²"
738
+ :angle-arc-minute:
739
+ :one: "{0} arcmin"
740
+ :other: "{0} arcmins"
741
+ :angle-arc-second:
742
+ :one: "{0} arcsec"
743
+ :other: "{0} arcsecs"
744
+ :angle-degree:
745
+ :one: "{0} deg"
746
+ :other: "{0} deg"
747
+ :angle-radian:
748
+ :one: "{0} rad"
749
+ :other: "{0} rad"
750
+ :area-acre:
751
+ :one: "{0} ac"
752
+ :other: "{0} ac"
753
+ :area-hectare:
754
+ :one: "{0} ha"
755
+ :other: "{0} ha"
756
+ :area-square-centimeter:
757
+ :one: "{0} cm²"
758
+ :other: "{0} cm²"
759
+ :area-square-foot:
760
+ :one: "{0} sq ft"
761
+ :other: "{0} sq ft"
762
+ :area-square-inch:
763
+ :one: "{0} in²"
764
+ :other: "{0} in²"
765
+ :area-square-kilometer:
766
+ :one: "{0} km²"
767
+ :other: "{0} km²"
768
+ :area-square-meter:
769
+ :one: "{0} m²"
770
+ :other: "{0} "
771
+ :area-square-mile:
772
+ :one: "{0} sq mi"
773
+ :other: "{0} sq mi"
774
+ :area-square-yard:
775
+ :one: "{0} yd²"
776
+ :other: "{0} yd²"
777
+ :consumption-liter-per-kilometer:
778
+ :one: "{0} L/km"
779
+ :other: "{0} L/km"
780
+ :consumption-mile-per-gallon:
781
+ :one: "{0} mpg"
782
+ :other: "{0} mpg"
783
+ :digital-bit:
784
+ :one: "{0} bit"
785
+ :other: "{0} bit"
786
+ :digital-byte:
787
+ :one: "{0} byte"
788
+ :other: "{0} byte"
789
+ :digital-gigabit:
790
+ :one: "{0} Gb"
791
+ :other: "{0} Gb"
792
+ :digital-gigabyte:
793
+ :one: "{0} GB"
794
+ :other: "{0} GB"
795
+ :digital-kilobit:
796
+ :one: "{0} kb"
797
+ :other: "{0} kb"
798
+ :digital-kilobyte:
799
+ :one: "{0} kB"
800
+ :other: "{0} kB"
801
+ :digital-megabit:
802
+ :one: "{0} Mb"
803
+ :other: "{0} Mb"
804
+ :digital-megabyte:
805
+ :one: "{0} MB"
806
+ :other: "{0} MB"
807
+ :digital-terabit:
808
+ :one: "{0} Tb"
809
+ :other: "{0} Tb"
810
+ :digital-terabyte:
811
+ :one: "{0} TB"
812
+ :other: "{0} TB"
813
+ :duration-day:
814
+ :one: "{0} day"
815
+ :other: "{0} days"
816
+ :duration-hour:
817
+ :one: "{0} hr"
818
+ :other: "{0} hrs"
819
+ :duration-microsecond:
820
+ :one: "{0} μs"
821
+ :other: "{0} μs"
822
+ :duration-millisecond:
823
+ :one: "{0} ms"
824
+ :other: "{0} ms"
825
+ :duration-minute:
826
+ :one: "{0} min"
827
+ :other: "{0} mins"
828
+ :duration-month:
829
+ :one: "{0} mth"
830
+ :other: "{0} mths"
831
+ :duration-nanosecond:
832
+ :one: "{0} ns"
833
+ :other: "{0} ns"
834
+ :duration-second:
835
+ :one: "{0} sec"
836
+ :other: "{0} secs"
837
+ :duration-week:
838
+ :one: "{0} wk"
839
+ :other: "{0} wks"
840
+ :duration-year:
841
+ :one: "{0} yr"
842
+ :other: "{0} yrs"
843
+ :electric-ampere:
844
+ :one: "{0} A"
845
+ :other: "{0} A"
846
+ :electric-milliampere:
847
+ :one: "{0} mA"
848
+ :other: "{0} mA"
849
+ :electric-ohm:
850
+ :one: "{0} Ω"
851
+ :other: "{0} Ω"
852
+ :electric-volt:
853
+ :one: "{0} V"
854
+ :other: "{0} V"
855
+ :energy-calorie:
856
+ :one: "{0} cal"
857
+ :other: "{0} cal"
858
+ :energy-foodcalorie:
859
+ :one: "{0} Cal"
860
+ :other: "{0} Cal"
861
+ :energy-joule:
862
+ :one: "{0} J"
863
+ :other: "{0} J"
864
+ :energy-kilocalorie:
865
+ :one: "{0} kcal"
866
+ :other: "{0} kcal"
867
+ :energy-kilojoule:
868
+ :one: "{0} kJ"
869
+ :other: "{0} kJ"
870
+ :energy-kilowatt-hour:
871
+ :one: "{0} kWh"
872
+ :other: "{0} kWh"
873
+ :frequency-gigahertz:
874
+ :one: "{0} GHz"
875
+ :other: "{0} GHz"
876
+ :frequency-hertz:
877
+ :one: "{0} Hz"
878
+ :other: "{0} Hz"
879
+ :frequency-kilohertz:
880
+ :one: "{0} kHz"
881
+ :other: "{0} kHz"
882
+ :frequency-megahertz:
883
+ :one: "{0} MHz"
884
+ :other: "{0} MHz"
885
+ :length-astronomical-unit:
886
+ :one: "{0} au"
887
+ :other: "{0} au"
888
+ :length-centimeter:
889
+ :one: "{0} cm"
890
+ :other: "{0} cm"
891
+ :length-decimeter:
892
+ :one: "{0} dm"
893
+ :other: "{0} dm"
894
+ :length-fathom:
895
+ :one: "{0} ftm"
896
+ :other: "{0} ftm"
897
+ :length-foot:
898
+ :one: "{0} ft"
899
+ :other: "{0} ft"
900
+ :length-furlong:
901
+ :one: "{0} fur"
902
+ :other: "{0} fur"
903
+ :length-inch:
904
+ :one: "{0} in"
905
+ :other: "{0} in"
906
+ :length-kilometer:
907
+ :one: "{0} km"
908
+ :other: "{0} km"
909
+ :length-light-year:
910
+ :one: "{0} ly"
911
+ :other: "{0} ly"
912
+ :length-meter:
913
+ :one: "{0} m"
914
+ :other: "{0} m"
915
+ :length-micrometer:
916
+ :one: "{0} µm"
917
+ :other: "{0} µm"
918
+ :length-mile:
919
+ :one: "{0} mi"
920
+ :other: "{0} mi"
921
+ :length-millimeter:
922
+ :one: "{0} mm"
923
+ :other: "{0} mm"
924
+ :length-nanometer:
925
+ :one: "{0} nm"
926
+ :other: "{0} nm"
927
+ :length-nautical-mile:
928
+ :one: "{0} nmi"
929
+ :other: "{0} nmi"
930
+ :length-parsec:
931
+ :one: "{0} pc"
932
+ :other: "{0} pc"
933
+ :length-picometer:
934
+ :one: "{0} pm"
935
+ :other: "{0} pm"
936
+ :length-yard:
937
+ :one: "{0} yd"
938
+ :other: "{0} yd"
939
+ :light-lux:
940
+ :one: "{0} lx"
941
+ :other: "{0} lx"
942
+ :mass-carat:
943
+ :one: "{0} CD"
944
+ :other: "{0} CD"
945
+ :mass-gram:
946
+ :one: "{0} g"
947
+ :other: "{0} g"
948
+ :mass-kilogram:
949
+ :one: "{0} kg"
950
+ :other: "{0} kg"
951
+ :mass-metric-ton:
952
+ :one: "{0} t"
953
+ :other: "{0} t"
954
+ :mass-microgram:
955
+ :one: "{0} µg"
956
+ :other: "{0} µg"
957
+ :mass-milligram:
958
+ :one: "{0} mg"
959
+ :other: "{0} mg"
960
+ :mass-ounce:
961
+ :one: "{0} oz"
962
+ :other: "{0} oz"
963
+ :mass-ounce-troy:
964
+ :one: "{0} oz t"
965
+ :other: "{0} oz t"
966
+ :mass-pound:
967
+ :one: "{0} lb"
968
+ :other: "{0} lb"
969
+ :mass-stone:
970
+ :one: "{0} st"
971
+ :other: "{0} st"
972
+ :mass-ton:
973
+ :one: "{0} tn"
974
+ :other: "{0} tn"
975
+ :power-gigawatt:
976
+ :one: "{0} GW"
977
+ :other: "{0} GW"
978
+ :power-horsepower:
979
+ :one: "{0} hp"
980
+ :other: "{0} hp"
981
+ :power-kilowatt:
982
+ :one: "{0} kW"
983
+ :other: "{0} kW"
984
+ :power-megawatt:
985
+ :one: "{0} MW"
986
+ :other: "{0} MW"
987
+ :power-milliwatt:
988
+ :one: "{0} mW"
989
+ :other: "{0} mW"
990
+ :power-watt:
991
+ :one: "{0} W"
992
+ :other: "{0} W"
993
+ :pressure-hectopascal:
994
+ :one: "{0} hPa"
995
+ :other: "{0} hPa"
996
+ :pressure-inch-hg:
997
+ :one: "{0} inHg"
998
+ :other: "{0} inHg"
999
+ :pressure-millibar:
1000
+ :one: "{0} mbar"
1001
+ :other: "{0} mbar"
1002
+ :pressure-millimeter-of-mercury:
1003
+ :one: "{0} mm Hg"
1004
+ :other: "{0} mm Hg"
1005
+ :pressure-pound-per-square-inch:
1006
+ :one: "{0} psi"
1007
+ :other: "{0} psi"
1008
+ :proportion-karat:
1009
+ :one: "{0} kt"
1010
+ :other: "{0} kt"
1011
+ :speed-kilometer-per-hour:
1012
+ :one: "{0} kph"
1013
+ :other: "{0} kph"
1014
+ :speed-meter-per-second:
1015
+ :one: "{0} m/s"
1016
+ :other: "{0} m/s"
1017
+ :speed-mile-per-hour:
1018
+ :one: "{0} mph"
1019
+ :other: "{0} mph"
1020
+ :temperature-celsius:
1021
+ :one: "{0}°C"
1022
+ :other: "{0}°C"
1023
+ :temperature-fahrenheit:
1024
+ :one: "{0}°F"
1025
+ :other: "{0}°F"
1026
+ :temperature-kelvin:
1027
+ :one: "{0} K"
1028
+ :other: "{0} K"
1029
+ :volume-acre-foot:
1030
+ :one: "{0} ac ft"
1031
+ :other: "{0} ac ft"
1032
+ :volume-bushel:
1033
+ :one: "{0} bu"
1034
+ :other: "{0} bu"
1035
+ :volume-centiliter:
1036
+ :one: "{0} cL"
1037
+ :other: "{0} cL"
1038
+ :volume-cubic-centimeter:
1039
+ :one: "{0} cm³"
1040
+ :other: "{0} cm³"
1041
+ :volume-cubic-foot:
1042
+ :one: "{0} ft³"
1043
+ :other: "{0} ft³"
1044
+ :volume-cubic-inch:
1045
+ :one: "{0} in³"
1046
+ :other: "{0} in³"
1047
+ :volume-cubic-kilometer:
1048
+ :one: "{0} km³"
1049
+ :other: "{0} km³"
1050
+ :volume-cubic-meter:
1051
+ :one: "{0} m³"
1052
+ :other: "{0} m³"
1053
+ :volume-cubic-mile:
1054
+ :one: "{0} mi³"
1055
+ :other: "{0} mi³"
1056
+ :volume-cubic-yard:
1057
+ :one: "{0} yd³"
1058
+ :other: "{0} yd³"
1059
+ :volume-cup:
1060
+ :one: "{0} c"
1061
+ :other: "{0} c"
1062
+ :volume-deciliter:
1063
+ :one: "{0} dL"
1064
+ :other: "{0} dL"
1065
+ :volume-fluid-ounce:
1066
+ :one: "{0} fl oz"
1067
+ :other: "{0} fl oz"
1068
+ :volume-gallon:
1069
+ :one: "{0} gal"
1070
+ :other: "{0} gal"
1071
+ :volume-hectoliter:
1072
+ :one: "{0} hL"
1073
+ :other: "{0} hL"
1074
+ :volume-liter:
1075
+ :one: "{0} L"
1076
+ :other: "{0} L"
1077
+ :volume-megaliter:
1078
+ :one: "{0} ML"
1079
+ :other: "{0} ML"
1080
+ :volume-milliliter:
1081
+ :one: "{0} mL"
1082
+ :other: "{0} mL"
1083
+ :volume-pint:
1084
+ :one: "{0} pt"
1085
+ :other: "{0} pt"
1086
+ :volume-quart:
1087
+ :one: "{0} qt"
1088
+ :other: "{0} qt"
1089
+ :volume-tablespoon:
1090
+ :one: "{0} tbsp"
1091
+ :other: "{0} tbsp"
1092
+ :volume-teaspoon:
1093
+ :one: "{0} tsp"
1094
+ :other: "{0} tsp"