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,164 @@
1
+ ---
2
+ :hr:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :few: "{0} dana"
7
+ :many: "{0} dana"
8
+ :one: "{0} dan"
9
+ :other: "{0} dan"
10
+ :short:
11
+ :few: "{0} dana"
12
+ :many: "{0} dana"
13
+ :one: "{0} dan"
14
+ :other: "{0} dan"
15
+ :day-future:
16
+ :default:
17
+ :few: "za {0} dana"
18
+ :many: "za {0} dana"
19
+ :one: "za {0} dan"
20
+ :other: "za {0} dana"
21
+ :day-past:
22
+ :default:
23
+ :few: "prije {0} dana"
24
+ :many: "prije {0} dana"
25
+ :one: "prije {0} dan"
26
+ :other: "prije {0} dana"
27
+ :hour:
28
+ :default:
29
+ :few: "{0} sata"
30
+ :many: "{0} sati"
31
+ :one: "{0} sat"
32
+ :other: "{0} sata"
33
+ :short:
34
+ :few: "{0} h"
35
+ :many: "{0} h"
36
+ :one: "{0} h"
37
+ :other: "{0} h"
38
+ :hour-future:
39
+ :default:
40
+ :few: "za {0} sata"
41
+ :many: "za {0} sati"
42
+ :one: "za {0} sat"
43
+ :other: "za {0} sati"
44
+ :hour-past:
45
+ :default:
46
+ :few: "prije {0} sata"
47
+ :many: "prije {0} sati"
48
+ :one: "prije {0} sat"
49
+ :other: "prije {0} sati"
50
+ :minute:
51
+ :default:
52
+ :few: "{0} minute"
53
+ :many: "{0} minuta"
54
+ :one: "{0} minuta"
55
+ :other: "{0} minuta"
56
+ :short:
57
+ :few: "{0} min"
58
+ :many: "{0} min"
59
+ :one: "{0} min"
60
+ :other: "{0} min"
61
+ :minute-future:
62
+ :default:
63
+ :few: "za {0} minute"
64
+ :many: "za {0} minuta"
65
+ :one: "za {0} minutu"
66
+ :other: "za {0} minuta"
67
+ :minute-past:
68
+ :default:
69
+ :few: "prije {0} minute"
70
+ :many: "prije {0} minuta"
71
+ :one: "prije {0} minutu"
72
+ :other: "prije {0} minuta"
73
+ :month:
74
+ :default:
75
+ :few: "{0} mjeseca"
76
+ :many: "{0} mjeseci"
77
+ :one: "{0} mjesec"
78
+ :other: "{0} mjesec"
79
+ :short:
80
+ :few: "{0} mj."
81
+ :many: "{0} mj."
82
+ :one: "{0} mj."
83
+ :other: "{0} mj."
84
+ :month-future:
85
+ :default:
86
+ :few: "za {0} mjeseca"
87
+ :many: "za {0} mjeseci"
88
+ :one: "za {0} mjesec"
89
+ :other: "za sljedeći broj mjeseci: {0}"
90
+ :month-past:
91
+ :default:
92
+ :few: "prije {0} mjeseca"
93
+ :many: "prije {0} mjeseci"
94
+ :one: "prije {0} mjesec"
95
+ :other: "prije ovoliko mjeseci: {0}"
96
+ :second:
97
+ :default:
98
+ :few: "{0} sekunde"
99
+ :many: "{0} sekundi"
100
+ :one: "{0} sekunda"
101
+ :other: "{0} sekunda"
102
+ :short:
103
+ :few: "{0} s"
104
+ :many: "{0} s"
105
+ :one: "{0} s"
106
+ :other: "{0} s"
107
+ :second-future:
108
+ :default:
109
+ :few: "za {0} sekunde"
110
+ :many: "za {0} sekundi"
111
+ :one: "za {0} sekundu"
112
+ :other: "za {0} sekundi"
113
+ :second-past:
114
+ :default:
115
+ :few: "prije {0} sekunde"
116
+ :many: "prije {0} sekundi"
117
+ :one: "prije {0} sekundu"
118
+ :other: "prije {0} sekundi"
119
+ :week:
120
+ :default:
121
+ :few: "{0} tjedna"
122
+ :many: "{0} tjedana"
123
+ :one: "{0} tjedan"
124
+ :other: "{0} tjedan"
125
+ :short:
126
+ :few: "{0} tj."
127
+ :many: "{0} tj."
128
+ :one: "{0} tj."
129
+ :other: "{0} tj."
130
+ :week-future:
131
+ :default:
132
+ :few: "za {0} tjedna"
133
+ :many: "za {0} tjedana"
134
+ :one: "za {0} tjedan"
135
+ :other: "za sljedeći broj tjedana: {0}"
136
+ :week-past:
137
+ :default:
138
+ :few: "prije {0} tjedna"
139
+ :many: "prije {0} tjedana"
140
+ :one: "prije {0} tjedan"
141
+ :other: "prije ovoliko tjedana: {0}"
142
+ :year:
143
+ :default:
144
+ :few: "{0} godine"
145
+ :many: "{0} godina"
146
+ :one: "{0} godina"
147
+ :other: "{0} godina"
148
+ :short:
149
+ :few: "{0} g."
150
+ :many: "{0} g."
151
+ :one: "{0} g."
152
+ :other: "{0} g."
153
+ :year-future:
154
+ :default:
155
+ :few: "za {0} godine"
156
+ :many: "za {0} godina"
157
+ :one: "za {0} godinu"
158
+ :other: "za {0} godina"
159
+ :year-past:
160
+ :default:
161
+ :few: "prije {0} godine"
162
+ :many: "prije {0} godina"
163
+ :one: "prije {0} godinu"
164
+ :other: "prije ovoliko godina: {0}"
@@ -1,164 +1,1463 @@
1
1
  ---
2
2
  :hr:
3
3
  :units:
4
- :day:
5
- :default:
6
- :few: "{0} dana"
7
- :many: "{0} dana"
8
- :one: "{0} dan"
9
- :other: "{0} dan"
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :few: "{0} G"
12
+ :one: "{0} G"
13
+ :other: "{0} G"
14
+ :acceleration-meter-per-second-squared:
15
+ :few: "{0} metra u sekundi na kvadrat"
16
+ :one: "{0} metar u sekundi na kvadrat"
17
+ :other: "{0} metara u sekundi na kvadrat"
18
+ :angle-arc-minute:
19
+ :few: "{0} minute"
20
+ :one: "{0} minuta"
21
+ :other: "{0} minuta"
22
+ :angle-arc-second:
23
+ :few: "{0} sekunde"
24
+ :one: "{0} sekunda"
25
+ :other: "{0} sekundi"
26
+ :angle-degree:
27
+ :few: "{0} stupnja"
28
+ :one: "{0} stupanj"
29
+ :other: "{0} stupnjeva"
30
+ :angle-radian:
31
+ :few: "{0} radijana"
32
+ :one: "{0} radijan"
33
+ :other: "{0} radijana"
34
+ :area-acre:
35
+ :few: "{0} katastarska jutra"
36
+ :one: "{0} katastarsko jutro"
37
+ :other: "{0} katastarskih jutara"
38
+ :area-hectare:
39
+ :few: "{0} hektara"
40
+ :one: "{0} hektar"
41
+ :other: "{0} hektara"
42
+ :area-square-centimeter:
43
+ :few: "{0} kvadratna centimetra"
44
+ :one: "{0} kvadratni centimetar"
45
+ :other: "{0} kvadratnih centimetara"
46
+ :area-square-foot:
47
+ :few: "{0} kvadratne stope"
48
+ :one: "{0} kvadratna stopa"
49
+ :other: "{0} kvadratnih stopa"
50
+ :area-square-inch:
51
+ :few: "{0} kvadratna inča"
52
+ :one: "{0} kvadratni inč"
53
+ :other: "{0} kvadratnih inča"
54
+ :area-square-kilometer:
55
+ :few: "{0} kvadratna kilometra"
56
+ :one: "{0} kvadratni kilometar"
57
+ :other: "{0} kvadratnih kilometara"
58
+ :area-square-meter:
59
+ :few: "{0} kvadratna metra"
60
+ :one: "{0} kvadratni metar"
61
+ :other: "{0} kvadratnih metara"
62
+ :area-square-mile:
63
+ :few: "{0} kvadratne milje"
64
+ :one: "{0} kvadratna milja"
65
+ :other: "{0} kvadratnih milja"
66
+ :area-square-yard:
67
+ :few: "{0} kvadratna jarda"
68
+ :one: "{0} kvadratni jard"
69
+ :other: "{0} kvadratnih jardi"
70
+ :consumption-liter-per-kilometer:
71
+ :few: "{0} litre po kilometru"
72
+ :one: "{0} litra po kilometru"
73
+ :other: "{0} litara po kilometru"
74
+ :consumption-mile-per-gallon:
75
+ :few: "{0} milje po galonu"
76
+ :one: "{0} milja po galonu"
77
+ :other: "{0} milja po galonu"
78
+ :digital-bit:
79
+ :few: "{0} bita"
80
+ :one: "{0} bit"
81
+ :other: "{0} bitova"
82
+ :digital-byte:
83
+ :few: "{0} bajta"
84
+ :one: "{0} bajt"
85
+ :other: "{0} bajtova"
86
+ :digital-gigabit:
87
+ :few: "{0} gigabita"
88
+ :one: "{0} gigabit"
89
+ :other: "{0} gigabita"
90
+ :digital-gigabyte:
91
+ :few: "{0} gigabajta"
92
+ :one: "{0} gigabajt"
93
+ :other: "{0} gigabajta"
94
+ :digital-kilobit:
95
+ :few: "{0} kilobita"
96
+ :one: "{0} kilobit"
97
+ :other: "{0} kilobita"
98
+ :digital-kilobyte:
99
+ :few: "{0} kilobajta"
100
+ :one: "{0} kilobajt"
101
+ :other: "{0} kilobajta"
102
+ :digital-megabit:
103
+ :few: "{0} megabita"
104
+ :one: "{0} megabit"
105
+ :other: "{0} megabita"
106
+ :digital-megabyte:
107
+ :few: "{0} megabajta"
108
+ :one: "{0} megabajt"
109
+ :other: "{0} megabajta"
110
+ :digital-terabit:
111
+ :few: "{0} terabita"
112
+ :one: "{0} terabit"
113
+ :other: "{0} terabita"
114
+ :digital-terabyte:
115
+ :few: "{0} terabajta"
116
+ :one: "{0} terabajt"
117
+ :other: "{0} terabajta"
118
+ :duration-day:
119
+ :few: "{0} dana"
120
+ :one: "{0} dan"
121
+ :other: "{0} dana"
122
+ :duration-hour:
123
+ :few: "{0} sata"
124
+ :one: "{0} sat"
125
+ :other: "{0} sati"
126
+ :duration-microsecond:
127
+ :few: "{0} mikrosekunde"
128
+ :one: "{0} mikrosekunda"
129
+ :other: "{0} mikrosekundi"
130
+ :duration-millisecond:
131
+ :few: "{0} milisekunde"
132
+ :one: "{0} milisekunda"
133
+ :other: "{0} milisekundi"
134
+ :duration-minute:
135
+ :few: "{0} minute"
136
+ :one: "{0} minuta"
137
+ :other: "{0} minuta"
138
+ :duration-month:
139
+ :few: "{0} mjeseca"
140
+ :one: "{0} mjesec"
141
+ :other: "{0} mjeseci"
142
+ :duration-nanosecond:
143
+ :few: "{0} nanosekunde"
144
+ :one: "{0} nanosekunda"
145
+ :other: "{0} nanosekundi"
146
+ :duration-second:
147
+ :few: "{0} sekunde"
148
+ :one: "{0} sekunda"
149
+ :other: "{0} sekundi"
150
+ :duration-week:
151
+ :few: "{0} tjedna"
152
+ :one: "{0} tjedan"
153
+ :other: "{0} tjedana"
154
+ :duration-year:
155
+ :few: "{0} godine"
156
+ :one: "{0} godina"
157
+ :other: "{0} godina"
158
+ :electric-ampere:
159
+ :few: "{0} ampera"
160
+ :one: "{0} amper"
161
+ :other: "{0} ampera"
162
+ :electric-milliampere:
163
+ :few: "{0} miliampera"
164
+ :one: "{0} miliamper"
165
+ :other: "{0} miliampera"
166
+ :electric-ohm:
167
+ :few: "{0} oma"
168
+ :one: "{0} om"
169
+ :other: "{0} oma"
170
+ :electric-volt:
171
+ :few: "{0} volta"
172
+ :one: "{0} volt"
173
+ :other: "{0} volti"
174
+ :energy-calorie:
175
+ :few: "{0} kalorije"
176
+ :one: "{0} kalorija"
177
+ :other: "{0} kalorija"
178
+ :energy-foodcalorie:
179
+ :few: "{0} kilokalorije"
180
+ :one: "{0} kilokalorija"
181
+ :other: "{0} kilokalorija"
182
+ :energy-joule:
183
+ :few: "{0} džula"
184
+ :one: "{0} džul"
185
+ :other: "{0} džula"
186
+ :energy-kilocalorie:
187
+ :few: "{0} kilokalorije"
188
+ :one: "{0} kilokalorija"
189
+ :other: "{0} kilokalorija"
190
+ :energy-kilojoule:
191
+ :few: "{0} kilodžula"
192
+ :one: "{0} kilodžul"
193
+ :other: "{0} kilodžula"
194
+ :energy-kilowatt-hour:
195
+ :few: "{0} kilovatsata"
196
+ :one: "{0} kilovatsat"
197
+ :other: "{0} kilovatsati"
198
+ :frequency-gigahertz:
199
+ :few: "{0} gigaherca"
200
+ :one: "{0} gigaherc"
201
+ :other: "{0} gigaherca"
202
+ :frequency-hertz:
203
+ :few: "{0} herca"
204
+ :one: "{0} herc"
205
+ :other: "{0} herca"
206
+ :frequency-kilohertz:
207
+ :few: "{0} kiloherca"
208
+ :one: "{0} kiloherc"
209
+ :other: "{0} kiloherca"
210
+ :frequency-megahertz:
211
+ :few: "{0} megaherca"
212
+ :one: "{0} megaherc"
213
+ :other: "{0} megaherca"
214
+ :length-astronomical-unit:
215
+ :few: "{0} astronomske jedinice"
216
+ :one: "{0} astronomska jedinica"
217
+ :other: "{0} astronomskih jedinica"
218
+ :length-centimeter:
219
+ :few: "{0} centimetra"
220
+ :one: "{0} centimetar"
221
+ :other: "{0} centimetara"
222
+ :length-decimeter:
223
+ :few: "{0} decimetra"
224
+ :one: "{0} decimetar"
225
+ :other: "{0} decimetara"
226
+ :length-fathom:
227
+ :few: "{0} hvata"
228
+ :one: "{0} hvat"
229
+ :other: "{0} hvati"
230
+ :length-foot:
231
+ :few: "{0} stope"
232
+ :one: "{0} stopa"
233
+ :other: "{0} stopa"
234
+ :length-furlong:
235
+ :few: "{0} furlonga"
236
+ :one: "{0} furlong"
237
+ :other: "{0} furlonga"
238
+ :length-inch:
239
+ :few: "{0} inča"
240
+ :one: "{0} inč"
241
+ :other: "{0} inča"
242
+ :length-kilometer:
243
+ :few: "{0} kilometra"
244
+ :one: "{0} kilometar"
245
+ :other: "{0} kilometara"
246
+ :length-light-year:
247
+ :few: "{0} svjetlosne godine"
248
+ :one: "{0} svjetlosna godina"
249
+ :other: "{0} svjetlosnih godina"
250
+ :length-meter:
251
+ :few: "{0} metra"
252
+ :one: "{0} metar"
253
+ :other: "{0} metara"
254
+ :length-micrometer:
255
+ :few: "{0} mikrometra"
256
+ :one: "{0} mikrometar"
257
+ :other: "{0} mikrometara"
258
+ :length-mile:
259
+ :few: "{0} milje"
260
+ :one: "{0} milja"
261
+ :other: "{0} milja"
262
+ :length-millimeter:
263
+ :few: "{0} milimetra"
264
+ :one: "{0} milimetar"
265
+ :other: "{0} milimetara"
266
+ :length-nanometer:
267
+ :few: "{0} nanometra"
268
+ :one: "{0} nanometar"
269
+ :other: "{0} nanometara"
270
+ :length-nautical-mile:
271
+ :few: "{0} nautičke milje"
272
+ :one: "{0} nautička milja"
273
+ :other: "{0} nautičkih milja"
274
+ :length-parsec:
275
+ :few: "{0} parseka"
276
+ :one: "{0} parsek"
277
+ :other: "{0} parseka"
278
+ :length-picometer:
279
+ :few: "{0} pikometra"
280
+ :one: "{0} pikometar"
281
+ :other: "{0} pikometara"
282
+ :length-yard:
283
+ :few: "{0} jarda"
284
+ :one: "{0} jard"
285
+ :other: "{0} jardi"
286
+ :light-lux:
287
+ :few: "{0} luksa"
288
+ :one: "{0} luks"
289
+ :other: "{0} luksa"
290
+ :mass-carat:
291
+ :few: "{0} karata"
292
+ :one: "{0} karat"
293
+ :other: "{0} karata"
294
+ :mass-gram:
295
+ :few: "{0} grama"
296
+ :one: "{0} gram"
297
+ :other: "{0} grama"
298
+ :mass-kilogram:
299
+ :few: "{0} kilograma"
300
+ :one: "{0} kilogram"
301
+ :other: "{0} kilograma"
302
+ :mass-metric-ton:
303
+ :few: "{0} tone"
304
+ :one: "{0} tona"
305
+ :other: "{0} tona"
306
+ :mass-microgram:
307
+ :few: "{0} mikrograma"
308
+ :one: "{0} mikrogram"
309
+ :other: "{0} mikrograma"
310
+ :mass-milligram:
311
+ :few: "{0} miligrama"
312
+ :one: "{0} miligram"
313
+ :other: "{0} miligrama"
314
+ :mass-ounce:
315
+ :few: "{0} unce"
316
+ :one: "{0} unca"
317
+ :other: "{0} unci"
318
+ :mass-ounce-troy:
319
+ :few: "{0} troy unce"
320
+ :one: "{0} troy unca"
321
+ :other: "{0} troy unci"
322
+ :mass-pound:
323
+ :few: "{0} funte"
324
+ :one: "{0} funta"
325
+ :other: "{0} funti"
326
+ :mass-stone:
327
+ :few: "{0} kamena"
328
+ :one: "{0} kamen"
329
+ :other: "{0} kamena"
330
+ :mass-ton:
331
+ :few: "{0} kratke tone"
332
+ :one: "{0} kratka tona"
333
+ :other: "{0} kratkih tona"
334
+ :power-gigawatt:
335
+ :few: "{0} gigavata"
336
+ :one: "{0} gigavat"
337
+ :other: "{0} gigavata"
338
+ :power-horsepower:
339
+ :few: "{0} konjske snage"
340
+ :one: "{0} konjska snaga"
341
+ :other: "{0} konjskih snaga"
342
+ :power-kilowatt:
343
+ :few: "{0} kilovata"
344
+ :one: "{0} kilovat"
345
+ :other: "{0} kilovata"
346
+ :power-megawatt:
347
+ :few: "{0} megavata"
348
+ :one: "{0} megavat"
349
+ :other: "{0} megavata"
350
+ :power-milliwatt:
351
+ :few: "{0} milivata"
352
+ :one: "{0} milivat"
353
+ :other: "{0} milivata"
354
+ :power-watt:
355
+ :few: "{0} vata"
356
+ :one: "{0} vat"
357
+ :other: "{0} vati"
358
+ :pressure-hectopascal:
359
+ :few: "{0} hektopaskala"
360
+ :one: "{0} hektopaskal"
361
+ :other: "{0} hektopaskala"
362
+ :pressure-inch-hg:
363
+ :few: "{0} inča žive"
364
+ :one: "{0} inč žive"
365
+ :other: "{0} inča žive"
366
+ :pressure-millibar:
367
+ :few: "{0} milibara"
368
+ :one: "{0} milibar"
369
+ :other: "{0} milibara"
370
+ :pressure-millimeter-of-mercury:
371
+ :few: "{0} milimetra živina stupca"
372
+ :one: "{0} milimetar živina stupca"
373
+ :other: "{0} milimetara živina stupca"
374
+ :pressure-pound-per-square-inch:
375
+ :few: "{0} funte po kvadratnom inču"
376
+ :one: "{0} funta po kvadratnom inču"
377
+ :other: "{0} funti po kvadratnom inču"
378
+ :proportion-karat:
379
+ :few: "{0} karata"
380
+ :one: "{0} karat"
381
+ :other: "{0} karata"
382
+ :speed-kilometer-per-hour:
383
+ :few: "{0} kilometra na sat"
384
+ :one: "{0} kilometar na sat"
385
+ :other: "{0} kilometara na sat"
386
+ :speed-meter-per-second:
387
+ :few: "{0} metra u sekundi"
388
+ :one: "{0} metar u sekundi"
389
+ :other: "{0} metara u sekundi"
390
+ :speed-mile-per-hour:
391
+ :few: "{0} milje na sat"
392
+ :one: "{0} milja na sat"
393
+ :other: "{0} milja na sat"
394
+ :temperature-celsius:
395
+ :few: "{0} Celzijeva stupnja"
396
+ :one: "{0} Celzijev stupanj"
397
+ :other: "{0} Celzijevih stupnjeva"
398
+ :temperature-fahrenheit:
399
+ :few: "{0} Fahrenheitova stupnja"
400
+ :one: "{0} Fahrenheitov stupanj"
401
+ :other: "{0} Fahrenheitovih stupnjeva"
402
+ :temperature-kelvin:
403
+ :few: "{0} kelvina"
404
+ :one: "{0} kelvin"
405
+ :other: "{0} kelvina"
406
+ :volume-acre-foot:
407
+ :few: "{0} aker-stope"
408
+ :one: "{0} aker-stopa"
409
+ :other: "{0} aker-stopi"
410
+ :volume-bushel:
411
+ :few: "{0} bušela"
412
+ :one: "{0} bušel"
413
+ :other: "{0} bušela"
414
+ :volume-centiliter:
415
+ :few: "{0} centilitra"
416
+ :one: "{0} centilitar"
417
+ :other: "{0} centilitara"
418
+ :volume-cubic-centimeter:
419
+ :few: "{0} kubna centimetra"
420
+ :one: "{0} kubni centimetar"
421
+ :other: "{0} kubnih centimetara"
422
+ :volume-cubic-foot:
423
+ :few: "{0} kubne stope"
424
+ :one: "{0} kubna stopa"
425
+ :other: "{0} kubnih stopa"
426
+ :volume-cubic-inch:
427
+ :few: "{0} kubna inča"
428
+ :one: "{0} kubni inč"
429
+ :other: "{0} kubnih inča"
430
+ :volume-cubic-kilometer:
431
+ :few: "{0} kubna kilometra"
432
+ :one: "{0} kubni kilometar"
433
+ :other: "{0} kubnih kilometara"
434
+ :volume-cubic-meter:
435
+ :few: "{0} kubna metra"
436
+ :one: "{0} kubni metar"
437
+ :other: "{0} kubnih metara"
438
+ :volume-cubic-mile:
439
+ :few: "{0} kubne milje"
440
+ :one: "{0} kubna milja"
441
+ :other: "{0} kubnih milja"
442
+ :volume-cubic-yard:
443
+ :few: "{0} kubna jarda"
444
+ :one: "{0} kubni jard"
445
+ :other: "{0} kubnih jardi"
446
+ :volume-cup:
447
+ :few: "{0} šalice"
448
+ :one: "{0} šalica"
449
+ :other: "{0} šalica"
450
+ :volume-deciliter:
451
+ :few: "{0} decilitra"
452
+ :one: "{0} decilitar"
453
+ :other: "{0} decilitara"
454
+ :volume-fluid-ounce:
455
+ :few: "{0} tekuće unce"
456
+ :one: "{0} tekuća unca"
457
+ :other: "{0} tekućih unci"
458
+ :volume-gallon:
459
+ :few: "{0} galona"
460
+ :one: "{0} galon"
461
+ :other: "{0} galona"
462
+ :volume-hectoliter:
463
+ :few: "{0} hektolitra"
464
+ :one: "{0} hektolitar"
465
+ :other: "{0} hektolitara"
466
+ :volume-liter:
467
+ :few: "{0} litre"
468
+ :one: "{0} litra"
469
+ :other: "{0} litara"
470
+ :volume-megaliter:
471
+ :few: "{0} megalitra"
472
+ :one: "{0} megalitar"
473
+ :other: "{0} megalitara"
474
+ :volume-milliliter:
475
+ :few: "{0} mililitra"
476
+ :one: "{0} mililitar"
477
+ :other: "{0} mililitara"
478
+ :volume-pint:
479
+ :few: "{0} pinte"
480
+ :one: "{0} pinta"
481
+ :other: "{0} pinti"
482
+ :volume-quart:
483
+ :few: "{0} četvrtine"
484
+ :one: "{0} četvrtina"
485
+ :other: "{0} četvrtina"
486
+ :volume-tablespoon:
487
+ :few: "{0} žlice"
488
+ :one: "{0} žlica"
489
+ :other: "{0} žlica"
490
+ :volume-teaspoon:
491
+ :few: "{0} žličice"
492
+ :one: "{0} žličica"
493
+ :other: "{0} žličica"
494
+ :narrow:
495
+ :acceleration-g-force:
496
+ :few: "{0} G"
497
+ :one: "{0} G"
498
+ :other: "{0} G"
499
+ :acceleration-meter-per-second-squared:
500
+ :few: "{0} m/s²"
501
+ :one: "{0} m/s²"
502
+ :other: "{0} m/s²"
503
+ :angle-arc-minute:
504
+ :few: "{0}′"
505
+ :one: "{0}′"
506
+ :other: "{0}′"
507
+ :angle-arc-second:
508
+ :few: "{0}″"
509
+ :one: "{0}″"
510
+ :other: "{0}″"
511
+ :angle-degree:
512
+ :few: "{0}°"
513
+ :one: "{0}°"
514
+ :other: "{0}°"
515
+ :angle-radian:
516
+ :few: "{0} rad"
517
+ :one: "{0} rad"
518
+ :other: "{0} rad"
519
+ :area-acre:
520
+ :few: "{0} kj"
521
+ :one: "{0} kj"
522
+ :other: "{0} kj"
523
+ :area-hectare:
524
+ :few: "{0} ha"
525
+ :one: "{0} ha"
526
+ :other: "{0} ha"
527
+ :area-square-centimeter:
528
+ :few: "{0} cm²"
529
+ :one: "{0} cm²"
530
+ :other: "{0} cm²"
531
+ :area-square-foot:
532
+ :few: "{0} ft²"
533
+ :one: "{0} ft²"
534
+ :other: "{0} ft²"
535
+ :area-square-inch:
536
+ :few: "{0} in²"
537
+ :one: "{0} in²"
538
+ :other: "{0} in²"
539
+ :area-square-kilometer:
540
+ :few: "{0} km²"
541
+ :one: "{0} km²"
542
+ :other: "{0} km²"
543
+ :area-square-meter:
544
+ :few: "{0} m²"
545
+ :one: "{0} m²"
546
+ :other: "{0} m²"
547
+ :area-square-mile:
548
+ :few: "{0} mi²"
549
+ :one: "{0} mi²"
550
+ :other: "{0} mi²"
551
+ :area-square-yard:
552
+ :few: "{0} yd²"
553
+ :one: "{0} yd²"
554
+ :other: "{0} yd²"
555
+ :consumption-liter-per-kilometer:
556
+ :few: "{0} l/km"
557
+ :one: "{0} l/km"
558
+ :other: "{0} l/km"
559
+ :consumption-mile-per-gallon:
560
+ :few: "{0} mpg"
561
+ :one: "{0} mpg"
562
+ :other: "{0} mpg"
563
+ :digital-bit:
564
+ :few: "{0} bita"
565
+ :one: "{0} bit"
566
+ :other: "{0} bitova"
567
+ :digital-byte:
568
+ :few: "{0} bajta"
569
+ :one: "{0} bajt"
570
+ :other: "{0} bajtova"
571
+ :digital-gigabit:
572
+ :few: "{0} Gb"
573
+ :one: "{0} Gb"
574
+ :other: "{0} Gb"
575
+ :digital-gigabyte:
576
+ :few: "{0} GB"
577
+ :one: "{0} GB"
578
+ :other: "{0} GB"
579
+ :digital-kilobit:
580
+ :few: "{0} kb"
581
+ :one: "{0} kb"
582
+ :other: "{0} kb"
583
+ :digital-kilobyte:
584
+ :few: "{0} kB"
585
+ :one: "{0} kB"
586
+ :other: "{0} kB"
587
+ :digital-megabit:
588
+ :few: "{0} Mb"
589
+ :one: "{0} Mb"
590
+ :other: "{0} Mb"
591
+ :digital-megabyte:
592
+ :few: "{0} MB"
593
+ :one: "{0} MB"
594
+ :other: "{0} MB"
595
+ :digital-terabit:
596
+ :few: "{0} Tb"
597
+ :one: "{0} Tb"
598
+ :other: "{0} Tb"
599
+ :digital-terabyte:
600
+ :few: "{0} TB"
601
+ :one: "{0} TB"
602
+ :other: "{0} TB"
603
+ :duration-day:
604
+ :few: "{0} d."
605
+ :one: "{0} d."
606
+ :other: "{0} d."
607
+ :duration-hour:
608
+ :few: "{0} h"
609
+ :one: "{0} h"
610
+ :other: "{0} h"
611
+ :duration-microsecond:
612
+ :few: "{0} μs"
613
+ :one: "{0} μs"
614
+ :other: "{0} μs"
615
+ :duration-millisecond:
616
+ :few: "{0} ms"
617
+ :one: "{0} ms"
618
+ :other: "{0} ms"
619
+ :duration-minute:
620
+ :few: "{0} m"
621
+ :one: "{0} m"
622
+ :other: "{0} m"
623
+ :duration-month:
624
+ :few: "{0} mj."
625
+ :one: "{0} mj."
626
+ :other: "{0} mj."
627
+ :duration-nanosecond:
628
+ :few: "{0} ns"
629
+ :one: "{0} ns"
630
+ :other: "{0} ns"
631
+ :duration-second:
632
+ :few: "{0} s"
633
+ :one: "{0} s"
634
+ :other: "{0} s"
635
+ :duration-week:
636
+ :few: "{0} tj."
637
+ :one: "{0} tj."
638
+ :other: "{0} tj."
639
+ :duration-year:
640
+ :few: "{0} g."
641
+ :one: "{0} g."
642
+ :other: "{0} g."
643
+ :electric-ampere:
644
+ :few: "{0} A"
645
+ :one: "{0} A"
646
+ :other: "{0} A"
647
+ :electric-milliampere:
648
+ :few: "{0} mA"
649
+ :one: "{0} mA"
650
+ :other: "{0} mA"
651
+ :electric-ohm:
652
+ :few: "{0} Ω"
653
+ :one: "{0} Ω"
654
+ :other: "{0} Ω"
655
+ :electric-volt:
656
+ :few: "{0} V"
657
+ :one: "{0} V"
658
+ :other: "{0} V"
659
+ :energy-calorie:
660
+ :few: "{0} cal"
661
+ :one: "{0} cal"
662
+ :other: "{0} cal"
663
+ :energy-foodcalorie:
664
+ :few: "{0} kcal"
665
+ :one: "{0} kcal"
666
+ :other: "{0} kcal"
667
+ :energy-joule:
668
+ :few: "{0} J"
669
+ :one: "{0} J"
670
+ :other: "{0} J"
671
+ :energy-kilocalorie:
672
+ :few: "{0} kcal"
673
+ :one: "{0} kcal"
674
+ :other: "{0} kcal"
675
+ :energy-kilojoule:
676
+ :few: "{0} kJ"
677
+ :one: "{0} kJ"
678
+ :other: "{0} kJ"
679
+ :energy-kilowatt-hour:
680
+ :few: "{0} kWh"
681
+ :one: "{0} kWh"
682
+ :other: "{0} kWh"
683
+ :frequency-gigahertz:
684
+ :few: "{0} GHz"
685
+ :one: "{0} GHz"
686
+ :other: "{0} GHz"
687
+ :frequency-hertz:
688
+ :few: "{0} Hz"
689
+ :one: "{0} Hz"
690
+ :other: "{0} Hz"
691
+ :frequency-kilohertz:
692
+ :few: "{0} kHz"
693
+ :one: "{0} kHz"
694
+ :other: "{0} kHz"
695
+ :frequency-megahertz:
696
+ :few: "{0} MHz"
697
+ :one: "{0} MHz"
698
+ :other: "{0} MHz"
699
+ :length-astronomical-unit:
700
+ :few: "{0} au"
701
+ :one: "{0} au"
702
+ :other: "{0} au"
703
+ :length-centimeter:
704
+ :few: "{0} cm"
705
+ :one: "{0} cm"
706
+ :other: "{0} cm"
707
+ :length-decimeter:
708
+ :few: "{0} dm"
709
+ :one: "{0} dm"
710
+ :other: "{0} dm"
711
+ :length-fathom:
712
+ :few: "{0} hv"
713
+ :one: "{0} hv"
714
+ :other: "{0} hv"
715
+ :length-foot:
716
+ :few: "{0}′"
717
+ :one: "{0}′"
718
+ :other: "{0}′"
719
+ :length-furlong:
720
+ :few: "{0} fur"
721
+ :one: "{0} fur"
722
+ :other: "{0} fur"
723
+ :length-inch:
724
+ :few: "{0}″"
725
+ :one: "{0}″"
726
+ :other: "{0}″"
727
+ :length-kilometer:
728
+ :few: "{0} km"
729
+ :one: "{0} km"
730
+ :other: "{0} km"
731
+ :length-light-year:
732
+ :few: "{0} ly"
733
+ :one: "{0} ly"
734
+ :other: "{0} ly"
735
+ :length-meter:
736
+ :few: "{0} m"
737
+ :one: "{0} m"
738
+ :other: "{0} m"
739
+ :length-micrometer:
740
+ :few: "{0} µm"
741
+ :one: "{0} µm"
742
+ :other: "{0} µm"
743
+ :length-mile:
744
+ :few: "{0} mi"
745
+ :one: "{0} mi"
746
+ :other: "{0} mi"
747
+ :length-millimeter:
748
+ :few: "{0} mm"
749
+ :one: "{0} mm"
750
+ :other: "{0} mm"
751
+ :length-nanometer:
752
+ :few: "{0} nm"
753
+ :one: "{0} nm"
754
+ :other: "{0} nm"
755
+ :length-nautical-mile:
756
+ :few: "{0} nmi"
757
+ :one: "{0} nmi"
758
+ :other: "{0} nmi"
759
+ :length-parsec:
760
+ :few: "{0} pc"
761
+ :one: "{0} pc"
762
+ :other: "{0} pc"
763
+ :length-picometer:
764
+ :few: "{0} pm"
765
+ :one: "{0} pm"
766
+ :other: "{0} pm"
767
+ :length-yard:
768
+ :few: "{0} yd"
769
+ :one: "{0} yd"
770
+ :other: "{0} yd"
771
+ :light-lux:
772
+ :few: "{0} lx"
773
+ :one: "{0} lx"
774
+ :other: "{0} lx"
775
+ :mass-carat:
776
+ :few: "{0} ct"
777
+ :one: "{0} ct"
778
+ :other: "{0} ct"
779
+ :mass-gram:
780
+ :few: "{0} g"
781
+ :one: "{0} g"
782
+ :other: "{0} g"
783
+ :mass-kilogram:
784
+ :few: "{0} kg"
785
+ :one: "{0} kg"
786
+ :other: "{0} kg"
787
+ :mass-metric-ton:
788
+ :few: "{0} t"
789
+ :one: "{0} t"
790
+ :other: "{0} t"
791
+ :mass-microgram:
792
+ :few: "{0} µg"
793
+ :one: "{0} µg"
794
+ :other: "{0} µg"
795
+ :mass-milligram:
796
+ :few: "{0} mg"
797
+ :one: "{0} mg"
798
+ :other: "{0} mg"
799
+ :mass-ounce:
800
+ :few: "{0} oz"
801
+ :one: "{0} oz"
802
+ :other: "{0} oz"
803
+ :mass-ounce-troy:
804
+ :few: "{0} oz t"
805
+ :one: "{0} oz t"
806
+ :other: "{0} oz t"
807
+ :mass-pound:
808
+ :few: "{0} lb"
809
+ :one: "{0} lb"
810
+ :other: "{0} lb"
811
+ :mass-stone:
812
+ :few: "{0} st"
813
+ :one: "{0} st"
814
+ :other: "{0} st"
815
+ :mass-ton:
816
+ :few: "{0} tn"
817
+ :one: "{0} tn"
818
+ :other: "{0} tn"
819
+ :power-gigawatt:
820
+ :few: "{0} GW"
821
+ :one: "{0} GW"
822
+ :other: "{0} GW"
823
+ :power-horsepower:
824
+ :few: "{0} KS"
825
+ :one: "{0} KS"
826
+ :other: "{0} KS"
827
+ :power-kilowatt:
828
+ :few: "{0} kW"
829
+ :one: "{0} kW"
830
+ :other: "{0} kW"
831
+ :power-megawatt:
832
+ :few: "{0} MW"
833
+ :one: "{0} MW"
834
+ :other: "{0} MW"
835
+ :power-milliwatt:
836
+ :few: "{0} mW"
837
+ :one: "{0} mW"
838
+ :other: "{0} mW"
839
+ :power-watt:
840
+ :few: "{0} W"
841
+ :one: "{0} W"
842
+ :other: "{0} W"
843
+ :pressure-hectopascal:
844
+ :few: "{0} hPa"
845
+ :one: "{0} hPa"
846
+ :other: "{0} hPa"
847
+ :pressure-inch-hg:
848
+ :few: "{0} inHg"
849
+ :one: "{0} inHg"
850
+ :other: "{0} inHg"
851
+ :pressure-millibar:
852
+ :few: "{0} mb"
853
+ :one: "{0} mb"
854
+ :other: "{0} mb"
855
+ :pressure-millimeter-of-mercury:
856
+ :few: "{0} mm Hg"
857
+ :one: "{0} mm Hg"
858
+ :other: "{0} mm Hg"
859
+ :pressure-pound-per-square-inch:
860
+ :few: "{0} psi"
861
+ :one: "{0} psi"
862
+ :other: "{0} psi"
863
+ :proportion-karat:
864
+ :few: "{0} kt"
865
+ :one: "{0} kt"
866
+ :other: "{0} kt"
867
+ :speed-kilometer-per-hour:
868
+ :few: "{0} km/h"
869
+ :one: "{0} km/h"
870
+ :other: "{0} km/h"
871
+ :speed-meter-per-second:
872
+ :few: "{0} m/s"
873
+ :one: "{0} m/s"
874
+ :other: "{0} m/s"
875
+ :speed-mile-per-hour:
876
+ :few: "{0} mi/h"
877
+ :one: "{0} mi/h"
878
+ :other: "{0} mi/h"
879
+ :temperature-celsius:
880
+ :few: "{0}°C"
881
+ :one: "{0}°C"
882
+ :other: "{0}°C"
883
+ :temperature-fahrenheit:
884
+ :few: "{0}°F"
885
+ :one: "{0}°F"
886
+ :other: "{0}°F"
887
+ :temperature-kelvin:
888
+ :few: "{0} K"
889
+ :one: "{0} K"
890
+ :other: "{0} K"
891
+ :volume-acre-foot:
892
+ :few: "{0} ac ft"
893
+ :one: "{0} ac ft"
894
+ :other: "{0} ac ft"
895
+ :volume-bushel:
896
+ :few: "{0} bu"
897
+ :one: "{0} bu"
898
+ :other: "{0} bu"
899
+ :volume-centiliter:
900
+ :few: "{0} cl"
901
+ :one: "{0} cl"
902
+ :other: "{0} cl"
903
+ :volume-cubic-centimeter:
904
+ :few: "{0} cm³"
905
+ :one: "{0} cm³"
906
+ :other: "{0} cm³"
907
+ :volume-cubic-foot:
908
+ :few: "{0} ft³"
909
+ :one: "{0} ft³"
910
+ :other: "{0} ft³"
911
+ :volume-cubic-inch:
912
+ :few: "{0} in³"
913
+ :one: "{0} in³"
914
+ :other: "{0} in³"
915
+ :volume-cubic-kilometer:
916
+ :few: "{0} km³"
917
+ :one: "{0} km³"
918
+ :other: "{0} km³"
919
+ :volume-cubic-meter:
920
+ :few: "{0} m³"
921
+ :one: "{0} m³"
922
+ :other: "{0} m³"
923
+ :volume-cubic-mile:
924
+ :few: "{0} mi³"
925
+ :one: "{0} mi³"
926
+ :other: "{0} mi³"
927
+ :volume-cubic-yard:
928
+ :few: "{0} yd³"
929
+ :one: "{0} yd³"
930
+ :other: "{0} yd³"
931
+ :volume-cup:
932
+ :few: "{0} c"
933
+ :one: "{0} c"
934
+ :other: "{0} c"
935
+ :volume-deciliter:
936
+ :few: "{0} dl"
937
+ :one: "{0} dl"
938
+ :other: "{0} dl"
939
+ :volume-fluid-ounce:
940
+ :few: "{0} fl oz"
941
+ :one: "{0} fl oz"
942
+ :other: "{0} fl oz"
943
+ :volume-gallon:
944
+ :few: "{0} gal"
945
+ :one: "{0} gal"
946
+ :other: "{0} gal"
947
+ :volume-hectoliter:
948
+ :few: "{0} hl"
949
+ :one: "{0} hl"
950
+ :other: "{0} hl"
951
+ :volume-liter:
952
+ :few: "{0} l"
953
+ :one: "{0} l"
954
+ :other: "{0} l"
955
+ :volume-megaliter:
956
+ :few: "{0} Ml"
957
+ :one: "{0} Ml"
958
+ :other: "{0} Ml"
959
+ :volume-milliliter:
960
+ :few: "{0} ml"
961
+ :one: "{0} ml"
962
+ :other: "{0} ml"
963
+ :volume-pint:
964
+ :few: "{0} pt"
965
+ :one: "{0} pt"
966
+ :other: "{0} pt"
967
+ :volume-quart:
968
+ :few: "{0} qt"
969
+ :one: "{0} qt"
970
+ :other: "{0} qt"
971
+ :volume-tablespoon:
972
+ :few: "{0} tbsp"
973
+ :one: "{0} tbsp"
974
+ :other: "{0} tbsp"
975
+ :volume-teaspoon:
976
+ :few: "{0} tsp"
977
+ :one: "{0} tsp"
978
+ :other: "{0} tsp"
10
979
  :short:
11
- :few: "{0} dana"
12
- :many: "{0} dana"
13
- :one: "{0} dan"
14
- :other: "{0} dan"
15
- :day-future:
16
- :default:
17
- :few: "za {0} dana"
18
- :many: "za {0} dana"
19
- :one: "za {0} dan"
20
- :other: "za {0} dana"
21
- :day-past:
22
- :default:
23
- :few: "prije {0} dana"
24
- :many: "prije {0} dana"
25
- :one: "prije {0} dan"
26
- :other: "prije {0} dana"
27
- :hour:
28
- :default:
29
- :few: "{0} sata"
30
- :many: "{0} sati"
31
- :one: "{0} sat"
32
- :other: "{0} sata"
33
- :short:
34
- :few: "{0} h"
35
- :many: "{0} h"
36
- :one: "{0} h"
37
- :other: "{0} h"
38
- :hour-future:
39
- :default:
40
- :few: "za {0} sata"
41
- :many: "za {0} sati"
42
- :one: "za {0} sat"
43
- :other: "za {0} sati"
44
- :hour-past:
45
- :default:
46
- :few: "prije {0} sata"
47
- :many: "prije {0} sati"
48
- :one: "prije {0} sat"
49
- :other: "prije {0} sati"
50
- :minute:
51
- :default:
52
- :few: "{0} minute"
53
- :many: "{0} minuta"
54
- :one: "{0} minuta"
55
- :other: "{0} minuta"
56
- :short:
57
- :few: "{0} min"
58
- :many: "{0} min"
59
- :one: "{0} min"
60
- :other: "{0} min"
61
- :minute-future:
62
- :default:
63
- :few: "za {0} minute"
64
- :many: "za {0} minuta"
65
- :one: "za {0} minutu"
66
- :other: "za {0} minuta"
67
- :minute-past:
68
- :default:
69
- :few: "prije {0} minute"
70
- :many: "prije {0} minuta"
71
- :one: "prije {0} minutu"
72
- :other: "prije {0} minuta"
73
- :month:
74
- :default:
75
- :few: "{0} mjeseca"
76
- :many: "{0} mjeseci"
77
- :one: "{0} mjesec"
78
- :other: "{0} mjesec"
79
- :short:
80
- :few: "{0} mj."
81
- :many: "{0} mj."
82
- :one: "{0} mj."
83
- :other: "{0} mj."
84
- :month-future:
85
- :default:
86
- :few: "za {0} mjeseca"
87
- :many: "za {0} mjeseci"
88
- :one: "za {0} mjesec"
89
- :other: "za sljedeći broj mjeseci: {0}"
90
- :month-past:
91
- :default:
92
- :few: "prije {0} mjeseca"
93
- :many: "prije {0} mjeseci"
94
- :one: "prije {0} mjesec"
95
- :other: "prije ovoliko mjeseci: {0}"
96
- :second:
97
- :default:
98
- :few: "{0} sekunde"
99
- :many: "{0} sekundi"
100
- :one: "{0} sekunda"
101
- :other: "{0} sekunda"
102
- :short:
103
- :few: "{0} s"
104
- :many: "{0} s"
105
- :one: "{0} s"
106
- :other: "{0} s"
107
- :second-future:
108
- :default:
109
- :few: "za {0} sekunde"
110
- :many: "za {0} sekundi"
111
- :one: "za {0} sekundu"
112
- :other: "za {0} sekundi"
113
- :second-past:
114
- :default:
115
- :few: "prije {0} sekunde"
116
- :many: "prije {0} sekundi"
117
- :one: "prije {0} sekundu"
118
- :other: "prije {0} sekundi"
119
- :week:
120
- :default:
121
- :few: "{0} tjedna"
122
- :many: "{0} tjedana"
123
- :one: "{0} tjedan"
124
- :other: "{0} tjedan"
125
- :short:
126
- :few: "{0} tj."
127
- :many: "{0} tj."
128
- :one: "{0} tj."
129
- :other: "{0} tj."
130
- :week-future:
131
- :default:
132
- :few: "za {0} tjedna"
133
- :many: "za {0} tjedana"
134
- :one: "za {0} tjedan"
135
- :other: "za sljedeći broj tjedana: {0}"
136
- :week-past:
137
- :default:
138
- :few: "prije {0} tjedna"
139
- :many: "prije {0} tjedana"
140
- :one: "prije {0} tjedan"
141
- :other: "prije ovoliko tjedana: {0}"
142
- :year:
143
- :default:
144
- :few: "{0} godine"
145
- :many: "{0} godina"
146
- :one: "{0} godina"
147
- :other: "{0} godina"
148
- :short:
149
- :few: "{0} g."
150
- :many: "{0} g."
151
- :one: "{0} g."
152
- :other: "{0} g."
153
- :year-future:
154
- :default:
155
- :few: "za {0} godine"
156
- :many: "za {0} godina"
157
- :one: "za {0} godinu"
158
- :other: "za {0} godina"
159
- :year-past:
160
- :default:
161
- :few: "prije {0} godine"
162
- :many: "prije {0} godina"
163
- :one: "prije {0} godinu"
164
- :other: "prije ovoliko godina: {0}"
980
+ :acceleration-g-force:
981
+ :few: "{0} G"
982
+ :one: "{0} G"
983
+ :other: "{0} G"
984
+ :acceleration-meter-per-second-squared:
985
+ :few: "{0} m/s²"
986
+ :one: "{0} m/s²"
987
+ :other: "{0} m/s²"
988
+ :angle-arc-minute:
989
+ :few: "{0} min"
990
+ :one: "{0} min"
991
+ :other: "{0} min"
992
+ :angle-arc-second:
993
+ :few: "{0} s"
994
+ :one: "{0} s"
995
+ :other: "{0} s"
996
+ :angle-degree:
997
+ :few: "{0}°"
998
+ :one: "{0}°"
999
+ :other: "{0}°"
1000
+ :angle-radian:
1001
+ :few: "{0} rad"
1002
+ :one: "{0} rad"
1003
+ :other: "{0} rad"
1004
+ :area-acre:
1005
+ :few: "{0} kj"
1006
+ :one: "{0} kj"
1007
+ :other: "{0} kj"
1008
+ :area-hectare:
1009
+ :few: "{0} ha"
1010
+ :one: "{0} ha"
1011
+ :other: "{0} ha"
1012
+ :area-square-centimeter:
1013
+ :few: "{0} cm²"
1014
+ :one: "{0} cm²"
1015
+ :other: "{0} cm²"
1016
+ :area-square-foot:
1017
+ :few: "{0} ft²"
1018
+ :one: "{0} ft²"
1019
+ :other: "{0} ft²"
1020
+ :area-square-inch:
1021
+ :few: "{0} in²"
1022
+ :one: "{0} in²"
1023
+ :other: "{0} in²"
1024
+ :area-square-kilometer:
1025
+ :few: "{0} km²"
1026
+ :one: "{0} km²"
1027
+ :other: "{0} km²"
1028
+ :area-square-meter:
1029
+ :few: "{0} "
1030
+ :one: "{0} m²"
1031
+ :other: "{0} m²"
1032
+ :area-square-mile:
1033
+ :few: "{0} mi²"
1034
+ :one: "{0} mi²"
1035
+ :other: "{0} mi²"
1036
+ :area-square-yard:
1037
+ :few: "{0} yd²"
1038
+ :one: "{0} yd²"
1039
+ :other: "{0} yd²"
1040
+ :consumption-liter-per-kilometer:
1041
+ :few: "{0} l/km"
1042
+ :one: "{0} l/km"
1043
+ :other: "{0} l/km"
1044
+ :consumption-mile-per-gallon:
1045
+ :few: "{0} mpg"
1046
+ :one: "{0} mpg"
1047
+ :other: "{0} mpg"
1048
+ :digital-bit:
1049
+ :few: "{0} bita"
1050
+ :one: "{0} bit"
1051
+ :other: "{0} bitova"
1052
+ :digital-byte:
1053
+ :few: "{0} bajta"
1054
+ :one: "{0} bajt"
1055
+ :other: "{0} bajtova"
1056
+ :digital-gigabit:
1057
+ :few: "{0} Gb"
1058
+ :one: "{0} Gb"
1059
+ :other: "{0} Gb"
1060
+ :digital-gigabyte:
1061
+ :few: "{0} GB"
1062
+ :one: "{0} GB"
1063
+ :other: "{0} GB"
1064
+ :digital-kilobit:
1065
+ :few: "{0} kb"
1066
+ :one: "{0} kb"
1067
+ :other: "{0} kb"
1068
+ :digital-kilobyte:
1069
+ :few: "{0} kB"
1070
+ :one: "{0} kB"
1071
+ :other: "{0} kB"
1072
+ :digital-megabit:
1073
+ :few: "{0} Mb"
1074
+ :one: "{0} Mb"
1075
+ :other: "{0} Mb"
1076
+ :digital-megabyte:
1077
+ :few: "{0} MB"
1078
+ :one: "{0} MB"
1079
+ :other: "{0} MB"
1080
+ :digital-terabit:
1081
+ :few: "{0} Tb"
1082
+ :one: "{0} Tb"
1083
+ :other: "{0} Tb"
1084
+ :digital-terabyte:
1085
+ :few: "{0} TB"
1086
+ :one: "{0} TB"
1087
+ :other: "{0} TB"
1088
+ :duration-day:
1089
+ :few: "{0} dana"
1090
+ :one: "{0} dan"
1091
+ :other: "{0} dana"
1092
+ :duration-hour:
1093
+ :few: "{0} h"
1094
+ :one: "{0} h"
1095
+ :other: "{0} h"
1096
+ :duration-microsecond:
1097
+ :few: "{0} μs"
1098
+ :one: "{0} μs"
1099
+ :other: "{0} μs"
1100
+ :duration-millisecond:
1101
+ :few: "{0} ms"
1102
+ :one: "{0} ms"
1103
+ :other: "{0} ms"
1104
+ :duration-minute:
1105
+ :few: "{0} min"
1106
+ :one: "{0} min"
1107
+ :other: "{0} min"
1108
+ :duration-month:
1109
+ :few: "{0} mj."
1110
+ :one: "{0} mj."
1111
+ :other: "{0} mj."
1112
+ :duration-nanosecond:
1113
+ :few: "{0} ns"
1114
+ :one: "{0} ns"
1115
+ :other: "{0} ns"
1116
+ :duration-second:
1117
+ :few: "{0} s"
1118
+ :one: "{0} s"
1119
+ :other: "{0} s"
1120
+ :duration-week:
1121
+ :few: "{0} tj."
1122
+ :one: "{0} tj."
1123
+ :other: "{0} tj."
1124
+ :duration-year:
1125
+ :few: "{0} g."
1126
+ :one: "{0} g."
1127
+ :other: "{0} g."
1128
+ :electric-ampere:
1129
+ :few: "{0} A"
1130
+ :one: "{0} A"
1131
+ :other: "{0} A"
1132
+ :electric-milliampere:
1133
+ :few: "{0} mA"
1134
+ :one: "{0} mA"
1135
+ :other: "{0} mA"
1136
+ :electric-ohm:
1137
+ :few: "{0} Ω"
1138
+ :one: "{0} Ω"
1139
+ :other: "{0} Ω"
1140
+ :electric-volt:
1141
+ :few: "{0} V"
1142
+ :one: "{0} V"
1143
+ :other: "{0} V"
1144
+ :energy-calorie:
1145
+ :few: "{0} cal"
1146
+ :one: "{0} cal"
1147
+ :other: "{0} cal"
1148
+ :energy-foodcalorie:
1149
+ :few: "{0} kcal"
1150
+ :one: "{0} kcal"
1151
+ :other: "{0} kcal"
1152
+ :energy-joule:
1153
+ :few: "{0} J"
1154
+ :one: "{0} J"
1155
+ :other: "{0} J"
1156
+ :energy-kilocalorie:
1157
+ :few: "{0} kcal"
1158
+ :one: "{0} kcal"
1159
+ :other: "{0} kcal"
1160
+ :energy-kilojoule:
1161
+ :few: "{0} kJ"
1162
+ :one: "{0} kJ"
1163
+ :other: "{0} kJ"
1164
+ :energy-kilowatt-hour:
1165
+ :few: "{0} kWh"
1166
+ :one: "{0} kWh"
1167
+ :other: "{0} kWh"
1168
+ :frequency-gigahertz:
1169
+ :few: "{0} GHz"
1170
+ :one: "{0} GHz"
1171
+ :other: "{0} GHz"
1172
+ :frequency-hertz:
1173
+ :few: "{0} Hz"
1174
+ :one: "{0} Hz"
1175
+ :other: "{0} Hz"
1176
+ :frequency-kilohertz:
1177
+ :few: "{0} kHz"
1178
+ :one: "{0} kHz"
1179
+ :other: "{0} kHz"
1180
+ :frequency-megahertz:
1181
+ :few: "{0} MHz"
1182
+ :one: "{0} MHz"
1183
+ :other: "{0} MHz"
1184
+ :length-astronomical-unit:
1185
+ :few: "{0} au"
1186
+ :one: "{0} au"
1187
+ :other: "{0} au"
1188
+ :length-centimeter:
1189
+ :few: "{0} cm"
1190
+ :one: "{0} cm"
1191
+ :other: "{0} cm"
1192
+ :length-decimeter:
1193
+ :few: "{0} dm"
1194
+ :one: "{0} dm"
1195
+ :other: "{0} dm"
1196
+ :length-fathom:
1197
+ :few: "{0} hv"
1198
+ :one: "{0} hv"
1199
+ :other: "{0} hv"
1200
+ :length-foot:
1201
+ :few: "{0} ft"
1202
+ :one: "{0} ft"
1203
+ :other: "{0} ft"
1204
+ :length-furlong:
1205
+ :few: "{0} fur"
1206
+ :one: "{0} fur"
1207
+ :other: "{0} fur"
1208
+ :length-inch:
1209
+ :few: "{0} in"
1210
+ :one: "{0} in"
1211
+ :other: "{0} in"
1212
+ :length-kilometer:
1213
+ :few: "{0} km"
1214
+ :one: "{0} km"
1215
+ :other: "{0} km"
1216
+ :length-light-year:
1217
+ :few: "{0} ly"
1218
+ :one: "{0} ly"
1219
+ :other: "{0} ly"
1220
+ :length-meter:
1221
+ :few: "{0} m"
1222
+ :one: "{0} m"
1223
+ :other: "{0} m"
1224
+ :length-micrometer:
1225
+ :few: "{0} µm"
1226
+ :one: "{0} µm"
1227
+ :other: "{0} µm"
1228
+ :length-mile:
1229
+ :few: "{0} mi"
1230
+ :one: "{0} mi"
1231
+ :other: "{0} mi"
1232
+ :length-millimeter:
1233
+ :few: "{0} mm"
1234
+ :one: "{0} mm"
1235
+ :other: "{0} mm"
1236
+ :length-nanometer:
1237
+ :few: "{0} nm"
1238
+ :one: "{0} nm"
1239
+ :other: "{0} nm"
1240
+ :length-nautical-mile:
1241
+ :few: "{0} nmi"
1242
+ :one: "{0} nmi"
1243
+ :other: "{0} nmi"
1244
+ :length-parsec:
1245
+ :few: "{0} pc"
1246
+ :one: "{0} pc"
1247
+ :other: "{0} pc"
1248
+ :length-picometer:
1249
+ :few: "{0} pm"
1250
+ :one: "{0} pm"
1251
+ :other: "{0} pm"
1252
+ :length-yard:
1253
+ :few: "{0} yd"
1254
+ :one: "{0} yd"
1255
+ :other: "{0} yd"
1256
+ :light-lux:
1257
+ :few: "{0} lx"
1258
+ :one: "{0} lx"
1259
+ :other: "{0} lx"
1260
+ :mass-carat:
1261
+ :few: "{0} ct"
1262
+ :one: "{0} ct"
1263
+ :other: "{0} ct"
1264
+ :mass-gram:
1265
+ :few: "{0} g"
1266
+ :one: "{0} g"
1267
+ :other: "{0} g"
1268
+ :mass-kilogram:
1269
+ :few: "{0} kg"
1270
+ :one: "{0} kg"
1271
+ :other: "{0} kg"
1272
+ :mass-metric-ton:
1273
+ :few: "{0} t"
1274
+ :one: "{0} t"
1275
+ :other: "{0} t"
1276
+ :mass-microgram:
1277
+ :few: "{0} µg"
1278
+ :one: "{0} µg"
1279
+ :other: "{0} µg"
1280
+ :mass-milligram:
1281
+ :few: "{0} mg"
1282
+ :one: "{0} mg"
1283
+ :other: "{0} mg"
1284
+ :mass-ounce:
1285
+ :few: "{0} oz"
1286
+ :one: "{0} oz"
1287
+ :other: "{0} oz"
1288
+ :mass-ounce-troy:
1289
+ :few: "{0} oz t"
1290
+ :one: "{0} oz t"
1291
+ :other: "{0} oz t"
1292
+ :mass-pound:
1293
+ :few: "{0} lb"
1294
+ :one: "{0} lb"
1295
+ :other: "{0} lb"
1296
+ :mass-stone:
1297
+ :few: "{0} st"
1298
+ :one: "{0} st"
1299
+ :other: "{0} st"
1300
+ :mass-ton:
1301
+ :few: "{0} tn"
1302
+ :one: "{0} tn"
1303
+ :other: "{0} tn"
1304
+ :power-gigawatt:
1305
+ :few: "{0} GW"
1306
+ :one: "{0} GW"
1307
+ :other: "{0} GW"
1308
+ :power-horsepower:
1309
+ :few: "{0} KS"
1310
+ :one: "{0} KS"
1311
+ :other: "{0} KS"
1312
+ :power-kilowatt:
1313
+ :few: "{0} kW"
1314
+ :one: "{0} kW"
1315
+ :other: "{0} kW"
1316
+ :power-megawatt:
1317
+ :few: "{0} MW"
1318
+ :one: "{0} MW"
1319
+ :other: "{0} MW"
1320
+ :power-milliwatt:
1321
+ :few: "{0} mW"
1322
+ :one: "{0} mW"
1323
+ :other: "{0} mW"
1324
+ :power-watt:
1325
+ :few: "{0} W"
1326
+ :one: "{0} W"
1327
+ :other: "{0} W"
1328
+ :pressure-hectopascal:
1329
+ :few: "{0} hPa"
1330
+ :one: "{0} hPa"
1331
+ :other: "{0} hPa"
1332
+ :pressure-inch-hg:
1333
+ :few: "{0} inHg"
1334
+ :one: "{0} inHg"
1335
+ :other: "{0} inHg"
1336
+ :pressure-millibar:
1337
+ :few: "{0} mbar"
1338
+ :one: "{0} mbar"
1339
+ :other: "{0} mbar"
1340
+ :pressure-millimeter-of-mercury:
1341
+ :few: "{0} mm Hg"
1342
+ :one: "{0} mm Hg"
1343
+ :other: "{0} mm Hg"
1344
+ :pressure-pound-per-square-inch:
1345
+ :few: "{0} psi"
1346
+ :one: "{0} psi"
1347
+ :other: "{0} psi"
1348
+ :proportion-karat:
1349
+ :few: "{0} kt"
1350
+ :one: "{0} kt"
1351
+ :other: "{0} kt"
1352
+ :speed-kilometer-per-hour:
1353
+ :few: "{0} km/h"
1354
+ :one: "{0} km/h"
1355
+ :other: "{0} km/h"
1356
+ :speed-meter-per-second:
1357
+ :few: "{0} m/s"
1358
+ :one: "{0} m/s"
1359
+ :other: "{0} m/s"
1360
+ :speed-mile-per-hour:
1361
+ :few: "{0} mi/h"
1362
+ :one: "{0} mi/h"
1363
+ :other: "{0} mi/h"
1364
+ :temperature-celsius:
1365
+ :few: "{0}°C"
1366
+ :one: "{0}°C"
1367
+ :other: "{0}°C"
1368
+ :temperature-fahrenheit:
1369
+ :few: "{0}°F"
1370
+ :one: "{0}°F"
1371
+ :other: "{0}°F"
1372
+ :temperature-kelvin:
1373
+ :few: "{0} K"
1374
+ :one: "{0} K"
1375
+ :other: "{0} K"
1376
+ :volume-acre-foot:
1377
+ :few: "{0} ac ft"
1378
+ :one: "{0} ac ft"
1379
+ :other: "{0} ac ft"
1380
+ :volume-bushel:
1381
+ :few: "{0} bu"
1382
+ :one: "{0} bu"
1383
+ :other: "{0} bu"
1384
+ :volume-centiliter:
1385
+ :few: "{0} cl"
1386
+ :one: "{0} cl"
1387
+ :other: "{0} cl"
1388
+ :volume-cubic-centimeter:
1389
+ :few: "{0} cm³"
1390
+ :one: "{0} cm³"
1391
+ :other: "{0} cm³"
1392
+ :volume-cubic-foot:
1393
+ :few: "{0} ft³"
1394
+ :one: "{0} ft³"
1395
+ :other: "{0} ft³"
1396
+ :volume-cubic-inch:
1397
+ :few: "{0} in³"
1398
+ :one: "{0} in³"
1399
+ :other: "{0} in³"
1400
+ :volume-cubic-kilometer:
1401
+ :few: "{0} km³"
1402
+ :one: "{0} km³"
1403
+ :other: "{0} km³"
1404
+ :volume-cubic-meter:
1405
+ :few: "{0} m³"
1406
+ :one: "{0} m³"
1407
+ :other: "{0} m³"
1408
+ :volume-cubic-mile:
1409
+ :few: "{0} mi³"
1410
+ :one: "{0} mi³"
1411
+ :other: "{0} mi³"
1412
+ :volume-cubic-yard:
1413
+ :few: "{0} yd³"
1414
+ :one: "{0} yd³"
1415
+ :other: "{0} yd³"
1416
+ :volume-cup:
1417
+ :few: "{0} c"
1418
+ :one: "{0} c"
1419
+ :other: "{0} c"
1420
+ :volume-deciliter:
1421
+ :few: "{0} dl"
1422
+ :one: "{0} dl"
1423
+ :other: "{0} dl"
1424
+ :volume-fluid-ounce:
1425
+ :few: "{0} fl oz"
1426
+ :one: "{0} fl oz"
1427
+ :other: "{0} fl oz"
1428
+ :volume-gallon:
1429
+ :few: "{0} gal"
1430
+ :one: "{0} gal"
1431
+ :other: "{0} gal"
1432
+ :volume-hectoliter:
1433
+ :few: "{0} hl"
1434
+ :one: "{0} hl"
1435
+ :other: "{0} hl"
1436
+ :volume-liter:
1437
+ :few: "{0} l"
1438
+ :one: "{0} l"
1439
+ :other: "{0} l"
1440
+ :volume-megaliter:
1441
+ :few: "{0} Ml"
1442
+ :one: "{0} Ml"
1443
+ :other: "{0} Ml"
1444
+ :volume-milliliter:
1445
+ :few: "{0} ml"
1446
+ :one: "{0} ml"
1447
+ :other: "{0} ml"
1448
+ :volume-pint:
1449
+ :few: "{0} pt"
1450
+ :one: "{0} pt"
1451
+ :other: "{0} pt"
1452
+ :volume-quart:
1453
+ :few: "{0} qt"
1454
+ :one: "{0} qt"
1455
+ :other: "{0} qt"
1456
+ :volume-tablespoon:
1457
+ :few: "{0} tbsp"
1458
+ :one: "{0} tbsp"
1459
+ :other: "{0} tbsp"
1460
+ :volume-teaspoon:
1461
+ :few: "{0} tsp"
1462
+ :one: "{0} tsp"
1463
+ :other: "{0} tsp"