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
+ :sv:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} dygn"
7
+ :other: "{0} dygn"
8
+ :short:
9
+ :one: "{0} d"
10
+ :other: "{0} d"
11
+ :day-future:
12
+ :default:
13
+ :one: "om {0} dagar"
14
+ :other: "om {0} dag"
15
+ :day-past:
16
+ :default:
17
+ :one: "för {0} dagar sedan"
18
+ :other: "för {0} dag sedan"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} timme"
22
+ :other: "{0} timmar"
23
+ :short:
24
+ :one: "{0} tim"
25
+ :other: "{0} tim"
26
+ :hour-future:
27
+ :default:
28
+ :one: "om {0} timme"
29
+ :other: "om {0} timmar"
30
+ :hour-past:
31
+ :default:
32
+ :one: "för {0} timme sedan"
33
+ :other: "för {0} timmar sedan"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minut"
37
+ :other: "{0} minuter"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} min"
41
+ :minute-future:
42
+ :default:
43
+ :one: "om {0} minut"
44
+ :other: "om {0} minuter"
45
+ :minute-past:
46
+ :default:
47
+ :one: "för {0} minut sedan"
48
+ :other: "för {0} minuter sedan"
49
+ :month:
50
+ :default:
51
+ :one: "{0} månad"
52
+ :other: "{0} månader"
53
+ :short:
54
+ :one: "{0} mån"
55
+ :other: "{0} mån"
56
+ :month-future:
57
+ :default:
58
+ :one: "om {0} månad"
59
+ :other: "om {0} månader"
60
+ :month-past:
61
+ :default:
62
+ :one: "för {0} månad sedan"
63
+ :other: "för {0} månader sedan"
64
+ :second:
65
+ :default:
66
+ :one: "{0} sekund"
67
+ :other: "{0} sekunder"
68
+ :short:
69
+ :one: "{0} s"
70
+ :other: "{0} s"
71
+ :second-future:
72
+ :default:
73
+ :one: "om {0} sekund"
74
+ :other: "om {0} sekunder"
75
+ :second-past:
76
+ :default:
77
+ :one: "för {0} sekund sedan"
78
+ :other: "för {0} sekunder sedan"
79
+ :week:
80
+ :default:
81
+ :one: "{0} vecka"
82
+ :other: "{0} veckor"
83
+ :short:
84
+ :one: "{0} v"
85
+ :other: "{0} v"
86
+ :week-future:
87
+ :default:
88
+ :one: "om {0} vecka"
89
+ :other: "om {0} veckor"
90
+ :week-past:
91
+ :default:
92
+ :one: "för {0} vecka sedan"
93
+ :other: "för {0} veckor sedan"
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: "för {0} år sedan"
108
+ :other: "för {0} år sedan"
@@ -1,108 +1,1085 @@
1
1
  ---
2
2
  :sv:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} dygn"
7
- :other: "{0} dygn"
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ånger jordens gravitation"
12
+ :other: "{0} gånger jordens gravitation"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} meter per kvadratsekund"
15
+ :other: "{0} meter per kvadratsekund"
16
+ :angle-arc-minute:
17
+ :one: "{0} bågminut"
18
+ :other: "{0} bågminuter"
19
+ :angle-arc-second:
20
+ :one: "{0} bågsekund"
21
+ :other: "{0} bågsekunder"
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} engelskt tunnland"
30
+ :other: "{0} engelska tunnland"
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} kvadrattum"
42
+ :other: "{0} kvadrattum"
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} engelska kvadratmil"
52
+ :area-square-yard:
53
+ :one: "{0} yard²"
54
+ :other: "{0} yard²"
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} mile per gallon"
60
+ :other: "{0} miles 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} GB"
72
+ :other: "{0} GB"
73
+ :digital-kilobit:
74
+ :one: "{0} kilobit"
75
+ :other: "{0} kilobit"
76
+ :digital-kilobyte:
77
+ :one: "{0} kB"
78
+ :other: "{0} kB"
79
+ :digital-megabit:
80
+ :one: "{0} megabit"
81
+ :other: "{0} megabit"
82
+ :digital-megabyte:
83
+ :one: "{0} MB"
84
+ :other: "{0} MB"
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} dygn"
93
+ :other: "{0} dygn"
94
+ :duration-hour:
95
+ :one: "{0} timme"
96
+ :other: "{0} timmar"
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} minut"
105
+ :other: "{0} minuter"
106
+ :duration-month:
107
+ :one: "{0} månad"
108
+ :other: "{0} månader"
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} vecka"
117
+ :other: "{0} veckor"
118
+ :duration-year:
119
+ :one: "{0} år"
120
+ :other: "{0} år"
121
+ :electric-ampere:
122
+ :one: ampere
123
+ :other: "{0} ampere"
124
+ :electric-milliampere:
125
+ :one: 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} kilokalori"
138
+ :other: "{0} kilokalorier"
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} kilowattimme"
150
+ :other: "{0} kilowattimmar"
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} MHz"
162
+ :other: "{0} MHz"
163
+ :length-astronomical-unit:
164
+ :one: "{0} astronomisk enhet"
165
+ :other: "{0} astronomiska enheter"
166
+ :length-centimeter:
167
+ :one: "{0} centimeter"
168
+ :other: "{0} centimeter"
169
+ :length-decimeter:
170
+ :one: "{0} decimeter"
171
+ :other: "{0} decimeter"
172
+ :length-fathom:
173
+ :one: "{0} famn"
174
+ :other: "{0} famnar"
175
+ :length-foot:
176
+ :one: "{0} fot"
177
+ :other: "{0} fot"
178
+ :length-furlong:
179
+ :one: "{0} engelsk plogfårelängd"
180
+ :other: "{0} engelska plogfårelängder"
181
+ :length-inch:
182
+ :one: "{0} tum"
183
+ :other: "{0} tum"
184
+ :length-kilometer:
185
+ :one: "{0} kilometer"
186
+ :other: "{0} kilometer"
187
+ :length-light-year:
188
+ :one: "{0} ljusår"
189
+ :other: "{0} ljusår"
190
+ :length-meter:
191
+ :one: "{0} meter"
192
+ :other: "{0} meter"
193
+ :length-micrometer:
194
+ :one: "{0} mikrometer"
195
+ :other: "{0} mikrometer"
196
+ :length-mile:
197
+ :one: "{0} engelsk mil"
198
+ :other: "{0} engelska mil"
199
+ :length-millimeter:
200
+ :one: "{0} millimeter"
201
+ :other: "{0} millimeter"
202
+ :length-nanometer:
203
+ :one: "{0} nanometer"
204
+ :other: "{0} nanometer"
205
+ :length-nautical-mile:
206
+ :one: "{0} nautisk mil"
207
+ :other: "{0} nautiska mil"
208
+ :length-parsec:
209
+ :one: "{0} parsec"
210
+ :other: "{0} parsec"
211
+ :length-picometer:
212
+ :one: "{0} pikometer"
213
+ :other: "{0} pikometer"
214
+ :length-yard:
215
+ :one: "{0} engelsk yard"
216
+ :other: "{0} engelska yard"
217
+ :light-lux:
218
+ :one: "{0} lux"
219
+ :other: "{0} lux"
220
+ :mass-carat:
221
+ :one: "{0} karat"
222
+ :other: "{0} karat"
223
+ :mass-gram:
224
+ :one: "{0} gram"
225
+ :other: "{0} gram"
226
+ :mass-kilogram:
227
+ :one: "{0} kilogram"
228
+ :other: "{0} kilogram"
229
+ :mass-metric-ton:
230
+ :one: "{0} ton"
231
+ :other: "{0} ton"
232
+ :mass-microgram:
233
+ :one: "{0} mikrogram"
234
+ :other: "{0} mikrogram"
235
+ :mass-milligram:
236
+ :one: "{0} milligram"
237
+ :other: "{0} milligram"
238
+ :mass-ounce:
239
+ :one: "{0} uns"
240
+ :other: "{0} uns"
241
+ :mass-ounce-troy:
242
+ :one: "{0} troy uns"
243
+ :other: "{0} troy uns"
244
+ :mass-pound:
245
+ :one: "{0} pund"
246
+ :other: "{0} pund"
247
+ :mass-stone:
248
+ :one: "{0} engelsk sten"
249
+ :other: "{0} engelska stenar"
250
+ :mass-ton:
251
+ :one: "{0} engelskt kort ton"
252
+ :other: "{0} engelska korta ton"
253
+ :power-gigawatt:
254
+ :one: "{0} gigawatt"
255
+ :other: "{0} gigawatt"
256
+ :power-horsepower:
257
+ :one: "{0} hästkraft"
258
+ :other: "{0} hästkrafter"
259
+ :power-kilowatt:
260
+ :one: "{0} kilowatt"
261
+ :other: "{0} kilowatt"
262
+ :power-megawatt:
263
+ :one: "{0} megawatt"
264
+ :other: "{0} megawatt"
265
+ :power-milliwatt:
266
+ :one: "{0} milliwatt"
267
+ :other: "{0} milliwatt"
268
+ :power-watt:
269
+ :one: "{0} watt"
270
+ :other: "{0} watt"
271
+ :pressure-hectopascal:
272
+ :one: "{0} hektopascal"
273
+ :other: "{0} hektopascal"
274
+ :pressure-inch-hg:
275
+ :one: "{0} tum kvicksilver"
276
+ :other: "{0} tum kvicksilver"
277
+ :pressure-millibar:
278
+ :one: "{0} millibar"
279
+ :other: "{0} millibar"
280
+ :pressure-millimeter-of-mercury:
281
+ :one: "{0} millimeter kvicksilver"
282
+ :other: "{0} millimeter kvicksilver"
283
+ :pressure-pound-per-square-inch:
284
+ :one: "{0} pund per kvadrattum"
285
+ :other: "{0} pund per kvadrattum"
286
+ :proportion-karat:
287
+ :one: "{0} karat"
288
+ :other: "{0} karat"
289
+ :speed-kilometer-per-hour:
290
+ :one: "{0} kilometer per timme"
291
+ :other: "{0} kilometer per timme"
292
+ :speed-meter-per-second:
293
+ :one: "{0} meter per sekund"
294
+ :other: "{0} meter per sekund"
295
+ :speed-mile-per-hour:
296
+ :one: "{0} engelsk mil per timme"
297
+ :other: "{0} engelska mil per timme"
298
+ :temperature-celsius:
299
+ :one: "{0} grad Celsius"
300
+ :other: "{0} grader Celsius"
301
+ :temperature-fahrenheit:
302
+ :one: "{0} grad Fahrenheit"
303
+ :other: "{0} grader Fahrenheit"
304
+ :temperature-kelvin:
305
+ :one: "{0} kelvin"
306
+ :other: "{0} kelvin"
307
+ :volume-acre-foot:
308
+ :one: "{0} engelskt tunnland gånger fot"
309
+ :other: "{0} engelska tunnland gånger fot"
310
+ :volume-bushel:
311
+ :one: "{0} skäppa"
312
+ :other: "{0} skäppor"
313
+ :volume-centiliter:
314
+ :one: "{0} centiliter"
315
+ :other: "{0} centiliter"
316
+ :volume-cubic-centimeter:
317
+ :one: "{0} kubikcentimeter"
318
+ :other: "{0} kubikcentimeter"
319
+ :volume-cubic-foot:
320
+ :one: "{0} kubikfot"
321
+ :other: "{0} kubikfot"
322
+ :volume-cubic-inch:
323
+ :one: "{0} kubiktum"
324
+ :other: "{0} kubiktum"
325
+ :volume-cubic-kilometer:
326
+ :one: "{0} kubikkilometer"
327
+ :other: "{0} kubikkilometer"
328
+ :volume-cubic-meter:
329
+ :one: "{0} kubikmeter"
330
+ :other: "{0} kubikmeter"
331
+ :volume-cubic-mile:
332
+ :one: "{0} engelsk kubikmil"
333
+ :other: "{0} engelska kubikmil"
334
+ :volume-cubic-yard:
335
+ :one: "{0} engelsk kubikyard"
336
+ :other: "{0} engelska kubikyard"
337
+ :volume-cup:
338
+ :one: "{0} kopp"
339
+ :other: "{0} koppar"
340
+ :volume-deciliter:
341
+ :one: "{0} deciliter"
342
+ :other: "{0} deciliter"
343
+ :volume-fluid-ounce:
344
+ :one: "{0} fluid ounce"
345
+ :other: "{0} fluid ounces"
346
+ :volume-gallon:
347
+ :one: "{0} gallon"
348
+ :other: "{0} gallon"
349
+ :volume-hectoliter:
350
+ :one: "{0} hektoliter"
351
+ :other: "{0} hektoliter"
352
+ :volume-liter:
353
+ :one: "{0} liter"
354
+ :other: "{0} liter"
355
+ :volume-megaliter:
356
+ :one: "{0} megaliter"
357
+ :other: "{0} megaliter"
358
+ :volume-milliliter:
359
+ :one: "{0} milliliter"
360
+ :other: "{0} milliliter"
361
+ :volume-pint:
362
+ :one: "{0} pint"
363
+ :other: "{0} pint"
364
+ :volume-quart:
365
+ :one: "{0} quart"
366
+ :other: "{0} quart"
367
+ :volume-tablespoon:
368
+ :one: "{0} matsked"
369
+ :other: "{0} matskedar"
370
+ :volume-teaspoon:
371
+ :one: "{0} tesked"
372
+ :other: "{0} teskedar"
373
+ :narrow:
374
+ :acceleration-g-force:
375
+ :one: "{0}G"
376
+ :other: "{0}G"
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} fot²"
403
+ :other: "{0} fot²"
404
+ :area-square-inch:
405
+ :one: "{0} tum²"
406
+ :other: "{0} tum²"
407
+ :area-square-kilometer:
408
+ :one: "{0}km²"
409
+ :other: "{0}km²"
410
+ :area-square-meter:
411
+ :one: "{0}m²"
412
+ :other: "{0}m²"
413
+ :area-square-mile:
414
+ :one: "{0} mi²"
415
+ :other: "{0} mi²"
416
+ :area-square-yard:
417
+ :one: "{0} en. yrd²"
418
+ :other: "{0} en. yrd²"
419
+ :consumption-liter-per-kilometer:
420
+ :one: "{0}L/km"
421
+ :other: "{0}L/km"
422
+ :consumption-mile-per-gallon:
423
+ :one: "{0}e.mil/gn"
424
+ :other: "{0}e.mil/gn"
425
+ :digital-bit:
426
+ :one: "{0}b"
427
+ :other: "{0}b"
428
+ :digital-byte:
429
+ :one: "{0}B"
430
+ :other: "{0}B"
431
+ :digital-gigabit:
432
+ :one: "{0}Gb"
433
+ :other: "{0}Gb"
434
+ :digital-kilobit:
435
+ :one: "{0}kb"
436
+ :other: "{0}kb"
437
+ :digital-megabit:
438
+ :one: "{0}Mb"
439
+ :other: "{0}Mb"
440
+ :digital-terabit:
441
+ :one: "{0}Tb"
442
+ :other: "{0}Tb"
443
+ :duration-day:
444
+ :one: "{0}d"
445
+ :other: "{0}d"
446
+ :duration-hour:
447
+ :one: "{0}h"
448
+ :other: "{0}h"
449
+ :duration-microsecond:
450
+ :one: "{0}μs"
451
+ :other: "{0}μs"
452
+ :duration-millisecond:
453
+ :one: "{0}ms"
454
+ :other: "{0}ms"
455
+ :duration-minute:
456
+ :one: "{0}m"
457
+ :other: "{0}m"
458
+ :duration-month:
459
+ :one: "{0}m"
460
+ :other: "{0}m"
461
+ :duration-nanosecond:
462
+ :one: "{0}ns"
463
+ :other: "{0}ns"
464
+ :duration-second:
465
+ :one: "{0}s"
466
+ :other: "{0}s"
467
+ :duration-week:
468
+ :one: "{0}v"
469
+ :other: "{0}v"
470
+ :duration-year:
471
+ :one: "{0}å"
472
+ :other: "{0}å"
473
+ :electric-ampere:
474
+ :one: "{0}A"
475
+ :other: "{0}A"
476
+ :electric-milliampere:
477
+ :one: "{0}mA"
478
+ :other: "{0}mA"
479
+ :electric-ohm:
480
+ :one: "{0}Ω"
481
+ :other: "{0}Ω"
482
+ :electric-volt:
483
+ :one: "{0}V"
484
+ :other: "{0}V"
485
+ :energy-calorie:
486
+ :one: "{0} cal"
487
+ :other: "{0} cal"
488
+ :energy-foodcalorie:
489
+ :one: "{0} kcal"
490
+ :other: "{0} kcal"
491
+ :energy-joule:
492
+ :one: "{0}J"
493
+ :other: "{0}J"
494
+ :energy-kilocalorie:
495
+ :one: "{0} kcal"
496
+ :other: "{0} kcal"
497
+ :energy-kilojoule:
498
+ :one: "{0}kJ"
499
+ :other: "{0}kJ"
500
+ :energy-kilowatt-hour:
501
+ :one: "{0}kWh"
502
+ :other: "{0}kWh"
503
+ :frequency-gigahertz:
504
+ :one: "{0}GHz"
505
+ :other: "{0}GHz"
506
+ :frequency-hertz:
507
+ :one: "{0}Hz"
508
+ :other: "{0}Hz"
509
+ :frequency-kilohertz:
510
+ :one: "{0}kHz"
511
+ :other: "{0}kHz"
512
+ :frequency-megahertz:
513
+ :one: "{0}MHz"
514
+ :other: "{0}MHz"
515
+ :length-astronomical-unit:
516
+ :one: "{0}AE"
517
+ :other: "{0}AE"
518
+ :length-centimeter:
519
+ :one: "{0}cm"
520
+ :other: "{0}cm"
521
+ :length-decimeter:
522
+ :one: "{0}dm"
523
+ :other: "{0}dm"
524
+ :length-fathom:
525
+ :one: "{0} famn"
526
+ :other: "{0} famnar"
527
+ :length-foot:
528
+ :one: "{0} fot"
529
+ :other: "{0} fot"
530
+ :length-furlong:
531
+ :one: "{0}en.pfrld"
532
+ :other: "{0}en.pfrld"
533
+ :length-inch:
534
+ :one: "{0} tum"
535
+ :other: "{0} tum"
536
+ :length-kilometer:
537
+ :one: "{0}km"
538
+ :other: "{0}km"
539
+ :length-light-year:
540
+ :one: "{0} ljusår"
541
+ :other: "{0} ljusår"
542
+ :length-meter:
543
+ :one: "{0}m"
544
+ :other: "{0}m"
545
+ :length-micrometer:
546
+ :one: "{0}μm"
547
+ :other: "{0}μm"
548
+ :length-mile:
549
+ :one: "{0}mi"
550
+ :other: "{0}mi"
551
+ :length-millimeter:
552
+ :one: "{0}mm"
553
+ :other: "{0}mm"
554
+ :length-nanometer:
555
+ :one: "{0}nm"
556
+ :other: "{0}nm"
557
+ :length-nautical-mile:
558
+ :one: "{0}M"
559
+ :other: "{0}M"
560
+ :length-parsec:
561
+ :one: "{0} parsek"
562
+ :other: "{0} parsek"
563
+ :length-picometer:
564
+ :one: "{0}pm"
565
+ :other: "{0}pm"
566
+ :length-yard:
567
+ :one: "{0}yd"
568
+ :other: "{0}yd"
569
+ :light-lux:
570
+ :one: "{0} lx"
571
+ :other: "{0} lx"
572
+ :mass-carat:
573
+ :one: "{0} karat"
574
+ :other: "{0} karat"
575
+ :mass-gram:
576
+ :one: "{0}g"
577
+ :other: "{0}g"
578
+ :mass-kilogram:
579
+ :one: "{0}kg"
580
+ :other: "{0}kg"
581
+ :mass-metric-ton:
582
+ :one: "{0}t"
583
+ :other: "{0}t"
584
+ :mass-microgram:
585
+ :one: "{0}μg"
586
+ :other: "{0}μg"
587
+ :mass-milligram:
588
+ :one: "{0}mg"
589
+ :other: "{0}mg"
590
+ :mass-ounce:
591
+ :one: "{0} uns"
592
+ :other: "{0} uns"
593
+ :mass-ounce-troy:
594
+ :one: "{0} tr.uns"
595
+ :other: "{0} tr.uns"
596
+ :mass-pound:
597
+ :one: "{0} skålpund"
598
+ :other: "{0} skålpund"
599
+ :mass-stone:
600
+ :one: "{0} eng. s:n"
601
+ :other: "{0} eng. s:n"
602
+ :mass-ton:
603
+ :one: "{0} en.k.ton"
604
+ :other: "{0} en.k.ton"
605
+ :power-gigawatt:
606
+ :one: "{0}GW"
607
+ :other: "{0}GW"
608
+ :power-horsepower:
609
+ :one: "{0}hk"
610
+ :other: "{0}hk"
611
+ :power-kilowatt:
612
+ :one: "{0}kW"
613
+ :other: "{0}kW"
614
+ :power-megawatt:
615
+ :one: "{0}MW"
616
+ :other: "{0}MW"
617
+ :power-milliwatt:
618
+ :one: "{0}mW"
619
+ :other: "{0}mW"
620
+ :power-watt:
621
+ :one: "{0}W"
622
+ :other: "{0}W"
623
+ :pressure-hectopascal:
624
+ :one: "{0}hPa"
625
+ :other: "{0}hPa"
626
+ :pressure-inch-hg:
627
+ :one: "{0} tum Hg"
628
+ :other: "{0} tum Hg"
629
+ :pressure-millibar:
630
+ :one: "{0}mbar"
631
+ :other: "{0}mbar"
632
+ :pressure-millimeter-of-mercury:
633
+ :one: "{0}mm Hg"
634
+ :other: "{0}mm Hg"
635
+ :pressure-pound-per-square-inch:
636
+ :one: "{0}s:d/tum²"
637
+ :other: "{0}s:d/tum²"
638
+ :speed-kilometer-per-hour:
639
+ :one: "{0}km/h"
640
+ :other: "{0}km/h"
641
+ :speed-meter-per-second:
642
+ :one: "{0}m/s"
643
+ :other: "{0}m/s"
644
+ :speed-mile-per-hour:
645
+ :one: "{0} mi/h"
646
+ :other: "{0} mi/h"
647
+ :temperature-celsius:
648
+ :one: "{0} °C"
649
+ :other: "{0} °C"
650
+ :temperature-fahrenheit:
651
+ :one: "{0}°F"
652
+ :other: "{0}°F"
653
+ :temperature-kelvin:
654
+ :one: "{0}K"
655
+ :other: "{0}K"
656
+ :volume-acre-foot:
657
+ :one: "{0}en.td·fot"
658
+ :other: "{0}en.td·fot"
659
+ :volume-bushel:
660
+ :one: "{0} skäppa"
661
+ :other: "{0} skäppor"
662
+ :volume-centiliter:
663
+ :one: "{0}cL"
664
+ :other: "{0}cL"
665
+ :volume-cubic-centimeter:
666
+ :one: "{0}cm³"
667
+ :other: "{0}cm³"
668
+ :volume-cubic-foot:
669
+ :one: "{0} fot³"
670
+ :other: "{0} fot³"
671
+ :volume-cubic-inch:
672
+ :one: "{0} tum³"
673
+ :other: "{0} tum³"
674
+ :volume-cubic-kilometer:
675
+ :one: "{0}km³"
676
+ :other: "{0}km³"
677
+ :volume-cubic-meter:
678
+ :one: "{0}m³"
679
+ :other: "{0} m³"
680
+ :volume-cubic-mile:
681
+ :one: "{0} mi³"
682
+ :other: "{0} mi³"
683
+ :volume-cubic-yard:
684
+ :one: "{0} en. yrd³"
685
+ :other: "{0} en. yrd³"
686
+ :volume-cup:
687
+ :one: "{0}kp·2½dL"
688
+ :other: "{0}kp·2½dL"
689
+ :volume-deciliter:
690
+ :one: "{0}dL"
691
+ :other: "{0}dL"
692
+ :volume-fluid-ounce:
693
+ :one: "{0} v:euns"
694
+ :other: "{0} v:euns"
695
+ :volume-gallon:
696
+ :one: "{0} v:egal:n"
697
+ :other: "{0} v:egal:n"
698
+ :volume-hectoliter:
699
+ :one: "{0}hL"
700
+ :other: "{0}hL"
701
+ :volume-liter:
702
+ :one: "{0} l"
703
+ :other: "{0} l"
704
+ :volume-megaliter:
705
+ :one: "{0}ML"
706
+ :other: "{0}ML"
707
+ :volume-milliliter:
708
+ :one: "{0}mL"
709
+ :other: "{0}mL"
710
+ :volume-pint:
711
+ :one: "{0} v:epint"
712
+ :other: "{0} v:epint"
713
+ :volume-quart:
714
+ :one: "{0} v:equart"
715
+ :other: "{0} v:equart"
716
+ :volume-tablespoon:
717
+ :one: "{0}msk"
718
+ :other: "{0}msk"
719
+ :volume-teaspoon:
720
+ :one: "{0}tsk"
721
+ :other: "{0}tsk"
8
722
  :short:
9
- :one: "{0} d"
10
- :other: "{0} d"
11
- :day-future:
12
- :default:
13
- :one: "om {0} dagar"
14
- :other: "om {0} dag"
15
- :day-past:
16
- :default:
17
- :one: "för {0} dagar sedan"
18
- :other: "för {0} dag sedan"
19
- :hour:
20
- :default:
21
- :one: "{0} timme"
22
- :other: "{0} timmar"
23
- :short:
24
- :one: "{0} tim"
25
- :other: "{0} tim"
26
- :hour-future:
27
- :default:
28
- :one: "om {0} timme"
29
- :other: "om {0} timmar"
30
- :hour-past:
31
- :default:
32
- :one: "för {0} timme sedan"
33
- :other: "för {0} timmar sedan"
34
- :minute:
35
- :default:
36
- :one: "{0} minut"
37
- :other: "{0} minuter"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} min"
41
- :minute-future:
42
- :default:
43
- :one: "om {0} minut"
44
- :other: "om {0} minuter"
45
- :minute-past:
46
- :default:
47
- :one: "för {0} minut sedan"
48
- :other: "för {0} minuter sedan"
49
- :month:
50
- :default:
51
- :one: "{0} månad"
52
- :other: "{0} månader"
53
- :short:
54
- :one: "{0} mån"
55
- :other: "{0} mån"
56
- :month-future:
57
- :default:
58
- :one: "om {0} månad"
59
- :other: "om {0} månader"
60
- :month-past:
61
- :default:
62
- :one: "för {0} månad sedan"
63
- :other: "för {0} månader sedan"
64
- :second:
65
- :default:
66
- :one: "{0} sekund"
67
- :other: "{0} sekunder"
68
- :short:
69
- :one: "{0} s"
70
- :other: "{0} s"
71
- :second-future:
72
- :default:
73
- :one: "om {0} sekund"
74
- :other: "om {0} sekunder"
75
- :second-past:
76
- :default:
77
- :one: "för {0} sekund sedan"
78
- :other: "för {0} sekunder sedan"
79
- :week:
80
- :default:
81
- :one: "{0} vecka"
82
- :other: "{0} veckor"
83
- :short:
84
- :one: "{0} v"
85
- :other: "{0} v"
86
- :week-future:
87
- :default:
88
- :one: "om {0} vecka"
89
- :other: "om {0} veckor"
90
- :week-past:
91
- :default:
92
- :one: "för {0} vecka sedan"
93
- :other: "för {0} veckor sedan"
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: "för {0} år sedan"
108
- :other: "för {0} år sedan"
723
+ :acceleration-g-force:
724
+ :one: "{0} G"
725
+ :other: "{0} G"
726
+ :acceleration-meter-per-second-squared:
727
+ :one: "{0} m/s²"
728
+ :other: "{0} m/s²"
729
+ :angle-arc-minute:
730
+ :one: "{0}′"
731
+ :other: "{0}"
732
+ :angle-arc-second:
733
+ :one: "{0}″"
734
+ :other: "{0}″"
735
+ :angle-degree:
736
+ :one: "{0}°"
737
+ :other: "{0}°"
738
+ :angle-radian:
739
+ :one: "{0} rad"
740
+ :other: "{0} rad"
741
+ :area-acre:
742
+ :one: "{0} ac"
743
+ :other: "{0} ac"
744
+ :area-hectare:
745
+ :one: "{0} ha"
746
+ :other: "{0} ha"
747
+ :area-square-centimeter:
748
+ :one: "{0} cm²"
749
+ :other: "{0} cm²"
750
+ :area-square-foot:
751
+ :one: "{0} kvadratfot"
752
+ :other: "{0} kvadratfot"
753
+ :area-square-inch:
754
+ :one: "{0} tum²"
755
+ :other: "{0} tum²"
756
+ :area-square-kilometer:
757
+ :one: "{0} km²"
758
+ :other: "{0} km²"
759
+ :area-square-meter:
760
+ :one: "{0} m²"
761
+ :other: "{0} "
762
+ :area-square-mile:
763
+ :one: "{0} eng.mil²"
764
+ :other: "{0} eng.mil²"
765
+ :area-square-yard:
766
+ :one: "{0} yard²"
767
+ :other: "{0} yard²"
768
+ :consumption-liter-per-kilometer:
769
+ :one: "{0} l/km"
770
+ :other: "{0} l/km"
771
+ :consumption-mile-per-gallon:
772
+ :one: "{0} mpg"
773
+ :other: "{0} mpg"
774
+ :digital-bit:
775
+ :one: "{0} b"
776
+ :other: "{0} b"
777
+ :digital-byte:
778
+ :one: "{0} B"
779
+ :other: "{0} B"
780
+ :digital-gigabit:
781
+ :one: "{0} Gb"
782
+ :other: "{0} Gb"
783
+ :digital-gigabyte:
784
+ :one: "{0} GB"
785
+ :other: "{0} GB"
786
+ :digital-kilobit:
787
+ :one: "{0} kb"
788
+ :other: "{0} kb"
789
+ :digital-kilobyte:
790
+ :one: "{0} kB"
791
+ :other: "{0} kB"
792
+ :digital-megabit:
793
+ :one: "{0} Mb"
794
+ :other: "{0} Mb"
795
+ :digital-megabyte:
796
+ :one: "{0} MB"
797
+ :other: "{0} MB"
798
+ :digital-terabit:
799
+ :one: "{0} Tb"
800
+ :other: "{0} Tb"
801
+ :digital-terabyte:
802
+ :one: "{0} TB"
803
+ :other: "{0} TB"
804
+ :duration-day:
805
+ :one: "{0} d"
806
+ :other: "{0} d"
807
+ :duration-hour:
808
+ :one: "{0} tim"
809
+ :other: "{0} tim"
810
+ :duration-microsecond:
811
+ :one: "{0} μs"
812
+ :other: "{0} μs"
813
+ :duration-millisecond:
814
+ :one: "{0} ms"
815
+ :other: "{0} ms"
816
+ :duration-minute:
817
+ :one: "{0} min"
818
+ :other: "{0} min"
819
+ :duration-month:
820
+ :one: "{0} mån"
821
+ :other: "{0} mån"
822
+ :duration-nanosecond:
823
+ :one: "{0} ns"
824
+ :other: "{0} ns"
825
+ :duration-second:
826
+ :one: "{0} s"
827
+ :other: "{0} s"
828
+ :duration-week:
829
+ :one: "{0} v"
830
+ :other: "{0} v"
831
+ :duration-year:
832
+ :one: "{0} år"
833
+ :other: "{0} år"
834
+ :electric-ampere:
835
+ :one: "{0} A"
836
+ :other: "{0} A"
837
+ :electric-milliampere:
838
+ :one: "{0} mA"
839
+ :other: "{0} mA"
840
+ :electric-ohm:
841
+ :one: "{0} Ω"
842
+ :other: "{0} Ω"
843
+ :electric-volt:
844
+ :one: "{0} V"
845
+ :other: "{0} V"
846
+ :energy-calorie:
847
+ :one: "{0} cal"
848
+ :other: "{0} cal"
849
+ :energy-foodcalorie:
850
+ :one: "{0} kcal"
851
+ :other: "{0} kcal"
852
+ :energy-joule:
853
+ :one: "{0} J"
854
+ :other: "{0} J"
855
+ :energy-kilocalorie:
856
+ :one: "{0} kcal"
857
+ :other: "{0} kcal"
858
+ :energy-kilojoule:
859
+ :one: "{0} kJ"
860
+ :other: "{0} kJ"
861
+ :energy-kilowatt-hour:
862
+ :one: "{0} kWh"
863
+ :other: "{0} kWh"
864
+ :frequency-gigahertz:
865
+ :one: "{0} GHz"
866
+ :other: "{0} GHz"
867
+ :frequency-hertz:
868
+ :one: "{0} Hz"
869
+ :other: "{0} Hz"
870
+ :frequency-kilohertz:
871
+ :one: "{0} kHz"
872
+ :other: "{0} kHz"
873
+ :frequency-megahertz:
874
+ :one: "{0} MHz"
875
+ :other: "{0} MHz"
876
+ :length-astronomical-unit:
877
+ :one: "{0} AU"
878
+ :other: "{0} AU"
879
+ :length-centimeter:
880
+ :one: "{0} cm"
881
+ :other: "{0} cm"
882
+ :length-decimeter:
883
+ :one: "{0} dm"
884
+ :other: "{0} dm"
885
+ :length-fathom:
886
+ :one: "{0} famn"
887
+ :other: "{0} famnar"
888
+ :length-foot:
889
+ :one: "{0} fot"
890
+ :other: "{0} fot"
891
+ :length-furlong:
892
+ :one: "{0} eng. plogfårelgd"
893
+ :other: "{0} eng. plogfårelgd"
894
+ :length-inch:
895
+ :one: "{0} tum"
896
+ :other: "{0} tum"
897
+ :length-kilometer:
898
+ :one: "{0} km"
899
+ :other: "{0} km"
900
+ :length-light-year:
901
+ :one: "{0} ly"
902
+ :other: "{0} ly"
903
+ :length-meter:
904
+ :one: "{0} m"
905
+ :other: "{0} m"
906
+ :length-micrometer:
907
+ :one: "{0} μm"
908
+ :other: "{0} μm"
909
+ :length-mile:
910
+ :one: "{0} eng. mil"
911
+ :other: "{0} eng. mil"
912
+ :length-millimeter:
913
+ :one: "{0} mm"
914
+ :other: "{0} mm"
915
+ :length-nanometer:
916
+ :one: "{0} nm"
917
+ :other: "{0} nm"
918
+ :length-nautical-mile:
919
+ :one: "{0} naut. mil"
920
+ :other: "{0} naut. mil"
921
+ :length-parsec:
922
+ :one: "{0} parsec"
923
+ :other: "{0} parsec"
924
+ :length-picometer:
925
+ :one: "{0} pm"
926
+ :other: "{0} pm"
927
+ :length-yard:
928
+ :one: "{0} eng. yard"
929
+ :other: "{0} eng. yard"
930
+ :light-lux:
931
+ :one: "{0} lux"
932
+ :other: "{0} lux"
933
+ :mass-carat:
934
+ :one: "{0} ct"
935
+ :other: "{0} ct"
936
+ :mass-gram:
937
+ :one: "{0} g"
938
+ :other: "{0} g"
939
+ :mass-kilogram:
940
+ :one: "{0} kg"
941
+ :other: "{0} kg"
942
+ :mass-metric-ton:
943
+ :one: "{0} t"
944
+ :other: "{0} t"
945
+ :mass-microgram:
946
+ :one: "{0} μg"
947
+ :other: "{0} μg"
948
+ :mass-milligram:
949
+ :one: "{0} mg"
950
+ :other: "{0} mg"
951
+ :mass-ounce:
952
+ :one: "{0} uns"
953
+ :other: "{0} uns"
954
+ :mass-ounce-troy:
955
+ :one: "{0} ozt"
956
+ :other: "{0} ozt"
957
+ :mass-pound:
958
+ :one: "{0} pund"
959
+ :other: "{0} pund"
960
+ :mass-stone:
961
+ :one: "{0} eng. sten"
962
+ :other: "{0} eng. sten"
963
+ :mass-ton:
964
+ :one: "{0} eng. k. ton"
965
+ :other: "{0} eng. k. ton"
966
+ :power-gigawatt:
967
+ :one: "{0} GW"
968
+ :other: "{0} GW"
969
+ :power-horsepower:
970
+ :one: "{0} hk"
971
+ :other: "{0} hk"
972
+ :power-kilowatt:
973
+ :one: "{0} kW"
974
+ :other: "{0} kW"
975
+ :power-megawatt:
976
+ :one: "{0} MW"
977
+ :other: "{0} MW"
978
+ :power-milliwatt:
979
+ :one: "{0} mW"
980
+ :other: "{0} mW"
981
+ :power-watt:
982
+ :one: "{0} W"
983
+ :other: "{0} W"
984
+ :pressure-hectopascal:
985
+ :one: "{0} hPa"
986
+ :other: "{0} hPa"
987
+ :pressure-inch-hg:
988
+ :one: "{0} tum Hg"
989
+ :other: "{0} tum Hg"
990
+ :pressure-millibar:
991
+ :one: "{0} mbar"
992
+ :other: "{0} mbar"
993
+ :pressure-millimeter-of-mercury:
994
+ :one: "{0} mm Hg"
995
+ :other: "{0} mm Hg"
996
+ :pressure-pound-per-square-inch:
997
+ :one: "{0} psi"
998
+ :other: "{0} psi"
999
+ :proportion-karat:
1000
+ :one: "{0} kt"
1001
+ :other: "{0} kt"
1002
+ :speed-kilometer-per-hour:
1003
+ :one: "{0} km/h"
1004
+ :other: "{0} km/h"
1005
+ :speed-meter-per-second:
1006
+ :one: "{0} m/s"
1007
+ :other: "{0} m/s"
1008
+ :speed-mile-per-hour:
1009
+ :one: "{0} mi/h"
1010
+ :other: "{0} mi/h"
1011
+ :temperature-celsius:
1012
+ :one: "{0} °C"
1013
+ :other: "{0} °C"
1014
+ :temperature-fahrenheit:
1015
+ :one: "{0} °F"
1016
+ :other: "{0} °F"
1017
+ :temperature-kelvin:
1018
+ :one: "{0} K"
1019
+ :other: "{0} K"
1020
+ :volume-acre-foot:
1021
+ :one: "{0} eng. t:d·fot"
1022
+ :other: "{0} eng. t:d·fot"
1023
+ :volume-bushel:
1024
+ :one: "{0} skäppa"
1025
+ :other: "{0} skäppor"
1026
+ :volume-centiliter:
1027
+ :one: "{0} cl"
1028
+ :other: "{0} cl"
1029
+ :volume-cubic-centimeter:
1030
+ :one: "{0} cm³"
1031
+ :other: "{0} cm³"
1032
+ :volume-cubic-foot:
1033
+ :one: "{0} fot³"
1034
+ :other: "{0} fot³"
1035
+ :volume-cubic-inch:
1036
+ :one: "{0} tum³"
1037
+ :other: "{0} tum³"
1038
+ :volume-cubic-kilometer:
1039
+ :one: "{0} km³"
1040
+ :other: "{0} km³"
1041
+ :volume-cubic-meter:
1042
+ :one: "{0} m³"
1043
+ :other: "{0} m³"
1044
+ :volume-cubic-mile:
1045
+ :one: "{0} eng. mil³"
1046
+ :other: "{0} eng. mil³"
1047
+ :volume-cubic-yard:
1048
+ :one: "{0} eng. yard³"
1049
+ :other: "{0} eng. yard³"
1050
+ :volume-cup:
1051
+ :one: "{0} kopp"
1052
+ :other: "{0} koppar"
1053
+ :volume-deciliter:
1054
+ :one: "{0} dl"
1055
+ :other: "{0} dl"
1056
+ :volume-fluid-ounce:
1057
+ :one: "{0} fl oz"
1058
+ :other: "{0} fl oz"
1059
+ :volume-gallon:
1060
+ :one: "{0} gal"
1061
+ :other: "{0} gal"
1062
+ :volume-hectoliter:
1063
+ :one: "{0} hl"
1064
+ :other: "{0} hl"
1065
+ :volume-liter:
1066
+ :one: "{0} l"
1067
+ :other: "{0} l"
1068
+ :volume-megaliter:
1069
+ :one: "{0} Ml"
1070
+ :other: "{0} Ml"
1071
+ :volume-milliliter:
1072
+ :one: "{0} ml"
1073
+ :other: "{0} ml"
1074
+ :volume-pint:
1075
+ :one: "{0} pint"
1076
+ :other: "{0} pint"
1077
+ :volume-quart:
1078
+ :one: "{0} quart"
1079
+ :other: "{0} quart"
1080
+ :volume-tablespoon:
1081
+ :one: "{0} msk"
1082
+ :other: "{0} msk"
1083
+ :volume-teaspoon:
1084
+ :one: "{0} tsk"
1085
+ :other: "{0} tsk"