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
+ :is:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} dagur"
7
+ :other: "{0} dagar"
8
+ :short:
9
+ :one: "{0} dagur"
10
+ :other: "{0} dagar"
11
+ :day-future:
12
+ :default:
13
+ :one: "Eftir {0} dag"
14
+ :other: "Eftir {0} daga"
15
+ :day-past:
16
+ :default:
17
+ :one: "Fyrir {0} degi síðan"
18
+ :other: "Fyrir {0} dögum síðan"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} klukkustund"
22
+ :other: "{0} klukkustundir"
23
+ :short:
24
+ :one: "{0} klst."
25
+ :other: "{0} klst."
26
+ :hour-future:
27
+ :default:
28
+ :one: "Eftir {0} klukkustund"
29
+ :other: "Eftir {0} klukkustundir"
30
+ :hour-past:
31
+ :default:
32
+ :one: "Fyrir {0} klukkustund síðan"
33
+ :other: "Fyrir {0} klukkustundum síðan"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} mínúta"
37
+ :other: "{0} mínútur"
38
+ :short:
39
+ :one: "{0} mín."
40
+ :other: "{0} mín."
41
+ :minute-future:
42
+ :default:
43
+ :one: "Eftir {0} mínútu"
44
+ :other: "Eftir {0} mínútur"
45
+ :minute-past:
46
+ :default:
47
+ :one: "Fyrir {0} mínútu síðan"
48
+ :other: "Fyrir {0} mínútum síðan"
49
+ :month:
50
+ :default:
51
+ :one: "{0} mánuður"
52
+ :other: "{0} mánuðum"
53
+ :short:
54
+ :one: "{0} mán."
55
+ :other: "{0} mán."
56
+ :month-future:
57
+ :default:
58
+ :one: "Eftir {0} mánuð"
59
+ :other: "Eftir {0} mánuði"
60
+ :month-past:
61
+ :default:
62
+ :one: "Fyrir {0} mánuði síðan"
63
+ :other: "Fyrir {0} mánuðum síðan"
64
+ :second:
65
+ :default:
66
+ :one: "{0} sekúnda"
67
+ :other: "{0} sekúndur"
68
+ :short:
69
+ :one: "{0} sek."
70
+ :other: "{0} sek."
71
+ :second-future:
72
+ :default:
73
+ :one: "Eftir {0} sekúndu"
74
+ :other: "Eftir {0} sekúndur"
75
+ :second-past:
76
+ :default:
77
+ :one: "Fyrir {0} sekúndu síðan"
78
+ :other: "Fyrir {0} sekúndum síðan"
79
+ :week:
80
+ :default:
81
+ :one: "{0} vika"
82
+ :other: "{0} vikur"
83
+ :short:
84
+ :one: "{0} vika"
85
+ :other: "{0} vikur"
86
+ :week-future:
87
+ :default:
88
+ :one: "Eftir {0} viku"
89
+ :other: "Eftir {0} vikur"
90
+ :week-past:
91
+ :default:
92
+ :one: "Fyrir {0} viku síðan"
93
+ :other: "Fyrir {0} vikum síðan"
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: "Eftir {0} ár"
104
+ :other: "Eftir {0} ár"
105
+ :year-past:
106
+ :default:
107
+ :one: "Fyrir {0} ári síðan"
108
+ :other: "Fyrir {0} árum síðan"
@@ -1,108 +1,858 @@
1
1
  ---
2
2
  :is:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} dagur"
7
- :other: "{0} dagar"
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} þyngdarhröðun"
12
+ :other: "{0} þyngdarhröðun"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} metri á sekúndu, á sekúndu"
15
+ :other: "{0} metrar á sekúndu, á sekúndu"
16
+ :angle-arc-minute:
17
+ :one: "{0} bogamínúta"
18
+ :other: "{0} bogamínútur"
19
+ :angle-arc-second:
20
+ :one: "{0} bogasekúnda"
21
+ :other: "{0} bogasekúndur"
22
+ :angle-degree:
23
+ :one: "{0} gráða"
24
+ :other: "{0} gráður"
25
+ :angle-radian:
26
+ :one: "{0} bogaeining"
27
+ :other: "{0} bogaeiningar"
28
+ :area-acre:
29
+ :one: "{0} ekra"
30
+ :other: "{0} ekrur"
31
+ :area-hectare:
32
+ :one: "{0} hektari"
33
+ :other: "{0} hektarar"
34
+ :area-square-centimeter:
35
+ :one: "{0} fersentimetri"
36
+ :other: "{0} fersentimetrar"
37
+ :area-square-foot:
38
+ :one: "{0} ferfet"
39
+ :other: "{0} ferfet"
40
+ :area-square-inch:
41
+ :one: "{0} fertomma"
42
+ :other: "{0} fertommur"
43
+ :area-square-kilometer:
44
+ :one: "{0} ferkílómetri"
45
+ :other: "{0} ferkílómetrar"
46
+ :area-square-meter:
47
+ :one: "{0} fermetri"
48
+ :other: "{0} fermetrar"
49
+ :area-square-mile:
50
+ :one: "{0} fermíla"
51
+ :other: "{0} fermílur"
52
+ :area-square-yard:
53
+ :one: "{0} feryard"
54
+ :other: "{0} feryardar"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} lítri á kílómetra"
57
+ :other: "{0} lítrar á kílómetra"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} míla á gallon"
60
+ :other: "{0} mílur á gallon"
61
+ :digital-bit:
62
+ :one: "{0} biti"
63
+ :other: "{0} bitar"
64
+ :digital-byte:
65
+ :one: "{0} bæti"
66
+ :other: "{0} bæti"
67
+ :digital-gigabit:
68
+ :one: "{0} gígabiti"
69
+ :other: "{0} gígabitar"
70
+ :digital-gigabyte:
71
+ :one: "{0} gígabæti"
72
+ :other: "{0} gígabæti"
73
+ :digital-kilobit:
74
+ :one: "{0} kílóbiti"
75
+ :other: "{0} kílóbitar"
76
+ :digital-kilobyte:
77
+ :one: "{0} kílóbæti"
78
+ :other: "{0} kílóbæti"
79
+ :digital-megabit:
80
+ :one: "{0} megabiti"
81
+ :other: "{0} megabitar"
82
+ :digital-megabyte:
83
+ :one: "{0} megabæti"
84
+ :other: "{0} megabæti"
85
+ :digital-terabit:
86
+ :one: "{0} terabiti"
87
+ :other: "{0} terabitar"
88
+ :digital-terabyte:
89
+ :one: "{0} terabæti"
90
+ :other: "{0} terabæti"
91
+ :duration-day:
92
+ :one: "{0} dagur"
93
+ :other: "{0} dagar"
94
+ :duration-hour:
95
+ :one: "{0} klukkustund"
96
+ :other: "{0} klukkustundir"
97
+ :duration-microsecond:
98
+ :one: "{0} míkrósekúnda"
99
+ :other: "{0} míkrósekúndur"
100
+ :duration-millisecond:
101
+ :one: "{0} millisekúnda"
102
+ :other: "{0} millisekúndur"
103
+ :duration-minute:
104
+ :one: "{0} mínúta"
105
+ :other: "{0} mínútur"
106
+ :duration-month:
107
+ :one: "{0} mánuður"
108
+ :other: "{0} mánuðir"
109
+ :duration-nanosecond:
110
+ :one: "{0} nanósekúnda"
111
+ :other: "{0} nanósekúndur"
112
+ :duration-second:
113
+ :one: "{0} sekúnda"
114
+ :other: "{0} sekúndur"
115
+ :duration-week:
116
+ :one: "{0} vika"
117
+ :other: "{0} vikur"
118
+ :duration-year:
119
+ :one: "{0} ár"
120
+ :other: "{0} ár"
121
+ :electric-ampere:
122
+ :one: "{0} amper"
123
+ :other: "{0} amper"
124
+ :electric-milliampere:
125
+ :one: "{0} milliamper"
126
+ :other: "{0} milliamper"
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} kaloría"
135
+ :other: "{0} kaloríur"
136
+ :energy-foodcalorie:
137
+ :one: "{0} hitaeining"
138
+ :other: "{0} hitaeiningar"
139
+ :energy-joule:
140
+ :one: "{0} júl"
141
+ :other: "{0} júl"
142
+ :energy-kilocalorie:
143
+ :one: "{0} kílókaloría"
144
+ :other: "{0} kílókaloríur"
145
+ :energy-kilojoule:
146
+ :one: "{0} kílójúl"
147
+ :other: "{0} kílójúl"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} kílóvattstund"
150
+ :other: "{0} kílóvattstundir"
151
+ :frequency-gigahertz:
152
+ :one: "{0} gígahertz"
153
+ :other: "{0} gígahertz"
154
+ :frequency-hertz:
155
+ :one: "{0} hertz"
156
+ :other: "{0} hertz"
157
+ :frequency-kilohertz:
158
+ :one: "{0} kílóhertz"
159
+ :other: "{0} kílóhertz"
160
+ :frequency-megahertz:
161
+ :one: "{0} megahertz"
162
+ :other: "{0} megahertz"
163
+ :length-astronomical-unit:
164
+ :one: "{0} stjarnfræðieining"
165
+ :other: "{0} stjarnfræðieiningar"
166
+ :length-centimeter:
167
+ :one: "{0} sentimetri"
168
+ :other: "{0} sentimetrar"
169
+ :length-decimeter:
170
+ :one: "{0} desimetri"
171
+ :other: "{0} desimetrar"
172
+ :length-foot:
173
+ :one: "{0} fet"
174
+ :other: "{0} fet"
175
+ :length-inch:
176
+ :one: "{0} tomma"
177
+ :other: "{0} tommur"
178
+ :length-kilometer:
179
+ :one: "{0} kílómetri"
180
+ :other: "{0} kílómetrar"
181
+ :length-light-year:
182
+ :one: "{0} ljósár"
183
+ :other: "{0} ljósár"
184
+ :length-meter:
185
+ :one: "{0} metri"
186
+ :other: "{0} metrar"
187
+ :length-micrometer:
188
+ :one: "{0} míkrómetri"
189
+ :other: "{0} míkrómetrar"
190
+ :length-mile:
191
+ :one: "{0} míla"
192
+ :other: "{0} mílur"
193
+ :length-millimeter:
194
+ :one: "{0} millimetri"
195
+ :other: "{0} millimetrar"
196
+ :length-nanometer:
197
+ :one: "{0} nanómetri"
198
+ :other: "{0} nanómetrar"
199
+ :length-nautical-mile:
200
+ :one: "{0} sjómíla"
201
+ :other: "{0} sjómílur"
202
+ :length-parsec:
203
+ :one: "{0} parsek"
204
+ :other: "{0} parsek"
205
+ :length-picometer:
206
+ :one: "{0} píkómetri"
207
+ :other: "{0} píkómetrar"
208
+ :length-yard:
209
+ :one: "{0} yard"
210
+ :other: "{0} yardar"
211
+ :light-lux:
212
+ :one: "{0} lúx"
213
+ :other: "{0} lúx"
214
+ :mass-carat:
215
+ :one: "{0} karat"
216
+ :other: "{0} karöt"
217
+ :mass-gram:
218
+ :one: "{0} gramm"
219
+ :other: "{0} grömm"
220
+ :mass-kilogram:
221
+ :one: "{0} kílógramm"
222
+ :other: "{0} kílógrömm"
223
+ :mass-metric-ton:
224
+ :one: "{0} tonn"
225
+ :other: "{0} tonn"
226
+ :mass-microgram:
227
+ :one: "{0} míkrógramm"
228
+ :other: "{0} míkrógrömm"
229
+ :mass-milligram:
230
+ :one: "{0} milligramm"
231
+ :other: "{0} milligrömm"
232
+ :mass-ounce:
233
+ :one: "{0} únsa"
234
+ :other: "{0} únsur"
235
+ :mass-ounce-troy:
236
+ :one: "{0} troyesúnsa"
237
+ :other: "{0} troyesúnsur"
238
+ :mass-pound:
239
+ :one: "{0} pund"
240
+ :other: "{0} pund"
241
+ :mass-ton:
242
+ :one: "{0} bandarískt tonn"
243
+ :other: "{0} bandarísk tonn"
244
+ :power-gigawatt:
245
+ :one: "{0} gígavatt"
246
+ :other: "{0} gígavött"
247
+ :power-horsepower:
248
+ :one: "{0} hestafl"
249
+ :other: "{0} hestöfl"
250
+ :power-kilowatt:
251
+ :one: "{0} kílóvatt"
252
+ :other: "{0} kílóvött"
253
+ :power-megawatt:
254
+ :one: "{0} megavatt"
255
+ :other: "{0} megavött"
256
+ :power-milliwatt:
257
+ :one: "{0} millivatt"
258
+ :other: "{0} millivött"
259
+ :power-watt:
260
+ :one: "{0} vatt"
261
+ :other: "{0} vött"
262
+ :pressure-hectopascal:
263
+ :one: "{0} hektópaskal"
264
+ :other: "{0} hektópasköl"
265
+ :pressure-inch-hg:
266
+ :one: "{0} tomma af kvikasilfri"
267
+ :other: "{0} tommur af kvikvasilfri"
268
+ :pressure-millibar:
269
+ :one: "{0} millibar"
270
+ :other: "{0} millibör"
271
+ :pressure-millimeter-of-mercury:
272
+ :one: "{0} millimetrar af kvikasilfri"
273
+ :other: "{0} millimetrar af kvikasilfri"
274
+ :pressure-pound-per-square-inch:
275
+ :one: "{0} pund á fertommu"
276
+ :other: "{0} pund á fertommu"
277
+ :proportion-karat:
278
+ :one: "{0} karat"
279
+ :other: "{0} karöt"
280
+ :speed-kilometer-per-hour:
281
+ :one: "{0} kílómetri á klukkustund"
282
+ :other: "{0} kílómetrar á klukkustund"
283
+ :speed-meter-per-second:
284
+ :one: "{0} metri á sekúndu"
285
+ :other: "{0} metrar á sekúndu"
286
+ :speed-mile-per-hour:
287
+ :one: "{0} míla á klukkustund"
288
+ :other: "{0} mílur á klukkustund"
289
+ :temperature-celsius:
290
+ :one: "{0} gráða á Celsíus"
291
+ :other: "{0} gráður á Celsíus"
292
+ :temperature-fahrenheit:
293
+ :one: "{0} gráða á Fahrenheit"
294
+ :other: "{0} gráður á Fahrenheit"
295
+ :temperature-kelvin:
296
+ :one: "{0} kelvin"
297
+ :other: "{0} kelvin"
298
+ :volume-acre-foot:
299
+ :one: "{0} ekrufet"
300
+ :other: "{0} ekrufet"
301
+ :volume-centiliter:
302
+ :one: "{0} sentilítri"
303
+ :other: "{0} sentilítrar"
304
+ :volume-cubic-centimeter:
305
+ :one: "{0} rúmsentimetri"
306
+ :other: "{0} rúmsentimetrar"
307
+ :volume-cubic-foot:
308
+ :one: "{0} rúmfet"
309
+ :other: "{0} rúmfet"
310
+ :volume-cubic-inch:
311
+ :one: "{0} rúmtomma"
312
+ :other: "{0} rúmtommur"
313
+ :volume-cubic-kilometer:
314
+ :one: "{0} rúmkílómetri"
315
+ :other: "{0} rúmkílómetrar"
316
+ :volume-cubic-meter:
317
+ :one: "{0} rúmmetri"
318
+ :other: "{0} rúmmetrar"
319
+ :volume-cubic-mile:
320
+ :one: "{0} rúmmíla"
321
+ :other: "{0} rúmmílur"
322
+ :volume-cubic-yard:
323
+ :one: "{0} rúmyard"
324
+ :other: "{0} rúmyardar"
325
+ :volume-cup:
326
+ :one: "{0} bolli"
327
+ :other: "{0} bollar"
328
+ :volume-deciliter:
329
+ :one: "{0} desilítri"
330
+ :other: "{0} desilítrar"
331
+ :volume-fluid-ounce:
332
+ :one: "{0} vökvaúnsa"
333
+ :other: "{0} vökvaúnsur"
334
+ :volume-gallon:
335
+ :one: "{0} gallon"
336
+ :other: "{0} gallon"
337
+ :volume-hectoliter:
338
+ :one: "{0} hektólítri"
339
+ :other: "{0} hektólítrar"
340
+ :volume-liter:
341
+ :one: "{0} lítri"
342
+ :other: "{0} lítrar"
343
+ :volume-megaliter:
344
+ :one: "{0} megalítri"
345
+ :other: "{0} megalítrar"
346
+ :volume-milliliter:
347
+ :one: "{0} millilítri"
348
+ :other: "{0} millilítrar"
349
+ :volume-pint:
350
+ :one: "{0} hálfpottur"
351
+ :other: "{0} hálfpottar"
352
+ :volume-quart:
353
+ :one: "{0} kvart"
354
+ :other: "{0} kvartar"
355
+ :volume-tablespoon:
356
+ :one: "{0} matskeið"
357
+ :other: "{0} matskeiðar"
358
+ :volume-teaspoon:
359
+ :one: "{0} teskeið"
360
+ :other: "{0} teskeiðar"
361
+ :narrow:
362
+ :acceleration-g-force:
363
+ :one: "{0}G"
364
+ :other: "{0}G"
365
+ :angle-arc-minute: {}
366
+ :angle-arc-second: {}
367
+ :angle-degree:
368
+ :one: "{0}°"
369
+ :other: "{0}°"
370
+ :area-acre:
371
+ :one: "{0} ek."
372
+ :other: "{0} ek."
373
+ :area-hectare:
374
+ :one: "{0} ha"
375
+ :other: "{0} ha"
376
+ :area-square-foot:
377
+ :one: "{0} ferfet"
378
+ :other: "{0} ferfet"
379
+ :area-square-kilometer:
380
+ :one: "{0} km²"
381
+ :other: "{0} km²"
382
+ :area-square-meter:
383
+ :one: "{0} m²"
384
+ :other: "{0} m²"
385
+ :area-square-mile:
386
+ :one: "{0}mí²"
387
+ :other: "{0}mí²"
388
+ :duration-day:
389
+ :one: "{0} d."
390
+ :other: "{0} d."
391
+ :duration-hour:
392
+ :one: "{0} klst."
393
+ :other: "{0} klst."
394
+ :duration-millisecond:
395
+ :one: "{0}ms"
396
+ :other: "{0}ms"
397
+ :duration-minute:
398
+ :one: "{0} mín."
399
+ :other: "{0} mín."
400
+ :duration-month:
401
+ :one: "{0} mán."
402
+ :other: "{0} mán."
403
+ :duration-second:
404
+ :one: "{0} sek."
405
+ :other: "{0} sek."
406
+ :duration-week:
407
+ :one: "{0} v."
408
+ :other: "{0} v."
409
+ :duration-year:
410
+ :one: "{0}á"
411
+ :other: "{0}á"
412
+ :length-centimeter:
413
+ :one: "{0} cm"
414
+ :other: "{0} cm"
415
+ :length-foot:
416
+ :one: "{0} fet"
417
+ :other: "{0} fet"
418
+ :length-inch:
419
+ :one: "{0}″"
420
+ :other: "{0}″"
421
+ :length-kilometer:
422
+ :one: "{0} km"
423
+ :other: "{0} km"
424
+ :length-light-year:
425
+ :one: "{0} lj."
426
+ :other: "{0} lj."
427
+ :length-meter:
428
+ :one: "{0}m"
429
+ :other: "{0}m"
430
+ :length-mile:
431
+ :one: "{0} mí"
432
+ :other: "{0} mí"
433
+ :length-millimeter:
434
+ :one: "{0}mm"
435
+ :other: "{0}mm"
436
+ :length-picometer:
437
+ :one: "{0} pm"
438
+ :other: "{0} pm"
439
+ :length-yard:
440
+ :one: "{0} yd"
441
+ :other: "{0} yd"
442
+ :mass-gram:
443
+ :one: "{0} g"
444
+ :other: "{0} g"
445
+ :mass-kilogram:
446
+ :one: "{0} kg"
447
+ :other: "{0} kg"
448
+ :mass-ounce:
449
+ :one: "{0} únsa"
450
+ :other: "{0} únsur"
451
+ :mass-pound:
452
+ :one: "{0} p."
453
+ :other: "{0} p."
454
+ :mass-ton:
455
+ :one: "{0} BNA tn"
456
+ :other: "{0} BNA tn"
457
+ :power-horsepower:
458
+ :one: "{0} ek"
459
+ :other: "{0} ek"
460
+ :power-kilowatt:
461
+ :one: "{0} kW"
462
+ :other: "{0} kW"
463
+ :power-watt:
464
+ :one: "{0} W"
465
+ :other: "{0} W"
466
+ :pressure-hectopascal:
467
+ :one: "{0} hPa"
468
+ :other: "{0} hPa"
469
+ :pressure-inch-hg:
470
+ :one: "{0}\" Hg"
471
+ :other: "{0}\" Hg"
472
+ :pressure-millibar:
473
+ :one: "{0} mbar"
474
+ :other: "{0} mbör"
475
+ :speed-kilometer-per-hour:
476
+ :one: "{0} km/klst."
477
+ :other: "{0} km/klst."
478
+ :speed-meter-per-second:
479
+ :one: "{0} m/s"
480
+ :other: "{0} m/s"
481
+ :speed-mile-per-hour:
482
+ :one: "{0} míla/klst."
483
+ :other: "{0} míl./klst."
484
+ :temperature-celsius:
485
+ :one: "{0}°C"
486
+ :other: "{0}°C"
487
+ :temperature-fahrenheit:
488
+ :one: "{0}°F"
489
+ :other: "{0}°F"
490
+ :volume-cubic-kilometer:
491
+ :one: "{0} km³"
492
+ :other: "{0} km³"
493
+ :volume-cubic-mile:
494
+ :one: "{0}mi³"
495
+ :other: "{0}mi³"
496
+ :volume-liter:
497
+ :one: "{0} l"
498
+ :other: "{0} l"
8
499
  :short:
9
- :one: "{0} dagur"
10
- :other: "{0} dagar"
11
- :day-future:
12
- :default:
13
- :one: "Eftir {0} dag"
14
- :other: "Eftir {0} daga"
15
- :day-past:
16
- :default:
17
- :one: "Fyrir {0} degi síðan"
18
- :other: "Fyrir {0} dögum síðan"
19
- :hour:
20
- :default:
21
- :one: "{0} klukkustund"
22
- :other: "{0} klukkustundir"
23
- :short:
24
- :one: "{0} klst."
25
- :other: "{0} klst."
26
- :hour-future:
27
- :default:
28
- :one: "Eftir {0} klukkustund"
29
- :other: "Eftir {0} klukkustundir"
30
- :hour-past:
31
- :default:
32
- :one: "Fyrir {0} klukkustund síðan"
33
- :other: "Fyrir {0} klukkustundum síðan"
34
- :minute:
35
- :default:
36
- :one: "{0} mínúta"
37
- :other: "{0} mínútur"
38
- :short:
39
- :one: "{0} mín."
40
- :other: "{0} mín."
41
- :minute-future:
42
- :default:
43
- :one: "Eftir {0} mínútu"
44
- :other: "Eftir {0} mínútur"
45
- :minute-past:
46
- :default:
47
- :one: "Fyrir {0} mínútu síðan"
48
- :other: "Fyrir {0} mínútum síðan"
49
- :month:
50
- :default:
51
- :one: "{0} mánuður"
52
- :other: "{0} mánuðum"
53
- :short:
54
- :one: "{0} mán."
55
- :other: "{0} mán."
56
- :month-future:
57
- :default:
58
- :one: "Eftir {0} mánuð"
59
- :other: "Eftir {0} mánuði"
60
- :month-past:
61
- :default:
62
- :one: "Fyrir {0} mánuði síðan"
63
- :other: "Fyrir {0} mánuðum síðan"
64
- :second:
65
- :default:
66
- :one: "{0} sekúnda"
67
- :other: "{0} sekúndur"
68
- :short:
69
- :one: "{0} sek."
70
- :other: "{0} sek."
71
- :second-future:
72
- :default:
73
- :one: "Eftir {0} sekúndu"
74
- :other: "Eftir {0} sekúndur"
75
- :second-past:
76
- :default:
77
- :one: "Fyrir {0} sekúndu síðan"
78
- :other: "Fyrir {0} sekúndum síðan"
79
- :week:
80
- :default:
81
- :one: "{0} vika"
82
- :other: "{0} vikur"
83
- :short:
84
- :one: "{0} vika"
85
- :other: "{0} vikur"
86
- :week-future:
87
- :default:
88
- :one: "Eftir {0} viku"
89
- :other: "Eftir {0} vikur"
90
- :week-past:
91
- :default:
92
- :one: "Fyrir {0} viku síðan"
93
- :other: "Fyrir {0} vikum síðan"
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: "Eftir {0} ár"
104
- :other: "Eftir {0} ár"
105
- :year-past:
106
- :default:
107
- :one: "Fyrir {0} ári síðan"
108
- :other: "Fyrir {0} árum síðan"
500
+ :acceleration-g-force:
501
+ :one: "{0} G"
502
+ :other: "{0} G"
503
+ :acceleration-meter-per-second-squared:
504
+ :one: "{0} m/s²"
505
+ :other: "{0} m/s²"
506
+ :angle-arc-minute:
507
+ :one: "{0} bogamín."
508
+ :other: "{0} bogamín."
509
+ :angle-arc-second:
510
+ :one: "{0} bogasek."
511
+ :other: "{0} bogasek."
512
+ :angle-degree:
513
+ :one: "{0}°"
514
+ :other: "{0}°"
515
+ :angle-radian:
516
+ :one: "{0} rad"
517
+ :other: "{0} rad"
518
+ :area-acre:
519
+ :one: "{0} ek."
520
+ :other: "{0} ek."
521
+ :area-hectare:
522
+ :one: "{0} ha"
523
+ :other: "{0} ha"
524
+ :area-square-centimeter:
525
+ :one: "{0} cm²"
526
+ :other: "{0} cm²"
527
+ :area-square-foot:
528
+ :one: "{0} ferfet"
529
+ :other: "{0} ferfet"
530
+ :area-square-inch:
531
+ :one: "{0} "
532
+ :other: "{0} t²"
533
+ :area-square-kilometer:
534
+ :one: "{0} km²"
535
+ :other: "{0} km²"
536
+ :area-square-meter:
537
+ :one: "{0} m²"
538
+ :other: "{0} "
539
+ :area-square-mile:
540
+ :one: "{0} fermíla"
541
+ :other: "{0} fermílur"
542
+ :area-square-yard:
543
+ :one: "{0} yd²"
544
+ :other: "{0} yd²"
545
+ :consumption-liter-per-kilometer:
546
+ :one: "{0} l/km"
547
+ :other: "{0} l/km"
548
+ :consumption-mile-per-gallon:
549
+ :one: "{0} mí./gal."
550
+ :other: "{0} mí./gal."
551
+ :digital-bit:
552
+ :one: "{0} biti"
553
+ :other: "{0} bitar"
554
+ :digital-byte:
555
+ :one: "{0} bæti"
556
+ :other: "{0} bæti"
557
+ :digital-gigabit:
558
+ :one: "{0} Gb"
559
+ :other: "{0} Gb"
560
+ :digital-gigabyte:
561
+ :one: "{0} GB"
562
+ :other: "{0} GB"
563
+ :digital-kilobit:
564
+ :one: "{0} kb"
565
+ :other: "{0} kb"
566
+ :digital-kilobyte:
567
+ :one: "{0} kB"
568
+ :other: "{0} kB"
569
+ :digital-megabit:
570
+ :one: "{0} Mb"
571
+ :other: "{0} Mb"
572
+ :digital-megabyte:
573
+ :one: "{0} MB"
574
+ :other: "{0} MB"
575
+ :digital-terabit:
576
+ :one: "{0} Tb"
577
+ :other: "{0} Tb"
578
+ :digital-terabyte:
579
+ :one: "{0} TB"
580
+ :other: "{0} TB"
581
+ :duration-day:
582
+ :one: "{0} dagur"
583
+ :other: "{0} dagar"
584
+ :duration-hour:
585
+ :one: "{0} klst."
586
+ :other: "{0} klst."
587
+ :duration-microsecond:
588
+ :one: "{0} μs"
589
+ :other: "{0} μs"
590
+ :duration-millisecond:
591
+ :one: "{0} ms"
592
+ :other: "{0} ms"
593
+ :duration-minute:
594
+ :one: "{0} mín."
595
+ :other: "{0} mín."
596
+ :duration-month:
597
+ :one: "{0} mán."
598
+ :other: "{0} mán."
599
+ :duration-nanosecond:
600
+ :one: "{0} ns"
601
+ :other: "{0} ns"
602
+ :duration-second:
603
+ :one: "{0} sek."
604
+ :other: "{0} sek."
605
+ :duration-week:
606
+ :one: "{0} vika"
607
+ :other: "{0} vikur"
608
+ :duration-year:
609
+ :one: "{0} ár"
610
+ :other: "{0} ár"
611
+ :electric-ampere:
612
+ :one: "{0} A"
613
+ :other: "{0} A"
614
+ :electric-milliampere:
615
+ :one: "{0} mA"
616
+ :other: "{0} mA"
617
+ :electric-ohm:
618
+ :one: "{0} Ω"
619
+ :other: "{0} Ω"
620
+ :electric-volt:
621
+ :one: "{0} V"
622
+ :other: "{0} V"
623
+ :energy-calorie:
624
+ :one: "{0} cal"
625
+ :other: "{0} cal"
626
+ :energy-foodcalorie:
627
+ :one: "{0} kal"
628
+ :other: "{0} kal"
629
+ :energy-joule:
630
+ :one: "{0} J"
631
+ :other: "{0} J"
632
+ :energy-kilocalorie:
633
+ :one: "{0} kcal"
634
+ :other: "{0} kcal"
635
+ :energy-kilojoule:
636
+ :one: "{0} kJ"
637
+ :other: "{0} kJ"
638
+ :energy-kilowatt-hour:
639
+ :one: "{0} kWh"
640
+ :other: "{0} kWh"
641
+ :frequency-gigahertz:
642
+ :one: "{0} GHz"
643
+ :other: "{0} GHz"
644
+ :frequency-hertz:
645
+ :one: "{0} Hz"
646
+ :other: "{0} Hz"
647
+ :frequency-kilohertz:
648
+ :one: "{0} kHz"
649
+ :other: "{0} kHz"
650
+ :frequency-megahertz:
651
+ :one: "{0} MHz"
652
+ :other: "{0} MHz"
653
+ :length-astronomical-unit:
654
+ :one: "{0} se"
655
+ :other: "{0} se"
656
+ :length-centimeter:
657
+ :one: "{0} cm"
658
+ :other: "{0} cm"
659
+ :length-decimeter:
660
+ :one: "{0} dm"
661
+ :other: "{0} dm"
662
+ :length-fathom:
663
+ :other: "{0} fm"
664
+ :length-foot:
665
+ :one: "{0} fet"
666
+ :other: "{0} fet"
667
+ :length-furlong:
668
+ :other: "{0} fur"
669
+ :length-inch:
670
+ :one: "{0} t."
671
+ :other: "{0} t."
672
+ :length-kilometer:
673
+ :one: "{0} km"
674
+ :other: "{0} km"
675
+ :length-light-year:
676
+ :one: "{0} ljósár"
677
+ :other: "{0} ljósár"
678
+ :length-meter:
679
+ :one: "{0} m"
680
+ :other: "{0} m"
681
+ :length-micrometer:
682
+ :one: "{0} µm"
683
+ :other: "{0} µm"
684
+ :length-mile:
685
+ :one: "{0} mí"
686
+ :other: "{0} mí"
687
+ :length-millimeter:
688
+ :one: "{0} mm"
689
+ :other: "{0} mm"
690
+ :length-nanometer:
691
+ :one: "{0} nm"
692
+ :other: "{0} nm"
693
+ :length-nautical-mile:
694
+ :one: "{0} sml"
695
+ :other: "{0} sml"
696
+ :length-parsec:
697
+ :one: "{0} pc"
698
+ :other: "{0} pc"
699
+ :length-picometer:
700
+ :one: "{0} pm"
701
+ :other: "{0} pm"
702
+ :length-yard:
703
+ :one: "{0} yd"
704
+ :other: "{0} yd"
705
+ :light-lux:
706
+ :one: "{0} lx"
707
+ :other: "{0} lx"
708
+ :mass-carat:
709
+ :one: "{0} kt."
710
+ :other: "{0} kt."
711
+ :mass-gram:
712
+ :one: "{0} g"
713
+ :other: "{0} g"
714
+ :mass-kilogram:
715
+ :one: "{0} kg"
716
+ :other: "{0} kg"
717
+ :mass-metric-ton:
718
+ :one: "{0} tn"
719
+ :other: "{0} tn"
720
+ :mass-microgram:
721
+ :one: "{0} µg"
722
+ :other: "{0} µg"
723
+ :mass-milligram:
724
+ :one: "{0} mg"
725
+ :other: "{0} mg"
726
+ :mass-ounce:
727
+ :one: "{0} únsa"
728
+ :other: "{0} únsur"
729
+ :mass-ounce-troy:
730
+ :one: "{0} oz t"
731
+ :other: "{0} oz t"
732
+ :mass-pound:
733
+ :one: "{0} p."
734
+ :other: "{0} p."
735
+ :mass-stone:
736
+ :other: "{0} st"
737
+ :mass-ton:
738
+ :one: "{0} BNA tn"
739
+ :other: "{0} BNA tn"
740
+ :power-gigawatt:
741
+ :one: "{0} GW"
742
+ :other: "{0} GW"
743
+ :power-horsepower:
744
+ :one: "{0} hö"
745
+ :other: "{0} hö"
746
+ :power-kilowatt:
747
+ :one: "{0} kW"
748
+ :other: "{0} kW"
749
+ :power-megawatt:
750
+ :one: "{0} MW"
751
+ :other: "{0} MW"
752
+ :power-milliwatt:
753
+ :one: "{0} mW"
754
+ :other: "{0} mW"
755
+ :power-watt:
756
+ :one: "{0} W"
757
+ :other: "{0} W"
758
+ :pressure-hectopascal:
759
+ :one: "{0} hPa"
760
+ :other: "{0} hPa"
761
+ :pressure-inch-hg:
762
+ :one: "{0} inHg"
763
+ :other: "{0} inHg"
764
+ :pressure-millibar:
765
+ :one: "{0} mbar"
766
+ :other: "{0} mbör"
767
+ :pressure-millimeter-of-mercury:
768
+ :one: "{0} mm Hg"
769
+ :other: "{0} mm Hg"
770
+ :pressure-pound-per-square-inch:
771
+ :one: "{0} psi"
772
+ :other: "{0} psi"
773
+ :proportion-karat:
774
+ :one: "{0} kt"
775
+ :other: "{0} kt"
776
+ :speed-kilometer-per-hour:
777
+ :one: "{0} km/klst."
778
+ :other: "{0} km/klst."
779
+ :speed-meter-per-second:
780
+ :one: "{0} m/s"
781
+ :other: "{0} m/s"
782
+ :speed-mile-per-hour:
783
+ :one: "{0} míla/klst."
784
+ :other: "{0} mílur/klst."
785
+ :temperature-celsius:
786
+ :one: "{0}°C"
787
+ :other: "{0}°C"
788
+ :temperature-fahrenheit:
789
+ :one: "{0}°F"
790
+ :other: "{0}°F"
791
+ :temperature-kelvin:
792
+ :one: "{0} K"
793
+ :other: "{0} K"
794
+ :volume-acre-foot:
795
+ :one: "{0} ekrufet"
796
+ :other: "{0} ekrufet"
797
+ :volume-bushel:
798
+ :other: "{0} bu"
799
+ :volume-centiliter:
800
+ :one: "{0} cl"
801
+ :other: "{0} cl"
802
+ :volume-cubic-centimeter:
803
+ :one: "{0} cm³"
804
+ :other: "{0} cm³"
805
+ :volume-cubic-foot:
806
+ :one: "{0} fet³"
807
+ :other: "{0} fet³"
808
+ :volume-cubic-inch:
809
+ :one: "{0} t³"
810
+ :other: "{0} t³"
811
+ :volume-cubic-kilometer:
812
+ :one: "{0} km³"
813
+ :other: "{0} km³"
814
+ :volume-cubic-meter:
815
+ :one: "{0} m³"
816
+ :other: "{0} m³"
817
+ :volume-cubic-mile:
818
+ :one: "{0} rúmmíla"
819
+ :other: "{0} rúmmílur"
820
+ :volume-cubic-yard:
821
+ :one: "{0} yd³"
822
+ :other: "{0} yd³"
823
+ :volume-cup:
824
+ :one: "{0} bolli"
825
+ :other: "{0} bollar"
826
+ :volume-deciliter:
827
+ :one: "{0} dl"
828
+ :other: "{0} dl"
829
+ :volume-fluid-ounce:
830
+ :one: "{0} fl oz"
831
+ :other: "{0} fl oz"
832
+ :volume-gallon:
833
+ :one: "{0} gal"
834
+ :other: "{0} gal"
835
+ :volume-hectoliter:
836
+ :one: "{0} hl"
837
+ :other: "{0} hl"
838
+ :volume-liter:
839
+ :one: "{0} l"
840
+ :other: "{0} l"
841
+ :volume-megaliter:
842
+ :one: "{0} Ml"
843
+ :other: "{0} Ml"
844
+ :volume-milliliter:
845
+ :one: "{0} ml"
846
+ :other: "{0} ml"
847
+ :volume-pint:
848
+ :one: "{0} hálfp."
849
+ :other: "{0} hálfp."
850
+ :volume-quart:
851
+ :one: "{0} qt"
852
+ :other: "{0} qt"
853
+ :volume-tablespoon:
854
+ :one: "{0} msk"
855
+ :other: "{0} msk"
856
+ :volume-teaspoon:
857
+ :one: "{0} tsk"
858
+ :other: "{0} tsk"