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
+ :nb:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} dag"
7
+ :other: "{0} dager"
8
+ :short:
9
+ :one: "{0} dag"
10
+ :other: "{0} dager"
11
+ :day-future:
12
+ :default:
13
+ :one: "om {0} dag"
14
+ :other: "om {0} dager"
15
+ :day-past:
16
+ :default:
17
+ :one: "for {0} dag siden"
18
+ :other: "{0} dager siden"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} time"
22
+ :other: "{0} timer"
23
+ :short:
24
+ :one: "{0} t"
25
+ :other: "{0} t"
26
+ :hour-future:
27
+ :default:
28
+ :one: "om {0} time"
29
+ :other: "om {0} timer"
30
+ :hour-past:
31
+ :default:
32
+ :one: "for {0} time siden"
33
+ :other: "{0} timer siden"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minutt"
37
+ :other: "{0} minutter"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} min"
41
+ :minute-future:
42
+ :default:
43
+ :one: "om {0} minutt"
44
+ :other: "om {0} minutter"
45
+ :minute-past:
46
+ :default:
47
+ :one: "for {0} minutt siden"
48
+ :other: "{0} minutter siden"
49
+ :month:
50
+ :default:
51
+ :one: "{0} måned"
52
+ :other: "{0} måneder"
53
+ :short:
54
+ :one: "{0} md."
55
+ :other: "{0} md."
56
+ :month-future:
57
+ :default:
58
+ :one: "om {0} måned"
59
+ :other: "om {0} måneder"
60
+ :month-past:
61
+ :default:
62
+ :one: "for {0} måned siden"
63
+ :other: "{0} måneder siden"
64
+ :second:
65
+ :default:
66
+ :one: "{0} sekund"
67
+ :other: "{0} sekunder"
68
+ :short:
69
+ :one: "{0} sek"
70
+ :other: "{0} sek"
71
+ :second-future:
72
+ :default:
73
+ :one: "om {0} sekund"
74
+ :other: "om {0} sekunder"
75
+ :second-past:
76
+ :default:
77
+ :one: "for {0} sekund siden"
78
+ :other: "{0} sekunder siden"
79
+ :week:
80
+ :default:
81
+ :one: "{0} uke"
82
+ :other: "{0} uker"
83
+ :short:
84
+ :one: "{0} uke"
85
+ :other: "{0} uker"
86
+ :week-future:
87
+ :default:
88
+ :one: "om {0} uke"
89
+ :other: "om {0} uker"
90
+ :week-past:
91
+ :default:
92
+ :one: "for {0} uke siden"
93
+ :other: "{0} uker siden"
94
+ :year:
95
+ :default:
96
+ :one: "{0} år"
97
+ :other: "{0} år"
98
+ :short:
99
+ :one: "{0} år"
100
+ :other: "{0} år"
101
+ :year-future:
102
+ :default:
103
+ :one: "om {0} år"
104
+ :other: "om {0} år"
105
+ :year-past:
106
+ :default:
107
+ :one: "for {0} år siden"
108
+ :other: "{0} år siden"
@@ -1,108 +1,890 @@
1
1
  ---
2
2
  :nb:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} dag"
7
- :other: "{0} dager"
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-kraft"
12
+ :other: "{0} g-kraft"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} meter per sekund²"
15
+ :other: "{0} meter per sekund²"
16
+ :angle-arc-minute:
17
+ :one: "{0} bueminutt"
18
+ :other: "{0} bueminutter"
19
+ :angle-arc-second:
20
+ :one: "{0} buesekund"
21
+ :other: "{0} buesekunder"
22
+ :angle-degree:
23
+ :one: "{0} grad"
24
+ :other: "{0} grader"
25
+ :angle-radian:
26
+ :one: "{0} radian"
27
+ :other: "{0} radianer"
28
+ :area-acre:
29
+ :one: "{0} acre"
30
+ :other: "{0} acres"
31
+ :area-hectare:
32
+ :one: "{0} hektar"
33
+ :other: "{0} hektar"
34
+ :area-square-centimeter:
35
+ :one: "{0} kvadratcentimeter"
36
+ :other: "{0} kvadratcentimeter"
37
+ :area-square-foot:
38
+ :one: "{0} kvadratfot"
39
+ :other: "{0} kvadratfot"
40
+ :area-square-inch:
41
+ :one: "{0} kvadrattomme"
42
+ :other: "{0} kvadrattommer"
43
+ :area-square-kilometer:
44
+ :one: "{0} kvadratkilometer"
45
+ :other: "{0} kvadratkilometer"
46
+ :area-square-meter:
47
+ :one: "{0} kvadratmeter"
48
+ :other: "{0} kvadratmeter"
49
+ :area-square-mile:
50
+ :one: "{0} engelsk kvadratmil"
51
+ :other: "{0} engelske kvadratmil"
52
+ :area-square-yard:
53
+ :one: "{0} kvadratyard"
54
+ :other: "{0} kvadratyard"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} liter per kilometer"
57
+ :other: "{0} liter per kilometer"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} engelsk mil per gallon"
60
+ :other: "{0} engelske mil per gallon"
61
+ :digital-bit:
62
+ :one: "{0} bit"
63
+ :other: "{0} bit"
64
+ :digital-byte:
65
+ :one: "{0} byte"
66
+ :other: "{0} byte"
67
+ :digital-gigabit:
68
+ :one: "{0} gigabit"
69
+ :other: "{0} gigabit"
70
+ :digital-gigabyte:
71
+ :one: "{0} gigabyte"
72
+ :other: "{0} gigabyte"
73
+ :digital-kilobit:
74
+ :one: "{0} kilobit"
75
+ :other: "{0} kilobit"
76
+ :digital-kilobyte:
77
+ :one: "{0} kilobyte"
78
+ :other: "{0} kilobyte"
79
+ :digital-megabit:
80
+ :one: "{0} megabit"
81
+ :other: "{0} megabit"
82
+ :digital-megabyte:
83
+ :one: "{0} megabyte"
84
+ :other: "{0} megabyte"
85
+ :digital-terabit:
86
+ :one: "{0} terabit"
87
+ :other: "{0} terabit"
88
+ :digital-terabyte:
89
+ :one: "{0} terabyte"
90
+ :other: "{0} terabyte"
91
+ :duration-day:
92
+ :one: "{0} døgn"
93
+ :other: "{0} døgn"
94
+ :duration-hour:
95
+ :one: "{0} time"
96
+ :other: "{0} timer"
97
+ :duration-microsecond:
98
+ :one: "{0} mikrosekund"
99
+ :other: "{0} mikrosekunder"
100
+ :duration-millisecond:
101
+ :one: "{0} millisekund"
102
+ :other: "{0} millisekunder"
103
+ :duration-minute:
104
+ :one: "{0} minutt"
105
+ :other: "{0} minutter"
106
+ :duration-month:
107
+ :one: "{0} måned"
108
+ :other: "{0} måneder"
109
+ :duration-nanosecond:
110
+ :one: "{0} nanosekund"
111
+ :other: "{0} nanosekunder"
112
+ :duration-second:
113
+ :one: "{0} sekund"
114
+ :other: "{0} sekunder"
115
+ :duration-week:
116
+ :one: "{0} uke"
117
+ :other: "{0} uker"
118
+ :duration-year:
119
+ :one: "{0} år"
120
+ :other: "{0} år"
121
+ :electric-ampere:
122
+ :one: "{0} ampere"
123
+ :other: "{0} ampere"
124
+ :electric-milliampere:
125
+ :one: "{0} milliampere"
126
+ :other: "{0} milliampere"
127
+ :electric-ohm:
128
+ :one: "{0} ohm"
129
+ :other: "{0} ohm"
130
+ :electric-volt:
131
+ :one: "{0} volt"
132
+ :other: "{0} volt"
133
+ :energy-calorie:
134
+ :one: "{0} kalori"
135
+ :other: "{0} kalorier"
136
+ :energy-foodcalorie:
137
+ :one: "{0} kalori"
138
+ :other: "{0} kalorier"
139
+ :energy-joule:
140
+ :one: "{0} joule"
141
+ :other: "{0} joule"
142
+ :energy-kilocalorie:
143
+ :one: "{0} kilokalori"
144
+ :other: "{0} kilokalorier"
145
+ :energy-kilojoule:
146
+ :one: "{0} kilojoule"
147
+ :other: "{0} kilojoule"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} kilowattime"
150
+ :other: "{0} kilowattimer"
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} astronomisk enhet"
165
+ :other: "{0} astronomiske enheter"
166
+ :length-centimeter:
167
+ :one: "{0} centimeter"
168
+ :other: "{0} centimeter"
169
+ :length-decimeter:
170
+ :one: "{0} desimeter"
171
+ :other: "{0} desimeter"
172
+ :length-foot:
173
+ :one: "{0} fot"
174
+ :other: "{0} fot"
175
+ :length-inch:
176
+ :one: "{0} tomme"
177
+ :other: "{0} tommer"
178
+ :length-kilometer:
179
+ :one: "{0} kilometer"
180
+ :other: "{0} kilometer"
181
+ :length-light-year:
182
+ :one: "{0} lysår"
183
+ :other: "{0} lysår"
184
+ :length-meter:
185
+ :one: "{0} meter"
186
+ :other: "{0} meter"
187
+ :length-micrometer:
188
+ :one: "{0} mikrometer"
189
+ :other: "{0} mikrometer"
190
+ :length-mile:
191
+ :one: "{0} engelsk mil"
192
+ :other: "{0} engelske mil"
193
+ :length-millimeter:
194
+ :one: "{0} millimeter"
195
+ :other: "{0} millimeter"
196
+ :length-nanometer:
197
+ :one: "{0} nanometer"
198
+ :other: "{0} nanometer"
199
+ :length-nautical-mile:
200
+ :one: "{0} nautisk mil"
201
+ :other: "{0} nautiske mil"
202
+ :length-parsec:
203
+ :one: "{0} parsec"
204
+ :other: "{0} parsec"
205
+ :length-picometer:
206
+ :one: "{0} pikometer"
207
+ :other: "{0} pikometer"
208
+ :length-yard:
209
+ :one: "{0} yard"
210
+ :other: "{0} yard"
211
+ :light-lux:
212
+ :one: "{0} lux"
213
+ :other: "{0} lux"
214
+ :mass-carat:
215
+ :one: "{0} karat"
216
+ :other: "{0} karat"
217
+ :mass-gram:
218
+ :one: "{0} gram"
219
+ :other: "{0} gram"
220
+ :mass-kilogram:
221
+ :one: "{0} kilogram"
222
+ :other: "{0} kilogram"
223
+ :mass-metric-ton:
224
+ :one: "{0} tonn"
225
+ :other: "{0} tonn"
226
+ :mass-microgram:
227
+ :one: "{0} mikrogram"
228
+ :other: "{0} mikrogram"
229
+ :mass-milligram:
230
+ :one: "{0} milligram"
231
+ :other: "{0} milligram"
232
+ :mass-ounce:
233
+ :one: "{0} unse"
234
+ :other: "{0} unser"
235
+ :mass-ounce-troy:
236
+ :one: "{0} troy ounce"
237
+ :other: "{0} troy ounce"
238
+ :mass-pound:
239
+ :one: "{0} pund"
240
+ :other: "{0} pund"
241
+ :mass-stone: {}
242
+ :mass-ton:
243
+ :one: "{0} amerikansk tonn"
244
+ :other: "{0} amerikanske tonn"
245
+ :power-gigawatt:
246
+ :one: "{0} gigawatt"
247
+ :other: "{0} gigawatt"
248
+ :power-horsepower:
249
+ :one: "{0} hestekraft"
250
+ :other: "{0} hestekrefter"
251
+ :power-kilowatt:
252
+ :one: "{0} kilowatt"
253
+ :other: "{0} kilowatt"
254
+ :power-megawatt:
255
+ :one: "{0} megawatt"
256
+ :other: "{0} megawatt"
257
+ :power-milliwatt:
258
+ :one: "{0} milliwatt"
259
+ :other: "{0} milliwatt"
260
+ :power-watt:
261
+ :one: "{0} watt"
262
+ :other: "{0} watt"
263
+ :pressure-hectopascal:
264
+ :one: "{0} hektopascal"
265
+ :other: "{0} hektopascal"
266
+ :pressure-inch-hg:
267
+ :one: "{0} tomme kvikksølv"
268
+ :other: "{0} tommer kvikksølv"
269
+ :pressure-millibar:
270
+ :one: "{0} millibar"
271
+ :other: "{0} millibar"
272
+ :pressure-millimeter-of-mercury:
273
+ :one: "{0} millimeter kvikksølv"
274
+ :other: "{0} millimeter kvikksølv"
275
+ :pressure-pound-per-square-inch:
276
+ :one: "{0} pund per kvadrattomme"
277
+ :other: "{0} pund per kvadrattomme"
278
+ :proportion-karat:
279
+ :one: "{0} karat"
280
+ :other: "{0} karat"
281
+ :speed-kilometer-per-hour:
282
+ :one: "{0} kilometer per time"
283
+ :other: "{0} kilometer per time"
284
+ :speed-meter-per-second:
285
+ :one: "{0} meter per sekund"
286
+ :other: "{0} meter per sekund"
287
+ :speed-mile-per-hour:
288
+ :one: "{0} engelsk mil per time"
289
+ :other: "{0} engelske mil per time"
290
+ :temperature-celsius:
291
+ :one: "{0} grad celsius"
292
+ :other: "{0} grader celsius"
293
+ :temperature-fahrenheit:
294
+ :one: "{0} grad fahrenheit"
295
+ :other: "{0} grader fahrenheit"
296
+ :temperature-kelvin:
297
+ :one: "{0} kelvin"
298
+ :other: "{0} kelvin"
299
+ :volume-acre-foot:
300
+ :one: "{0} acre-fot"
301
+ :other: "{0} acre-fot"
302
+ :volume-centiliter:
303
+ :one: "{0} centiliter"
304
+ :other: "{0} centiliter"
305
+ :volume-cubic-centimeter:
306
+ :one: "{0} kubikkcentimeter"
307
+ :other: "{0} kubikkcentimeter"
308
+ :volume-cubic-foot:
309
+ :one: "{0} kubikkfot"
310
+ :other: "{0} kubikkfot"
311
+ :volume-cubic-inch:
312
+ :one: "{0} kubikktomme"
313
+ :other: "{0} kubikktommer"
314
+ :volume-cubic-kilometer:
315
+ :one: "{0} kubikkilometer"
316
+ :other: "{0} kubikkilometer"
317
+ :volume-cubic-meter:
318
+ :one: "{0} kubikkmeter"
319
+ :other: "{0} kubikkmeter"
320
+ :volume-cubic-mile:
321
+ :one: "{0} engelsk kubikkmil"
322
+ :other: "{0} engelske kubikkmil"
323
+ :volume-cubic-yard:
324
+ :one: "{0} kubikkyard"
325
+ :other: "{0} kubikkyard"
326
+ :volume-cup:
327
+ :one: "{0} kopp"
328
+ :other: "{0} kopper"
329
+ :volume-deciliter:
330
+ :one: "{0} desiliter"
331
+ :other: "{0} desiliter"
332
+ :volume-fluid-ounce:
333
+ :one: "{0} væskeunse"
334
+ :other: "{0} væskeunser"
335
+ :volume-gallon:
336
+ :one: "{0} gallon"
337
+ :other: "{0} gallon"
338
+ :volume-hectoliter:
339
+ :one: "{0} hektoliter"
340
+ :other: "{0} hektoliter"
341
+ :volume-liter:
342
+ :one: "{0} liter"
343
+ :other: "{0} liter"
344
+ :volume-megaliter:
345
+ :one: "{0} megaliter"
346
+ :other: "{0} megaliter"
347
+ :volume-milliliter:
348
+ :one: "{0} milliliter"
349
+ :other: "{0} milliliter"
350
+ :volume-pint:
351
+ :one: "{0} pint"
352
+ :other: "{0} pint"
353
+ :volume-quart:
354
+ :one: "{0} quart"
355
+ :other: "{0} quart"
356
+ :volume-tablespoon:
357
+ :one: "{0} spiseskje"
358
+ :other: "{0} spiseskjeer"
359
+ :volume-teaspoon:
360
+ :one: "{0} teskje"
361
+ :other: "{0} teskjeer"
362
+ :narrow:
363
+ :acceleration-g-force:
364
+ :one: "{0}G"
365
+ :other: "{0}G"
366
+ :acceleration-meter-per-second-squared: {}
367
+ :angle-arc-minute:
368
+ :one: "{0}′"
369
+ :other: "{0}′"
370
+ :angle-arc-second:
371
+ :one: "{0}″"
372
+ :other: "{0}″"
373
+ :angle-degree:
374
+ :one: "{0}°"
375
+ :other: "{0}°"
376
+ :angle-radian: {}
377
+ :area-acre:
378
+ :one: "{0} ac"
379
+ :other: "{0} ac"
380
+ :area-hectare:
381
+ :one: "{0}ha"
382
+ :other: "{0}ha"
383
+ :area-square-centimeter: {}
384
+ :area-square-foot:
385
+ :one: "{0}fot²"
386
+ :other: "{0}fot²"
387
+ :area-square-kilometer:
388
+ :one: "{0}km²"
389
+ :other: "{0}km²"
390
+ :area-square-meter:
391
+ :one: "{0}m²"
392
+ :other: "{0}m²"
393
+ :area-square-mile:
394
+ :one: "{0} eng mil²"
395
+ :other: "{0} eng mil²"
396
+ :consumption-liter-per-kilometer: {}
397
+ :duration-day:
398
+ :one: "{0}d"
399
+ :other: "{0}d"
400
+ :duration-hour:
401
+ :one: "{0}t"
402
+ :other: "{0}t"
403
+ :duration-microsecond: {}
404
+ :duration-millisecond:
405
+ :one: "{0}ms"
406
+ :other: "{0}ms"
407
+ :duration-minute:
408
+ :one: "{0}m"
409
+ :other: "{0}m"
410
+ :duration-month:
411
+ :one: "{0} m"
412
+ :other: "{0} m"
413
+ :duration-nanosecond: {}
414
+ :duration-second:
415
+ :one: "{0}s"
416
+ :other: "{0}s"
417
+ :duration-week:
418
+ :one: "{0}u"
419
+ :other: "{0}u"
420
+ :duration-year:
421
+ :one: "{0}å"
422
+ :other: "{0}å"
423
+ :length-astronomical-unit: {}
424
+ :length-centimeter:
425
+ :one: "{0}cm"
426
+ :other: "{0}cm"
427
+ :length-decimeter: {}
428
+ :length-foot:
429
+ :one: "{0} fot"
430
+ :other: "{0} fot"
431
+ :length-inch:
432
+ :one: "{0} tomme"
433
+ :other: "{0} tommer"
434
+ :length-kilometer:
435
+ :one: "{0}km"
436
+ :other: "{0}km"
437
+ :length-light-year:
438
+ :one: "{0} lysår"
439
+ :other: "{0} lysår"
440
+ :length-meter:
441
+ :one: "{0}m"
442
+ :other: "{0}m"
443
+ :length-micrometer: {}
444
+ :length-mile:
445
+ :one: "{0} eng mil"
446
+ :other: "{0} eng mil"
447
+ :length-millimeter:
448
+ :one: "{0}mm"
449
+ :other: "{0}mm"
450
+ :length-nanometer: {}
451
+ :length-picometer:
452
+ :one: "{0}pm"
453
+ :other: "{0}pm"
454
+ :length-yard:
455
+ :one: "{0} yard"
456
+ :other: "{0} yard"
457
+ :light-lux: {}
458
+ :mass-carat: {}
459
+ :mass-gram:
460
+ :one: "{0}g"
461
+ :other: "{0}g"
462
+ :mass-kilogram:
463
+ :one: "{0}kg"
464
+ :other: "{0}kg"
465
+ :mass-metric-ton: {}
466
+ :mass-microgram: {}
467
+ :mass-milligram: {}
468
+ :mass-ounce:
469
+ :one: "{0} unse"
470
+ :other: "{0} unser"
471
+ :mass-ounce-troy: {}
472
+ :mass-pound:
473
+ :one: "{0} pund"
474
+ :other: "{0} pund"
475
+ :mass-stone: {}
476
+ :mass-ton: {}
477
+ :power-horsepower:
478
+ :one: "{0}hk"
479
+ :other: "{0}hk"
480
+ :power-kilowatt:
481
+ :one: "{0}kW"
482
+ :other: "{0}kW"
483
+ :power-watt:
484
+ :one: "{0}W"
485
+ :other: "{0}W"
486
+ :pressure-hectopascal:
487
+ :one: "{0}hPa"
488
+ :other: "{0}hPa"
489
+ :pressure-inch-hg:
490
+ :one: "{0}ʹʹ Hg"
491
+ :other: "{0}ʹʹ Hg"
492
+ :pressure-millibar:
493
+ :one: "{0}mbar"
494
+ :other: "{0}mbar"
495
+ :speed-kilometer-per-hour:
496
+ :one: "{0}km/t"
497
+ :other: "{0}km/t"
498
+ :speed-meter-per-second:
499
+ :one: "{0}m/s"
500
+ :other: "{0}m/s"
501
+ :speed-mile-per-hour:
502
+ :one: "{0} eng mil/t"
503
+ :other: "{0} eng mil/t"
504
+ :temperature-celsius:
505
+ :one: "{0}°"
506
+ :other: "{0}°"
507
+ :temperature-fahrenheit:
508
+ :one: "{0}°F"
509
+ :other: "{0}°F"
510
+ :temperature-kelvin: {}
511
+ :volume-centiliter: {}
512
+ :volume-cubic-centimeter: {}
513
+ :volume-cubic-foot: {}
514
+ :volume-cubic-inch: {}
515
+ :volume-cubic-kilometer:
516
+ :one: "{0}km³"
517
+ :other: "{0}km³"
518
+ :volume-cubic-meter: {}
519
+ :volume-cubic-mile:
520
+ :one: "{0} eng mil³"
521
+ :other: "{0} eng mil³"
522
+ :volume-deciliter: {}
523
+ :volume-hectoliter: {}
524
+ :volume-liter:
525
+ :one: "{0}l"
526
+ :other: "{0}l"
527
+ :volume-megaliter: {}
528
+ :volume-milliliter: {}
529
+ :volume-tablespoon: {}
530
+ :volume-teaspoon: {}
8
531
  :short:
9
- :one: "{0} dag"
10
- :other: "{0} dager"
11
- :day-future:
12
- :default:
13
- :one: "om {0} dag"
14
- :other: "om {0} dager"
15
- :day-past:
16
- :default:
17
- :one: "for {0} dag siden"
18
- :other: "{0} dager siden"
19
- :hour:
20
- :default:
21
- :one: "{0} time"
22
- :other: "{0} timer"
23
- :short:
24
- :one: "{0} t"
25
- :other: "{0} t"
26
- :hour-future:
27
- :default:
28
- :one: "om {0} time"
29
- :other: "om {0} timer"
30
- :hour-past:
31
- :default:
32
- :one: "for {0} time siden"
33
- :other: "{0} timer siden"
34
- :minute:
35
- :default:
36
- :one: "{0} minutt"
37
- :other: "{0} minutter"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} min"
41
- :minute-future:
42
- :default:
43
- :one: "om {0} minutt"
44
- :other: "om {0} minutter"
45
- :minute-past:
46
- :default:
47
- :one: "for {0} minutt siden"
48
- :other: "{0} minutter siden"
49
- :month:
50
- :default:
51
- :one: "{0} måned"
52
- :other: "{0} måneder"
53
- :short:
54
- :one: "{0} md."
55
- :other: "{0} md."
56
- :month-future:
57
- :default:
58
- :one: "om {0} måned"
59
- :other: "om {0} måneder"
60
- :month-past:
61
- :default:
62
- :one: "for {0} måned siden"
63
- :other: "{0} måneder siden"
64
- :second:
65
- :default:
66
- :one: "{0} sekund"
67
- :other: "{0} sekunder"
68
- :short:
69
- :one: "{0} sek"
70
- :other: "{0} sek"
71
- :second-future:
72
- :default:
73
- :one: "om {0} sekund"
74
- :other: "om {0} sekunder"
75
- :second-past:
76
- :default:
77
- :one: "for {0} sekund siden"
78
- :other: "{0} sekunder siden"
79
- :week:
80
- :default:
81
- :one: "{0} uke"
82
- :other: "{0} uker"
83
- :short:
84
- :one: "{0} uke"
85
- :other: "{0} uker"
86
- :week-future:
87
- :default:
88
- :one: "om {0} uke"
89
- :other: "om {0} uker"
90
- :week-past:
91
- :default:
92
- :one: "for {0} uke siden"
93
- :other: "{0} uker siden"
94
- :year:
95
- :default:
96
- :one: "{0} år"
97
- :other: "{0} år"
98
- :short:
99
- :one: "{0} år"
100
- :other: "{0} år"
101
- :year-future:
102
- :default:
103
- :one: "om {0} år"
104
- :other: "om {0} år"
105
- :year-past:
106
- :default:
107
- :one: "for {0} år siden"
108
- :other: "{0} år siden"
532
+ :acceleration-g-force:
533
+ :one: "{0} G"
534
+ :other: "{0} G"
535
+ :acceleration-meter-per-second-squared:
536
+ :one: "{0} m/s²"
537
+ :other: "{0} m/s²"
538
+ :angle-arc-minute:
539
+ :one: "{0} bmin"
540
+ :other: "{0} bmin"
541
+ :angle-arc-second:
542
+ :one: "{0} bsek"
543
+ :other: "{0} bsek"
544
+ :angle-degree:
545
+ :one: "{0}°"
546
+ :other: "{0}°"
547
+ :angle-radian:
548
+ :one: "{0} rad"
549
+ :other: "{0} rad"
550
+ :area-acre:
551
+ :one: "{0} ac"
552
+ :other: "{0} ac"
553
+ :area-hectare:
554
+ :one: "{0} ha"
555
+ :other: "{0} ha"
556
+ :area-square-centimeter:
557
+ :one: "{0} cm²"
558
+ :other: "{0} cm²"
559
+ :area-square-foot:
560
+ :one: "{0} fot²"
561
+ :other: "{0} fot²"
562
+ :area-square-inch:
563
+ :one: "{0} in²"
564
+ :other: "{0} in²"
565
+ :area-square-kilometer:
566
+ :one: "{0} km²"
567
+ :other: "{0} km²"
568
+ :area-square-meter:
569
+ :one: "{0} m²"
570
+ :other: "{0} "
571
+ :area-square-mile:
572
+ :one: "{0} mile²"
573
+ :other: "{0} mile²"
574
+ :area-square-yard:
575
+ :one: "{0} yd²"
576
+ :other: "{0} yd²"
577
+ :consumption-liter-per-kilometer:
578
+ :one: "{0} l/km"
579
+ :other: "{0} l/km"
580
+ :consumption-mile-per-gallon:
581
+ :one: "{0} mpg"
582
+ :other: "{0} mpg"
583
+ :digital-bit:
584
+ :one: "{0} bit"
585
+ :other: "{0} bit"
586
+ :digital-byte:
587
+ :one: "{0} byte"
588
+ :other: "{0} byte"
589
+ :digital-gigabit:
590
+ :one: "{0} Gb"
591
+ :other: "{0} Gb"
592
+ :digital-gigabyte:
593
+ :one: "{0} GB"
594
+ :other: "{0} GB"
595
+ :digital-kilobit:
596
+ :one: "{0} kb"
597
+ :other: "{0} kb"
598
+ :digital-kilobyte:
599
+ :one: "{0} kB"
600
+ :other: "{0} kB"
601
+ :digital-megabit:
602
+ :one: "{0} Mb"
603
+ :other: "{0} Mb"
604
+ :digital-megabyte:
605
+ :one: "{0} MB"
606
+ :other: "{0} MB"
607
+ :digital-terabit:
608
+ :one: "{0} Tb"
609
+ :other: "{0} Tb"
610
+ :digital-terabyte:
611
+ :one: "{0} TB"
612
+ :other: "{0} TB"
613
+ :duration-day:
614
+ :one: "{0} d"
615
+ :other: "{0} d"
616
+ :duration-hour:
617
+ :one: "{0} t"
618
+ :other: "{0} t"
619
+ :duration-microsecond:
620
+ :one: "{0} μs"
621
+ :other: "{0} μs"
622
+ :duration-millisecond:
623
+ :one: "{0} ms"
624
+ :other: "{0} ms"
625
+ :duration-minute:
626
+ :one: "{0} min"
627
+ :other: "{0} min"
628
+ :duration-month:
629
+ :one: "{0} mnd"
630
+ :other: "{0} mnd"
631
+ :duration-nanosecond:
632
+ :one: "{0} ns"
633
+ :other: "{0} ns"
634
+ :duration-second:
635
+ :one: "{0} sek"
636
+ :other: "{0} sek"
637
+ :duration-week:
638
+ :one: "{0} u"
639
+ :other: "{0} u"
640
+ :duration-year:
641
+ :one: "{0} år"
642
+ :other: "{0} år"
643
+ :electric-ampere:
644
+ :one: "{0} A"
645
+ :other: "{0} A"
646
+ :electric-milliampere:
647
+ :one: "{0} mA"
648
+ :other: "{0} mA"
649
+ :electric-ohm:
650
+ :one: "{0} Ω"
651
+ :other: "{0} Ω"
652
+ :electric-volt:
653
+ :one: "{0} V"
654
+ :other: "{0} V"
655
+ :energy-calorie:
656
+ :one: "{0} cal"
657
+ :other: "{0} cal"
658
+ :energy-foodcalorie:
659
+ :one: "{0} kcal"
660
+ :other: "{0} kcal"
661
+ :energy-joule:
662
+ :one: "{0} J"
663
+ :other: "{0} J"
664
+ :energy-kilocalorie:
665
+ :one: "{0} kcal"
666
+ :other: "{0} kcal"
667
+ :energy-kilojoule:
668
+ :one: "{0} kJ"
669
+ :other: "{0} kJ"
670
+ :energy-kilowatt-hour:
671
+ :one: "{0} kWh"
672
+ :other: "{0} kWh"
673
+ :frequency-gigahertz:
674
+ :one: "{0} GHz"
675
+ :other: "{0} GHz"
676
+ :frequency-hertz:
677
+ :one: "{0} Hz"
678
+ :other: "{0} Hz"
679
+ :frequency-kilohertz:
680
+ :one: "{0} kHz"
681
+ :other: "{0} kHz"
682
+ :frequency-megahertz:
683
+ :one: "{0} MHz"
684
+ :other: "{0} MHz"
685
+ :length-astronomical-unit:
686
+ :one: "{0} au"
687
+ :other: "{0} au"
688
+ :length-centimeter:
689
+ :one: "{0} cm"
690
+ :other: "{0} cm"
691
+ :length-decimeter:
692
+ :one: "{0} dm"
693
+ :other: "{0} dm"
694
+ :length-fathom:
695
+ :other: "{0} fm"
696
+ :length-foot:
697
+ :one: "{0} fot"
698
+ :other: "{0} fot"
699
+ :length-furlong:
700
+ :other: "{0} fur"
701
+ :length-inch:
702
+ :one: "{0} tomme"
703
+ :other: "{0} tommer"
704
+ :length-kilometer:
705
+ :one: "{0} km"
706
+ :other: "{0} km"
707
+ :length-light-year:
708
+ :one: "{0} lysår"
709
+ :other: "{0} lysår"
710
+ :length-meter:
711
+ :one: "{0} m"
712
+ :other: "{0} m"
713
+ :length-micrometer:
714
+ :one: "{0} µm"
715
+ :other: "{0} µm"
716
+ :length-mile:
717
+ :one: "{0} mile"
718
+ :other: "{0} mile"
719
+ :length-millimeter:
720
+ :one: "{0} mm"
721
+ :other: "{0} mm"
722
+ :length-nanometer:
723
+ :one: "{0} nm"
724
+ :other: "{0} nm"
725
+ :length-nautical-mile:
726
+ :one: "{0} nmi"
727
+ :other: "{0} nmi"
728
+ :length-parsec:
729
+ :one: "{0} pc"
730
+ :other: "{0} pc"
731
+ :length-picometer:
732
+ :one: "{0} pm"
733
+ :other: "{0} pm"
734
+ :length-yard:
735
+ :one: "{0} yard"
736
+ :other: "{0} yard"
737
+ :light-lux:
738
+ :one: "{0} lx"
739
+ :other: "{0} lx"
740
+ :mass-carat:
741
+ :one: "{0} c"
742
+ :other: "{0} c"
743
+ :mass-gram:
744
+ :one: "{0} g"
745
+ :other: "{0} g"
746
+ :mass-kilogram:
747
+ :one: "{0} kg"
748
+ :other: "{0} kg"
749
+ :mass-metric-ton:
750
+ :one: "{0} tonn"
751
+ :other: "{0} tonn"
752
+ :mass-microgram:
753
+ :one: "{0} µg"
754
+ :other: "{0} µg"
755
+ :mass-milligram:
756
+ :one: "{0} mg"
757
+ :other: "{0} mg"
758
+ :mass-ounce:
759
+ :one: "{0} unse"
760
+ :other: "{0} unser"
761
+ :mass-ounce-troy:
762
+ :one: "{0} oz tr"
763
+ :other: "{0} oz tr"
764
+ :mass-pound:
765
+ :one: "{0} pund"
766
+ :other: "{0} pund"
767
+ :mass-stone:
768
+ :other: "{0} st"
769
+ :mass-ton:
770
+ :one: "{0} am. tonn"
771
+ :other: "{0} am. tonn"
772
+ :power-gigawatt:
773
+ :one: "{0} GW"
774
+ :other: "{0} GW"
775
+ :power-horsepower:
776
+ :one: "{0} hk"
777
+ :other: "{0} hk"
778
+ :power-kilowatt:
779
+ :one: "{0} kW"
780
+ :other: "{0} kW"
781
+ :power-megawatt:
782
+ :one: "{0} MW"
783
+ :other: "{0} MW"
784
+ :power-milliwatt:
785
+ :one: "{0} mW"
786
+ :other: "{0} mW"
787
+ :power-watt:
788
+ :one: "{0} W"
789
+ :other: "{0} W"
790
+ :pressure-hectopascal:
791
+ :one: "{0} hPa"
792
+ :other: "{0} hPa"
793
+ :pressure-inch-hg:
794
+ :one: "{0} inHg"
795
+ :other: "{0} inHg"
796
+ :pressure-millibar:
797
+ :one: "{0} mbar"
798
+ :other: "{0} mbar"
799
+ :pressure-millimeter-of-mercury:
800
+ :one: "{0} mmHg"
801
+ :other: "{0} mmHg"
802
+ :pressure-pound-per-square-inch:
803
+ :one: "{0} psi"
804
+ :other: "{0} psi"
805
+ :proportion-karat:
806
+ :one: "{0} kt"
807
+ :other: "{0} kt"
808
+ :speed-kilometer-per-hour:
809
+ :one: "{0} km/t"
810
+ :other: "{0} km/t"
811
+ :speed-meter-per-second:
812
+ :one: "{0} m/s"
813
+ :other: "{0} m/s"
814
+ :speed-mile-per-hour:
815
+ :one: "{0} mile/t"
816
+ :other: "{0} mile/t"
817
+ :temperature-celsius:
818
+ :one: "{0} °C"
819
+ :other: "{0} °C"
820
+ :temperature-fahrenheit:
821
+ :one: "{0} °F"
822
+ :other: "{0} °F"
823
+ :temperature-kelvin:
824
+ :one: "{0} K"
825
+ :other: "{0} K"
826
+ :volume-acre-foot:
827
+ :one: "{0} ac-fot"
828
+ :other: "{0} ac-fot"
829
+ :volume-bushel:
830
+ :other: "{0} bu"
831
+ :volume-centiliter:
832
+ :one: "{0} cl"
833
+ :other: "{0} cl"
834
+ :volume-cubic-centimeter:
835
+ :one: "{0} cm³"
836
+ :other: "{0} cm³"
837
+ :volume-cubic-foot:
838
+ :one: "{0} fot³"
839
+ :other: "{0} fot³"
840
+ :volume-cubic-inch:
841
+ :one: "{0} tommer³"
842
+ :other: "{0} tommer³"
843
+ :volume-cubic-kilometer:
844
+ :one: "{0} km³"
845
+ :other: "{0} km³"
846
+ :volume-cubic-meter:
847
+ :one: "{0} m³"
848
+ :other: "{0} m³"
849
+ :volume-cubic-mile:
850
+ :one: "{0} mile³"
851
+ :other: "{0} mile³"
852
+ :volume-cubic-yard:
853
+ :one: "{0} yard³"
854
+ :other: "{0} yard³"
855
+ :volume-cup:
856
+ :one: "{0} kopp"
857
+ :other: "{0} kopper"
858
+ :volume-deciliter:
859
+ :one: "{0} dl"
860
+ :other: "{0} dl"
861
+ :volume-fluid-ounce:
862
+ :one: "{0} fl oz"
863
+ :other: "{0} fl oz"
864
+ :volume-gallon:
865
+ :one: "{0} gal"
866
+ :other: "{0} gal"
867
+ :volume-hectoliter:
868
+ :one: "{0} hl"
869
+ :other: "{0} hl"
870
+ :volume-liter:
871
+ :one: "{0} l"
872
+ :other: "{0} l"
873
+ :volume-megaliter:
874
+ :one: "{0} Ml"
875
+ :other: "{0} Ml"
876
+ :volume-milliliter:
877
+ :one: "{0} ml"
878
+ :other: "{0} ml"
879
+ :volume-pint:
880
+ :one: "{0} pt"
881
+ :other: "{0} pt"
882
+ :volume-quart:
883
+ :one: "{0} qt"
884
+ :other: "{0} qt"
885
+ :volume-tablespoon:
886
+ :one: "{0} ss"
887
+ :other: "{0} ss"
888
+ :volume-teaspoon:
889
+ :one: "{0} ts"
890
+ :other: "{0} ts"