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,136 @@
1
+ ---
2
+ :cs:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :few: "{0} dny"
7
+ :one: "{0} den"
8
+ :other: "{0} dní"
9
+ :short:
10
+ :few: "{0} dny"
11
+ :one: "{0} den"
12
+ :other: "{0} dní"
13
+ :day-future:
14
+ :default:
15
+ :few: "za {0} dny"
16
+ :one: "za {0} den"
17
+ :other: "za {0} dní"
18
+ :day-past:
19
+ :default:
20
+ :few: "před {0} dny"
21
+ :one: "před {0} dnem"
22
+ :other: "před {0} dny"
23
+ :hour:
24
+ :default:
25
+ :few: "{0} hodiny"
26
+ :one: "{0} hodina"
27
+ :other: "{0} hodin"
28
+ :short:
29
+ :few: "{0} hod."
30
+ :one: "{0} hod."
31
+ :other: "{0} hod."
32
+ :hour-future:
33
+ :default:
34
+ :few: "za {0} hodiny"
35
+ :one: "za {0} hodinu"
36
+ :other: "za {0} hodin"
37
+ :hour-past:
38
+ :default:
39
+ :few: "před {0} hodinami"
40
+ :one: "před {0} hodinou"
41
+ :other: "před {0} hodinami"
42
+ :minute:
43
+ :default:
44
+ :few: "{0} minuty"
45
+ :one: "{0} minuta"
46
+ :other: "{0} minut"
47
+ :short:
48
+ :few: "{0} min."
49
+ :one: "{0} min."
50
+ :other: "{0} min."
51
+ :minute-future:
52
+ :default:
53
+ :few: "za {0} minuty"
54
+ :one: "za {0} minutu"
55
+ :other: "za {0} minut"
56
+ :minute-past:
57
+ :default:
58
+ :few: "před {0} minutami"
59
+ :one: "před {0} minutou"
60
+ :other: "před {0} minutami"
61
+ :month:
62
+ :default:
63
+ :few: "{0} měsíce"
64
+ :one: "{0} měsíc"
65
+ :other: "{0} měsíců"
66
+ :short:
67
+ :few: "{0} měs."
68
+ :one: "{0} měs."
69
+ :other: "{0} měs."
70
+ :month-future:
71
+ :default:
72
+ :few: "za {0} měsíce"
73
+ :one: "za {0} měsíc"
74
+ :other: "za {0} měsíců"
75
+ :month-past:
76
+ :default:
77
+ :few: "před {0} měsíci"
78
+ :one: "před {0} měsícem"
79
+ :other: "před {0} měsíci"
80
+ :second:
81
+ :default:
82
+ :few: "{0} sekundy"
83
+ :one: "{0} sekunda"
84
+ :other: "{0} sekund"
85
+ :short:
86
+ :few: "{0} sek."
87
+ :one: "{0} sek."
88
+ :other: "{0} sek."
89
+ :second-future:
90
+ :default:
91
+ :few: "za {0} sekundy"
92
+ :one: "za {0} sekundu"
93
+ :other: "za {0} sekund"
94
+ :second-past:
95
+ :default:
96
+ :few: "před {0} sekundami"
97
+ :one: "před {0} sekundou"
98
+ :other: "před {0} sekundami"
99
+ :week:
100
+ :default:
101
+ :few: "{0} týdny"
102
+ :one: "{0} týden"
103
+ :other: "{0} týdnů"
104
+ :short:
105
+ :few: "{0} týd."
106
+ :one: "{0} týd."
107
+ :other: "{0} týd."
108
+ :week-future:
109
+ :default:
110
+ :few: "za {0} týdny"
111
+ :one: "za {0} týden"
112
+ :other: "za {0} týdnů"
113
+ :week-past:
114
+ :default:
115
+ :few: "před {0} týdny"
116
+ :one: "před {0} týdnem"
117
+ :other: "před {0} týdny"
118
+ :year:
119
+ :default:
120
+ :few: "{0} roky"
121
+ :one: "{0} rok"
122
+ :other: "{0} let"
123
+ :short:
124
+ :few: "{0} roky"
125
+ :one: "{0} rok"
126
+ :other: "{0} let"
127
+ :year-future:
128
+ :default:
129
+ :few: "za {0} roky"
130
+ :one: "za {0} rok"
131
+ :other: "za {0} let"
132
+ :year-past:
133
+ :default:
134
+ :few: "před {0} lety"
135
+ :one: "před {0} rokem"
136
+ :other: "před {0} lety"
@@ -1,136 +1,1826 @@
1
1
  ---
2
2
  :cs:
3
3
  :units:
4
- :day:
5
- :default:
6
- :few: "{0} dny"
7
- :one: "{0} den"
8
- :other: "{0} dní"
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
+ :many: "{0} G"
13
+ :one: "{0} G"
14
+ :other: "{0} G"
15
+ :acceleration-meter-per-second-squared:
16
+ :few: "{0} metry za sekundu na druhou"
17
+ :many: "{0} metru za sekundu na druhou"
18
+ :one: "{0} metr za sekundu na druhou"
19
+ :other: "{0} metrů za sekundu na druhou"
20
+ :angle-arc-minute:
21
+ :few: "{0} minuty"
22
+ :many: "{0} minuty"
23
+ :one: "{0} minuta"
24
+ :other: "{0} minut"
25
+ :angle-arc-second:
26
+ :few: "{0} vteřiny"
27
+ :many: "{0} vteřiny"
28
+ :one: "{0} vteřina"
29
+ :other: "{0} vteřin"
30
+ :angle-degree:
31
+ :few: "{0} stupně"
32
+ :many: "{0} stupně"
33
+ :one: "{0} stupeň"
34
+ :other: "{0} stupňů"
35
+ :angle-radian:
36
+ :few: "{0} radiány"
37
+ :many: "{0} radiánu"
38
+ :one: "{0} radián"
39
+ :other: "{0} radiánů"
40
+ :area-acre:
41
+ :few: "{0} akry"
42
+ :many: "{0} akru"
43
+ :one: "{0} akr"
44
+ :other: "{0} akrů"
45
+ :area-hectare:
46
+ :few: "{0} hektary"
47
+ :many: "{0} hektaru"
48
+ :one: "{0} hektar"
49
+ :other: "{0} hektarů"
50
+ :area-square-centimeter:
51
+ :few: "{0} centimetry čtvereční"
52
+ :many: "{0} centimetru čtverečního"
53
+ :one: "{0} centimetr čtvereční"
54
+ :other: "{0} centimetrů čtverečních"
55
+ :area-square-foot:
56
+ :few: "{0} stopy čtvereční"
57
+ :many: "{0} stopy čtvereční"
58
+ :one: "{0} stopa čtvereční"
59
+ :other: "{0} stop čtverečních"
60
+ :area-square-inch:
61
+ :few: "{0} palce čtvereční"
62
+ :many: "{0} palce čtverečního"
63
+ :one: "{0} palec čtvereční"
64
+ :other: "{0} palců čtverečních"
65
+ :area-square-kilometer:
66
+ :few: "{0} kilometry čtvereční"
67
+ :many: "{0} kilometru čtverečního"
68
+ :one: "{0} kilometr čtvereční"
69
+ :other: "{0} kilometrů čtverečních"
70
+ :area-square-meter:
71
+ :few: "{0} metry čtvereční"
72
+ :many: "{0} metru čtverečního"
73
+ :one: "{0} metr čtvereční"
74
+ :other: "{0} metrů čtverečních"
75
+ :area-square-mile:
76
+ :few: "{0} míle čtvereční"
77
+ :many: "{0} míle čtvereční"
78
+ :one: "{0} míle čtvereční"
79
+ :other: "{0} mil čtverečních"
80
+ :area-square-yard:
81
+ :few: "{0} yardy čtvereční"
82
+ :many: "{0} yardu čtverečního"
83
+ :one: "{0} yard čtvereční"
84
+ :other: "{0} yardů čtverečních"
85
+ :consumption-liter-per-kilometer:
86
+ :few: "{0} litry na kilometr"
87
+ :many: "{0} litru na kilometr"
88
+ :one: "{0} litr na kilometr"
89
+ :other: "{0} litrů na kilometr"
90
+ :consumption-mile-per-gallon:
91
+ :few: "{0} míle na galon"
92
+ :many: "{0} míle na galon"
93
+ :one: "{0} míle na galon"
94
+ :other: "{0} mil na galon"
95
+ :digital-bit:
96
+ :few: "{0} bity"
97
+ :many: "{0} bitu"
98
+ :one: "{0} bit"
99
+ :other: "{0} bitů"
100
+ :digital-byte:
101
+ :few: "{0} bajty"
102
+ :many: "{0} bajtu"
103
+ :one: "{0} bajt"
104
+ :other: "{0} bajtů"
105
+ :digital-gigabit:
106
+ :few: "{0} gigabity"
107
+ :many: "{0} gigabitu"
108
+ :one: "{0} gigabit"
109
+ :other: "{0} gigabitů"
110
+ :digital-gigabyte:
111
+ :few: "{0} gigabajty"
112
+ :many: "{0} gigabajtu"
113
+ :one: "{0} gigabajt"
114
+ :other: "{0} gigabajtů"
115
+ :digital-kilobit:
116
+ :few: "{0} kilobity"
117
+ :many: "{0} kilobitu"
118
+ :one: "{0} kilobit"
119
+ :other: "{0} kilobitů"
120
+ :digital-kilobyte:
121
+ :few: "{0} kilobajty"
122
+ :many: "{0} kilobajtu"
123
+ :one: "{0} kilobajt"
124
+ :other: "{0} kilobajtů"
125
+ :digital-megabit:
126
+ :few: "{0} megabity"
127
+ :many: "{0} megabitu"
128
+ :one: "{0} megabit"
129
+ :other: "{0} megabitů"
130
+ :digital-megabyte:
131
+ :few: "{0} megabajty"
132
+ :many: "{0} megabajtu"
133
+ :one: "{0} megabajt"
134
+ :other: "{0} megabajtů"
135
+ :digital-terabit:
136
+ :few: "{0} terabity"
137
+ :many: "{0} terabitu"
138
+ :one: "{0} terabit"
139
+ :other: "{0} terabitů"
140
+ :digital-terabyte:
141
+ :few: "{0} terabajty"
142
+ :many: "{0} terabajtu"
143
+ :one: "{0} terabajt"
144
+ :other: "{0} terabajtů"
145
+ :duration-day:
146
+ :few: "{0} dny"
147
+ :many: "{0} dne"
148
+ :one: "{0} den"
149
+ :other: "{0} dní"
150
+ :duration-hour:
151
+ :few: "{0} hodiny"
152
+ :many: "{0} hodiny"
153
+ :one: "{0} hodina"
154
+ :other: "{0} hodin"
155
+ :duration-microsecond:
156
+ :few: "{0} mikrosekundy"
157
+ :many: "{0} mikrosekundy"
158
+ :one: "{0} mikrosekunda"
159
+ :other: "{0} mikrosekund"
160
+ :duration-millisecond:
161
+ :few: "{0} milisekundy"
162
+ :many: "{0} milisekundy"
163
+ :one: "{0} milisekunda"
164
+ :other: "{0} milisekund"
165
+ :duration-minute:
166
+ :few: "{0} minuty"
167
+ :many: "{0} minuty"
168
+ :one: "{0} minuta"
169
+ :other: "{0} minut"
170
+ :duration-month:
171
+ :few: "{0} měsíce"
172
+ :many: "{0} měsíce"
173
+ :one: "{0} měsíc"
174
+ :other: "{0} měsíců"
175
+ :duration-nanosecond:
176
+ :few: "{0} nanosekundy"
177
+ :many: "{0} nanosekundy"
178
+ :one: "{0} nanosekunda"
179
+ :other: "{0} nanosekund"
180
+ :duration-second:
181
+ :few: "{0} sekundy"
182
+ :many: "{0} sekundy"
183
+ :one: "{0} sekunda"
184
+ :other: "{0} sekund"
185
+ :duration-week:
186
+ :few: "{0} týdny"
187
+ :many: "{0} týdne"
188
+ :one: "{0} týden"
189
+ :other: "{0} týdnů"
190
+ :duration-year:
191
+ :few: "{0} roky"
192
+ :many: "{0} roku"
193
+ :one: "{0} rok"
194
+ :other: "{0} let"
195
+ :electric-ampere:
196
+ :few: "{0} ampéry"
197
+ :many: "{0} ampéru"
198
+ :one: "{0} ampér"
199
+ :other: "{0} ampérů"
200
+ :electric-milliampere:
201
+ :few: "{0} miliampéry"
202
+ :many: "{0} miliampéru"
203
+ :one: "{0} miliampér"
204
+ :other: "{0} miliampérů"
205
+ :electric-ohm:
206
+ :few: "{0} ohmy"
207
+ :many: "{0} ohmu"
208
+ :one: "{0} ohm"
209
+ :other: "{0} ohmů"
210
+ :electric-volt:
211
+ :few: "{0} volty"
212
+ :many: "{0} voltu"
213
+ :one: "{0} volt"
214
+ :other: "{0} voltů"
215
+ :energy-calorie:
216
+ :few: "{0} kalorie"
217
+ :many: "{0} kalorie"
218
+ :one: "{0} kalorie"
219
+ :other: "{0} kalorií"
220
+ :energy-foodcalorie:
221
+ :few: "{0} kilokalorie"
222
+ :many: "{0} kilokalorie"
223
+ :one: "{0} kilokalorie"
224
+ :other: "{0} kilokalorií"
225
+ :energy-joule:
226
+ :few: "{0} jouly"
227
+ :many: "{0} joulu"
228
+ :one: "{0} joule"
229
+ :other: "{0} joulů"
230
+ :energy-kilocalorie:
231
+ :few: "{0} kilokalorie"
232
+ :many: "{0} kilokalorie"
233
+ :one: "{0} kilokalorie"
234
+ :other: "{0} kilokalorií"
235
+ :energy-kilojoule:
236
+ :few: "{0} kilojouly"
237
+ :many: "{0} kilojoulu"
238
+ :one: "{0} kilojoule"
239
+ :other: "{0} kilojoulů"
240
+ :energy-kilowatt-hour:
241
+ :few: "{0} kilowatthodiny"
242
+ :many: "{0} kilowatthodiny"
243
+ :one: "{0} kilowatthodina"
244
+ :other: "{0} kilowatthodin"
245
+ :frequency-gigahertz:
246
+ :few: "{0} gigahertzy"
247
+ :many: "{0} gigahertzu"
248
+ :one: "{0} gigahertz"
249
+ :other: "{0} gigahertzů"
250
+ :frequency-hertz:
251
+ :few: "{0} hertzy"
252
+ :many: "{0} hertzu"
253
+ :one: "{0} hertz"
254
+ :other: "{0} hertzů"
255
+ :frequency-kilohertz:
256
+ :few: "{0} kilohertzy"
257
+ :many: "{0} kilohertzu"
258
+ :one: "{0} kilohertz"
259
+ :other: "{0} kilohertzů"
260
+ :frequency-megahertz:
261
+ :few: "{0} megahertzy"
262
+ :many: "{0} megahertzu"
263
+ :one: "{0} megahertz"
264
+ :other: "{0} megahertzů"
265
+ :length-astronomical-unit:
266
+ :few: "{0} astronomické jednotky"
267
+ :many: "{0} astronomické jednotky"
268
+ :one: "{0} astronomická jednotka"
269
+ :other: "{0} astronomických jednotek"
270
+ :length-centimeter:
271
+ :few: "{0} centimetry"
272
+ :many: "{0} centimetru"
273
+ :one: "{0} centimetr"
274
+ :other: "{0} centimetrů"
275
+ :length-decimeter:
276
+ :few: "{0} decimetry"
277
+ :many: "{0} decimetru"
278
+ :one: "{0} decimetr"
279
+ :other: "{0} decimetrů"
280
+ :length-fathom:
281
+ :few: "{0} fathomy"
282
+ :many: "{0} fathomu"
283
+ :one: "{0} fathom"
284
+ :other: "{0} fathomů"
285
+ :length-foot:
286
+ :few: "{0} stopy"
287
+ :many: "{0} stopy"
288
+ :one: "{0} stopa"
289
+ :other: "{0} stop"
290
+ :length-furlong:
291
+ :few: "{0} furlongy"
292
+ :many: "{0} furlongu"
293
+ :one: "{0} furlong"
294
+ :other: "{0} furlongů"
295
+ :length-inch:
296
+ :few: "{0} palce"
297
+ :many: "{0} palce"
298
+ :one: "{0} palec"
299
+ :other: "{0} palců"
300
+ :length-kilometer:
301
+ :few: "{0} kilometry"
302
+ :many: "{0} kilometru"
303
+ :one: "{0} kilometr"
304
+ :other: "{0} kilometrů"
305
+ :length-light-year:
306
+ :few: "{0} světelné roky"
307
+ :many: "{0} světelného roku"
308
+ :one: "{0} světelný rok"
309
+ :other: "{0} světelných let"
310
+ :length-meter:
311
+ :few: "{0} metry"
312
+ :many: "{0} metru"
313
+ :one: "{0} metr"
314
+ :other: "{0} metrů"
315
+ :length-micrometer:
316
+ :few: "{0} mikrometry"
317
+ :many: "{0} mikrometru"
318
+ :one: "{0} mikrometr"
319
+ :other: "{0} mikrometrů"
320
+ :length-mile:
321
+ :few: "{0} míle"
322
+ :many: "{0} míle"
323
+ :one: "{0} míle"
324
+ :other: "{0} mil"
325
+ :length-millimeter:
326
+ :few: "{0} milimetry"
327
+ :many: "{0} milimetru"
328
+ :one: "{0} milimetr"
329
+ :other: "{0} milimetrů"
330
+ :length-nanometer:
331
+ :few: "{0} nanometry"
332
+ :many: "{0} nanometru"
333
+ :one: "{0} nanometr"
334
+ :other: "{0} nanometrů"
335
+ :length-nautical-mile:
336
+ :few: "{0} námořní míle"
337
+ :many: "{0} námořní míle"
338
+ :one: "{0} námořní míle"
339
+ :other: "{0} námořních mil"
340
+ :length-parsec:
341
+ :few: "{0} parseky"
342
+ :many: "{0} parseku"
343
+ :one: "{0} parsek"
344
+ :other: "{0} parseků"
345
+ :length-picometer:
346
+ :few: "{0} pikometry"
347
+ :many: "{0} pikometru"
348
+ :one: "{0} pikometr"
349
+ :other: "{0} pikometrů"
350
+ :length-yard:
351
+ :few: "{0} yardy"
352
+ :many: "{0} yardu"
353
+ :one: "{0} yard"
354
+ :other: "{0} yardů"
355
+ :light-lux:
356
+ :few: "{0} luxy"
357
+ :many: "{0} luxu"
358
+ :one: "{0} lux"
359
+ :other: "{0} luxů"
360
+ :mass-carat:
361
+ :few: "{0} karáty"
362
+ :many: "{0} karátu"
363
+ :one: "{0} karát"
364
+ :other: "{0} karátů"
365
+ :mass-gram:
366
+ :few: "{0} gramy"
367
+ :many: "{0} gramu"
368
+ :one: "{0} gram"
369
+ :other: "{0} gramů"
370
+ :mass-kilogram:
371
+ :few: "{0} kilogramy"
372
+ :many: "{0} kilogramu"
373
+ :one: "{0} kilogram"
374
+ :other: "{0} kilogramů"
375
+ :mass-metric-ton:
376
+ :few: "{0} metrické tuny"
377
+ :many: "{0} metrické tuny"
378
+ :one: "{0} metrická tuna"
379
+ :other: "{0} metrických tun"
380
+ :mass-microgram:
381
+ :few: "{0} mikrogramy"
382
+ :many: "{0} mikrogramu"
383
+ :one: "{0} mikrogram"
384
+ :other: "{0} mikrogramů"
385
+ :mass-milligram:
386
+ :few: "{0} miligramy"
387
+ :many: "{0} miligramu"
388
+ :one: "{0} miligram"
389
+ :other: "{0} miligramů"
390
+ :mass-ounce:
391
+ :few: "{0} unce"
392
+ :many: "{0} unce"
393
+ :one: "{0} unce"
394
+ :other: "{0} uncí"
395
+ :mass-ounce-troy:
396
+ :few: "{0} trojské unce"
397
+ :many: "{0} trojské unce"
398
+ :one: "{0} trojská unce"
399
+ :other: "{0} trojských uncí"
400
+ :mass-pound:
401
+ :few: "{0} libry"
402
+ :many: "{0} libry"
403
+ :one: "{0} libra"
404
+ :other: "{0} liber"
405
+ :mass-stone:
406
+ :few: "{0} kameny"
407
+ :many: "{0} kamene"
408
+ :one: "{0} kámen"
409
+ :other: "{0} kamenů"
410
+ :mass-ton:
411
+ :few: "{0} tuny"
412
+ :many: "{0} tuny"
413
+ :one: "{0} tuna"
414
+ :other: "{0} tun"
415
+ :power-gigawatt:
416
+ :few: "{0} gigawatty"
417
+ :many: "{0} gigawattu"
418
+ :one: "{0} gigawatt"
419
+ :other: "{0} gigawattů"
420
+ :power-horsepower:
421
+ :few: "{0} koňské síly"
422
+ :many: "{0} koňské síly"
423
+ :one: "{0} koňská síla"
424
+ :other: "{0} koňských sil"
425
+ :power-kilowatt:
426
+ :few: "{0} kilowatty"
427
+ :many: "{0} kilowattu"
428
+ :one: "{0} kilowatt"
429
+ :other: "{0} kilowattů"
430
+ :power-megawatt:
431
+ :few: "{0} megawatty"
432
+ :many: "{0} megawattu"
433
+ :one: "{0} megawatt"
434
+ :other: "{0} megawattů"
435
+ :power-milliwatt:
436
+ :few: "{0} miliwatty"
437
+ :many: "{0} miliwattu"
438
+ :one: "{0} miliwatt"
439
+ :other: "{0} miliwattů"
440
+ :power-watt:
441
+ :few: "{0} watty"
442
+ :many: "{0} wattu"
443
+ :one: "{0} watt"
444
+ :other: "{0} wattů"
445
+ :pressure-hectopascal:
446
+ :few: "{0} hektopascaly"
447
+ :many: "{0} hektopascalu"
448
+ :one: "{0} hektopascal"
449
+ :other: "{0} hektopascalů"
450
+ :pressure-inch-hg:
451
+ :few: "{0} palce rtuti"
452
+ :many: "{0} palce rtuti"
453
+ :one: "{0} palec rtuti"
454
+ :other: "{0} palců rtuti"
455
+ :pressure-millibar:
456
+ :few: "{0} milibary"
457
+ :many: "{0} milibaru"
458
+ :one: "{0} milibar"
459
+ :other: "{0} milibarů"
460
+ :pressure-millimeter-of-mercury:
461
+ :few: "{0} milimetry rtuti"
462
+ :many: "{0} milimetru rtuti"
463
+ :one: "{0} milimetr rtuti"
464
+ :other: "{0} milimetrů rtuti"
465
+ :pressure-pound-per-square-inch:
466
+ :few: "{0} libry na čtvereční palec"
467
+ :many: "{0} libry na čtvereční palec"
468
+ :one: "{0} libra na čtvereční palec"
469
+ :other: "{0} psi"
470
+ :proportion-karat:
471
+ :few: "{0} karáty"
472
+ :many: "{0} karátu"
473
+ :one: "{0} karát"
474
+ :other: "{0} karátů"
475
+ :speed-kilometer-per-hour:
476
+ :few: "{0} kilometry za hodinu"
477
+ :many: "{0} kilometru za hodinu"
478
+ :one: "{0} kilometr za hodinu"
479
+ :other: "{0} kilometrů za hodinu"
480
+ :speed-meter-per-second:
481
+ :few: "{0} metry za sekundu"
482
+ :many: "{0} metru za sekundu"
483
+ :one: "{0} metr za sekundu"
484
+ :other: "{0} metrů za sekundu"
485
+ :speed-mile-per-hour:
486
+ :few: "{0} míle za hodinu"
487
+ :many: "{0} míle za hodinu"
488
+ :one: "{0} míle za hodinu"
489
+ :other: "{0} mil za hodinu"
490
+ :temperature-celsius:
491
+ :few: "{0} stupně Celsia"
492
+ :many: "{0} stupně Celsia"
493
+ :one: "{0} stupeň Celsia"
494
+ :other: "{0} stupňů Celsia"
495
+ :temperature-fahrenheit:
496
+ :few: "{0} stupně Fahrenheita"
497
+ :many: "{0} stupně Fahrenheita"
498
+ :one: "{0} stupeň Fahrenheita"
499
+ :other: "{0} stupňů Fahrenheita"
500
+ :temperature-kelvin:
501
+ :few: "{0} kelviny"
502
+ :many: "{0} kelvinu"
503
+ :one: "{0} kelvin"
504
+ :other: "{0} kelvinů"
505
+ :volume-acre-foot:
506
+ :few: "{0} akro-stopy"
507
+ :many: "{0} akro-stopy"
508
+ :one: "{0} akro-stopa"
509
+ :other: "{0} akro-stop"
510
+ :volume-bushel:
511
+ :few: "{0} bušly"
512
+ :many: "{0} bušlu"
513
+ :one: "{0} bušl"
514
+ :other: "{0} bušlů"
515
+ :volume-centiliter:
516
+ :few: "{0} centilitry"
517
+ :many: "{0} centilitru"
518
+ :one: "{0} centilitr"
519
+ :other: "{0} centilitrů"
520
+ :volume-cubic-centimeter:
521
+ :few: "{0} centimetry krychlové"
522
+ :many: "{0} centimetru krychlového"
523
+ :one: "{0} centimetr krychlový"
524
+ :other: "{0} centimetrů krychlových"
525
+ :volume-cubic-foot:
526
+ :few: "{0} stopy krychlové"
527
+ :many: "{0} stopy krychlové"
528
+ :one: "{0} stopa krychlová"
529
+ :other: "{0} stop krychlových"
530
+ :volume-cubic-inch:
531
+ :few: "{0} palce krychlové"
532
+ :many: "{0} palce krychlového"
533
+ :one: "{0} palec krychlový"
534
+ :other: "{0} palců krychlových"
535
+ :volume-cubic-kilometer:
536
+ :few: "{0} kilometry krychlové"
537
+ :many: "{0} kilometru krychlového"
538
+ :one: "{0} kilometr krychlový"
539
+ :other: "{0} kilometrů krychlových"
540
+ :volume-cubic-meter:
541
+ :few: "{0} metry krychlové"
542
+ :many: "{0} metru krychlového"
543
+ :one: "{0} metr krychlový"
544
+ :other: "{0} metrů krychlových"
545
+ :volume-cubic-mile:
546
+ :few: "{0} míle krychlové"
547
+ :many: "{0} míle krychlové"
548
+ :one: "{0} míle krychlová"
549
+ :other: "{0} mil krychlových"
550
+ :volume-cubic-yard:
551
+ :few: "{0} yardy krychlové"
552
+ :many: "{0} yardu krychlového"
553
+ :one: "{0} yard krychlový"
554
+ :other: "{0} yardů krychlových"
555
+ :volume-cup:
556
+ :few: "{0} šálky"
557
+ :many: "{0} šálku"
558
+ :one: "{0} šálek"
559
+ :other: "{0} šálků"
560
+ :volume-deciliter:
561
+ :few: "{0} decilitry"
562
+ :many: "{0} decilitru"
563
+ :one: "{0} decilitr"
564
+ :other: "{0} decilitrů"
565
+ :volume-fluid-ounce:
566
+ :few: "{0} kapalinové unce"
567
+ :many: "{0} kapalinové unce"
568
+ :one: "{0} kapalinová unce"
569
+ :other: "{0} kapalinových uncí"
570
+ :volume-gallon:
571
+ :few: "{0} galony"
572
+ :many: "{0} galonu"
573
+ :one: "{0} galon"
574
+ :other: "{0} galonů"
575
+ :volume-hectoliter:
576
+ :few: "{0} hektolitry"
577
+ :many: "{0} hektolitru"
578
+ :one: "{0} hektolitr"
579
+ :other: "{0} hektolitrů"
580
+ :volume-liter:
581
+ :few: "{0} litry"
582
+ :many: "{0} litru"
583
+ :one: "{0} litr"
584
+ :other: "{0} litrů"
585
+ :volume-megaliter:
586
+ :few: "{0} megalitry"
587
+ :many: "{0} megalitru"
588
+ :one: "{0} megalitr"
589
+ :other: "{0} megalitrů"
590
+ :volume-milliliter:
591
+ :few: "{0} mililitry"
592
+ :many: "{0} mililitru"
593
+ :one: "{0} mililitr"
594
+ :other: "{0} mililitrů"
595
+ :volume-pint:
596
+ :few: "{0} pinty"
597
+ :many: "{0} pinty"
598
+ :one: "{0} pinta"
599
+ :other: "{0} pint"
600
+ :volume-quart:
601
+ :few: "{0} kvarty"
602
+ :many: "{0} kvartu"
603
+ :one: "{0} kvart"
604
+ :other: "{0} kvartů"
605
+ :volume-tablespoon:
606
+ :few: "{0} lžíce"
607
+ :many: "{0} lžíce"
608
+ :one: "{0} lžíce"
609
+ :other: "{0} lžic"
610
+ :volume-teaspoon:
611
+ :few: "{0} lžičky"
612
+ :many: "{0} lžičky"
613
+ :one: "{0} lžička"
614
+ :other: "{0} lžiček"
615
+ :narrow:
616
+ :acceleration-g-force:
617
+ :few: "{0} G"
618
+ :many: "{0} G"
619
+ :one: "{0} G"
620
+ :other: "{0} G"
621
+ :acceleration-meter-per-second-squared:
622
+ :few: "{0} m/s²"
623
+ :many: "{0} m/s²"
624
+ :one: "{0} m/s²"
625
+ :other: "{0} m/s²"
626
+ :angle-arc-minute:
627
+ :few: "{0}′"
628
+ :many: "{0}′"
629
+ :one: "{0}′"
630
+ :other: "{0}′"
631
+ :angle-arc-second:
632
+ :few: "{0}″"
633
+ :many: "{0}″"
634
+ :one: "{0}″"
635
+ :other: "{0}″"
636
+ :angle-degree:
637
+ :few: "{0}°"
638
+ :many: "{0}°"
639
+ :one: "{0}°"
640
+ :other: "{0}°"
641
+ :angle-radian:
642
+ :few: "{0} rad"
643
+ :many: "{0} rad"
644
+ :one: "{0} rad"
645
+ :other: "{0} rad"
646
+ :area-acre:
647
+ :few: "{0} ac"
648
+ :many: "{0} ac"
649
+ :one: "{0} ac"
650
+ :other: "{0} ac"
651
+ :area-hectare:
652
+ :few: "{0} ha"
653
+ :many: "{0} ha"
654
+ :one: "{0} ha"
655
+ :other: "{0} ha"
656
+ :area-square-centimeter:
657
+ :few: "{0} cm²"
658
+ :many: "{0} cm²"
659
+ :one: "{0} cm²"
660
+ :other: "{0} cm²"
661
+ :area-square-foot:
662
+ :few: "{0} ft²"
663
+ :many: "{0} ft²"
664
+ :one: "{0} ft²"
665
+ :other: "{0} ft²"
666
+ :area-square-inch:
667
+ :few: "{0} in²"
668
+ :many: "{0} in²"
669
+ :one: "{0} in²"
670
+ :other: "{0} in²"
671
+ :area-square-kilometer:
672
+ :few: "{0} km²"
673
+ :many: "{0} km²"
674
+ :one: "{0} km²"
675
+ :other: "{0} km²"
676
+ :area-square-meter:
677
+ :few: "{0} m²"
678
+ :many: "{0} m²"
679
+ :one: "{0} m²"
680
+ :other: "{0} m²"
681
+ :area-square-mile:
682
+ :few: "{0} mi²"
683
+ :many: "{0} mi²"
684
+ :one: "{0} mi²"
685
+ :other: "{0} mi²"
686
+ :area-square-yard:
687
+ :few: "{0} yd²"
688
+ :many: "{0} yd²"
689
+ :one: "{0} yd²"
690
+ :other: "{0} yd²"
691
+ :consumption-liter-per-kilometer:
692
+ :few: "{0} l/km"
693
+ :many: "{0} l/km"
694
+ :one: "{0} l/km"
695
+ :other: "{0} l/km"
696
+ :consumption-mile-per-gallon:
697
+ :few: "{0} mpg"
698
+ :many: "{0} mpg"
699
+ :one: "{0} mpg"
700
+ :other: "{0} mpg"
701
+ :digital-bit:
702
+ :few: "{0} bity"
703
+ :many: "{0} bitu"
704
+ :one: "{0} bit"
705
+ :other: "{0} bitů"
706
+ :digital-byte:
707
+ :few: "{0} bajty"
708
+ :many: "{0} bajtu"
709
+ :one: "{0} bajt"
710
+ :other: "{0} bajtů"
711
+ :digital-gigabit:
712
+ :few: "{0} Gb"
713
+ :many: "{0} Gb"
714
+ :one: "{0} Gb"
715
+ :other: "{0} Gb"
716
+ :digital-gigabyte:
717
+ :few: "{0} GB"
718
+ :many: "{0} GB"
719
+ :one: "{0} GB"
720
+ :other: "{0} GB"
721
+ :digital-kilobit:
722
+ :few: "{0} kb"
723
+ :many: "{0} kb"
724
+ :one: "{0} kb"
725
+ :other: "{0} kb"
726
+ :digital-kilobyte:
727
+ :few: "{0} kB"
728
+ :many: "{0} kB"
729
+ :one: "{0} kB"
730
+ :other: "{0} kB"
731
+ :digital-megabit:
732
+ :few: "{0} Mb"
733
+ :many: "{0} Mb"
734
+ :one: "{0} Mb"
735
+ :other: "{0} Mb"
736
+ :digital-megabyte:
737
+ :few: "{0} MB"
738
+ :many: "{0} MB"
739
+ :one: "{0} MB"
740
+ :other: "{0} MB"
741
+ :digital-terabit:
742
+ :few: "{0} Tb"
743
+ :many: "{0} Tb"
744
+ :one: "{0} Tb"
745
+ :other: "{0} Tb"
746
+ :digital-terabyte:
747
+ :few: "{0} TB"
748
+ :many: "{0} TB"
749
+ :one: "{0} TB"
750
+ :other: "{0} TB"
751
+ :duration-day:
752
+ :few: "{0} d"
753
+ :many: "{0} d"
754
+ :one: "{0} d"
755
+ :other: "{0} d"
756
+ :duration-hour:
757
+ :few: "{0} h"
758
+ :many: "{0} h"
759
+ :one: "{0} h"
760
+ :other: "{0} h"
761
+ :duration-microsecond:
762
+ :few: "{0} μs"
763
+ :many: "{0} μs"
764
+ :one: "{0} μs"
765
+ :other: "{0} μs"
766
+ :duration-millisecond:
767
+ :few: "{0} ms"
768
+ :many: "{0} ms"
769
+ :one: "{0} ms"
770
+ :other: "{0} ms"
771
+ :duration-minute:
772
+ :few: "{0} m"
773
+ :many: "{0} m"
774
+ :one: "{0} m"
775
+ :other: "{0} m"
776
+ :duration-month:
777
+ :few: "{0} m"
778
+ :many: "{0} m"
779
+ :one: "{0} m"
780
+ :other: "{0} m"
781
+ :duration-nanosecond:
782
+ :few: "{0} ns"
783
+ :many: "{0} ns"
784
+ :one: "{0} ns"
785
+ :other: "{0} ns"
786
+ :duration-second:
787
+ :few: "{0} s"
788
+ :many: "{0} s"
789
+ :one: "{0} s"
790
+ :other: "{0} s"
791
+ :duration-week:
792
+ :few: "{0} t"
793
+ :many: "{0} t"
794
+ :one: "{0} t"
795
+ :other: "{0} t"
796
+ :duration-year:
797
+ :few: "{0} r"
798
+ :many: "{0} r"
799
+ :one: "{0} r"
800
+ :other: "{0} r"
801
+ :electric-ampere:
802
+ :few: "{0} A"
803
+ :many: "{0} A"
804
+ :one: "{0} A"
805
+ :other: "{0} A"
806
+ :electric-milliampere:
807
+ :few: "{0} mA"
808
+ :many: "{0} mA"
809
+ :one: "{0} mA"
810
+ :other: "{0} mA"
811
+ :electric-ohm:
812
+ :few: "{0} Ω"
813
+ :many: "{0} Ω"
814
+ :one: "{0} Ω"
815
+ :other: "{0} Ω"
816
+ :electric-volt:
817
+ :few: "{0} V"
818
+ :many: "{0} V"
819
+ :one: "{0} V"
820
+ :other: "{0} V"
821
+ :energy-calorie:
822
+ :few: "{0} cal"
823
+ :many: "{0} cal"
824
+ :one: "{0} cal"
825
+ :other: "{0} cal"
826
+ :energy-foodcalorie:
827
+ :few: "{0} kcal"
828
+ :many: "{0} kcal"
829
+ :one: "{0} kcal"
830
+ :other: "{0} kcal"
831
+ :energy-joule:
832
+ :few: "{0} J"
833
+ :many: "{0} J"
834
+ :one: "{0} J"
835
+ :other: "{0} J"
836
+ :energy-kilocalorie:
837
+ :few: "{0} kcal"
838
+ :many: "{0} kcal"
839
+ :one: "{0} kcal"
840
+ :other: "{0} kcal"
841
+ :energy-kilojoule:
842
+ :few: "{0} kJ"
843
+ :many: "{0} kJ"
844
+ :one: "{0} kJ"
845
+ :other: "{0} kJ"
846
+ :energy-kilowatt-hour:
847
+ :few: "{0} kWh"
848
+ :many: "{0} kWh"
849
+ :one: "{0} kWh"
850
+ :other: "{0} kWh"
851
+ :frequency-gigahertz:
852
+ :few: "{0} GHz"
853
+ :many: "{0} GHz"
854
+ :one: "{0} GHz"
855
+ :other: "{0} GHz"
856
+ :frequency-hertz:
857
+ :few: "{0} Hz"
858
+ :many: "{0} Hz"
859
+ :one: "{0} Hz"
860
+ :other: "{0} Hz"
861
+ :frequency-kilohertz:
862
+ :few: "{0} kHz"
863
+ :many: "{0} kHz"
864
+ :one: "{0} kHz"
865
+ :other: "{0} kHz"
866
+ :frequency-megahertz:
867
+ :few: "{0} MHz"
868
+ :many: "{0} MHz"
869
+ :one: "{0} MHz"
870
+ :other: "{0} MHz"
871
+ :length-astronomical-unit:
872
+ :few: "{0} au"
873
+ :many: "{0} au"
874
+ :one: "{0} au"
875
+ :other: "{0} au"
876
+ :length-centimeter:
877
+ :few: "{0} cm"
878
+ :many: "{0} cm"
879
+ :one: "{0} cm"
880
+ :other: "{0} cm"
881
+ :length-decimeter:
882
+ :few: "{0} dm"
883
+ :many: "{0} dm"
884
+ :one: "{0} dm"
885
+ :other: "{0} dm"
886
+ :length-fathom:
887
+ :few: "{0} fm"
888
+ :many: "{0} fm"
889
+ :one: "{0} fm"
890
+ :other: "{0} fm"
891
+ :length-foot:
892
+ :few: "{0}′"
893
+ :many: "{0}′"
894
+ :one: "{0}′"
895
+ :other: "{0}′"
896
+ :length-furlong:
897
+ :few: "{0} fur"
898
+ :many: "{0} fur"
899
+ :one: "{0} fur"
900
+ :other: "{0} fur"
901
+ :length-inch:
902
+ :few: "{0}″"
903
+ :many: "{0}″"
904
+ :one: "{0}″"
905
+ :other: "{0}″"
906
+ :length-kilometer:
907
+ :few: "{0} km"
908
+ :many: "{0} km"
909
+ :one: "{0} km"
910
+ :other: "{0} km"
911
+ :length-light-year:
912
+ :few: "{0} ly"
913
+ :many: "{0} ly"
914
+ :one: "{0} ly"
915
+ :other: "{0} ly"
916
+ :length-meter:
917
+ :few: "{0} m"
918
+ :many: "{0} m"
919
+ :one: "{0} m"
920
+ :other: "{0} m"
921
+ :length-micrometer:
922
+ :few: "{0} µm"
923
+ :many: "{0} µm"
924
+ :one: "{0} µm"
925
+ :other: "{0} µm"
926
+ :length-mile:
927
+ :few: "{0} mi"
928
+ :many: "{0} mi"
929
+ :one: "{0} mi"
930
+ :other: "{0} mi"
931
+ :length-millimeter:
932
+ :few: "{0} mm"
933
+ :many: "{0} mm"
934
+ :one: "{0} mm"
935
+ :other: "{0} mm"
936
+ :length-nanometer:
937
+ :few: "{0} nm"
938
+ :many: "{0} nm"
939
+ :one: "{0} nm"
940
+ :other: "{0} nm"
941
+ :length-nautical-mile:
942
+ :few: "{0} nmi"
943
+ :many: "{0} nmi"
944
+ :one: "{0} nmi"
945
+ :other: "{0} nmi"
946
+ :length-parsec:
947
+ :few: "{0} pc"
948
+ :many: "{0} pc"
949
+ :one: "{0} pc"
950
+ :other: "{0} pc"
951
+ :length-picometer:
952
+ :few: "{0} pm"
953
+ :many: "{0} pm"
954
+ :one: "{0} pm"
955
+ :other: "{0} pm"
956
+ :length-yard:
957
+ :few: "{0} yd"
958
+ :many: "{0} yd"
959
+ :one: "{0} yd"
960
+ :other: "{0} yd"
961
+ :light-lux:
962
+ :few: "{0} lx"
963
+ :many: "{0} lx"
964
+ :one: "{0} lx"
965
+ :other: "{0} lx"
966
+ :mass-carat:
967
+ :few: "{0} CD"
968
+ :many: "{0} CD"
969
+ :one: "{0} CD"
970
+ :other: "{0} CD"
971
+ :mass-gram:
972
+ :few: "{0} g"
973
+ :many: "{0} g"
974
+ :one: "{0} g"
975
+ :other: "{0} g"
976
+ :mass-kilogram:
977
+ :few: "{0} kg"
978
+ :many: "{0} kg"
979
+ :one: "{0} kg"
980
+ :other: "{0} kg"
981
+ :mass-metric-ton:
982
+ :few: "{0} mt"
983
+ :many: "{0} mt"
984
+ :one: "{0} mt"
985
+ :other: "{0} mt"
986
+ :mass-microgram:
987
+ :few: "{0} µg"
988
+ :many: "{0} µg"
989
+ :one: "{0} µg"
990
+ :other: "{0} µg"
991
+ :mass-milligram:
992
+ :few: "{0} mg"
993
+ :many: "{0} mg"
994
+ :one: "{0} mg"
995
+ :other: "{0} mg"
996
+ :mass-ounce:
997
+ :few: "{0} oz"
998
+ :many: "{0} oz"
999
+ :one: "{0} oz"
1000
+ :other: "{0} oz"
1001
+ :mass-ounce-troy:
1002
+ :few: "{0} oz t"
1003
+ :many: "{0} oz t"
1004
+ :one: "{0} oz t"
1005
+ :other: "{0} oz t"
1006
+ :mass-pound:
1007
+ :few: "{0} lb"
1008
+ :many: "{0} lb"
1009
+ :one: "{0} lb"
1010
+ :other: "{0} lb"
1011
+ :mass-stone:
1012
+ :few: "{0} st"
1013
+ :many: "{0} st"
1014
+ :one: "{0} st"
1015
+ :other: "{0} st"
1016
+ :mass-ton:
1017
+ :few: "{0} t"
1018
+ :many: "{0} t"
1019
+ :one: "{0} t"
1020
+ :other: "{0} t"
1021
+ :power-gigawatt:
1022
+ :few: "{0} GW"
1023
+ :many: "{0} GW"
1024
+ :one: "{0} GW"
1025
+ :other: "{0} GW"
1026
+ :power-horsepower:
1027
+ :few: "{0} hp"
1028
+ :many: "{0} hp"
1029
+ :one: "{0} hp"
1030
+ :other: "{0} hp"
1031
+ :power-kilowatt:
1032
+ :few: "{0} kW"
1033
+ :many: "{0} kW"
1034
+ :one: "{0} kW"
1035
+ :other: "{0} kW"
1036
+ :power-megawatt:
1037
+ :few: "{0} MW"
1038
+ :many: "{0} MW"
1039
+ :one: "{0} MW"
1040
+ :other: "{0} MW"
1041
+ :power-milliwatt:
1042
+ :few: "{0} mW"
1043
+ :many: "{0} mW"
1044
+ :one: "{0} mW"
1045
+ :other: "{0} mW"
1046
+ :power-watt:
1047
+ :few: "{0} W"
1048
+ :many: "{0} W"
1049
+ :one: "{0} W"
1050
+ :other: "{0} W"
1051
+ :pressure-hectopascal:
1052
+ :few: "{0} hPa"
1053
+ :many: "{0} hPa"
1054
+ :one: "{0} hPa"
1055
+ :other: "{0} hPa"
1056
+ :pressure-inch-hg:
1057
+ :few: "{0} inHg"
1058
+ :many: "{0} inHg"
1059
+ :one: "{0} inHg"
1060
+ :other: "{0} inHg"
1061
+ :pressure-millibar:
1062
+ :few: "{0} mb"
1063
+ :many: "{0} mb"
1064
+ :one: "{0} mb"
1065
+ :other: "{0} mb"
1066
+ :pressure-millimeter-of-mercury:
1067
+ :few: "{0} mm Hg"
1068
+ :many: "{0} mm Hg"
1069
+ :one: "{0} mm Hg"
1070
+ :other: "{0} mm Hg"
1071
+ :pressure-pound-per-square-inch:
1072
+ :few: "{0} psi"
1073
+ :many: "{0} psi"
1074
+ :one: "{0} psi"
1075
+ :other: "{0} psi"
1076
+ :proportion-karat:
1077
+ :few: "{0} kt"
1078
+ :many: "{0} kt"
1079
+ :one: "{0} kt"
1080
+ :other: "{0} kt"
1081
+ :speed-kilometer-per-hour:
1082
+ :few: "{0} km/h"
1083
+ :many: "{0} km/h"
1084
+ :one: "{0} km/h"
1085
+ :other: "{0} km/h"
1086
+ :speed-meter-per-second:
1087
+ :few: "{0} m/s"
1088
+ :many: "{0} m/s"
1089
+ :one: "{0} m/s"
1090
+ :other: "{0} m/s"
1091
+ :speed-mile-per-hour:
1092
+ :few: "{0} mi/h"
1093
+ :many: "{0} mi/h"
1094
+ :one: "{0} mi/h"
1095
+ :other: "{0} mi/h"
1096
+ :temperature-celsius:
1097
+ :few: "{0} °C"
1098
+ :many: "{0} °C"
1099
+ :one: "{0} °C"
1100
+ :other: "{0} °C"
1101
+ :temperature-fahrenheit:
1102
+ :few: "{0} °F"
1103
+ :many: "{0} °F"
1104
+ :one: "{0} °F"
1105
+ :other: "{0} °F"
1106
+ :temperature-kelvin:
1107
+ :few: "{0} K"
1108
+ :many: "{0} K"
1109
+ :one: "{0} K"
1110
+ :other: "{0} K"
1111
+ :volume-acre-foot:
1112
+ :few: "{0} ac ft"
1113
+ :many: "{0} ac ft"
1114
+ :one: "{0} ac ft"
1115
+ :other: "{0} ac ft"
1116
+ :volume-bushel:
1117
+ :few: "{0} bu"
1118
+ :many: "{0} bu"
1119
+ :one: "{0} bu"
1120
+ :other: "{0} bu"
1121
+ :volume-centiliter:
1122
+ :few: "{0} cl"
1123
+ :many: "{0} cl"
1124
+ :one: "{0} cl"
1125
+ :other: "{0} cl"
1126
+ :volume-cubic-centimeter:
1127
+ :few: "{0} cm³"
1128
+ :many: "{0} cm³"
1129
+ :one: "{0} cm³"
1130
+ :other: "{0} cm³"
1131
+ :volume-cubic-foot:
1132
+ :few: "{0} ft³"
1133
+ :many: "{0} ft³"
1134
+ :one: "{0} ft³"
1135
+ :other: "{0} ft³"
1136
+ :volume-cubic-inch:
1137
+ :few: "{0} in³"
1138
+ :many: "{0} in³"
1139
+ :one: "{0} in³"
1140
+ :other: "{0} in³"
1141
+ :volume-cubic-kilometer:
1142
+ :few: "{0} km³"
1143
+ :many: "{0} km³"
1144
+ :one: "{0} km³"
1145
+ :other: "{0} km³"
1146
+ :volume-cubic-meter:
1147
+ :few: "{0} m³"
1148
+ :many: "{0} m³"
1149
+ :one: "{0} m³"
1150
+ :other: "{0} m³"
1151
+ :volume-cubic-mile:
1152
+ :few: "{0} mi³"
1153
+ :many: "{0} mi³"
1154
+ :one: "{0} mi³"
1155
+ :other: "{0} mi³"
1156
+ :volume-cubic-yard:
1157
+ :few: "{0} yd³"
1158
+ :many: "{0} yd³"
1159
+ :one: "{0} yd³"
1160
+ :other: "{0} yd³"
1161
+ :volume-cup:
1162
+ :few: "{0} c"
1163
+ :many: "{0} c"
1164
+ :one: "{0} c"
1165
+ :other: "{0} c"
1166
+ :volume-deciliter:
1167
+ :few: "{0} dl"
1168
+ :many: "{0} dl"
1169
+ :one: "{0} dl"
1170
+ :other: "{0} dl"
1171
+ :volume-fluid-ounce:
1172
+ :few: "{0} fl oz"
1173
+ :many: "{0} fl oz"
1174
+ :one: "{0} fl oz"
1175
+ :other: "{0} fl oz"
1176
+ :volume-gallon:
1177
+ :few: "{0} gal"
1178
+ :many: "{0} gal"
1179
+ :one: "{0} gal"
1180
+ :other: "{0} gal"
1181
+ :volume-hectoliter:
1182
+ :few: "{0} hl"
1183
+ :many: "{0} hl"
1184
+ :one: "{0} hl"
1185
+ :other: "{0} hl"
1186
+ :volume-liter:
1187
+ :few: "{0} l"
1188
+ :many: "{0} l"
1189
+ :one: "{0} l"
1190
+ :other: "{0} l"
1191
+ :volume-megaliter:
1192
+ :few: "{0} Ml"
1193
+ :many: "{0} Ml"
1194
+ :one: "{0} Ml"
1195
+ :other: "{0} Ml"
1196
+ :volume-milliliter:
1197
+ :few: "{0} ml"
1198
+ :many: "{0} ml"
1199
+ :one: "{0} ml"
1200
+ :other: "{0} ml"
1201
+ :volume-pint:
1202
+ :few: "{0} pt"
1203
+ :many: "{0} pt"
1204
+ :one: "{0} pt"
1205
+ :other: "{0} pt"
1206
+ :volume-quart:
1207
+ :few: "{0} qt"
1208
+ :many: "{0} qt"
1209
+ :one: "{0} qt"
1210
+ :other: "{0} qt"
1211
+ :volume-tablespoon:
1212
+ :few: "{0} tbsp"
1213
+ :many: "{0} tbsp"
1214
+ :one: "{0} tbsp"
1215
+ :other: "{0} tbsp"
1216
+ :volume-teaspoon:
1217
+ :few: "{0} tsp"
1218
+ :many: "{0} tsp"
1219
+ :one: "{0} tsp"
1220
+ :other: "{0} tsp"
9
1221
  :short:
10
- :few: "{0} dny"
11
- :one: "{0} den"
12
- :other: "{0} dní"
13
- :day-future:
14
- :default:
15
- :few: "za {0} dny"
16
- :one: "za {0} den"
17
- :other: "za {0} dní"
18
- :day-past:
19
- :default:
20
- :few: "před {0} dny"
21
- :one: "před {0} dnem"
22
- :other: "před {0} dny"
23
- :hour:
24
- :default:
25
- :few: "{0} hodiny"
26
- :one: "{0} hodina"
27
- :other: "{0} hodin"
28
- :short:
29
- :few: "{0} hod."
30
- :one: "{0} hod."
31
- :other: "{0} hod."
32
- :hour-future:
33
- :default:
34
- :few: "za {0} hodiny"
35
- :one: "za {0} hodinu"
36
- :other: "za {0} hodin"
37
- :hour-past:
38
- :default:
39
- :few: "před {0} hodinami"
40
- :one: "před {0} hodinou"
41
- :other: "před {0} hodinami"
42
- :minute:
43
- :default:
44
- :few: "{0} minuty"
45
- :one: "{0} minuta"
46
- :other: "{0} minut"
47
- :short:
48
- :few: "{0} min."
49
- :one: "{0} min."
50
- :other: "{0} min."
51
- :minute-future:
52
- :default:
53
- :few: "za {0} minuty"
54
- :one: "za {0} minutu"
55
- :other: "za {0} minut"
56
- :minute-past:
57
- :default:
58
- :few: "před {0} minutami"
59
- :one: "před {0} minutou"
60
- :other: "před {0} minutami"
61
- :month:
62
- :default:
63
- :few: "{0} měsíce"
64
- :one: "{0} měsíc"
65
- :other: "{0} měsíců"
66
- :short:
67
- :few: "{0} měs."
68
- :one: "{0} měs."
69
- :other: "{0} měs."
70
- :month-future:
71
- :default:
72
- :few: "za {0} měsíce"
73
- :one: "za {0} měsíc"
74
- :other: "za {0} měsíců"
75
- :month-past:
76
- :default:
77
- :few: "před {0} měsíci"
78
- :one: "před {0} měsícem"
79
- :other: "před {0} měsíci"
80
- :second:
81
- :default:
82
- :few: "{0} sekundy"
83
- :one: "{0} sekunda"
84
- :other: "{0} sekund"
85
- :short:
86
- :few: "{0} sek."
87
- :one: "{0} sek."
88
- :other: "{0} sek."
89
- :second-future:
90
- :default:
91
- :few: "za {0} sekundy"
92
- :one: "za {0} sekundu"
93
- :other: "za {0} sekund"
94
- :second-past:
95
- :default:
96
- :few: "před {0} sekundami"
97
- :one: "před {0} sekundou"
98
- :other: "před {0} sekundami"
99
- :week:
100
- :default:
101
- :few: "{0} týdny"
102
- :one: "{0} týden"
103
- :other: "{0} týdnů"
104
- :short:
105
- :few: "{0} týd."
106
- :one: "{0} týd."
107
- :other: "{0} týd."
108
- :week-future:
109
- :default:
110
- :few: "za {0} týdny"
111
- :one: "za {0} týden"
112
- :other: "za {0} týdnů"
113
- :week-past:
114
- :default:
115
- :few: "před {0} týdny"
116
- :one: "před {0} týdnem"
117
- :other: "před {0} týdny"
118
- :year:
119
- :default:
120
- :few: "{0} roky"
121
- :one: "{0} rok"
122
- :other: "{0} let"
123
- :short:
124
- :few: "{0} roky"
125
- :one: "{0} rok"
126
- :other: "{0} let"
127
- :year-future:
128
- :default:
129
- :few: "za {0} roky"
130
- :one: "za {0} rok"
131
- :other: "za {0} let"
132
- :year-past:
133
- :default:
134
- :few: "před {0} lety"
135
- :one: "před {0} rokem"
136
- :other: "před {0} lety"
1222
+ :acceleration-g-force:
1223
+ :few: "{0} G"
1224
+ :many: "{0} G"
1225
+ :one: "{0} G"
1226
+ :other: "{0} G"
1227
+ :acceleration-meter-per-second-squared:
1228
+ :few: "{0} m/s²"
1229
+ :many: "{0} m/s²"
1230
+ :one: "{0} m/s²"
1231
+ :other: "{0} m/s²"
1232
+ :angle-arc-minute:
1233
+ :few: "{0}"
1234
+ :many: "{0}"
1235
+ :one: "{0}′"
1236
+ :other: "{0}′"
1237
+ :angle-arc-second:
1238
+ :few: "{0}"
1239
+ :many: "{0}"
1240
+ :one: "{0}″"
1241
+ :other: "{0}"
1242
+ :angle-degree:
1243
+ :few: "{0}°"
1244
+ :many: "{0}°"
1245
+ :one: "{0}°"
1246
+ :other: "{0}°"
1247
+ :angle-radian:
1248
+ :few: "{0} rad"
1249
+ :many: "{0} rad"
1250
+ :one: "{0} rad"
1251
+ :other: "{0} rad"
1252
+ :area-acre:
1253
+ :few: "{0} ac"
1254
+ :many: "{0} ac"
1255
+ :one: "{0} ac"
1256
+ :other: "{0} ac"
1257
+ :area-hectare:
1258
+ :few: "{0} ha"
1259
+ :many: "{0} ha"
1260
+ :one: "{0} ha"
1261
+ :other: "{0} ha"
1262
+ :area-square-centimeter:
1263
+ :few: "{0} cm²"
1264
+ :many: "{0} cm²"
1265
+ :one: "{0} cm²"
1266
+ :other: "{0} cm²"
1267
+ :area-square-foot:
1268
+ :few: "{0} ft²"
1269
+ :many: "{0} ft²"
1270
+ :one: "{0} ft²"
1271
+ :other: "{0} ft²"
1272
+ :area-square-inch:
1273
+ :few: "{0} in²"
1274
+ :many: "{0} in²"
1275
+ :one: "{0} in²"
1276
+ :other: "{0} in²"
1277
+ :area-square-kilometer:
1278
+ :few: "{0} km²"
1279
+ :many: "{0} km²"
1280
+ :one: "{0} km²"
1281
+ :other: "{0} km²"
1282
+ :area-square-meter:
1283
+ :few: "{0} m²"
1284
+ :many: "{0} "
1285
+ :one: "{0} "
1286
+ :other: "{0} "
1287
+ :area-square-mile:
1288
+ :few: "{0} mi²"
1289
+ :many: "{0} mi²"
1290
+ :one: "{0} mi²"
1291
+ :other: "{0} mi²"
1292
+ :area-square-yard:
1293
+ :few: "{0} yd²"
1294
+ :many: "{0} yd²"
1295
+ :one: "{0} yd²"
1296
+ :other: "{0} yd²"
1297
+ :consumption-liter-per-kilometer:
1298
+ :few: "{0} l/km"
1299
+ :many: "{0} l/km"
1300
+ :one: "{0} l/km"
1301
+ :other: "{0} l/km"
1302
+ :consumption-mile-per-gallon:
1303
+ :few: "{0} mpg"
1304
+ :many: "{0} mpg"
1305
+ :one: "{0} mpg"
1306
+ :other: "{0} mpg"
1307
+ :digital-bit:
1308
+ :few: "{0} bity"
1309
+ :many: "{0} bitu"
1310
+ :one: "{0} bit"
1311
+ :other: "{0} bitů"
1312
+ :digital-byte:
1313
+ :few: "{0} bajty"
1314
+ :many: "{0} bajtu"
1315
+ :one: "{0} bajt"
1316
+ :other: "{0} bajtů"
1317
+ :digital-gigabit:
1318
+ :few: "{0} Gb"
1319
+ :many: "{0} Gb"
1320
+ :one: "{0} Gb"
1321
+ :other: "{0} Gb"
1322
+ :digital-gigabyte:
1323
+ :few: "{0} GB"
1324
+ :many: "{0} GB"
1325
+ :one: "{0} GB"
1326
+ :other: "{0} GB"
1327
+ :digital-kilobit:
1328
+ :few: "{0} kb"
1329
+ :many: "{0} kb"
1330
+ :one: "{0} kb"
1331
+ :other: "{0} kb"
1332
+ :digital-kilobyte:
1333
+ :few: "{0} kB"
1334
+ :many: "{0} kB"
1335
+ :one: "{0} kB"
1336
+ :other: "{0} kB"
1337
+ :digital-megabit:
1338
+ :few: "{0} Mb"
1339
+ :many: "{0} Mb"
1340
+ :one: "{0} Mb"
1341
+ :other: "{0} Mb"
1342
+ :digital-megabyte:
1343
+ :few: "{0} MB"
1344
+ :many: "{0} MB"
1345
+ :one: "{0} MB"
1346
+ :other: "{0} MB"
1347
+ :digital-terabit:
1348
+ :few: "{0} Tb"
1349
+ :many: "{0} Tb"
1350
+ :one: "{0} Tb"
1351
+ :other: "{0} Tb"
1352
+ :digital-terabyte:
1353
+ :few: "{0} TB"
1354
+ :many: "{0} TB"
1355
+ :one: "{0} TB"
1356
+ :other: "{0} TB"
1357
+ :duration-day:
1358
+ :few: "{0} dny"
1359
+ :many: "{0} dne"
1360
+ :one: "{0} den"
1361
+ :other: "{0} dní"
1362
+ :duration-hour:
1363
+ :few: "{0} h"
1364
+ :many: "{0} h"
1365
+ :one: "{0} h"
1366
+ :other: "{0} h"
1367
+ :duration-microsecond:
1368
+ :few: "{0} μs"
1369
+ :many: "{0} μs"
1370
+ :one: "{0} μs"
1371
+ :other: "{0} μs"
1372
+ :duration-millisecond:
1373
+ :few: "{0} ms"
1374
+ :many: "{0} ms"
1375
+ :one: "{0} ms"
1376
+ :other: "{0} ms"
1377
+ :duration-minute:
1378
+ :few: "{0} min"
1379
+ :many: "{0} min"
1380
+ :one: "{0} min"
1381
+ :other: "{0} min"
1382
+ :duration-month:
1383
+ :few: "{0} měs."
1384
+ :many: "{0} měs."
1385
+ :one: "{0} měs."
1386
+ :other: "{0} měs."
1387
+ :duration-nanosecond:
1388
+ :few: "{0} ns"
1389
+ :many: "{0} ns"
1390
+ :one: "{0} ns"
1391
+ :other: "{0} ns"
1392
+ :duration-second:
1393
+ :few: "{0} s"
1394
+ :many: "{0} s"
1395
+ :one: "{0} s"
1396
+ :other: "{0} s"
1397
+ :duration-week:
1398
+ :few: "{0} týd."
1399
+ :many: "{0} týd."
1400
+ :one: "{0} týd."
1401
+ :other: "{0} týd."
1402
+ :duration-year:
1403
+ :few: "{0} roky"
1404
+ :many: "{0} roku"
1405
+ :one: "{0} rok"
1406
+ :other: "{0} let"
1407
+ :electric-ampere:
1408
+ :few: "{0} A"
1409
+ :many: "{0} A"
1410
+ :one: "{0} A"
1411
+ :other: "{0} A"
1412
+ :electric-milliampere:
1413
+ :few: "{0} mA"
1414
+ :many: "{0} mA"
1415
+ :one: "{0} mA"
1416
+ :other: "{0} mA"
1417
+ :electric-ohm:
1418
+ :few: "{0} Ω"
1419
+ :many: "{0} Ω"
1420
+ :one: "{0} Ω"
1421
+ :other: "{0} Ω"
1422
+ :electric-volt:
1423
+ :few: "{0} V"
1424
+ :many: "{0} V"
1425
+ :one: "{0} V"
1426
+ :other: "{0} V"
1427
+ :energy-calorie:
1428
+ :few: "{0} cal"
1429
+ :many: "{0} cal"
1430
+ :one: "{0} cal"
1431
+ :other: "{0} cal"
1432
+ :energy-foodcalorie:
1433
+ :few: "{0} kcal"
1434
+ :many: "{0} kcal"
1435
+ :one: "{0} kcal"
1436
+ :other: "{0} kcal"
1437
+ :energy-joule:
1438
+ :few: "{0} J"
1439
+ :many: "{0} J"
1440
+ :one: "{0} J"
1441
+ :other: "{0} J"
1442
+ :energy-kilocalorie:
1443
+ :few: "{0} kcal"
1444
+ :many: "{0} kcal"
1445
+ :one: "{0} kcal"
1446
+ :other: "{0} kcal"
1447
+ :energy-kilojoule:
1448
+ :few: "{0} kJ"
1449
+ :many: "{0} kJ"
1450
+ :one: "{0} kJ"
1451
+ :other: "{0} kJ"
1452
+ :energy-kilowatt-hour:
1453
+ :few: "{0} kWh"
1454
+ :many: "{0} kWh"
1455
+ :one: "{0} kWh"
1456
+ :other: "{0} kWh"
1457
+ :frequency-gigahertz:
1458
+ :few: "{0} GHz"
1459
+ :many: "{0} GHz"
1460
+ :one: "{0} GHz"
1461
+ :other: "{0} GHz"
1462
+ :frequency-hertz:
1463
+ :few: "{0} Hz"
1464
+ :many: "{0} Hz"
1465
+ :one: "{0} Hz"
1466
+ :other: "{0} Hz"
1467
+ :frequency-kilohertz:
1468
+ :few: "{0} kHz"
1469
+ :many: "{0} kHz"
1470
+ :one: "{0} kHz"
1471
+ :other: "{0} kHz"
1472
+ :frequency-megahertz:
1473
+ :few: "{0} MHz"
1474
+ :many: "{0} MHz"
1475
+ :one: "{0} MHz"
1476
+ :other: "{0} MHz"
1477
+ :length-astronomical-unit:
1478
+ :few: "{0} au"
1479
+ :many: "{0} au"
1480
+ :one: "{0} au"
1481
+ :other: "{0} au"
1482
+ :length-centimeter:
1483
+ :few: "{0} cm"
1484
+ :many: "{0} cm"
1485
+ :one: "{0} cm"
1486
+ :other: "{0} cm"
1487
+ :length-decimeter:
1488
+ :few: "{0} dm"
1489
+ :many: "{0} dm"
1490
+ :one: "{0} dm"
1491
+ :other: "{0} dm"
1492
+ :length-fathom:
1493
+ :few: "{0} fm"
1494
+ :many: "{0} fm"
1495
+ :one: "{0} fm"
1496
+ :other: "{0} fm"
1497
+ :length-foot:
1498
+ :few: "{0} ft"
1499
+ :many: "{0} ft"
1500
+ :one: "{0} ft"
1501
+ :other: "{0} ft"
1502
+ :length-furlong:
1503
+ :few: "{0} fur"
1504
+ :many: "{0} fur"
1505
+ :one: "{0} fur"
1506
+ :other: "{0} fur"
1507
+ :length-inch:
1508
+ :few: "{0} in"
1509
+ :many: "{0} in"
1510
+ :one: "{0} in"
1511
+ :other: "{0} in"
1512
+ :length-kilometer:
1513
+ :few: "{0} km"
1514
+ :many: "{0} km"
1515
+ :one: "{0} km"
1516
+ :other: "{0} km"
1517
+ :length-light-year:
1518
+ :few: "{0} ly"
1519
+ :many: "{0} ly"
1520
+ :one: "{0} ly"
1521
+ :other: "{0} ly"
1522
+ :length-meter:
1523
+ :few: "{0} m"
1524
+ :many: "{0} m"
1525
+ :one: "{0} m"
1526
+ :other: "{0} m"
1527
+ :length-micrometer:
1528
+ :few: "{0} µm"
1529
+ :many: "{0} µm"
1530
+ :one: "{0} µm"
1531
+ :other: "{0} µm"
1532
+ :length-mile:
1533
+ :few: "{0} mi"
1534
+ :many: "{0} mi"
1535
+ :one: "{0} mi"
1536
+ :other: "{0} mi"
1537
+ :length-millimeter:
1538
+ :few: "{0} mm"
1539
+ :many: "{0} mm"
1540
+ :one: "{0} mm"
1541
+ :other: "{0} mm"
1542
+ :length-nanometer:
1543
+ :few: "{0} nm"
1544
+ :many: "{0} nm"
1545
+ :one: "{0} nm"
1546
+ :other: "{0} nm"
1547
+ :length-nautical-mile:
1548
+ :few: "{0} nmi"
1549
+ :many: "{0} nmi"
1550
+ :one: "{0} nmi"
1551
+ :other: "{0} nmi"
1552
+ :length-parsec:
1553
+ :few: "{0} pc"
1554
+ :many: "{0} pc"
1555
+ :one: "{0} pc"
1556
+ :other: "{0} pc"
1557
+ :length-picometer:
1558
+ :few: "{0} pm"
1559
+ :many: "{0} pm"
1560
+ :one: "{0} pm"
1561
+ :other: "{0} pm"
1562
+ :length-yard:
1563
+ :few: "{0} yd"
1564
+ :many: "{0} yd"
1565
+ :one: "{0} yd"
1566
+ :other: "{0} yd"
1567
+ :light-lux:
1568
+ :few: "{0} lx"
1569
+ :many: "{0} lx"
1570
+ :one: "{0} lx"
1571
+ :other: "{0} lx"
1572
+ :mass-carat:
1573
+ :few: "{0} CD"
1574
+ :many: "{0} CD"
1575
+ :one: "{0} CD"
1576
+ :other: "{0} CD"
1577
+ :mass-gram:
1578
+ :few: "{0} g"
1579
+ :many: "{0} g"
1580
+ :one: "{0} g"
1581
+ :other: "{0} g"
1582
+ :mass-kilogram:
1583
+ :few: "{0} kg"
1584
+ :many: "{0} kg"
1585
+ :one: "{0} kg"
1586
+ :other: "{0} kg"
1587
+ :mass-metric-ton:
1588
+ :few: "{0} mt"
1589
+ :many: "{0} mt"
1590
+ :one: "{0} mt"
1591
+ :other: "{0} mt"
1592
+ :mass-microgram:
1593
+ :few: "{0} µg"
1594
+ :many: "{0} µg"
1595
+ :one: "{0} µg"
1596
+ :other: "{0} µg"
1597
+ :mass-milligram:
1598
+ :few: "{0} mg"
1599
+ :many: "{0} mg"
1600
+ :one: "{0} mg"
1601
+ :other: "{0} mg"
1602
+ :mass-ounce:
1603
+ :few: "{0} oz"
1604
+ :many: "{0} oz"
1605
+ :one: "{0} oz"
1606
+ :other: "{0} oz"
1607
+ :mass-ounce-troy:
1608
+ :few: "{0} oz t"
1609
+ :many: "{0} oz t"
1610
+ :one: "{0} oz t"
1611
+ :other: "{0} oz t"
1612
+ :mass-pound:
1613
+ :few: "{0} lb"
1614
+ :many: "{0} lb"
1615
+ :one: "{0} lb"
1616
+ :other: "{0} lb"
1617
+ :mass-stone:
1618
+ :few: "{0} st"
1619
+ :many: "{0} st"
1620
+ :one: "{0} st"
1621
+ :other: "{0} st"
1622
+ :mass-ton:
1623
+ :few: "{0} t"
1624
+ :many: "{0} t"
1625
+ :one: "{0} t"
1626
+ :other: "{0} t"
1627
+ :power-gigawatt:
1628
+ :few: "{0} GW"
1629
+ :many: "{0} GW"
1630
+ :one: "{0} GW"
1631
+ :other: "{0} GW"
1632
+ :power-horsepower:
1633
+ :few: "{0} hp"
1634
+ :many: "{0} hp"
1635
+ :one: "{0} hp"
1636
+ :other: "{0} hp"
1637
+ :power-kilowatt:
1638
+ :few: "{0} kW"
1639
+ :many: "{0} kW"
1640
+ :one: "{0} kW"
1641
+ :other: "{0} kW"
1642
+ :power-megawatt:
1643
+ :few: "{0} MW"
1644
+ :many: "{0} MW"
1645
+ :one: "{0} MW"
1646
+ :other: "{0} MW"
1647
+ :power-milliwatt:
1648
+ :few: "{0} mW"
1649
+ :many: "{0} mW"
1650
+ :one: "{0} mW"
1651
+ :other: "{0} mW"
1652
+ :power-watt:
1653
+ :few: "{0} W"
1654
+ :many: "{0} W"
1655
+ :one: "{0} W"
1656
+ :other: "{0} W"
1657
+ :pressure-hectopascal:
1658
+ :few: "{0} hPa"
1659
+ :many: "{0} hPa"
1660
+ :one: "{0} hPa"
1661
+ :other: "{0} hPa"
1662
+ :pressure-inch-hg:
1663
+ :few: "{0} inHg"
1664
+ :many: "{0} inHg"
1665
+ :one: "{0} inHg"
1666
+ :other: "{0} inHg"
1667
+ :pressure-millibar:
1668
+ :few: "{0} mb"
1669
+ :many: "{0} mb"
1670
+ :one: "{0} mb"
1671
+ :other: "{0} mb"
1672
+ :pressure-millimeter-of-mercury:
1673
+ :few: "{0} mm Hg"
1674
+ :many: "{0} mm Hg"
1675
+ :one: "{0} mm Hg"
1676
+ :other: "{0} mm Hg"
1677
+ :pressure-pound-per-square-inch:
1678
+ :few: "{0} psi"
1679
+ :many: "{0} psi"
1680
+ :one: "{0} psi"
1681
+ :other: "{0} psi"
1682
+ :proportion-karat:
1683
+ :few: "{0} kt"
1684
+ :many: "{0} kt"
1685
+ :one: "{0} kt"
1686
+ :other: "{0} kt"
1687
+ :speed-kilometer-per-hour:
1688
+ :few: "{0} km/h"
1689
+ :many: "{0} km/h"
1690
+ :one: "{0} km/h"
1691
+ :other: "{0} km/h"
1692
+ :speed-meter-per-second:
1693
+ :few: "{0} m/s"
1694
+ :many: "{0} m/s"
1695
+ :one: "{0} m/s"
1696
+ :other: "{0} m/s"
1697
+ :speed-mile-per-hour:
1698
+ :few: "{0} mi/h"
1699
+ :many: "{0} mi/h"
1700
+ :one: "{0} mi/h"
1701
+ :other: "{0} mi/h"
1702
+ :temperature-celsius:
1703
+ :few: "{0} °C"
1704
+ :many: "{0} °C"
1705
+ :one: "{0} °C"
1706
+ :other: "{0} °C"
1707
+ :temperature-fahrenheit:
1708
+ :few: "{0} °F"
1709
+ :many: "{0} °F"
1710
+ :one: "{0} °F"
1711
+ :other: "{0} °F"
1712
+ :temperature-kelvin:
1713
+ :few: "{0} K"
1714
+ :many: "{0} K"
1715
+ :one: "{0} K"
1716
+ :other: "{0} K"
1717
+ :volume-acre-foot:
1718
+ :few: "{0} ac ft"
1719
+ :many: "{0} ac ft"
1720
+ :one: "{0} ac ft"
1721
+ :other: "{0} ac ft"
1722
+ :volume-bushel:
1723
+ :few: "{0} bu"
1724
+ :many: "{0} bu"
1725
+ :one: "{0} bu"
1726
+ :other: "{0} bu"
1727
+ :volume-centiliter:
1728
+ :few: "{0} cl"
1729
+ :many: "{0} cl"
1730
+ :one: "{0} cl"
1731
+ :other: "{0} cl"
1732
+ :volume-cubic-centimeter:
1733
+ :few: "{0} cm³"
1734
+ :many: "{0} cm³"
1735
+ :one: "{0} cm³"
1736
+ :other: "{0} cm³"
1737
+ :volume-cubic-foot:
1738
+ :few: "{0} ft³"
1739
+ :many: "{0} ft³"
1740
+ :one: "{0} ft³"
1741
+ :other: "{0} ft³"
1742
+ :volume-cubic-inch:
1743
+ :few: "{0} in³"
1744
+ :many: "{0} in³"
1745
+ :one: "{0} in³"
1746
+ :other: "{0} in³"
1747
+ :volume-cubic-kilometer:
1748
+ :few: "{0} km³"
1749
+ :many: "{0} km³"
1750
+ :one: "{0} km³"
1751
+ :other: "{0} km³"
1752
+ :volume-cubic-meter:
1753
+ :few: "{0} m³"
1754
+ :many: "{0} m³"
1755
+ :one: "{0} m³"
1756
+ :other: "{0} m³"
1757
+ :volume-cubic-mile:
1758
+ :few: "{0} mi³"
1759
+ :many: "{0} mi³"
1760
+ :one: "{0} mi³"
1761
+ :other: "{0} mi³"
1762
+ :volume-cubic-yard:
1763
+ :few: "{0} yd³"
1764
+ :many: "{0} yd³"
1765
+ :one: "{0} yd³"
1766
+ :other: "{0} yd³"
1767
+ :volume-cup:
1768
+ :few: "{0} c"
1769
+ :many: "{0} c"
1770
+ :one: "{0} c"
1771
+ :other: "{0} c"
1772
+ :volume-deciliter:
1773
+ :few: "{0} dl"
1774
+ :many: "{0} dl"
1775
+ :one: "{0} dl"
1776
+ :other: "{0} dl"
1777
+ :volume-fluid-ounce:
1778
+ :few: "{0} fl oz"
1779
+ :many: "{0} fl oz"
1780
+ :one: "{0} fl oz"
1781
+ :other: "{0} fl oz"
1782
+ :volume-gallon:
1783
+ :few: "{0} gal"
1784
+ :many: "{0} gal"
1785
+ :one: "{0} gal"
1786
+ :other: "{0} gal"
1787
+ :volume-hectoliter:
1788
+ :few: "{0} hl"
1789
+ :many: "{0} hl"
1790
+ :one: "{0} hl"
1791
+ :other: "{0} hl"
1792
+ :volume-liter:
1793
+ :few: "{0} l"
1794
+ :many: "{0} l"
1795
+ :one: "{0} l"
1796
+ :other: "{0} l"
1797
+ :volume-megaliter:
1798
+ :few: "{0} Ml"
1799
+ :many: "{0} Ml"
1800
+ :one: "{0} Ml"
1801
+ :other: "{0} Ml"
1802
+ :volume-milliliter:
1803
+ :few: "{0} ml"
1804
+ :many: "{0} ml"
1805
+ :one: "{0} ml"
1806
+ :other: "{0} ml"
1807
+ :volume-pint:
1808
+ :few: "{0} pt"
1809
+ :many: "{0} pt"
1810
+ :one: "{0} pt"
1811
+ :other: "{0} pt"
1812
+ :volume-quart:
1813
+ :few: "{0} qt"
1814
+ :many: "{0} qt"
1815
+ :one: "{0} qt"
1816
+ :other: "{0} qt"
1817
+ :volume-tablespoon:
1818
+ :few: "{0} tbsp"
1819
+ :many: "{0} tbsp"
1820
+ :one: "{0} tbsp"
1821
+ :other: "{0} tbsp"
1822
+ :volume-teaspoon:
1823
+ :few: "{0} tsp"
1824
+ :many: "{0} tsp"
1825
+ :one: "{0} tsp"
1826
+ :other: "{0} tsp"