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
+ :ca:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} dia"
7
+ :other: "{0} dies"
8
+ :short:
9
+ :one: "{0} dia"
10
+ :other: "{0} dies"
11
+ :day-future:
12
+ :default:
13
+ :one: "D'aquí a {0} dia"
14
+ :other: "D'aquí a {0} dies"
15
+ :day-past:
16
+ :default:
17
+ :one: "Fa {0} dia"
18
+ :other: "Fa {0} dies"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} hora"
22
+ :other: "{0} hores"
23
+ :short:
24
+ :one: "{0} h"
25
+ :other: "{0} h"
26
+ :hour-future:
27
+ :default:
28
+ :one: "D'aquí a {0} hora"
29
+ :other: "D'aquí a {0} hores"
30
+ :hour-past:
31
+ :default:
32
+ :one: "Fa {0} hora"
33
+ :other: "Fa {0} hores"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minut"
37
+ :other: "{0} minuts"
38
+ :short:
39
+ :one: "{0} m"
40
+ :other: "{0} m"
41
+ :minute-future:
42
+ :default:
43
+ :one: "D'aquí a {0} minut"
44
+ :other: "D'aquí a {0} minuts"
45
+ :minute-past:
46
+ :default:
47
+ :one: "Fa {0} minut"
48
+ :other: "Fa {0} minuts"
49
+ :month:
50
+ :default:
51
+ :one: "{0} mes"
52
+ :other: "{0} mesos"
53
+ :short:
54
+ :one: "{0} mes"
55
+ :other: "{0} mesos"
56
+ :month-future:
57
+ :default:
58
+ :one: "D'aquí a {0} mes"
59
+ :other: "D'aquí a {0} mesos"
60
+ :month-past:
61
+ :default:
62
+ :one: "Fa {0} mes"
63
+ :other: "Fa {0} mesos"
64
+ :second:
65
+ :default:
66
+ :one: "{0} segon"
67
+ :other: "{0} segons"
68
+ :short:
69
+ :one: "{0} s"
70
+ :other: "{0} s"
71
+ :second-future:
72
+ :default:
73
+ :one: "D'aquí a {0} segon"
74
+ :other: "D'aquí a {0} segons"
75
+ :second-past:
76
+ :default:
77
+ :one: "Fa {0} segon"
78
+ :other: "Fa {0} segons"
79
+ :week:
80
+ :default:
81
+ :one: "{0} setmana"
82
+ :other: "{0} setmanes"
83
+ :short:
84
+ :one: "{0} setmana"
85
+ :other: "{0} setmanes"
86
+ :week-future:
87
+ :default:
88
+ :one: "D'aquí a {0} setmana"
89
+ :other: "D'aquí a {0} setmanes"
90
+ :week-past:
91
+ :default:
92
+ :one: "Fa {0} setmana"
93
+ :other: "Fa {0} setmanes"
94
+ :year:
95
+ :default:
96
+ :one: "{0} any"
97
+ :other: "{0} anys"
98
+ :short:
99
+ :one: "{0} any"
100
+ :other: "{0} anys"
101
+ :year-future:
102
+ :default:
103
+ :one: "D'aquí a {0} any"
104
+ :other: "D'aquí a {0} anys"
105
+ :year-past:
106
+ :default:
107
+ :one: "Fa {0} any"
108
+ :other: "Fa {0} anys"
@@ -1,108 +1,883 @@
1
1
  ---
2
2
  :ca:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} dia"
7
- :other: "{0} dies"
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} força G"
12
+ :other: "{0} força G"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} metre per segon al quadrat"
15
+ :other: "{0} metres per segon al quadrat"
16
+ :angle-arc-minute:
17
+ :one: "{0} minut d'arc"
18
+ :other: "{0} minuts d'arc"
19
+ :angle-arc-second:
20
+ :one: "{0} segon"
21
+ :other: "{0} segons"
22
+ :angle-degree:
23
+ :one: "{0} grau"
24
+ :other: "{0} graus"
25
+ :angle-radian:
26
+ :one: "{0} radiant"
27
+ :other: "{0} radiants"
28
+ :area-acre:
29
+ :one: "{0} acre"
30
+ :other: "{0} acres"
31
+ :area-hectare:
32
+ :one: "{0} hectàrea"
33
+ :other: "{0} hectàrees"
34
+ :area-square-centimeter:
35
+ :one: "{0} centímetre quadrat"
36
+ :other: "{0} centímetres quadrats"
37
+ :area-square-foot:
38
+ :one: "{0} peu quadrat"
39
+ :other: "{0} peus quadrats"
40
+ :area-square-inch:
41
+ :one: "{0} polzada quadrada"
42
+ :other: "{0} polzades quadrades"
43
+ :area-square-kilometer:
44
+ :one: "{0} quilòmetre quadrat"
45
+ :other: "{0} quilòmetres quadrats"
46
+ :area-square-meter:
47
+ :one: "{0} metre quadrat"
48
+ :other: "{0} metres quadrats"
49
+ :area-square-mile:
50
+ :one: "{0} milla quadrada"
51
+ :other: "{0} milles quadrades"
52
+ :area-square-yard:
53
+ :one: "{0} iarda quadrada"
54
+ :other: "{0} iardes quadrades"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} litre per quilòmetre"
57
+ :other: "{0} litres per quilòmetre"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} milla per galó"
60
+ :other: "{0} milles per galó"
61
+ :digital-bit:
62
+ :one: "{0} bit"
63
+ :other: "{0} bits"
64
+ :digital-byte:
65
+ :one: "{0} byte"
66
+ :other: "{0} bytes"
67
+ :digital-gigabit:
68
+ :one: "{0} gigabit"
69
+ :other: "{0} gigabits"
70
+ :digital-gigabyte:
71
+ :one: "{0} gigabyte"
72
+ :other: "{0} gigabytes"
73
+ :digital-kilobit:
74
+ :one: "{0} quilobit"
75
+ :other: "{0} quilobits"
76
+ :digital-kilobyte:
77
+ :one: "{0} quilobyte"
78
+ :other: "{0} quilobytes"
79
+ :digital-megabit:
80
+ :one: "{0} megabit"
81
+ :other: "{0} megabits"
82
+ :digital-megabyte:
83
+ :one: "{0} megabyte"
84
+ :other: "{0} megabytes"
85
+ :digital-terabit:
86
+ :one: "{0} terabit"
87
+ :other: "{0} terabits"
88
+ :digital-terabyte:
89
+ :one: "{0} terabyte"
90
+ :other: "{0} terabytes"
91
+ :duration-day:
92
+ :one: "{0} dia"
93
+ :other: "{0} dies"
94
+ :duration-hour:
95
+ :one: "{0} hora"
96
+ :other: "{0} hores"
97
+ :duration-microsecond:
98
+ :one: "{0} microsegon"
99
+ :other: "{0} microsegons"
100
+ :duration-millisecond:
101
+ :one: "{0} mil·lisegon"
102
+ :other: "{0} mil·lisegons"
103
+ :duration-minute:
104
+ :one: "{0} minut"
105
+ :other: "{0} minuts"
106
+ :duration-month:
107
+ :one: "{0} mes"
108
+ :other: "{0} mesos"
109
+ :duration-nanosecond:
110
+ :one: "{0} nanosegon"
111
+ :other: "{0} nanosegons"
112
+ :duration-second:
113
+ :one: "{0} segon"
114
+ :other: "{0} segons"
115
+ :duration-week:
116
+ :one: "{0} setmana"
117
+ :other: "{0} setmanes"
118
+ :duration-year:
119
+ :one: "{0} any"
120
+ :other: "{0} anys"
121
+ :electric-ampere:
122
+ :one: "{0} ampere"
123
+ :other: "{0} amperes"
124
+ :electric-milliampere:
125
+ :one: "{0} mil·liampere"
126
+ :other: "{0} mil·liamperes"
127
+ :electric-ohm:
128
+ :one: "{0} ohm"
129
+ :other: "{0} ohms"
130
+ :electric-volt:
131
+ :one: "{0} volt"
132
+ :other: "{0} volts"
133
+ :energy-calorie:
134
+ :one: "{0} caloria"
135
+ :other: "{0} calories"
136
+ :energy-foodcalorie:
137
+ :one: "{0} quilocaloria"
138
+ :other: "{0} quilocalories"
139
+ :energy-joule:
140
+ :one: "{0} joule"
141
+ :other: "{0} joules"
142
+ :energy-kilocalorie:
143
+ :one: "{0} quilocaloria"
144
+ :other: "{0} quilocalories"
145
+ :energy-kilojoule:
146
+ :one: "{0} quilojoule"
147
+ :other: "{0} quilojoules"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} quilowatt hora"
150
+ :other: "{0} quilowatts hora"
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} quilohertz"
159
+ :other: "{0} quilohertz"
160
+ :frequency-megahertz:
161
+ :one: "{0} megahertz"
162
+ :other: "{0} megahertz"
163
+ :length-astronomical-unit:
164
+ :one: "{0} unitat astronòmica"
165
+ :other: "{0} unitats astronòmiques"
166
+ :length-centimeter:
167
+ :one: "{0} centímetre"
168
+ :other: "{0} centímetres"
169
+ :length-decimeter:
170
+ :one: "{0} decímetres"
171
+ :other: "{0} decímetres"
172
+ :length-foot:
173
+ :one: "{0} peu"
174
+ :other: "{0} peus"
175
+ :length-inch:
176
+ :one: "{0} polzada"
177
+ :other: "{0} polzades"
178
+ :length-kilometer:
179
+ :one: "{0} quilòmetre"
180
+ :other: "{0} quilòmetres"
181
+ :length-light-year:
182
+ :one: "{0} any llum"
183
+ :other: "{0} anys llum"
184
+ :length-meter:
185
+ :one: "{0} metre"
186
+ :other: "{0} metres"
187
+ :length-micrometer:
188
+ :one: "{0} micròmetre"
189
+ :other: "{0} micròmetres"
190
+ :length-mile:
191
+ :one: "{0} milla"
192
+ :other: "{0} milles"
193
+ :length-millimeter:
194
+ :one: "{0} mil·límetre"
195
+ :other: "{0} mil·límetres"
196
+ :length-nanometer:
197
+ :one: "{0} nanòmetre"
198
+ :other: "{0} nanòmetres"
199
+ :length-nautical-mile:
200
+ :one: "{0} milla nàutica"
201
+ :other: "{0} milles nàutiques"
202
+ :length-parsec:
203
+ :one: "{0} parsec"
204
+ :other: "{0} parsecs"
205
+ :length-picometer:
206
+ :one: "{0} picòmetre"
207
+ :other: "{0} picòmetres"
208
+ :length-yard:
209
+ :one: "{0} iarda"
210
+ :other: "{0} iardes"
211
+ :light-lux:
212
+ :one: "{0} lux"
213
+ :other: "{0} lux"
214
+ :mass-carat:
215
+ :one: "{0} quirat"
216
+ :other: "{0} quirats"
217
+ :mass-gram:
218
+ :one: "{0} gram"
219
+ :other: "{0} grams"
220
+ :mass-kilogram:
221
+ :one: "{0} quilogram"
222
+ :other: "{0} quilograms"
223
+ :mass-metric-ton:
224
+ :one: "{0} tona mètrica"
225
+ :other: "{0} tones mètriques"
226
+ :mass-microgram:
227
+ :one: "{0} microgram"
228
+ :other: "{0} micrograms"
229
+ :mass-milligram:
230
+ :one: "{0} mil·ligram"
231
+ :other: "{0} mil·ligrams"
232
+ :mass-ounce:
233
+ :one: "{0} unça"
234
+ :other: "{0} unces"
235
+ :mass-ounce-troy:
236
+ :one: "{0} unça troy"
237
+ :other: "{0} unces troy"
238
+ :mass-pound:
239
+ :one: "{0} lliura"
240
+ :other: "{0} lliures"
241
+ :mass-ton:
242
+ :one: "{0} tona"
243
+ :other: "{0} tones"
244
+ :power-gigawatt:
245
+ :one: "{0} gigawatt"
246
+ :other: "{0} gigawatts"
247
+ :power-horsepower:
248
+ :one: "{0} cavall de vapor"
249
+ :other: "{0} cavalls de vapor"
250
+ :power-kilowatt:
251
+ :one: "{0} quilowatt"
252
+ :other: "{0} quilowatts"
253
+ :power-megawatt:
254
+ :one: "{0} megawatt"
255
+ :other: "{0} megawatts"
256
+ :power-milliwatt:
257
+ :one: "{0} miliwatt"
258
+ :other: "{0} miliwatts"
259
+ :power-watt:
260
+ :one: "{0} watt"
261
+ :other: "{0} watts"
262
+ :pressure-hectopascal:
263
+ :one: "{0} hectopascal"
264
+ :other: "{0} hectopascals"
265
+ :pressure-inch-hg:
266
+ :one: "{0} polzada de mercuri"
267
+ :other: "{0} polzades de mercuri"
268
+ :pressure-millibar:
269
+ :one: "{0} mil·libar"
270
+ :other: "{0} mil·libars"
271
+ :pressure-millimeter-of-mercury:
272
+ :one: "mil·límetre de mercuri"
273
+ :other: "{0} mil·límetres de mercuri"
274
+ :pressure-pound-per-square-inch:
275
+ :one: "{0} lliura per polzada quadrada"
276
+ :other: "{0} lliures per polzada quadrada"
277
+ :proportion-karat:
278
+ :one: "{0} quirat"
279
+ :other: "{0} quirats"
280
+ :speed-kilometer-per-hour:
281
+ :one: "{0} quilòmetre per hora"
282
+ :other: "{0} quilòmetres per hora"
283
+ :speed-meter-per-second:
284
+ :one: "{0} metre per segon"
285
+ :other: "{0} metres per segon"
286
+ :speed-mile-per-hour:
287
+ :one: "{0} milla per hora"
288
+ :other: "{0} milles per hora"
289
+ :temperature-celsius:
290
+ :one: "{0} grau Celsius"
291
+ :other: "{0} graus Celsius"
292
+ :temperature-fahrenheit:
293
+ :one: "{0} grau Fahrenheit"
294
+ :other: "{0} graus Fahrenheit"
295
+ :temperature-kelvin:
296
+ :one: "{0} Kelvin"
297
+ :other: "{0} Kelvin"
298
+ :volume-acre-foot:
299
+ :one: "{0} acre-peu"
300
+ :other: "{0} acres-peus"
301
+ :volume-centiliter:
302
+ :one: "{0} centilitre"
303
+ :other: "{0} centilitres"
304
+ :volume-cubic-centimeter:
305
+ :one: "{0} centímetre cúbic"
306
+ :other: "{0} centímetres cúbics"
307
+ :volume-cubic-foot:
308
+ :one: "{0} peu cúbic"
309
+ :other: "{0} peus cúbics"
310
+ :volume-cubic-inch:
311
+ :one: "{0} polzada cúbica"
312
+ :other: "{0} polzades cúbiques"
313
+ :volume-cubic-kilometer:
314
+ :one: "{0} quilòmetre cúbic"
315
+ :other: "{0} quilòmetres cúbics"
316
+ :volume-cubic-meter:
317
+ :one: "{0} metre cúbic"
318
+ :other: "{0} metres cúbics"
319
+ :volume-cubic-mile:
320
+ :one: "{0} milla cúbica"
321
+ :other: "{0} milles cúbiques"
322
+ :volume-cubic-yard:
323
+ :one: "{0} iarda cúbica"
324
+ :other: "{0} iardes cúbiques"
325
+ :volume-cup:
326
+ :one: "{0} tassa"
327
+ :other: "{0} tasses"
328
+ :volume-deciliter:
329
+ :one: "{0} decilitre"
330
+ :other: "{0} decilitres"
331
+ :volume-fluid-ounce:
332
+ :one: "{0} unça líquida"
333
+ :other: "{0} unces líquides"
334
+ :volume-gallon:
335
+ :one: "{0} galó"
336
+ :other: "{0} galons"
337
+ :volume-hectoliter:
338
+ :one: "{0} hectolitre"
339
+ :other: "{0} hectolitres"
340
+ :volume-liter:
341
+ :one: "{0} litre"
342
+ :other: "{0} litres"
343
+ :volume-megaliter:
344
+ :one: "{0} megalitre"
345
+ :other: "{0} megalitres"
346
+ :volume-milliliter:
347
+ :one: "{0} mil·lilitre"
348
+ :other: "{0} mil·lilitres"
349
+ :volume-pint:
350
+ :one: "{0} pinta"
351
+ :other: "{0} pintes"
352
+ :volume-quart:
353
+ :one: "{0} quart"
354
+ :other: "{0} quarts"
355
+ :volume-tablespoon:
356
+ :one: "{0} cullerada"
357
+ :other: "{0} cullerades"
358
+ :volume-teaspoon:
359
+ :one: "{0} culleradeta"
360
+ :other: "{0} culleradetes"
361
+ :narrow:
362
+ :acceleration-g-force:
363
+ :one: "{0}G"
364
+ :other: "{0}G"
365
+ :angle-arc-minute:
366
+ :one: "{0}′"
367
+ :other: "{0}′"
368
+ :angle-arc-second:
369
+ :one: "{0}″"
370
+ :other: "{0}″"
371
+ :angle-degree:
372
+ :one: "{0}°"
373
+ :other: "{0}°"
374
+ :area-acre:
375
+ :one: "{0}ac."
376
+ :other: "{0}ac."
377
+ :area-hectare:
378
+ :one: "{0}ha"
379
+ :other: "{0}ha"
380
+ :area-square-centimeter:
381
+ :one: "{0} cm²"
382
+ :other: "{0} cm²"
383
+ :area-square-foot:
384
+ :one: "{0}ft²"
385
+ :other: "{0}ft²"
386
+ :area-square-kilometer:
387
+ :one: "{0}km²"
388
+ :other: "{0}km²"
389
+ :area-square-meter:
390
+ :one: "{0}m²"
391
+ :other: "{0}m²"
392
+ :area-square-mile:
393
+ :one: "{0}mi²"
394
+ :other: "{0}mi²"
395
+ :digital-megabyte:
396
+ :one: "{0} MB"
397
+ :other: "{0} MB"
398
+ :duration-day:
399
+ :one: "{0} d"
400
+ :other: "{0} d"
401
+ :duration-hour:
402
+ :one: "{0} h"
403
+ :other: "{0} h"
404
+ :duration-millisecond:
405
+ :one: "{0} ms"
406
+ :other: "{0} ms"
407
+ :duration-minute:
408
+ :one: "{0} min"
409
+ :other: "{0} min"
410
+ :duration-month:
411
+ :one: "{0} m"
412
+ :other: "{0} m"
413
+ :duration-second:
414
+ :one: "{0} s"
415
+ :other: "{0} s"
416
+ :duration-week:
417
+ :one: "{0}s"
418
+ :other: "{0} s"
419
+ :duration-year:
420
+ :one: "{0} any"
421
+ :other: "{0} anys"
422
+ :frequency-hertz:
423
+ :one: "{0} Hz"
424
+ :other: "{0} Hz"
425
+ :length-centimeter:
426
+ :one: "{0} cm"
427
+ :other: "{0} cm"
428
+ :length-foot:
429
+ :one: "{0} ft"
430
+ :other: "{0} ft"
431
+ :length-inch:
432
+ :one: "{0} in"
433
+ :other: "{0} in"
434
+ :length-kilometer:
435
+ :one: "{0} km"
436
+ :other: "{0} km"
437
+ :length-light-year:
438
+ :one: "{0} l. y."
439
+ :other: "{0} l. y."
440
+ :length-meter:
441
+ :one: "{0} m"
442
+ :other: "{0} m"
443
+ :length-mile:
444
+ :one: "{0} mi"
445
+ :other: "{0} mi"
446
+ :length-millimeter:
447
+ :one: "{0} mm"
448
+ :other: "{0} mm"
449
+ :length-nautical-mile:
450
+ :one: "{0} nmi"
451
+ :other: "{0} nmi"
452
+ :length-picometer:
453
+ :one: "{0}pm"
454
+ :other: "{0}pm"
455
+ :length-yard:
456
+ :one: "{0} yd"
457
+ :other: "{0} yd"
458
+ :mass-gram:
459
+ :one: "{0} g"
460
+ :other: "{0} g"
461
+ :mass-kilogram:
462
+ :one: "{0} kg"
463
+ :other: "{0} kg"
464
+ :mass-microgram:
465
+ :one: "{0} µg"
466
+ :other: "{0} µg"
467
+ :mass-ounce:
468
+ :one: "{0} oz"
469
+ :other: "{0} oz"
470
+ :mass-pound:
471
+ :one: "{0} lb"
472
+ :other: "{0} lb"
473
+ :power-horsepower:
474
+ :one: "{0}CV"
475
+ :other: "{0}CV"
476
+ :power-kilowatt:
477
+ :one: "{0}kW"
478
+ :other: "{0}kW"
479
+ :power-watt:
480
+ :one: "{0}W"
481
+ :other: "{0}W"
482
+ :pressure-hectopascal:
483
+ :one: "{0}hPa"
484
+ :other: "{0}hPa"
485
+ :pressure-inch-hg:
486
+ :one: "{0} inHg"
487
+ :other: "{0} inHg"
488
+ :pressure-millibar:
489
+ :one: "{0} mb"
490
+ :other: "{0} mb"
491
+ :pressure-millimeter-of-mercury:
492
+ :one: "{0} mm Hg"
493
+ :other: "{0} mm Hg"
494
+ :speed-kilometer-per-hour:
495
+ :one: "{0} km/h"
496
+ :other: "{0} km/h"
497
+ :speed-meter-per-second:
498
+ :one: "{0}m/s"
499
+ :other: "{0}m/s"
500
+ :speed-mile-per-hour:
501
+ :one: "{0}mi/h"
502
+ :other: "{0}mi/h"
503
+ :temperature-celsius:
504
+ :one: "{0}°C"
505
+ :other: "{0}°"
506
+ :temperature-fahrenheit:
507
+ :one: "{0}°F"
508
+ :other: "{0}°F"
509
+ :volume-cubic-centimeter:
510
+ :one: "{0} cm³"
511
+ :other: "{0} cm³"
512
+ :volume-cubic-kilometer:
513
+ :one: "{0}km³"
514
+ :other: "{0}km³"
515
+ :volume-cubic-meter:
516
+ :one: "{0} m³"
517
+ :other: "{0} m³"
518
+ :volume-cubic-mile:
519
+ :one: "{0}mi³"
520
+ :other: "{0}mi³"
521
+ :volume-liter:
522
+ :one: "{0} l"
523
+ :other: "{0} l"
8
524
  :short:
9
- :one: "{0} dia"
10
- :other: "{0} dies"
11
- :day-future:
12
- :default:
13
- :one: "D'aquí a {0} dia"
14
- :other: "D'aquí a {0} dies"
15
- :day-past:
16
- :default:
17
- :one: "Fa {0} dia"
18
- :other: "Fa {0} dies"
19
- :hour:
20
- :default:
21
- :one: "{0} hora"
22
- :other: "{0} hores"
23
- :short:
24
- :one: "{0} h"
25
- :other: "{0} h"
26
- :hour-future:
27
- :default:
28
- :one: "D'aquí a {0} hora"
29
- :other: "D'aquí a {0} hores"
30
- :hour-past:
31
- :default:
32
- :one: "Fa {0} hora"
33
- :other: "Fa {0} hores"
34
- :minute:
35
- :default:
36
- :one: "{0} minut"
37
- :other: "{0} minuts"
38
- :short:
39
- :one: "{0} m"
40
- :other: "{0} m"
41
- :minute-future:
42
- :default:
43
- :one: "D'aquí a {0} minut"
44
- :other: "D'aquí a {0} minuts"
45
- :minute-past:
46
- :default:
47
- :one: "Fa {0} minut"
48
- :other: "Fa {0} minuts"
49
- :month:
50
- :default:
51
- :one: "{0} mes"
52
- :other: "{0} mesos"
53
- :short:
54
- :one: "{0} mes"
55
- :other: "{0} mesos"
56
- :month-future:
57
- :default:
58
- :one: "D'aquí a {0} mes"
59
- :other: "D'aquí a {0} mesos"
60
- :month-past:
61
- :default:
62
- :one: "Fa {0} mes"
63
- :other: "Fa {0} mesos"
64
- :second:
65
- :default:
66
- :one: "{0} segon"
67
- :other: "{0} segons"
68
- :short:
69
- :one: "{0} s"
70
- :other: "{0} s"
71
- :second-future:
72
- :default:
73
- :one: "D'aquí a {0} segon"
74
- :other: "D'aquí a {0} segons"
75
- :second-past:
76
- :default:
77
- :one: "Fa {0} segon"
78
- :other: "Fa {0} segons"
79
- :week:
80
- :default:
81
- :one: "{0} setmana"
82
- :other: "{0} setmanes"
83
- :short:
84
- :one: "{0} setmana"
85
- :other: "{0} setmanes"
86
- :week-future:
87
- :default:
88
- :one: "D'aquí a {0} setmana"
89
- :other: "D'aquí a {0} setmanes"
90
- :week-past:
91
- :default:
92
- :one: "Fa {0} setmana"
93
- :other: "Fa {0} setmanes"
94
- :year:
95
- :default:
96
- :one: "{0} any"
97
- :other: "{0} anys"
98
- :short:
99
- :one: "{0} any"
100
- :other: "{0} anys"
101
- :year-future:
102
- :default:
103
- :one: "D'aquí a {0} any"
104
- :other: "D'aquí a {0} anys"
105
- :year-past:
106
- :default:
107
- :one: "Fa {0} any"
108
- :other: "Fa {0} anys"
525
+ :acceleration-g-force:
526
+ :one: "{0} G"
527
+ :other: "{0} G"
528
+ :acceleration-meter-per-second-squared:
529
+ :one: "{0} m/s²"
530
+ :other: "{0} m/s²"
531
+ :angle-arc-minute:
532
+ :one: "{0} min"
533
+ :other: "{0} min"
534
+ :angle-arc-second:
535
+ :one: "{0} s"
536
+ :other: "{0} s"
537
+ :angle-degree:
538
+ :one: "{0}°"
539
+ :other: "{0}°"
540
+ :angle-radian:
541
+ :one: "{0} rad"
542
+ :other: "{0} rad"
543
+ :area-acre:
544
+ :one: "{0} ac"
545
+ :other: "{0} ac"
546
+ :area-hectare:
547
+ :one: "{0} ha"
548
+ :other: "{0} ha"
549
+ :area-square-centimeter:
550
+ :one: "{0} cm²"
551
+ :other: "{0} cm²"
552
+ :area-square-foot:
553
+ :one: "{0} ft²"
554
+ :other: "{0} ft²"
555
+ :area-square-inch:
556
+ :one: "{0} in²"
557
+ :other: "{0} in²"
558
+ :area-square-kilometer:
559
+ :one: "{0} km²"
560
+ :other: "{0} km²"
561
+ :area-square-meter:
562
+ :one: "{0} m²"
563
+ :other: "{0} "
564
+ :area-square-mile:
565
+ :one: "{0} mi²"
566
+ :other: "{0} mi²"
567
+ :area-square-yard:
568
+ :one: "{0} yd²"
569
+ :other: "{0} yd²"
570
+ :consumption-liter-per-kilometer:
571
+ :one: "{0} l/km"
572
+ :other: "{0} l/km"
573
+ :consumption-mile-per-gallon:
574
+ :one: "{0} mi/gal"
575
+ :other: "{0} mi/gal"
576
+ :digital-bit:
577
+ :one: "{0} bit"
578
+ :other: "{0} bits"
579
+ :digital-byte:
580
+ :one: "{0} B"
581
+ :other: "{0} B"
582
+ :digital-gigabit:
583
+ :one: "{0} Gb"
584
+ :other: "{0} Gb"
585
+ :digital-gigabyte:
586
+ :one: "{0} GB"
587
+ :other: "{0} GB"
588
+ :digital-kilobit:
589
+ :one: "{0} kb"
590
+ :other: "{0} kb"
591
+ :digital-kilobyte:
592
+ :one: "{0} kB"
593
+ :other: "{0} kB"
594
+ :digital-megabit:
595
+ :one: "{0} Mbit"
596
+ :other: "{0} Mbit"
597
+ :digital-megabyte:
598
+ :one: "{0} MB"
599
+ :other: "{0} MB"
600
+ :digital-terabit:
601
+ :one: "{0} Tb"
602
+ :other: "{0} Tb"
603
+ :digital-terabyte:
604
+ :one: "{0} TB"
605
+ :other: "{0} TB"
606
+ :duration-day:
607
+ :one: "{0} dia"
608
+ :other: "{0} dies"
609
+ :duration-hour:
610
+ :one: "{0} h"
611
+ :other: "{0} h"
612
+ :duration-microsecond:
613
+ :one: "{0} μs"
614
+ :other: "{0} μs"
615
+ :duration-millisecond:
616
+ :one: "{0} ms"
617
+ :other: "{0} ms"
618
+ :duration-minute:
619
+ :one: "{0} min"
620
+ :other: "{0} min"
621
+ :duration-month:
622
+ :one: "{0} mes"
623
+ :other: "{0} mesos"
624
+ :duration-nanosecond:
625
+ :one: "{0} ns"
626
+ :other: "{0} ns"
627
+ :duration-second:
628
+ :one: "{0} s"
629
+ :other: "{0} s"
630
+ :duration-week:
631
+ :one: "{0} setm."
632
+ :other: "{0} setm."
633
+ :duration-year:
634
+ :one: "{0} any"
635
+ :other: "{0} anys"
636
+ :electric-ampere:
637
+ :one: "{0} A"
638
+ :other: "{0} A"
639
+ :electric-milliampere:
640
+ :one: "{0} mA"
641
+ :other: "{0} mA"
642
+ :electric-ohm:
643
+ :one: "{0} Ω"
644
+ :other: "{0} Ω"
645
+ :electric-volt:
646
+ :one: "{0} V"
647
+ :other: "{0} V"
648
+ :energy-calorie:
649
+ :one: "{0} cal"
650
+ :other: "{0} cal"
651
+ :energy-foodcalorie:
652
+ :one: "{0} kcal"
653
+ :other: "{0} kcal"
654
+ :energy-joule:
655
+ :one: "{0} J"
656
+ :other: "{0} J"
657
+ :energy-kilocalorie:
658
+ :one: "{0} kcal"
659
+ :other: "{0} kcal"
660
+ :energy-kilojoule:
661
+ :one: "{0} kJ"
662
+ :other: "{0} kJ"
663
+ :energy-kilowatt-hour:
664
+ :one: "{0} kWh"
665
+ :other: "{0} kWh"
666
+ :frequency-gigahertz:
667
+ :one: "{0} GHz"
668
+ :other: "{0} GHz"
669
+ :frequency-hertz:
670
+ :one: "{0} Hz"
671
+ :other: "{0} Hz"
672
+ :frequency-kilohertz:
673
+ :one: "{0} kHz"
674
+ :other: "{0} kHz"
675
+ :frequency-megahertz:
676
+ :one: "{0} MHz"
677
+ :other: "{0} MHz"
678
+ :length-astronomical-unit:
679
+ :one: "{0} ua"
680
+ :other: "{0} ua"
681
+ :length-centimeter:
682
+ :one: "{0} cm"
683
+ :other: "{0} cm"
684
+ :length-decimeter:
685
+ :one: "{0} dm"
686
+ :other: "{0} dm"
687
+ :length-fathom:
688
+ :other: "{0} fm"
689
+ :length-foot:
690
+ :one: "{0} ft"
691
+ :other: "{0} ft"
692
+ :length-furlong:
693
+ :other: "{0} fur"
694
+ :length-inch:
695
+ :one: "{0} polz."
696
+ :other: "{0} polz."
697
+ :length-kilometer:
698
+ :one: "{0} km"
699
+ :other: "{0} km"
700
+ :length-light-year:
701
+ :one: "{0} any ll."
702
+ :other: "{0} anys ll."
703
+ :length-meter:
704
+ :one: "{0} m"
705
+ :other: "{0} m"
706
+ :length-micrometer:
707
+ :one: "{0} µm"
708
+ :other: "{0} µm"
709
+ :length-mile:
710
+ :one: "{0} mi"
711
+ :other: "{0} mi"
712
+ :length-millimeter:
713
+ :one: "{0} mm"
714
+ :other: "{0} mm"
715
+ :length-nanometer:
716
+ :one: "{0} nm"
717
+ :other: "{0} nm"
718
+ :length-nautical-mile:
719
+ :one: "{0} nmi"
720
+ :other: "{0} nmi"
721
+ :length-parsec:
722
+ :one: "{0} pc"
723
+ :other: "{0} pc"
724
+ :length-picometer:
725
+ :one: "{0} pm"
726
+ :other: "{0} pm"
727
+ :length-yard:
728
+ :one: "{0} yd"
729
+ :other: "{0} yd"
730
+ :light-lux:
731
+ :one: "{0} lx"
732
+ :other: "{0} lx"
733
+ :mass-carat:
734
+ :one: "{0} ct"
735
+ :other: "{0} ct"
736
+ :mass-gram:
737
+ :one: "{0} g"
738
+ :other: "{0} g"
739
+ :mass-kilogram:
740
+ :one: "{0} kg"
741
+ :other: "{0} kg"
742
+ :mass-metric-ton:
743
+ :one: "{0} t mètrica"
744
+ :other: "{0} t mètr."
745
+ :mass-microgram:
746
+ :one: "{0} µg"
747
+ :other: "{0} µg"
748
+ :mass-milligram:
749
+ :one: "{0} mg"
750
+ :other: "{0} mg"
751
+ :mass-ounce:
752
+ :one: "{0} oz"
753
+ :other: "{0} oz"
754
+ :mass-ounce-troy:
755
+ :one: "{0} ozt"
756
+ :other: "{0} ozt"
757
+ :mass-pound:
758
+ :one: "{0} lb"
759
+ :other: "{0} lb"
760
+ :mass-stone:
761
+ :other: "{0} st"
762
+ :mass-ton:
763
+ :one: "{0} t"
764
+ :other: "{0} t"
765
+ :power-gigawatt:
766
+ :one: "{0} GW"
767
+ :other: "{0} GW"
768
+ :power-horsepower:
769
+ :one: "{0} CV"
770
+ :other: "{0} CV"
771
+ :power-kilowatt:
772
+ :one: "{0} kW"
773
+ :other: "{0} kW"
774
+ :power-megawatt:
775
+ :one: "{0} MW"
776
+ :other: "{0} MW"
777
+ :power-milliwatt:
778
+ :one: "{0} mW"
779
+ :other: "{0} mW"
780
+ :power-watt:
781
+ :one: "{0} W"
782
+ :other: "{0} W"
783
+ :pressure-hectopascal:
784
+ :one: "{0} hPa"
785
+ :other: "{0} hPa"
786
+ :pressure-inch-hg:
787
+ :one: "{0} inHg"
788
+ :other: "{0} inHg"
789
+ :pressure-millibar:
790
+ :one: "{0} mbar"
791
+ :other: "{0} mbar"
792
+ :pressure-millimeter-of-mercury:
793
+ :one: "{0} mm Hg"
794
+ :other: "{0} mm Hg"
795
+ :pressure-pound-per-square-inch:
796
+ :one: "{0} psi"
797
+ :other: "{0} psi"
798
+ :proportion-karat:
799
+ :one: "{0} ct"
800
+ :other: "{0} ct"
801
+ :speed-kilometer-per-hour:
802
+ :one: "{0} km/h"
803
+ :other: "{0} km/h"
804
+ :speed-meter-per-second:
805
+ :one: "{0} m/s"
806
+ :other: "{0} m/s"
807
+ :speed-mile-per-hour:
808
+ :one: "{0} mi/h"
809
+ :other: "{0} mi/h"
810
+ :temperature-celsius:
811
+ :one: "{0} °C"
812
+ :other: "{0} °C"
813
+ :temperature-fahrenheit:
814
+ :one: "{0} °F"
815
+ :other: "{0} °F"
816
+ :temperature-kelvin:
817
+ :one: "{0} K"
818
+ :other: "{0} K"
819
+ :volume-acre-foot:
820
+ :one: "{0} ac ft"
821
+ :other: "{0} ac ft"
822
+ :volume-bushel:
823
+ :other: "{0} bu"
824
+ :volume-centiliter:
825
+ :one: "{0} cl"
826
+ :other: "{0} cl"
827
+ :volume-cubic-centimeter:
828
+ :one: "{0} cm³"
829
+ :other: "{0} cm³"
830
+ :volume-cubic-foot:
831
+ :one: "{0} ft³"
832
+ :other: "{0} ft³"
833
+ :volume-cubic-inch:
834
+ :one: "{0} in³"
835
+ :other: "{0} in³"
836
+ :volume-cubic-kilometer:
837
+ :one: "{0} km³"
838
+ :other: "{0} km³"
839
+ :volume-cubic-meter:
840
+ :one: "{0} m³"
841
+ :other: "{0} m³"
842
+ :volume-cubic-mile:
843
+ :one: "{0} mi³"
844
+ :other: "{0} mi³"
845
+ :volume-cubic-yard:
846
+ :one: "{0} yd³"
847
+ :other: "{0} yd³"
848
+ :volume-cup:
849
+ :one: "{0} tassa"
850
+ :other: "{0} tasses"
851
+ :volume-deciliter:
852
+ :one: "{0} dl"
853
+ :other: "{0} dl"
854
+ :volume-fluid-ounce:
855
+ :one: "{0} fl oz"
856
+ :other: "{0} fl oz"
857
+ :volume-gallon:
858
+ :one: "{0} gal"
859
+ :other: "{0} gal"
860
+ :volume-hectoliter:
861
+ :one: "{0} hl"
862
+ :other: "{0} hl"
863
+ :volume-liter:
864
+ :one: "{0} l"
865
+ :other: "{0} l"
866
+ :volume-megaliter:
867
+ :one: "{0} Ml"
868
+ :other: "{0} Ml"
869
+ :volume-milliliter:
870
+ :one: "{0} ml"
871
+ :other: "{0} ml"
872
+ :volume-pint:
873
+ :one: "{0} pt"
874
+ :other: "{0} pt"
875
+ :volume-quart:
876
+ :one: "{0} qt"
877
+ :other: "{0} qt"
878
+ :volume-tablespoon:
879
+ :one: "{0} cull."
880
+ :other: "{0} cull."
881
+ :volume-teaspoon:
882
+ :one: "{0} cdta."
883
+ :other: "{0} cdta."