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