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
+ :fr-BE:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} jour"
7
+ :other: "{0} jours"
8
+ :short:
9
+ :one: "{0} j"
10
+ :other: "{0} j"
11
+ :day-future:
12
+ :default:
13
+ :one: "dans {0} jour"
14
+ :other: "dans {0} jours"
15
+ :day-past:
16
+ :default:
17
+ :one: "il y a {0} jour"
18
+ :other: "il y a {0} jours"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} heure"
22
+ :other: "{0} heures"
23
+ :short:
24
+ :one: "{0} h"
25
+ :other: "{0} h"
26
+ :hour-future:
27
+ :default:
28
+ :one: "dans {0} heure"
29
+ :other: "dans {0} heures"
30
+ :hour-past:
31
+ :default:
32
+ :one: "il y a {0} heure"
33
+ :other: "il y a {0} heures"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} minute"
37
+ :other: "{0} minutes"
38
+ :short:
39
+ :one: "{0} min"
40
+ :other: "{0} min"
41
+ :minute-future:
42
+ :default:
43
+ :one: "dans {0} minute"
44
+ :other: "dans {0} minutes"
45
+ :minute-past:
46
+ :default:
47
+ :one: "il y a {0} minute"
48
+ :other: "il y a {0} minutes"
49
+ :month:
50
+ :default:
51
+ :one: "{0} mois"
52
+ :other: "{0} mois"
53
+ :short:
54
+ :one: "{0} mois"
55
+ :other: "{0} mois"
56
+ :month-future:
57
+ :default:
58
+ :one: "dans {0} mois"
59
+ :other: "dans {0} mois"
60
+ :month-past:
61
+ :default:
62
+ :one: "il y a {0} mois"
63
+ :other: "il y a {0} mois"
64
+ :second:
65
+ :default:
66
+ :one: "{0} seconde"
67
+ :other: "{0} secondes"
68
+ :short:
69
+ :one: "{0} s"
70
+ :other: "{0} s"
71
+ :second-future:
72
+ :default:
73
+ :one: "dans {0} seconde"
74
+ :other: "dans {0} secondes"
75
+ :second-past:
76
+ :default:
77
+ :one: "il y a {0} seconde"
78
+ :other: "il y a {0} secondes"
79
+ :week:
80
+ :default:
81
+ :one: "{0} semaine"
82
+ :other: "{0} semaines"
83
+ :short:
84
+ :one: "{0} sem."
85
+ :other: "{0} sem."
86
+ :week-future:
87
+ :default:
88
+ :one: "dans {0} semaine"
89
+ :other: "dans {0} semaines"
90
+ :week-past:
91
+ :default:
92
+ :one: "il y a {0} semaine"
93
+ :other: "il y a {0} semaines"
94
+ :year:
95
+ :default:
96
+ :one: "{0} année"
97
+ :other: "{0} années"
98
+ :short:
99
+ :one: "{0} an"
100
+ :other: "{0} ans"
101
+ :year-future:
102
+ :default:
103
+ :one: "dans {0} an"
104
+ :other: "dans {0} ans"
105
+ :year-past:
106
+ :default:
107
+ :one: "il y a {0} an"
108
+ :other: "il y a {0} ans"
@@ -1,108 +1,948 @@
1
1
  ---
2
2
  :fr-BE:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} jour"
7
- :other: "{0} jours"
4
+ :durationUnit:
5
+ :hm: "hh:mm"
6
+ :hms: "hh:mm:ss"
7
+ :ms: "mm:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :one: "{0} fois la gravitation terrestre"
12
+ :other: "{0} fois la gravitation terrestre"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} mètre par seconde carrée"
15
+ :other: "{0} mètres par seconde carrée"
16
+ :angle-arc-minute:
17
+ :one: "{0} minute d’arc"
18
+ :other: "{0} minutes d’arc"
19
+ :angle-arc-second:
20
+ :one: "{0} seconde d’angle"
21
+ :other: "{0} secondes d’angle"
22
+ :angle-degree:
23
+ :one: "{0} degré"
24
+ :other: "{0} degrés"
25
+ :angle-radian:
26
+ :one: "{0} radian"
27
+ :other: "{0} radians"
28
+ :area-acre:
29
+ :one: "{0} acre anglo-saxonne"
30
+ :other: "{0} acres anglo-saxonnes"
31
+ :area-hectare:
32
+ :one: "{0} hectare"
33
+ :other: "{0} hectares"
34
+ :area-square-centimeter:
35
+ :one: "{0} centimètre carré"
36
+ :other: "{0} centimètres carrés"
37
+ :area-square-foot:
38
+ :one: "{0} pied carré"
39
+ :other: "{0} pieds carrés"
40
+ :area-square-inch:
41
+ :one: "{0} pouce carré"
42
+ :other: "{0} pouces carrés"
43
+ :area-square-kilometer:
44
+ :one: "{0} kilomètre carré"
45
+ :other: "{0} kilomètres carrés"
46
+ :area-square-meter:
47
+ :one: "{0} mètre carré"
48
+ :other: "{0} mètres carrés"
49
+ :area-square-mile:
50
+ :one: "{0} mille anglais carré"
51
+ :other: "{0} milles anglais carrés"
52
+ :area-square-yard:
53
+ :one: "{0} yard carré"
54
+ :other: "{0} yards carrés"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} litre au kilomètre"
57
+ :other: "{0} litres au kilomètre"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} mile par gallon"
60
+ :other: "{0} miles par gallon"
61
+ :digital-bit:
62
+ :one: "{0} bit"
63
+ :other: "{0} bits"
64
+ :digital-byte:
65
+ :one: "{0} octet"
66
+ :other: "{0} octets"
67
+ :digital-gigabit:
68
+ :one: "{0} gigabit"
69
+ :other: "{0} gigabits"
70
+ :digital-gigabyte:
71
+ :one: "{0} gigaoctet"
72
+ :other: "{0} gigaoctets"
73
+ :digital-kilobit:
74
+ :one: "{0} kilobit"
75
+ :other: "{0} kilobits"
76
+ :digital-kilobyte:
77
+ :one: "{0} kilooctet"
78
+ :other: "{0} kilooctets"
79
+ :digital-megabit:
80
+ :one: "{0} mégabit"
81
+ :other: "{0} mégabits"
82
+ :digital-megabyte:
83
+ :one: "{0} mégaoctet"
84
+ :other: "{0} mégaoctets"
85
+ :digital-terabit:
86
+ :one: "{0} térabit"
87
+ :other: "{0} térabits"
88
+ :digital-terabyte:
89
+ :one: "{0} téraoctet"
90
+ :other: "{0} téraoctets"
91
+ :duration-day:
92
+ :one: "{0} jour"
93
+ :other: "{0} jours"
94
+ :duration-hour:
95
+ :one: "{0} heure"
96
+ :other: "{0} heures"
97
+ :duration-microsecond:
98
+ :one: "{0} microseconde"
99
+ :other: "{0} microsecondes"
100
+ :duration-millisecond:
101
+ :one: "{0} milliseconde"
102
+ :other: "{0} millisecondes"
103
+ :duration-minute:
104
+ :one: "{0} minute"
105
+ :other: "{0} minutes"
106
+ :duration-month:
107
+ :one: "{0} mois"
108
+ :other: "{0} mois"
109
+ :duration-nanosecond:
110
+ :one: "{0} nanoseconde"
111
+ :other: "{0} nanosecondes"
112
+ :duration-second:
113
+ :one: "{0} seconde"
114
+ :other: "{0} secondes"
115
+ :duration-week:
116
+ :one: "{0} semaine"
117
+ :other: "{0} semaines"
118
+ :duration-year:
119
+ :one: "{0} an"
120
+ :other: "{0} ans"
121
+ :electric-ampere:
122
+ :one: "{0} ampère"
123
+ :other: "{0} ampères"
124
+ :electric-milliampere:
125
+ :one: "{0} milliampère"
126
+ :other: "{0} milliampères"
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} calorie"
135
+ :other: "{0} calories"
136
+ :energy-foodcalorie:
137
+ :one: "{0} grande calorie"
138
+ :other: "{0} grandes calories"
139
+ :energy-joule:
140
+ :one: "{0} joule"
141
+ :other: "{0} joules"
142
+ :energy-kilocalorie:
143
+ :one: "{0} kilocalorie"
144
+ :other: "{0} kilocalories"
145
+ :energy-kilojoule:
146
+ :one: "{0} kilojoule"
147
+ :other: "{0} kilojoules"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} kilowattheure"
150
+ :other: "{0} kilowattheures"
151
+ :frequency-gigahertz:
152
+ :one: "{0} gigahertz"
153
+ :other: "{0} gigahertz"
154
+ :frequency-hertz:
155
+ :one: "{0} hertz"
156
+ :other: "{0} hertz"
157
+ :frequency-kilohertz:
158
+ :one: "{0} kilohertz"
159
+ :other: "{0} kilohertz"
160
+ :frequency-megahertz:
161
+ :one: "{0} mégahertz"
162
+ :other: "{0} mégahertz"
163
+ :length-astronomical-unit:
164
+ :one: "{0} unité astronomique"
165
+ :other: "{0} unités astronomiques"
166
+ :length-centimeter:
167
+ :one: "{0} centimètre"
168
+ :other: "{0} centimètres"
169
+ :length-decimeter:
170
+ :one: "{0} décimètre"
171
+ :other: "{0} décimètres"
172
+ :length-fathom: {}
173
+ :length-foot:
174
+ :one: "{0} pied"
175
+ :other: "{0} pieds"
176
+ :length-furlong: {}
177
+ :length-inch:
178
+ :one: "{0} pouce"
179
+ :other: "{0} pouces"
180
+ :length-kilometer:
181
+ :one: "{0} kilomètre"
182
+ :other: "{0} kilomètres"
183
+ :length-light-year:
184
+ :one: "{0} année-lumière"
185
+ :other: "{0} années-lumière"
186
+ :length-meter:
187
+ :one: "{0} mètre"
188
+ :other: "{0} mètres"
189
+ :length-micrometer:
190
+ :one: "{0} micromètre"
191
+ :other: "{0} micromètres"
192
+ :length-mile:
193
+ :one: "{0} mille anglais"
194
+ :other: "{0} milles anglais"
195
+ :length-millimeter:
196
+ :one: "{0} millimètre"
197
+ :other: "{0} millimètres"
198
+ :length-nanometer:
199
+ :one: "{0} nanomètre"
200
+ :other: "{0} nanomètres"
201
+ :length-nautical-mile:
202
+ :one: "{0} mille marin"
203
+ :other: "{0} milles marins"
204
+ :length-parsec:
205
+ :one: "{0} parsec"
206
+ :other: "{0} parsecs"
207
+ :length-picometer:
208
+ :one: "{0} picomètre"
209
+ :other: "{0} picomètres"
210
+ :length-yard:
211
+ :one: "{0} yard"
212
+ :other: "{0} yards"
213
+ :light-lux:
214
+ :one: "{0} lux"
215
+ :other: "{0} lux"
216
+ :mass-carat:
217
+ :one: "{0} carat"
218
+ :other: "{0} carats"
219
+ :mass-gram:
220
+ :one: "{0} gramme"
221
+ :other: "{0} grammes"
222
+ :mass-kilogram:
223
+ :one: "{0} kilogramme"
224
+ :other: "{0} kilogrammes"
225
+ :mass-metric-ton:
226
+ :one: "{0} tonne"
227
+ :other: "{0} tonnes"
228
+ :mass-microgram:
229
+ :one: "{0} microgramme"
230
+ :other: "{0} microgrammes"
231
+ :mass-milligram:
232
+ :one: "{0} milligramme"
233
+ :other: "{0} milligrammes"
234
+ :mass-ounce:
235
+ :one: "{0} once"
236
+ :other: "{0} onces"
237
+ :mass-ounce-troy:
238
+ :one: "{0} once troy"
239
+ :other: "{0} onces troy"
240
+ :mass-pound:
241
+ :one: "{0} livre"
242
+ :other: "{0} livres"
243
+ :mass-stone: {}
244
+ :mass-ton:
245
+ :one: "{0} tonne courte"
246
+ :other: "{0} tonnes courtes"
247
+ :power-gigawatt:
248
+ :one: "{0} gigawatt"
249
+ :other: "{0} gigawatts"
250
+ :power-horsepower:
251
+ :one: "{0} cheval-vapeur"
252
+ :other: "{0} chevaux-vapeur"
253
+ :power-kilowatt:
254
+ :one: "{0} kilowatt"
255
+ :other: "{0} kilowatts"
256
+ :power-megawatt:
257
+ :one: "{0} mégawatt"
258
+ :other: "{0} mégawatts"
259
+ :power-milliwatt:
260
+ :one: "{0} milliwatt"
261
+ :other: "{0} milliwatts"
262
+ :power-watt:
263
+ :one: "{0} watt"
264
+ :other: "{0} watts"
265
+ :pressure-hectopascal:
266
+ :one: "{0} hectopascal"
267
+ :other: "{0} hectopascals"
268
+ :pressure-inch-hg:
269
+ :one: "{0} pouce de mercure"
270
+ :other: "{0} pouces de mercure"
271
+ :pressure-millibar:
272
+ :one: "{0} millibar"
273
+ :other: "{0} millibars"
274
+ :pressure-millimeter-of-mercury:
275
+ :one: "{0} millimètre de mercure"
276
+ :other: "{0} millimètres de mercure"
277
+ :pressure-pound-per-square-inch:
278
+ :one: "{0} livre par pouce carré"
279
+ :other: "{0} livres par pouce carré"
280
+ :proportion-karat:
281
+ :one: "{0} carat"
282
+ :other: "{0} carats"
283
+ :speed-kilometer-per-hour:
284
+ :one: "{0} kilomètre par heure"
285
+ :other: "{0} kilomètres par heure"
286
+ :speed-meter-per-second:
287
+ :one: "{0} mètre par seconde"
288
+ :other: "{0} mètres par seconde"
289
+ :speed-mile-per-hour:
290
+ :one: "{0} mille anglais par heure"
291
+ :other: "{0} milles anglais par heure"
292
+ :temperature-celsius:
293
+ :one: "{0} degré Celsius"
294
+ :other: "{0} degrés Celsius"
295
+ :temperature-fahrenheit:
296
+ :one: "{0} degré Fahrenheit"
297
+ :other: "{0} degrés Fahrenheit"
298
+ :temperature-kelvin:
299
+ :one: "{0} kelvin"
300
+ :other: "{0} kelvins"
301
+ :volume-acre-foot:
302
+ :one: "{0} acre-pied"
303
+ :other: "{0} acres-pieds"
304
+ :volume-bushel: {}
305
+ :volume-centiliter:
306
+ :one: "{0} centilitre"
307
+ :other: "{0} centilitres"
308
+ :volume-cubic-centimeter:
309
+ :one: "{0} centimètre cube"
310
+ :other: "{0} centimètres cubes"
311
+ :volume-cubic-foot:
312
+ :one: "{0} pied cube"
313
+ :other: "{0} pieds cubes"
314
+ :volume-cubic-inch:
315
+ :one: "{0} pouce cube"
316
+ :other: "{0} pouces cubes"
317
+ :volume-cubic-kilometer:
318
+ :one: "{0} kilomètre cube"
319
+ :other: "{0} kilomètres cubes"
320
+ :volume-cubic-meter:
321
+ :one: "{0} mètre cube"
322
+ :other: "{0} mètres cubes"
323
+ :volume-cubic-mile:
324
+ :one: "{0} mille anglais cube"
325
+ :other: "{0} milles anglais cubes"
326
+ :volume-cubic-yard:
327
+ :one: "{0} yard cube"
328
+ :other: "{0} yards cubes"
329
+ :volume-cup:
330
+ :one: "{0} tasse"
331
+ :other: "{0} tasses"
332
+ :volume-deciliter:
333
+ :one: "{0} décilitre"
334
+ :other: "{0} décilitres"
335
+ :volume-fluid-ounce:
336
+ :one: "{0} once liquide"
337
+ :other: "{0} onces liquides"
338
+ :volume-gallon:
339
+ :one: "{0} gallon"
340
+ :other: "{0} gallons"
341
+ :volume-hectoliter:
342
+ :one: "{0} hectolitre"
343
+ :other: "{0} hectolitres"
344
+ :volume-liter:
345
+ :one: "{0} litre"
346
+ :other: "{0} litres"
347
+ :volume-megaliter:
348
+ :one: "{0} mégalitre"
349
+ :other: "{0} mégalitres"
350
+ :volume-milliliter:
351
+ :one: "{0} millilitre"
352
+ :other: "{0} millilitres"
353
+ :volume-pint:
354
+ :one: "{0} pinte"
355
+ :other: "{0} pintes"
356
+ :volume-quart:
357
+ :one: "{0} quart"
358
+ :other: "{0} quarts"
359
+ :volume-tablespoon:
360
+ :one: "{0} cuillère à soupe"
361
+ :other: "{0} cuillères à soupe"
362
+ :volume-teaspoon:
363
+ :one: "{0} cuillère à café"
364
+ :other: "{0} cuillères à café"
365
+ :narrow:
366
+ :acceleration-g-force:
367
+ :one: "{0}G"
368
+ :other: "{0}G"
369
+ :acceleration-meter-per-second-squared: {}
370
+ :angle-arc-minute:
371
+ :one: "{0}′"
372
+ :other: "{0}′"
373
+ :angle-arc-second:
374
+ :one: "{0}″"
375
+ :other: "{0}″"
376
+ :angle-degree:
377
+ :one: "{0}°"
378
+ :other: "{0}°"
379
+ :angle-radian:
380
+ :one: "{0} rad"
381
+ :other: "{0} rad"
382
+ :area-acre:
383
+ :one: "{0}ac"
384
+ :other: "{0}ac"
385
+ :area-hectare:
386
+ :one: "{0}ha"
387
+ :other: "{0}ha"
388
+ :area-square-foot:
389
+ :one: "{0}pi²"
390
+ :other: "{0}pi²"
391
+ :area-square-kilometer:
392
+ :one: "{0}km²"
393
+ :other: "{0}km²"
394
+ :area-square-meter:
395
+ :one: "{0}m²"
396
+ :other: "{0}m²"
397
+ :area-square-mile:
398
+ :one: "{0}mi²"
399
+ :other: "{0}mi²"
400
+ :consumption-liter-per-kilometer: {}
401
+ :consumption-mile-per-gallon: {}
402
+ :digital-bit: {}
403
+ :digital-byte: {}
404
+ :digital-gigabit: {}
405
+ :digital-gigabyte: {}
406
+ :digital-kilobit: {}
407
+ :digital-kilobyte: {}
408
+ :digital-megabit: {}
409
+ :digital-megabyte: {}
410
+ :digital-terabit: {}
411
+ :digital-terabyte: {}
412
+ :duration-day:
413
+ :one: "{0}j"
414
+ :other: "{0}j"
415
+ :duration-hour:
416
+ :one: "{0}h"
417
+ :other: "{0}h"
418
+ :duration-microsecond: {}
419
+ :duration-millisecond:
420
+ :one: "{0}ms"
421
+ :other: "{0}ms"
422
+ :duration-minute:
423
+ :one: "{0}m"
424
+ :other: "{0}m"
425
+ :duration-month:
426
+ :one: "{0}m"
427
+ :other: "{0}m"
428
+ :duration-nanosecond: {}
429
+ :duration-second:
430
+ :one: "{0}s"
431
+ :other: "{0}s"
432
+ :duration-week:
433
+ :one: "{0}sem"
434
+ :other: "{0}sem"
435
+ :duration-year:
436
+ :one: "{0}a"
437
+ :other: "{0}a"
438
+ :length-astronomical-unit:
439
+ :one: "{0}ua"
440
+ :other: "{0}ua"
441
+ :length-centimeter:
442
+ :one: "{0}cm"
443
+ :other: "{0}cm"
444
+ :length-decimeter: {}
445
+ :length-fathom: {}
446
+ :length-foot:
447
+ :one: "{0}′"
448
+ :other: "{0}′"
449
+ :length-furlong: {}
450
+ :length-inch:
451
+ :one: "{0}″"
452
+ :other: "{0}″"
453
+ :length-kilometer:
454
+ :one: "{0}km"
455
+ :other: "{0}km"
456
+ :length-light-year:
457
+ :one: "{0}a.l."
458
+ :other: "{0}a.l."
459
+ :length-meter:
460
+ :one: "{0}m"
461
+ :other: "{0}m"
462
+ :length-micrometer: {}
463
+ :length-mile:
464
+ :one: "{0}mi"
465
+ :other: "{0}mi"
466
+ :length-millimeter:
467
+ :one: "{0}mm"
468
+ :other: "{0}mm"
469
+ :length-nanometer: {}
470
+ :length-nautical-mile: {}
471
+ :length-parsec: {}
472
+ :length-picometer:
473
+ :one: "{0}pm"
474
+ :other: "{0}pm"
475
+ :length-yard:
476
+ :one: "{0}yd"
477
+ :other: "{0}yd"
478
+ :light-lux: {}
479
+ :mass-carat: {}
480
+ :mass-gram:
481
+ :one: "{0}g"
482
+ :other: "{0}g"
483
+ :mass-kilogram:
484
+ :one: "{0}kg"
485
+ :other: "{0}kg"
486
+ :mass-metric-ton: {}
487
+ :mass-microgram: {}
488
+ :mass-milligram: {}
489
+ :mass-ounce:
490
+ :one: "{0}oz"
491
+ :other: "{0}oz"
492
+ :mass-ounce-troy: {}
493
+ :mass-pound:
494
+ :one: "{0}lb"
495
+ :other: "{0}lb"
496
+ :mass-stone: {}
497
+ :mass-ton:
498
+ :one: "{0} sh tn"
499
+ :other: "{0} sh tn"
500
+ :power-horsepower:
501
+ :one: "{0}ch"
502
+ :other: "{0}ch"
503
+ :power-kilowatt:
504
+ :one: "{0}kW"
505
+ :other: "{0}kW"
506
+ :power-watt:
507
+ :one: "{0}W"
508
+ :other: "{0}W"
509
+ :pressure-hectopascal:
510
+ :one: "{0}hPa"
511
+ :other: "{0}hPa"
512
+ :pressure-inch-hg:
513
+ :one: "{0}inHg"
514
+ :other: "{0}inHg"
515
+ :pressure-millibar:
516
+ :one: "{0}mbar"
517
+ :other: "{0}mbar"
518
+ :pressure-millimeter-of-mercury: {}
519
+ :pressure-pound-per-square-inch: {}
520
+ :speed-kilometer-per-hour:
521
+ :one: "{0}km/h"
522
+ :other: "{0}km/h"
523
+ :speed-meter-per-second:
524
+ :one: "{0}m/s"
525
+ :other: "{0}m/s"
526
+ :speed-mile-per-hour:
527
+ :one: "{0}mi/h"
528
+ :other: "{0}mi/h"
529
+ :temperature-celsius:
530
+ :one: "{0}°"
531
+ :other: "{0}°"
532
+ :temperature-fahrenheit:
533
+ :one: "{0}°F"
534
+ :other: "{0}°F"
535
+ :temperature-kelvin: {}
536
+ :volume-acre-foot: {}
537
+ :volume-bushel: {}
538
+ :volume-centiliter:
539
+ :one: "{0}cl"
540
+ :other: "{0}cl"
541
+ :volume-cubic-centimeter:
542
+ :one: "{0}cm³"
543
+ :other: "{0}cm³"
544
+ :volume-cubic-foot:
545
+ :one: "{0}pi³"
546
+ :other: "{0}pi³"
547
+ :volume-cubic-inch:
548
+ :one: "{0}po³"
549
+ :other: "{0}po³"
550
+ :volume-cubic-kilometer:
551
+ :one: "{0}km³"
552
+ :other: "{0}km³"
553
+ :volume-cubic-meter:
554
+ :one: "{0}m³"
555
+ :other: "{0}m³"
556
+ :volume-cubic-mile:
557
+ :one: "{0}mi³"
558
+ :other: "{0}mi³"
559
+ :volume-cubic-yard:
560
+ :one: "{0}yd³"
561
+ :other: "{0}yd³"
562
+ :volume-cup: {}
563
+ :volume-deciliter:
564
+ :one: "{0}dl"
565
+ :other: "{0}dl"
566
+ :volume-fluid-ounce:
567
+ :one: "{0}fl oz"
568
+ :other: "{0}fl oz"
569
+ :volume-gallon:
570
+ :one: "{0}gal"
571
+ :other: "{0}gal"
572
+ :volume-hectoliter:
573
+ :one: "{0}hl"
574
+ :other: "{0}hl"
575
+ :volume-liter:
576
+ :one: "{0}L"
577
+ :other: "{0}L"
578
+ :volume-megaliter:
579
+ :one: "{0}Ml"
580
+ :other: "{0}Ml"
581
+ :volume-milliliter:
582
+ :one: "{0}ml"
583
+ :other: "{0}ml"
584
+ :volume-pint: {}
585
+ :volume-quart: {}
586
+ :volume-tablespoon: {}
587
+ :volume-teaspoon: {}
8
588
  :short:
9
- :one: "{0} j"
10
- :other: "{0} j"
11
- :day-future:
12
- :default:
13
- :one: "dans {0} jour"
14
- :other: "dans {0} jours"
15
- :day-past:
16
- :default:
17
- :one: "il y a {0} jour"
18
- :other: "il y a {0} jours"
19
- :hour:
20
- :default:
21
- :one: "{0} heure"
22
- :other: "{0} heures"
23
- :short:
24
- :one: "{0} h"
25
- :other: "{0} h"
26
- :hour-future:
27
- :default:
28
- :one: "dans {0} heure"
29
- :other: "dans {0} heures"
30
- :hour-past:
31
- :default:
32
- :one: "il y a {0} heure"
33
- :other: "il y a {0} heures"
34
- :minute:
35
- :default:
36
- :one: "{0} minute"
37
- :other: "{0} minutes"
38
- :short:
39
- :one: "{0} min"
40
- :other: "{0} min"
41
- :minute-future:
42
- :default:
43
- :one: "dans {0} minute"
44
- :other: "dans {0} minutes"
45
- :minute-past:
46
- :default:
47
- :one: "il y a {0} minute"
48
- :other: "il y a {0} minutes"
49
- :month:
50
- :default:
51
- :one: "{0} mois"
52
- :other: "{0} mois"
53
- :short:
54
- :one: "{0} mois"
55
- :other: "{0} mois"
56
- :month-future:
57
- :default:
58
- :one: "dans {0} mois"
59
- :other: "dans {0} mois"
60
- :month-past:
61
- :default:
62
- :one: "il y a {0} mois"
63
- :other: "il y a {0} mois"
64
- :second:
65
- :default:
66
- :one: "{0} seconde"
67
- :other: "{0} secondes"
68
- :short:
69
- :one: "{0} s"
70
- :other: "{0} s"
71
- :second-future:
72
- :default:
73
- :one: "dans {0} seconde"
74
- :other: "dans {0} secondes"
75
- :second-past:
76
- :default:
77
- :one: "il y a {0} seconde"
78
- :other: "il y a {0} secondes"
79
- :week:
80
- :default:
81
- :one: "{0} semaine"
82
- :other: "{0} semaines"
83
- :short:
84
- :one: "{0} sem."
85
- :other: "{0} sem."
86
- :week-future:
87
- :default:
88
- :one: "dans {0} semaine"
89
- :other: "dans {0} semaines"
90
- :week-past:
91
- :default:
92
- :one: "il y a {0} semaine"
93
- :other: "il y a {0} semaines"
94
- :year:
95
- :default:
96
- :one: "{0} année"
97
- :other: "{0} années"
98
- :short:
99
- :one: "{0} an"
100
- :other: "{0} ans"
101
- :year-future:
102
- :default:
103
- :one: "dans {0} an"
104
- :other: "dans {0} ans"
105
- :year-past:
106
- :default:
107
- :one: "il y a {0} an"
108
- :other: "il y a {0} ans"
589
+ :acceleration-g-force:
590
+ :one: "{0} G"
591
+ :other: "{0} G"
592
+ :acceleration-meter-per-second-squared:
593
+ :one: "{0} m/s²"
594
+ :other: "{0} m/s²"
595
+ :angle-arc-minute:
596
+ :one: "{0}′"
597
+ :other: "{0}"
598
+ :angle-arc-second:
599
+ :one: "{0}″"
600
+ :other: "{0}″"
601
+ :angle-degree:
602
+ :one: "{0}°"
603
+ :other: "{0}°"
604
+ :angle-radian:
605
+ :one: "{0} rad"
606
+ :other: "{0} rad"
607
+ :area-acre:
608
+ :one: "{0} ac"
609
+ :other: "{0} ac"
610
+ :area-hectare:
611
+ :one: "{0} ha"
612
+ :other: "{0} ha"
613
+ :area-square-centimeter:
614
+ :one: "{0} cm²"
615
+ :other: "{0} cm²"
616
+ :area-square-foot:
617
+ :one: "{0} pi²"
618
+ :other: "{0} pi²"
619
+ :area-square-inch:
620
+ :one: "{0} po²"
621
+ :other: "{0} po²"
622
+ :area-square-kilometer:
623
+ :one: "{0} km²"
624
+ :other: "{0} km²"
625
+ :area-square-meter:
626
+ :one: "{0} m²"
627
+ :other: "{0} "
628
+ :area-square-mile:
629
+ :one: "{0} mi²"
630
+ :other: "{0} mi²"
631
+ :area-square-yard:
632
+ :one: "{0} yd²"
633
+ :other: "{0} yd²"
634
+ :consumption-liter-per-kilometer:
635
+ :one: "{0} L/km"
636
+ :other: "{0} L/km"
637
+ :consumption-mile-per-gallon:
638
+ :one: "{0} mi/gal"
639
+ :other: "{0} mi/gal"
640
+ :digital-bit:
641
+ :one: "{0} bit"
642
+ :other: "{0} bit"
643
+ :digital-byte:
644
+ :one: "{0} octet"
645
+ :other: "{0} octet"
646
+ :digital-gigabit:
647
+ :one: "{0} Gb"
648
+ :other: "{0} Gb"
649
+ :digital-gigabyte:
650
+ :one: "{0} Go"
651
+ :other: "{0} Go"
652
+ :digital-kilobit:
653
+ :one: "{0} kb"
654
+ :other: "{0} kb"
655
+ :digital-kilobyte:
656
+ :one: "{0} ko"
657
+ :other: "{0} ko"
658
+ :digital-megabit:
659
+ :one: "{0} Mb"
660
+ :other: "{0} Mb"
661
+ :digital-megabyte:
662
+ :one: "{0} Mo"
663
+ :other: "{0} Mo"
664
+ :digital-terabit:
665
+ :one: "{0} Tb"
666
+ :other: "{0} Tb"
667
+ :digital-terabyte:
668
+ :one: "{0} To"
669
+ :other: "{0} To"
670
+ :duration-day:
671
+ :one: "{0} j"
672
+ :other: "{0} j"
673
+ :duration-hour:
674
+ :one: "{0} h"
675
+ :other: "{0} h"
676
+ :duration-microsecond:
677
+ :one: "{0} μs"
678
+ :other: "{0} μs"
679
+ :duration-millisecond:
680
+ :one: "{0} ms"
681
+ :other: "{0} ms"
682
+ :duration-minute:
683
+ :one: "{0} min"
684
+ :other: "{0} min"
685
+ :duration-month:
686
+ :one: "{0} m"
687
+ :other: "{0} m"
688
+ :duration-nanosecond:
689
+ :one: "{0} ns"
690
+ :other: "{0} ns"
691
+ :duration-second:
692
+ :one: "{0} s"
693
+ :other: "{0} s"
694
+ :duration-week:
695
+ :one: "{0} sem."
696
+ :other: "{0} sem."
697
+ :duration-year:
698
+ :one: "{0} an"
699
+ :other: "{0} ans"
700
+ :electric-ampere:
701
+ :one: "{0} A"
702
+ :other: "{0} A"
703
+ :electric-milliampere:
704
+ :one: "{0} mA"
705
+ :other: "{0} mA"
706
+ :electric-ohm:
707
+ :one: "{0} Ω"
708
+ :other: "{0} Ω"
709
+ :electric-volt:
710
+ :one: "{0} V"
711
+ :other: "{0} V"
712
+ :energy-calorie:
713
+ :one: "{0} cal"
714
+ :other: "{0} cal"
715
+ :energy-foodcalorie:
716
+ :one: "{0} Cal"
717
+ :other: "{0} Cal"
718
+ :energy-joule:
719
+ :one: "{0} J"
720
+ :other: "{0} J"
721
+ :energy-kilocalorie:
722
+ :one: "{0} kcal"
723
+ :other: "{0} kcal"
724
+ :energy-kilojoule:
725
+ :one: "{0} kJ"
726
+ :other: "{0} kJ"
727
+ :energy-kilowatt-hour:
728
+ :one: "{0} kWh"
729
+ :other: "{0} kWh"
730
+ :frequency-gigahertz:
731
+ :one: "{0} GHz"
732
+ :other: "{0} GHz"
733
+ :frequency-hertz:
734
+ :one: "{0} Hz"
735
+ :other: "{0} Hz"
736
+ :frequency-kilohertz:
737
+ :one: "{0} kHz"
738
+ :other: "{0} kHz"
739
+ :frequency-megahertz:
740
+ :one: "{0} MHz"
741
+ :other: "{0} MHz"
742
+ :length-astronomical-unit:
743
+ :one: "{0} ua"
744
+ :other: "{0} ua"
745
+ :length-centimeter:
746
+ :one: "{0} cm"
747
+ :other: "{0} cm"
748
+ :length-decimeter:
749
+ :one: "{0} dm"
750
+ :other: "{0} dm"
751
+ :length-fathom:
752
+ :one: "{0} fat"
753
+ :other: "{0} fat"
754
+ :length-foot:
755
+ :one: "{0} ft"
756
+ :other: "{0} ft"
757
+ :length-furlong:
758
+ :other: "{0} fur"
759
+ :length-inch:
760
+ :one: "{0} po"
761
+ :other: "{0} po"
762
+ :length-kilometer:
763
+ :one: "{0} km"
764
+ :other: "{0} km"
765
+ :length-light-year:
766
+ :one: "{0} a.l."
767
+ :other: "{0} a.l."
768
+ :length-meter:
769
+ :one: "{0} m"
770
+ :other: "{0} m"
771
+ :length-micrometer:
772
+ :one: "{0} µm"
773
+ :other: "{0} µm"
774
+ :length-mile:
775
+ :one: "{0} mi"
776
+ :other: "{0} mi"
777
+ :length-millimeter:
778
+ :one: "{0} mm"
779
+ :other: "{0} mm"
780
+ :length-nanometer:
781
+ :one: "{0} nm"
782
+ :other: "{0} nm"
783
+ :length-nautical-mile:
784
+ :one: "{0} nmi"
785
+ :other: "{0} nmi"
786
+ :length-parsec:
787
+ :one: "{0} pc"
788
+ :other: "{0} pc"
789
+ :length-picometer:
790
+ :one: "{0} pm"
791
+ :other: "{0} pm"
792
+ :length-yard:
793
+ :one: "{0} yd"
794
+ :other: "{0} yd"
795
+ :light-lux:
796
+ :one: "{0} lx"
797
+ :other: "{0} lx"
798
+ :mass-carat:
799
+ :one: "{0} ct"
800
+ :other: "{0} ct"
801
+ :mass-gram:
802
+ :one: "{0} g"
803
+ :other: "{0} g"
804
+ :mass-kilogram:
805
+ :one: "{0} kg"
806
+ :other: "{0} kg"
807
+ :mass-metric-ton:
808
+ :one: "{0} t"
809
+ :other: "{0} t"
810
+ :mass-microgram:
811
+ :one: "{0} µg"
812
+ :other: "{0} µg"
813
+ :mass-milligram:
814
+ :one: "{0} mg"
815
+ :other: "{0} mg"
816
+ :mass-ounce:
817
+ :one: "{0} oz"
818
+ :other: "{0} oz"
819
+ :mass-ounce-troy:
820
+ :one: "{0} oz t"
821
+ :other: "{0} oz t"
822
+ :mass-pound:
823
+ :one: "{0} lb"
824
+ :other: "{0} lb"
825
+ :mass-stone:
826
+ :other: "{0} st"
827
+ :mass-ton:
828
+ :one: "{0} sh tn"
829
+ :other: "{0} sh tn"
830
+ :power-gigawatt:
831
+ :one: "{0} GW"
832
+ :other: "{0} GW"
833
+ :power-horsepower:
834
+ :one: "{0} ch"
835
+ :other: "{0} ch"
836
+ :power-kilowatt:
837
+ :one: "{0} kW"
838
+ :other: "{0} kW"
839
+ :power-megawatt:
840
+ :one: "{0} MW"
841
+ :other: "{0} MW"
842
+ :power-milliwatt:
843
+ :one: "{0} mW"
844
+ :other: "{0} mW"
845
+ :power-watt:
846
+ :one: "{0} W"
847
+ :other: "{0} W"
848
+ :pressure-hectopascal:
849
+ :one: "{0} hPa"
850
+ :other: "{0} hPa"
851
+ :pressure-inch-hg:
852
+ :one: "{0} inHg"
853
+ :other: "{0} inHg"
854
+ :pressure-millibar:
855
+ :one: "{0} mbar"
856
+ :other: "{0} mbar"
857
+ :pressure-millimeter-of-mercury:
858
+ :one: "{0} mm Hg"
859
+ :other: "{0} mm Hg"
860
+ :pressure-pound-per-square-inch:
861
+ :one: "{0} lb/po²"
862
+ :other: "{0} lb/po²"
863
+ :proportion-karat:
864
+ :one: "{0} ct"
865
+ :other: "{0} ct"
866
+ :speed-kilometer-per-hour:
867
+ :one: "{0} km/h"
868
+ :other: "{0} km/h"
869
+ :speed-meter-per-second:
870
+ :one: "{0} m/s"
871
+ :other: "{0} m/s"
872
+ :speed-mile-per-hour:
873
+ :one: "{0} mi/h"
874
+ :other: "{0} mi/h"
875
+ :temperature-celsius:
876
+ :one: "{0} °C"
877
+ :other: "{0} °C"
878
+ :temperature-fahrenheit:
879
+ :one: "{0} °F"
880
+ :other: "{0} °F"
881
+ :temperature-kelvin:
882
+ :one: "{0} K"
883
+ :other: "{0} K"
884
+ :volume-acre-foot:
885
+ :one: "{0} ac pi"
886
+ :other: "{0} ac pi"
887
+ :volume-bushel:
888
+ :other: "{0} bu"
889
+ :volume-centiliter:
890
+ :one: "{0} cl"
891
+ :other: "{0} cl"
892
+ :volume-cubic-centimeter:
893
+ :one: "{0} cm³"
894
+ :other: "{0} cm³"
895
+ :volume-cubic-foot:
896
+ :one: "{0} pi³"
897
+ :other: "{0} pi³"
898
+ :volume-cubic-inch:
899
+ :one: "{0} po³"
900
+ :other: "{0} po³"
901
+ :volume-cubic-kilometer:
902
+ :one: "{0} km³"
903
+ :other: "{0} km³"
904
+ :volume-cubic-meter:
905
+ :one: "{0} m³"
906
+ :other: "{0} m³"
907
+ :volume-cubic-mile:
908
+ :one: "{0} mi³"
909
+ :other: "{0} mi³"
910
+ :volume-cubic-yard:
911
+ :one: "{0} yd³"
912
+ :other: "{0} yd³"
913
+ :volume-cup:
914
+ :one: "{0} tasse"
915
+ :other: "{0} tasses"
916
+ :volume-deciliter:
917
+ :one: "{0} dl"
918
+ :other: "{0} dl"
919
+ :volume-fluid-ounce:
920
+ :one: "{0} fl oz"
921
+ :other: "{0} fl oz"
922
+ :volume-gallon:
923
+ :one: "{0} gal"
924
+ :other: "{0} gal"
925
+ :volume-hectoliter:
926
+ :one: "{0} hl"
927
+ :other: "{0} hl"
928
+ :volume-liter:
929
+ :one: "{0} L"
930
+ :other: "{0} L"
931
+ :volume-megaliter:
932
+ :one: "{0} Ml"
933
+ :other: "{0} Ml"
934
+ :volume-milliliter:
935
+ :one: "{0} ml"
936
+ :other: "{0} ml"
937
+ :volume-pint:
938
+ :one: "{0} pte"
939
+ :other: "{0} pte"
940
+ :volume-quart:
941
+ :one: "{0} qt"
942
+ :other: "{0} qt"
943
+ :volume-tablespoon:
944
+ :one: "{0} c. à s."
945
+ :other: "{0} c. à s."
946
+ :volume-teaspoon:
947
+ :one: "{0} c. à c."
948
+ :other: "{0} c. à c."