twitter_cldr 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -1
  3. data/README.md +44 -10
  4. data/lib/twitter_cldr/data_readers/timespan_data_reader.rb +6 -4
  5. data/lib/twitter_cldr/localized/localized_number.rb +5 -1
  6. data/lib/twitter_cldr/localized/localized_object.rb +1 -7
  7. data/lib/twitter_cldr/localized/localized_string.rb +1 -1
  8. data/lib/twitter_cldr/shared.rb +1 -0
  9. data/lib/twitter_cldr/shared/unit.rb +126 -0
  10. data/lib/twitter_cldr/version.rb +1 -1
  11. data/resources/custom/locales/af/fields.yml +19 -0
  12. data/resources/custom/locales/ar/fields.yml +35 -0
  13. data/resources/custom/locales/be/fields.yml +27 -0
  14. data/resources/custom/locales/bg/fields.yml +19 -0
  15. data/resources/custom/locales/bn/fields.yml +15 -0
  16. data/resources/custom/locales/ca/fields.yml +19 -0
  17. data/resources/custom/locales/cs/fields.yml +23 -0
  18. data/resources/custom/locales/cy/fields.yml +35 -0
  19. data/resources/custom/locales/da/fields.yml +19 -0
  20. data/resources/custom/locales/de/fields.yml +19 -0
  21. data/resources/custom/locales/el/fields.yml +19 -0
  22. data/resources/custom/locales/en-GB/fields.yml +19 -0
  23. data/resources/custom/locales/en/fields.yml +19 -0
  24. data/resources/custom/locales/es/fields.yml +19 -0
  25. data/resources/custom/locales/eu/fields.yml +19 -0
  26. data/resources/custom/locales/fa/fields.yml +15 -0
  27. data/resources/custom/locales/fi/fields.yml +19 -0
  28. data/resources/custom/locales/fil/fields.yml +19 -0
  29. data/resources/custom/locales/fr/fields.yml +19 -0
  30. data/resources/custom/locales/ga/fields.yml +24 -0
  31. data/resources/custom/locales/gl/fields.yml +19 -0
  32. data/resources/custom/locales/he/fields.yml +164 -0
  33. data/resources/custom/locales/hi/fields.yml +19 -0
  34. data/resources/custom/locales/hr/fields.yml +9 -0
  35. data/resources/custom/locales/hu/fields.yml +19 -0
  36. data/resources/custom/locales/id/{units.yml → fields.yml} +5 -5
  37. data/resources/custom/locales/it/fields.yml +19 -0
  38. data/resources/custom/locales/ja/{units.yml → fields.yml} +5 -5
  39. data/resources/custom/locales/ko/{units.yml → fields.yml} +5 -5
  40. data/resources/custom/locales/lv/fields.yml +23 -0
  41. data/resources/custom/locales/ms/{units.yml → fields.yml} +5 -5
  42. data/resources/custom/locales/nb/fields.yml +19 -0
  43. data/resources/custom/locales/nl/fields.yml +19 -0
  44. data/resources/custom/locales/pl/fields.yml +27 -0
  45. data/resources/custom/locales/pt/fields.yml +19 -0
  46. data/resources/custom/locales/ro/fields.yml +23 -0
  47. data/resources/custom/locales/ru/fields.yml +27 -0
  48. data/resources/custom/locales/sk/fields.yml +23 -0
  49. data/resources/custom/locales/sr/fields.yml +27 -0
  50. data/resources/custom/locales/sv/{units.yml → fields.yml} +9 -9
  51. data/resources/custom/locales/ta/fields.yml +11 -0
  52. data/resources/custom/locales/th/fields.yml +15 -0
  53. data/resources/custom/locales/tr/{units.yml → fields.yml} +5 -5
  54. data/resources/custom/locales/uk/fields.yml +27 -0
  55. data/resources/custom/locales/ur/fields.yml +19 -0
  56. data/resources/custom/locales/vi/{units.yml → fields.yml} +5 -5
  57. data/resources/custom/locales/zh-Hant/{units.yml → fields.yml} +5 -5
  58. data/resources/custom/locales/zh/{units.yml → fields.yml} +5 -5
  59. data/resources/locales/af/fields.yml +108 -0
  60. data/resources/locales/af/units.yml +855 -104
  61. data/resources/locales/ar/fields.yml +220 -0
  62. data/resources/locales/ar/units.yml +1975 -216
  63. data/resources/locales/be/fields.yml +122 -0
  64. data/resources/locales/be/units.yml +284 -118
  65. data/resources/locales/bg/fields.yml +108 -0
  66. data/resources/locales/bg/units.yml +855 -104
  67. data/resources/locales/bn/fields.yml +108 -0
  68. data/resources/locales/bn/units.yml +855 -104
  69. data/resources/locales/ca/fields.yml +108 -0
  70. data/resources/locales/ca/units.yml +879 -104
  71. data/resources/locales/cs/fields.yml +136 -0
  72. data/resources/locales/cs/units.yml +1822 -132
  73. data/resources/locales/cy/fields.yml +108 -0
  74. data/resources/locales/cy/units.yml +1193 -104
  75. data/resources/locales/da/fields.yml +108 -0
  76. data/resources/locales/da/units.yml +883 -104
  77. data/resources/locales/de-CH/fields.yml +108 -0
  78. data/resources/locales/de-CH/units.yml +1096 -104
  79. data/resources/locales/de/fields.yml +108 -0
  80. data/resources/locales/de/units.yml +1096 -104
  81. data/resources/locales/el/fields.yml +108 -0
  82. data/resources/locales/el/units.yml +855 -104
  83. data/resources/locales/en-150/fields.yml +108 -0
  84. data/resources/locales/en-150/units.yml +1090 -104
  85. data/resources/locales/en-AU/fields.yml +108 -0
  86. data/resources/locales/en-AU/units.yml +1090 -104
  87. data/resources/locales/en-CA/fields.yml +108 -0
  88. data/resources/locales/en-CA/units.yml +1090 -104
  89. data/resources/locales/en-GB/fields.yml +108 -0
  90. data/resources/locales/en-GB/units.yml +1090 -104
  91. data/resources/locales/en-IE/fields.yml +108 -0
  92. data/resources/locales/en-IE/units.yml +1090 -104
  93. data/resources/locales/en-SG/fields.yml +108 -0
  94. data/resources/locales/en-SG/units.yml +1090 -104
  95. data/resources/locales/en-ZA/fields.yml +108 -0
  96. data/resources/locales/en-ZA/units.yml +1090 -104
  97. data/resources/locales/en/fields.yml +108 -0
  98. data/resources/locales/en/units.yml +1090 -104
  99. data/resources/locales/es-419/fields.yml +108 -0
  100. data/resources/locales/es-419/units.yml +855 -104
  101. data/resources/locales/es-CO/fields.yml +108 -0
  102. data/resources/locales/es-CO/units.yml +855 -104
  103. data/resources/locales/es-MX/fields.yml +108 -0
  104. data/resources/locales/es-MX/units.yml +855 -104
  105. data/resources/locales/es-US/fields.yml +108 -0
  106. data/resources/locales/es-US/units.yml +855 -104
  107. data/resources/locales/es/fields.yml +108 -0
  108. data/resources/locales/es/units.yml +855 -104
  109. data/resources/locales/eu/fields.yml +108 -0
  110. data/resources/locales/eu/units.yml +855 -104
  111. data/resources/locales/fa/fields.yml +108 -0
  112. data/resources/locales/fa/units.yml +865 -104
  113. data/resources/locales/fi/fields.yml +108 -0
  114. data/resources/locales/fi/units.yml +1096 -104
  115. data/resources/locales/fil/fields.yml +108 -0
  116. data/resources/locales/fil/units.yml +855 -104
  117. data/resources/locales/fr-BE/fields.yml +108 -0
  118. data/resources/locales/fr-BE/units.yml +944 -104
  119. data/resources/locales/fr-CA/fields.yml +108 -0
  120. data/resources/locales/fr-CA/units.yml +944 -104
  121. data/resources/locales/fr-CH/fields.yml +108 -0
  122. data/resources/locales/fr-CH/units.yml +944 -104
  123. data/resources/locales/fr/fields.yml +108 -0
  124. data/resources/locales/fr/units.yml +944 -104
  125. data/resources/locales/ga/fields.yml +108 -0
  126. data/resources/locales/ga/units.yml +2013 -104
  127. data/resources/locales/gl/fields.yml +108 -0
  128. data/resources/locales/gl/units.yml +774 -104
  129. data/resources/locales/gu/fields.yml +108 -0
  130. data/resources/locales/gu/units.yml +855 -104
  131. data/resources/locales/he/fields.yml +164 -0
  132. data/resources/locales/he/units.yml +1420 -160
  133. data/resources/locales/hi/fields.yml +108 -0
  134. data/resources/locales/hi/units.yml +855 -104
  135. data/resources/locales/hr/fields.yml +164 -0
  136. data/resources/locales/hr/units.yml +1459 -160
  137. data/resources/locales/hu/fields.yml +108 -0
  138. data/resources/locales/hu/units.yml +855 -104
  139. data/resources/locales/id/fields.yml +108 -0
  140. data/resources/locales/id/units.yml +575 -104
  141. data/resources/locales/is/fields.yml +108 -0
  142. data/resources/locales/is/units.yml +854 -104
  143. data/resources/locales/it-CH/fields.yml +108 -0
  144. data/resources/locales/it-CH/units.yml +855 -104
  145. data/resources/locales/it/fields.yml +108 -0
  146. data/resources/locales/it/units.yml +855 -104
  147. data/resources/locales/ja/fields.yml +108 -0
  148. data/resources/locales/ja/units.yml +733 -104
  149. data/resources/locales/kn/fields.yml +108 -0
  150. data/resources/locales/kn/units.yml +855 -104
  151. data/resources/locales/ko/fields.yml +108 -0
  152. data/resources/locales/ko/units.yml +575 -104
  153. data/resources/locales/lv/fields.yml +136 -0
  154. data/resources/locales/lv/units.yml +1135 -132
  155. data/resources/locales/mr/fields.yml +108 -0
  156. data/resources/locales/mr/units.yml +855 -104
  157. data/resources/locales/ms/fields.yml +108 -0
  158. data/resources/locales/ms/units.yml +575 -104
  159. data/resources/locales/nb/fields.yml +108 -0
  160. data/resources/locales/nb/units.yml +886 -104
  161. data/resources/locales/nl/fields.yml +108 -0
  162. data/resources/locales/nl/units.yml +1096 -104
  163. data/resources/locales/pl/fields.yml +164 -0
  164. data/resources/locales/pl/units.yml +1415 -160
  165. data/resources/locales/pt/fields.yml +108 -0
  166. data/resources/locales/pt/units.yml +855 -104
  167. data/resources/locales/ro/fields.yml +136 -0
  168. data/resources/locales/ro/units.yml +1135 -132
  169. data/resources/locales/ru/fields.yml +164 -0
  170. data/resources/locales/ru/units.yml +1415 -160
  171. data/resources/locales/sk/fields.yml +136 -0
  172. data/resources/locales/sk/units.yml +1635 -132
  173. data/resources/locales/sq/fields.yml +108 -0
  174. data/resources/locales/sq/units.yml +870 -104
  175. data/resources/locales/sr/fields.yml +164 -0
  176. data/resources/locales/sr/units.yml +1135 -160
  177. data/resources/locales/sv/fields.yml +108 -0
  178. data/resources/locales/sv/units.yml +1081 -104
  179. data/resources/locales/ta/fields.yml +108 -0
  180. data/resources/locales/ta/units.yml +855 -104
  181. data/resources/locales/th/fields.yml +108 -0
  182. data/resources/locales/th/units.yml +575 -104
  183. data/resources/locales/tr/fields.yml +108 -0
  184. data/resources/locales/tr/units.yml +1096 -104
  185. data/resources/locales/uk/fields.yml +164 -0
  186. data/resources/locales/uk/units.yml +1425 -160
  187. data/resources/locales/ur/fields.yml +108 -0
  188. data/resources/locales/ur/units.yml +855 -104
  189. data/resources/locales/vi/fields.yml +108 -0
  190. data/resources/locales/vi/units.yml +575 -104
  191. data/resources/locales/zh-Hant/fields.yml +108 -0
  192. data/resources/locales/zh-Hant/units.yml +733 -104
  193. data/resources/locales/zh/fields.yml +108 -0
  194. data/resources/locales/zh/units.yml +575 -104
  195. data/spec/resources/loader_spec.rb +4 -4
  196. data/spec/shared/unit_spec.rb +283 -0
  197. data/twitter_cldr.gemspec +1 -1
  198. metadata +124 -54
  199. data/resources/custom/locales/af/units.yml +0 -19
  200. data/resources/custom/locales/ar/units.yml +0 -35
  201. data/resources/custom/locales/be/units.yml +0 -27
  202. data/resources/custom/locales/bg/units.yml +0 -19
  203. data/resources/custom/locales/bn/units.yml +0 -15
  204. data/resources/custom/locales/ca/units.yml +0 -19
  205. data/resources/custom/locales/cs/units.yml +0 -23
  206. data/resources/custom/locales/cy/units.yml +0 -35
  207. data/resources/custom/locales/da/units.yml +0 -19
  208. data/resources/custom/locales/de/units.yml +0 -19
  209. data/resources/custom/locales/el/units.yml +0 -19
  210. data/resources/custom/locales/en-GB/units.yml +0 -19
  211. data/resources/custom/locales/en/units.yml +0 -19
  212. data/resources/custom/locales/es/units.yml +0 -19
  213. data/resources/custom/locales/eu/units.yml +0 -19
  214. data/resources/custom/locales/fa/units.yml +0 -15
  215. data/resources/custom/locales/fi/units.yml +0 -19
  216. data/resources/custom/locales/fil/units.yml +0 -19
  217. data/resources/custom/locales/fr/units.yml +0 -19
  218. data/resources/custom/locales/ga/units.yml +0 -24
  219. data/resources/custom/locales/gl/units.yml +0 -19
  220. data/resources/custom/locales/he/units.yml +0 -164
  221. data/resources/custom/locales/hi/units.yml +0 -19
  222. data/resources/custom/locales/hr/units.yml +0 -9
  223. data/resources/custom/locales/hu/units.yml +0 -19
  224. data/resources/custom/locales/it/units.yml +0 -19
  225. data/resources/custom/locales/lv/units.yml +0 -23
  226. data/resources/custom/locales/nb/units.yml +0 -19
  227. data/resources/custom/locales/nl/units.yml +0 -19
  228. data/resources/custom/locales/pl/units.yml +0 -27
  229. data/resources/custom/locales/pt/units.yml +0 -19
  230. data/resources/custom/locales/ro/units.yml +0 -23
  231. data/resources/custom/locales/ru/units.yml +0 -27
  232. data/resources/custom/locales/sk/units.yml +0 -23
  233. data/resources/custom/locales/sr/units.yml +0 -27
  234. data/resources/custom/locales/ta/units.yml +0 -11
  235. data/resources/custom/locales/th/units.yml +0 -15
  236. data/resources/custom/locales/uk/units.yml +0 -27
  237. data/resources/custom/locales/ur/units.yml +0 -19
@@ -0,0 +1,164 @@
1
+ ---
2
+ :pl:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :few: "{0} dni"
7
+ :many: "{0} dni"
8
+ :one: "{0} dzień"
9
+ :other: "{0} dnia"
10
+ :short:
11
+ :few: "{0} dni"
12
+ :many: "{0} dni"
13
+ :one: "{0} dzień"
14
+ :other: "{0} dnia"
15
+ :day-future:
16
+ :default:
17
+ :few: "Za {0} dni"
18
+ :many: "Za {0} dni"
19
+ :one: "Za {0} dzień"
20
+ :other: "Za {0} dnia"
21
+ :day-past:
22
+ :default:
23
+ :few: "{0} dni temu"
24
+ :many: "{0} dni temu"
25
+ :one: "{0} dzień temu"
26
+ :other: "{0} dnia temu"
27
+ :hour:
28
+ :default:
29
+ :few: "{0} godziny"
30
+ :many: "{0} godzin"
31
+ :one: "{0} godzina"
32
+ :other: "{0} godzin"
33
+ :short:
34
+ :few: "{0} godz."
35
+ :many: "{0} godz."
36
+ :one: "{0} godz."
37
+ :other: "{0} godz."
38
+ :hour-future:
39
+ :default:
40
+ :few: "Za {0} godziny"
41
+ :many: "Za {0} godzin"
42
+ :one: "Za {0} godzinę"
43
+ :other: "Za {0} godziny"
44
+ :hour-past:
45
+ :default:
46
+ :few: "{0} godziny temu"
47
+ :many: "{0} godzin temu"
48
+ :one: "{0} godzinę temu"
49
+ :other: "{0} godziny temu"
50
+ :minute:
51
+ :default:
52
+ :few: "{0} minuty"
53
+ :many: "{0} minut"
54
+ :one: "{0} minuta"
55
+ :other: "{0} minuty"
56
+ :short:
57
+ :few: "{0} min."
58
+ :many: "{0} min."
59
+ :one: "{0} min."
60
+ :other: "{0} min."
61
+ :minute-future:
62
+ :default:
63
+ :few: "Za {0} minuty"
64
+ :many: "Za {0} minut"
65
+ :one: "Za {0} minutę"
66
+ :other: "Za {0} minuty"
67
+ :minute-past:
68
+ :default:
69
+ :few: "{0} minuty temu"
70
+ :many: "{0} minut temu"
71
+ :one: "{0} minutę temu"
72
+ :other: "{0} minuty temu"
73
+ :month:
74
+ :default:
75
+ :few: "{0} miesiące"
76
+ :many: "{0} miesięcy"
77
+ :one: "{0} miesiąc"
78
+ :other: "{0} miesiąca"
79
+ :short:
80
+ :few: "{0} mies."
81
+ :many: "{0} mies."
82
+ :one: "{0} mies."
83
+ :other: "{0} mies."
84
+ :month-future:
85
+ :default:
86
+ :few: "Za {0} miesiące"
87
+ :many: "Za {0} miesięcy"
88
+ :one: "Za {0} miesiąc"
89
+ :other: "Za {0} miesiąca"
90
+ :month-past:
91
+ :default:
92
+ :few: "{0} miesiące temu"
93
+ :many: "{0} miesięcy temu"
94
+ :one: "{0} miesiąc temu"
95
+ :other: "{0} miesiąca temu"
96
+ :second:
97
+ :default:
98
+ :few: "{0} sekundy"
99
+ :many: "{0} sekund"
100
+ :one: "{0} sekunda"
101
+ :other: "{0} sekund"
102
+ :short:
103
+ :few: "{0} sek."
104
+ :many: "{0} sek."
105
+ :one: "{0} sek."
106
+ :other: "{0} sek."
107
+ :second-future:
108
+ :default:
109
+ :few: "Za {0} sekundy"
110
+ :many: "Za {0} sekund"
111
+ :one: "Za {0} sekundę"
112
+ :other: "Za {0} sekundy"
113
+ :second-past:
114
+ :default:
115
+ :few: "{0} sekundy temu"
116
+ :many: "{0} sekund temu"
117
+ :one: "{0} sekundę temu"
118
+ :other: "{0} sekundy temu"
119
+ :week:
120
+ :default:
121
+ :few: "{0} tygodnie"
122
+ :many: "{0} tygodni"
123
+ :one: "{0} tydzień"
124
+ :other: "{0} tygodnia"
125
+ :short:
126
+ :few: "{0} tyg."
127
+ :many: "{0} tyg."
128
+ :one: "{0} tydz."
129
+ :other: "{0} tyg."
130
+ :week-future:
131
+ :default:
132
+ :few: "Za {0} tygodnie"
133
+ :many: "Za {0} tygodni"
134
+ :one: "Za {0} tydzień"
135
+ :other: "Za {0} tygodnia"
136
+ :week-past:
137
+ :default:
138
+ :few: "{0} tygodnie temu"
139
+ :many: "{0} tygodni temu"
140
+ :one: "{0} tydzień temu"
141
+ :other: "{0} tygodnia temu"
142
+ :year:
143
+ :default:
144
+ :few: "{0} lata"
145
+ :many: "{0} lat"
146
+ :one: "{0} rok"
147
+ :other: "{0} roku"
148
+ :short:
149
+ :few: "{0} lata"
150
+ :many: "{0} lat"
151
+ :one: "{0} rok"
152
+ :other: "{0} roku"
153
+ :year-future:
154
+ :default:
155
+ :few: "Za {0} lata"
156
+ :many: "Za {0} lat"
157
+ :one: "Za {0} rok"
158
+ :other: "Za {0} roku"
159
+ :year-past:
160
+ :default:
161
+ :few: "{0} lata temu"
162
+ :many: "{0} lat temu"
163
+ :one: "{0} rok temu"
164
+ :other: "{0} roku temu"
@@ -1,164 +1,1419 @@
1
1
  ---
2
2
  :pl:
3
3
  :units:
4
- :day:
5
- :default:
6
- :few: "{0} dni"
7
- :many: "{0} dni"
8
- :one: "{0} dzień"
9
- :other: "{0} dnia"
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 na sekundę do kwadratu"
17
+ :many: "{0} metrów na sekundę do kwadratu"
18
+ :one: "{0} metr na sekundę do kwadratu"
19
+ :other: "{0} metra na sekundę do kwadratu"
20
+ :angle-arc-minute:
21
+ :few: "{0} minuty"
22
+ :many: "{0} minut"
23
+ :one: "{0} minuta"
24
+ :other: "{0} minuty"
25
+ :angle-arc-second:
26
+ :few: "{0} sekundy"
27
+ :many: "{0} sekund"
28
+ :one: "{0} sekunda"
29
+ :other: "{0} sekundy"
30
+ :angle-degree:
31
+ :few: "{0} stopnie"
32
+ :many: "{0} stopni"
33
+ :one: "{0} stopień"
34
+ :other: "{0} stopnia"
35
+ :angle-radian:
36
+ :few: "{0} radiany"
37
+ :many: "{0} radianów"
38
+ :one: "{0} radian"
39
+ :other: "{0} radiana"
40
+ :area-acre:
41
+ :few: "{0} akry"
42
+ :many: "{0} akrów"
43
+ :one: "{0} akr"
44
+ :other: "{0} akra"
45
+ :area-hectare:
46
+ :few: "{0} hektary"
47
+ :many: "{0} hektarów"
48
+ :one: "{0} hektar"
49
+ :other: "{0} hektara"
50
+ :area-square-centimeter:
51
+ :few: "{0} centymetry kwadratowe"
52
+ :many: "{0} centymetrów kwadratowych"
53
+ :one: "{0} centymetr kwadratowy"
54
+ :other: "{0} centymetra kwadratowego"
55
+ :area-square-foot:
56
+ :few: "{0} stopy kwadratowe"
57
+ :many: "{0} stóp kwadratowych"
58
+ :one: "{0} stopa kwadratowa"
59
+ :other: "{0} stopy kwadratowej"
60
+ :area-square-inch:
61
+ :few: "{0} cale kwadratowe"
62
+ :many: "{0} cali kwadratowych"
63
+ :one: "{0} cal kwadratowy"
64
+ :other: "{0} cala kwadratowego"
65
+ :area-square-kilometer:
66
+ :few: "{0} kilometry kwadratowe"
67
+ :many: "{0} kilometrów kwadratowych"
68
+ :one: "{0} kilometr kwadratowy"
69
+ :other: "{0} kilometra kwadratowego"
70
+ :area-square-meter:
71
+ :few: "{0} metry kwadratowe"
72
+ :many: "{0} metrów kwadratowych"
73
+ :one: "{0} metr kwadratowy"
74
+ :other: "{0} metra kwadratowego"
75
+ :area-square-mile:
76
+ :few: "{0} mile kwadratowe"
77
+ :many: "{0} mil kwadratowych"
78
+ :one: "{0} mila kwadratowa"
79
+ :other: "{0} mili kwadratowej"
80
+ :area-square-yard:
81
+ :few: "{0} jardy kwadratowe"
82
+ :many: "{0} jardów kwadratowych"
83
+ :one: "{0} jard kwadratowy"
84
+ :other: "{0} jarda kwadratowego"
85
+ :consumption-liter-per-kilometer:
86
+ :few: "{0} litry na kilometr"
87
+ :many: "{0} litrów na kilometr"
88
+ :one: "{0} litr na kilometr"
89
+ :other: "{0} litra na kilometr"
90
+ :consumption-mile-per-gallon:
91
+ :few: "{0} mile na galon"
92
+ :many: "{0} mili na galon"
93
+ :one: "{0} mila na galon"
94
+ :other: "{0} mili na galon"
95
+ :digital-bit:
96
+ :few: "{0} bity"
97
+ :many: "{0} bitów"
98
+ :one: "{0} bit"
99
+ :other: "{0} bitu"
100
+ :digital-byte:
101
+ :few: "{0} bajty"
102
+ :many: "{0} bajtów"
103
+ :one: "{0} bajt"
104
+ :other: "{0} bajta"
105
+ :digital-gigabit:
106
+ :few: "{0} gigabity"
107
+ :many: "{0} gigabitów"
108
+ :one: "{0} gigabit"
109
+ :other: "{0} gigabitu"
110
+ :digital-gigabyte:
111
+ :few: "{0} gigabajty"
112
+ :many: "{0} gigabajtów"
113
+ :one: "{0} gigabajt"
114
+ :other: "{0} gigabajta"
115
+ :digital-kilobit:
116
+ :few: "{0} kilobity"
117
+ :many: "{0} kilobitów"
118
+ :one: "{0} kilobit"
119
+ :other: "{0} kilobitu"
120
+ :digital-kilobyte:
121
+ :few: "{0} kilobajty"
122
+ :many: "{0} kilobajtów"
123
+ :one: "{0} kilobajt"
124
+ :other: "{0} kilobajta"
125
+ :digital-megabit:
126
+ :few: "{0} megabity"
127
+ :many: "{0} megabitów"
128
+ :one: "{0} megabit"
129
+ :other: "{0} megabitu"
130
+ :digital-megabyte:
131
+ :few: "{0} megabajty"
132
+ :many: "{0} megabajtów"
133
+ :one: "{0} megabajt"
134
+ :other: "{0} megabajta"
135
+ :digital-terabit:
136
+ :few: "{0} terabity"
137
+ :many: "{0} terabitów"
138
+ :one: "{0} terabit"
139
+ :other: "{0} terabitu"
140
+ :digital-terabyte:
141
+ :few: "{0} terabajty"
142
+ :many: "{0} terabajtów"
143
+ :one: "{0} terabajt"
144
+ :other: "{0} terabajta"
145
+ :duration-day:
146
+ :few: "{0} dni"
147
+ :many: "{0} dni"
148
+ :one: "{0} dzień"
149
+ :other: "{0} dnia"
150
+ :duration-hour:
151
+ :few: "{0} godziny"
152
+ :many: "{0} godzin"
153
+ :one: "{0} godzina"
154
+ :other: "{0} godzin"
155
+ :duration-microsecond:
156
+ :few: "{0} mikrosekundy"
157
+ :many: "{0} mikrosekund"
158
+ :one: "{0} mikrosekunda"
159
+ :other: "{0} mikrosekundy"
160
+ :duration-millisecond:
161
+ :few: "{0} milisekundy"
162
+ :many: "{0} milisekund"
163
+ :one: "{0} milisekunda"
164
+ :other: "{0} milisekundy"
165
+ :duration-minute:
166
+ :few: "{0} minuty"
167
+ :many: "{0} minut"
168
+ :one: "{0} minuta"
169
+ :other: "{0} minuty"
170
+ :duration-month:
171
+ :few: "{0} miesiące"
172
+ :many: "{0} miesięcy"
173
+ :one: "{0} miesiąc"
174
+ :other: "{0} miesiąca"
175
+ :duration-nanosecond:
176
+ :few: "{0} nanosekundy"
177
+ :many: "{0} nanosekund"
178
+ :one: "{0} nanosekunda"
179
+ :other: "{0} nanosekundy"
180
+ :duration-second:
181
+ :few: "{0} sekundy"
182
+ :many: "{0} sekund"
183
+ :one: "{0} sekunda"
184
+ :other: "{0} sekundy"
185
+ :duration-week:
186
+ :few: "{0} tygodnie"
187
+ :many: "{0} tygodni"
188
+ :one: "{0} tydzień"
189
+ :other: "{0} tygodnia"
190
+ :duration-year:
191
+ :few: "{0} lata"
192
+ :many: "{0} lat"
193
+ :one: "{0} rok"
194
+ :other: "{0} roku"
195
+ :electric-ampere:
196
+ :few: "{0} ampery"
197
+ :many: "{0} amperów"
198
+ :one: "{0} amper"
199
+ :other: "{0} ampera"
200
+ :electric-milliampere:
201
+ :few: "{0} miliampery"
202
+ :many: "{0} miliamperów"
203
+ :one: "{0} miliamper"
204
+ :other: "{0} miliampera"
205
+ :electric-ohm:
206
+ :few: "{0} omy"
207
+ :many: "{0} omów"
208
+ :one: "{0} om"
209
+ :other: "{0} oma"
210
+ :electric-volt:
211
+ :few: "{0} wolty"
212
+ :many: "{0} woltów"
213
+ :one: "{0} wolt"
214
+ :other: "{0} wolta"
215
+ :energy-calorie:
216
+ :few: "{0} kalorie"
217
+ :many: "{0} kalorii"
218
+ :one: "{0} kaloria"
219
+ :other: "{0} kalorii"
220
+ :energy-foodcalorie:
221
+ :few: "{0} kalorie"
222
+ :many: "{0} kalorii"
223
+ :one: "{0} kaloria"
224
+ :other: "{0} kalorii"
225
+ :energy-joule:
226
+ :few: "{0} dżule"
227
+ :many: "{0} dżuli"
228
+ :one: "{0} dżul"
229
+ :other: "{0} dżula"
230
+ :energy-kilocalorie:
231
+ :few: "{0} kilokalorie"
232
+ :many: "{0} kilokalorii"
233
+ :one: "{0} kilokaloria"
234
+ :other: "{0} kilokalorii"
235
+ :energy-kilojoule:
236
+ :few: "{0} kilodżule"
237
+ :many: "{0} kilodżuli"
238
+ :one: "{0} kilodżul"
239
+ :other: "{0} kilodżula"
240
+ :energy-kilowatt-hour:
241
+ :few: "{0} kilowatogodziny"
242
+ :many: "{0} kilowatogodzin"
243
+ :one: "{0} kilowatogodzina"
244
+ :other: "{0} kilowatogodziny"
245
+ :frequency-gigahertz:
246
+ :few: "{0} gigaherce"
247
+ :many: "{0} gigaherców"
248
+ :one: "{0} gigaherc"
249
+ :other: "{0} gigaherca"
250
+ :frequency-hertz:
251
+ :few: "{0} herce"
252
+ :many: "{0} herców"
253
+ :one: "{0} herc"
254
+ :other: "{0} herca"
255
+ :frequency-kilohertz:
256
+ :few: "{0} kiloherce"
257
+ :many: "{0} kiloherców"
258
+ :one: "{0} kiloherc"
259
+ :other: "{0} kiloherca"
260
+ :frequency-megahertz:
261
+ :few: "{0} megaherce"
262
+ :many: "{0} megaherców"
263
+ :one: "{0} megaherc"
264
+ :other: "{0} megaherca"
265
+ :length-astronomical-unit:
266
+ :few: "{0} jednostki astronomiczne"
267
+ :many: "{0} jednostek astronomicznych"
268
+ :one: "{0} jednostka astronomiczna"
269
+ :other: "{0} jednostki astronomicznej"
270
+ :length-centimeter:
271
+ :few: "{0} centymetry"
272
+ :many: "{0} centymetrów"
273
+ :one: "{0} centymetr"
274
+ :other: "{0} centymetra"
275
+ :length-decimeter:
276
+ :few: "{0} decymetry"
277
+ :many: "{0} decymetrów"
278
+ :one: "{0} decymetr"
279
+ :other: "{0} decymetra"
280
+ :length-foot:
281
+ :few: "{0} stopy"
282
+ :many: "{0} stóp"
283
+ :one: "{0} stopa"
284
+ :other: "{0} stopy"
285
+ :length-inch:
286
+ :few: "{0} cale"
287
+ :many: "{0} cali"
288
+ :one: "{0} cal"
289
+ :other: "{0} cala"
290
+ :length-kilometer:
291
+ :few: "{0} kilometry"
292
+ :many: "{0} kilometrów"
293
+ :one: "{0} kilometr"
294
+ :other: "{0} kilometra"
295
+ :length-light-year:
296
+ :few: "{0} lata świetlne"
297
+ :many: "{0} lat świetlnych"
298
+ :one: "{0} rok świetlny"
299
+ :other: "{0} roku świetlnego"
300
+ :length-meter:
301
+ :few: "{0} metry"
302
+ :many: "{0} metrów"
303
+ :one: "{0} metr"
304
+ :other: "{0} metra"
305
+ :length-micrometer:
306
+ :few: "{0} mikrometry"
307
+ :many: "{0} mikrometrów"
308
+ :one: "{0} mikrometr"
309
+ :other: "{0} mikrometra"
310
+ :length-mile:
311
+ :few: "{0} mile"
312
+ :many: "{0} mil"
313
+ :one: "{0} mila"
314
+ :other: "{0} mili"
315
+ :length-millimeter:
316
+ :few: "{0} milimetry"
317
+ :many: "{0} milimetrów"
318
+ :one: "{0} milimetr"
319
+ :other: "{0} milimetra"
320
+ :length-nanometer:
321
+ :few: "{0} nanometry"
322
+ :many: "{0} nanometrów"
323
+ :one: "{0} nanometr"
324
+ :other: "{0} nanometra"
325
+ :length-nautical-mile:
326
+ :few: "{0} mile morskie"
327
+ :many: "{0} mil morskich"
328
+ :one: "{0} mila morska"
329
+ :other: "{0} mili morskiej"
330
+ :length-parsec:
331
+ :few: "{0} parseki"
332
+ :many: "{0} parseków"
333
+ :one: "{0} parsek"
334
+ :other: "{0} parseka"
335
+ :length-picometer:
336
+ :few: "{0} pikometry"
337
+ :many: "{0} pikometrów"
338
+ :one: "{0} pikometr"
339
+ :other: "{0} pikometra"
340
+ :length-yard:
341
+ :few: "{0} jardy"
342
+ :many: "{0} jardów"
343
+ :one: "{0} jard"
344
+ :other: "{0} jarda"
345
+ :light-lux:
346
+ :few: "{0} luksy"
347
+ :many: "{0} luksów"
348
+ :one: "{0} luks"
349
+ :other: "{0} luksu"
350
+ :mass-carat:
351
+ :few: "{0} karaty"
352
+ :many: "{0} karatów"
353
+ :one: "{0} karat"
354
+ :other: "{0} karata"
355
+ :mass-gram:
356
+ :few: "{0} gramy"
357
+ :many: "{0} gramów"
358
+ :one: "{0} gram"
359
+ :other: "{0} grama"
360
+ :mass-kilogram:
361
+ :few: "{0} kilogramy"
362
+ :many: "{0} kilogramów"
363
+ :one: "{0} kilogram"
364
+ :other: "{0} kilograma"
365
+ :mass-metric-ton:
366
+ :few: "{0} tony"
367
+ :many: "{0} ton"
368
+ :one: "{0} tona"
369
+ :other: "{0} tony"
370
+ :mass-microgram:
371
+ :few: "{0} mikrogramy"
372
+ :many: "{0} mikrogramów"
373
+ :one: "{0} mikrogram"
374
+ :other: "{0} mikrograma"
375
+ :mass-milligram:
376
+ :few: "{0} miligramy"
377
+ :many: "{0} miligramów"
378
+ :one: "{0} miligram"
379
+ :other: "{0} miligrama"
380
+ :mass-ounce:
381
+ :few: "{0} uncje"
382
+ :many: "{0} uncji"
383
+ :one: "{0} uncja"
384
+ :other: "{0} uncji"
385
+ :mass-ounce-troy:
386
+ :few: "{0} uncje trojańskie"
387
+ :many: "{0} uncji trojańskich"
388
+ :one: "{0} uncja trojańska"
389
+ :other: "{0} uncji trojańskiej"
390
+ :mass-pound:
391
+ :few: "{0} funty"
392
+ :many: "{0} funtów"
393
+ :one: "{0} funt"
394
+ :other: "{0} funta"
395
+ :mass-ton:
396
+ :few: "{0} krótkie tony"
397
+ :many: "{0} krótkich ton"
398
+ :one: "{0} krótka tona"
399
+ :other: "{0} krótkiej tony"
400
+ :power-gigawatt:
401
+ :few: "{0} gigawaty"
402
+ :many: "{0} gigawatów"
403
+ :one: "{0} gigawat"
404
+ :other: "{0} gigawata"
405
+ :power-horsepower:
406
+ :few: "{0} konie mechaniczne"
407
+ :many: "{0} koni mechanicznych"
408
+ :one: "{0} koń mechaniczny"
409
+ :other: "{0} konia mechanicznego"
410
+ :power-kilowatt:
411
+ :few: "{0} kilowaty"
412
+ :many: "{0} kilowatów"
413
+ :one: "{0} kilowat"
414
+ :other: "{0} kilowata"
415
+ :power-megawatt:
416
+ :few: "{0} megawaty"
417
+ :many: "{0} megawatów"
418
+ :one: "{0} megawat"
419
+ :other: "{0} megawata"
420
+ :power-milliwatt:
421
+ :few: "{0} miliwaty"
422
+ :many: "{0} miliwatów"
423
+ :one: "{0} miliwat"
424
+ :other: "{0} miliwata"
425
+ :power-watt:
426
+ :few: "{0} waty"
427
+ :many: "{0} watów"
428
+ :one: "{0} wat"
429
+ :other: "{0} wata"
430
+ :pressure-hectopascal:
431
+ :few: "{0} hektopaskale"
432
+ :many: "{0} hektopaskali"
433
+ :one: "{0} hektopaskal"
434
+ :other: "{0} hektopaskala"
435
+ :pressure-inch-hg:
436
+ :few: "{0} cale słupa rtęci"
437
+ :many: "{0} cali słupa rtęci"
438
+ :one: "{0} cal słupa rtęci"
439
+ :other: "{0} cala słupa rtęci"
440
+ :pressure-millibar:
441
+ :few: "{0} millibary"
442
+ :many: "{0} millibarów"
443
+ :one: "{0} millibar"
444
+ :other: "{0} millibara"
445
+ :pressure-millimeter-of-mercury:
446
+ :few: "{0} milimetry słupa rtęci"
447
+ :many: "{0} milimetrów słupa rtęci"
448
+ :one: "{0} milimetr słupa rtęci"
449
+ :other: "{0} milimetra słupa rtęci"
450
+ :pressure-pound-per-square-inch:
451
+ :few: "{0} funty na cal kwadratowy"
452
+ :many: "{0} funtów na cal kwadratowy"
453
+ :one: "{0} funt na cal kwadratowy"
454
+ :other: "{0} funta na cal kwadratowy"
455
+ :proportion-karat:
456
+ :few: "{0} karaty"
457
+ :many: "{0} karatów"
458
+ :one: "{0} karat"
459
+ :other: "{0} karata"
460
+ :speed-kilometer-per-hour:
461
+ :few: "{0} kilometry na godzinę"
462
+ :many: "{0} kilometrów na godzinę"
463
+ :one: "{0} kilometr na godzinę"
464
+ :other: "{0} kilometra na godzinę"
465
+ :speed-meter-per-second:
466
+ :few: "{0} metry na sekundę"
467
+ :many: "{0} metrów na sekundę"
468
+ :one: "{0} metr na sekundę"
469
+ :other: "{0} metra na sekundę"
470
+ :speed-mile-per-hour:
471
+ :few: "{0} mile na godzinę"
472
+ :many: "{0} mil na godzinę"
473
+ :one: "{0} mila na godzinę"
474
+ :other: "{0} mili na godzinę"
475
+ :temperature-celsius:
476
+ :few: "{0} stopnie Celsjusza"
477
+ :many: "{0} stopni Celsjusza"
478
+ :one: "{0} stopień Celsjusza"
479
+ :other: "{0} stopnia Celsjusza"
480
+ :temperature-fahrenheit:
481
+ :few: "{0} stopnie Fahrenheita"
482
+ :many: "{0} stopni Fahrenheita"
483
+ :one: "{0} stopień Fahrenheita"
484
+ :other: "{0} stopnia Fahrenheita"
485
+ :temperature-kelvin:
486
+ :few: "{0} kelwiny"
487
+ :many: "{0} kelwinów"
488
+ :one: "{0} kelwin"
489
+ :other: "{0} kelwina"
490
+ :volume-acre-foot:
491
+ :few: "{0} akro-stopy"
492
+ :many: "{0} akro-stóp"
493
+ :one: "{0} akro-stopa"
494
+ :other: "{0} akro-stopy"
495
+ :volume-centiliter:
496
+ :few: "{0} centylitry"
497
+ :many: "{0} centylitrów"
498
+ :one: "{0} centylitr"
499
+ :other: "{0} centylitra"
500
+ :volume-cubic-centimeter:
501
+ :few: "{0} centymetry sześcienne"
502
+ :many: "{0} centymetrów sześciennych"
503
+ :one: "{0} centymetr sześcienny"
504
+ :other: "{0} centymetra sześciennego"
505
+ :volume-cubic-foot:
506
+ :few: "{0} stopy sześcienne"
507
+ :many: "{0} stóp sześciennych"
508
+ :one: "{0} stopa sześcienna"
509
+ :other: "{0} stopy sześciennej"
510
+ :volume-cubic-inch:
511
+ :few: "{0} cale sześcienne"
512
+ :many: "{0} cali sześciennych"
513
+ :one: "{0} cal sześcienny"
514
+ :other: "{0} cala sześciennego"
515
+ :volume-cubic-kilometer:
516
+ :few: "{0} kilometry sześcienne"
517
+ :many: "{0} kilometrów sześciennych"
518
+ :one: "{0} kilometr sześcienny"
519
+ :other: "{0} kilometra sześciennego"
520
+ :volume-cubic-meter:
521
+ :few: "{0} metry sześcienne"
522
+ :many: "{0} metrów sześciennych"
523
+ :one: "{0} metr sześcienny"
524
+ :other: "{0} metra sześciennego"
525
+ :volume-cubic-mile:
526
+ :few: "{0} mile sześcienne"
527
+ :many: "{0} mil sześciennych"
528
+ :one: "{0} mila sześcienna"
529
+ :other: "{0} mili sześciennej"
530
+ :volume-cubic-yard:
531
+ :few: "{0} jardy sześcienne"
532
+ :many: "{0} jardów sześciennych"
533
+ :one: "{0} jard sześcienny"
534
+ :other: "{0} jarda sześciennego"
535
+ :volume-cup:
536
+ :few: "{0} ćwierćkwarty"
537
+ :many: "{0} ćwierćkwart"
538
+ :one: "{0} ćwierćkwarta"
539
+ :other: "{0} ćwierćkwarty"
540
+ :volume-deciliter:
541
+ :few: "{0} decylitry"
542
+ :many: "{0} decylitrów"
543
+ :one: "{0} decylitr"
544
+ :other: "{0} decylitra"
545
+ :volume-fluid-ounce:
546
+ :few: "{0} uncje płynu"
547
+ :many: "{0} uncji płynu"
548
+ :one: "{0} uncja płynu"
549
+ :other: "{0} uncji płynu"
550
+ :volume-gallon:
551
+ :few: "{0} galony"
552
+ :many: "{0} galonów"
553
+ :one: "{0} galon"
554
+ :other: "{0} galona"
555
+ :volume-hectoliter:
556
+ :few: "{0} hektolitry"
557
+ :many: "{0} hektolitrów"
558
+ :one: "{0} hektolitr"
559
+ :other: "{0} hektolitra"
560
+ :volume-liter:
561
+ :few: "{0} litry"
562
+ :many: "{0} litrów"
563
+ :one: "{0} litr"
564
+ :other: "{0} litra"
565
+ :volume-megaliter:
566
+ :few: "{0} megalitry"
567
+ :many: "{0} megalitrów"
568
+ :one: "{0} megalitr"
569
+ :other: "{0} megalitra"
570
+ :volume-milliliter:
571
+ :few: "{0} mililitry"
572
+ :many: "{0} mililitrów"
573
+ :one: "{0} mililitr"
574
+ :other: "{0} mililitra"
575
+ :volume-pint:
576
+ :few: "{0} półkwarty"
577
+ :many: "{0} półkwart"
578
+ :one: "{0} półkwarta"
579
+ :other: "{0} półkwarty"
580
+ :volume-quart:
581
+ :few: "{0} kwarty"
582
+ :many: "{0} kwart"
583
+ :one: "{0} kwarta"
584
+ :other: "{0} kwarty"
585
+ :volume-tablespoon:
586
+ :few: "{0} łyżki stołowe"
587
+ :many: "{0} łyżek stołowych"
588
+ :one: "{0} łyżka stołowa"
589
+ :other: "{0} łyżki stołowej"
590
+ :volume-teaspoon:
591
+ :few: "{0} łyżeczki"
592
+ :many: "{0} łyżeczek"
593
+ :one: "{0} łyżeczka"
594
+ :other: "{0} łyżeczki"
595
+ :narrow:
596
+ :acceleration-g-force:
597
+ :few: "{0} G"
598
+ :many: "{0} G"
599
+ :one: "{0} G"
600
+ :other: "{0} G"
601
+ :angle-arc-minute:
602
+ :few: "{0}′"
603
+ :many: "{0}′"
604
+ :one: "{0}′"
605
+ :other: "{0}′"
606
+ :angle-arc-second:
607
+ :few: "{0}″"
608
+ :many: "{0}″"
609
+ :one: "{0}″"
610
+ :other: "{0}″"
611
+ :angle-degree:
612
+ :few: "{0}°"
613
+ :many: "{0}°"
614
+ :one: "{0}°"
615
+ :other: "{0}°"
616
+ :area-acre:
617
+ :few: "{0} ac"
618
+ :many: "{0} ac"
619
+ :one: "{0} ac"
620
+ :other: "{0} ac"
621
+ :area-hectare:
622
+ :few: "{0} ha"
623
+ :many: "{0} ha"
624
+ :one: "{0} ha"
625
+ :other: "{0} ha"
626
+ :area-square-foot:
627
+ :few: "{0} ft²"
628
+ :many: "{0} ft²"
629
+ :one: "{0} ft²"
630
+ :other: "{0} ft²"
631
+ :area-square-kilometer:
632
+ :few: "{0} km²"
633
+ :many: "{0} km²"
634
+ :one: "{0} km²"
635
+ :other: "{0} km²"
636
+ :area-square-meter:
637
+ :few: "{0} m²"
638
+ :many: "{0} m²"
639
+ :one: "{0} m²"
640
+ :other: "{0} m²"
641
+ :area-square-mile:
642
+ :few: "{0} mi²"
643
+ :many: "{0} mi²"
644
+ :one: "{0} mi²"
645
+ :other: "{0} mi²"
646
+ :duration-day:
647
+ :few: "{0} dn."
648
+ :many: "{0} dn."
649
+ :one: "{0} d."
650
+ :other: "{0} dn."
651
+ :duration-hour:
652
+ :few: "{0} godz."
653
+ :many: "{0} godz."
654
+ :one: "{0} godz."
655
+ :other: "{0} godz."
656
+ :duration-millisecond:
657
+ :few: "{0} ms"
658
+ :many: "{0} ms"
659
+ :one: "{0} ms"
660
+ :other: "{0} ms"
661
+ :duration-minute:
662
+ :few: "{0} min"
663
+ :many: "{0} min"
664
+ :one: "{0} min"
665
+ :other: "{0} min"
666
+ :duration-month:
667
+ :few: "{0} m-ce"
668
+ :many: "{0} m-cy"
669
+ :one: "{0} m-c"
670
+ :other: "{0} m-ca"
671
+ :duration-second:
672
+ :few: "{0} s"
673
+ :many: "{0} s"
674
+ :one: "{0} s"
675
+ :other: "{0} s"
676
+ :duration-week:
677
+ :few: "{0} tyg."
678
+ :many: "{0} tyg."
679
+ :one: "{0} tydz."
680
+ :other: "{0} tyg."
681
+ :duration-year:
682
+ :few: "{0} l."
683
+ :many: "{0} l."
684
+ :one: "{0} r."
685
+ :other: "{0} r."
686
+ :length-centimeter:
687
+ :few: "{0} cm"
688
+ :many: "{0} cm"
689
+ :one: "{0} cm"
690
+ :other: "{0} cm"
691
+ :length-foot:
692
+ :few: "{0} ft"
693
+ :many: "{0} ft"
694
+ :one: "{0} ft"
695
+ :other: "{0} ft"
696
+ :length-inch:
697
+ :few: "{0}″"
698
+ :many: "{0}″"
699
+ :one: "{0}″"
700
+ :other: "{0}″"
701
+ :length-kilometer:
702
+ :few: "{0} km"
703
+ :many: "{0} km"
704
+ :one: "{0} km"
705
+ :other: "{0} km"
706
+ :length-light-year:
707
+ :few: "{0} ly"
708
+ :many: "{0} ly"
709
+ :one: "{0} ly"
710
+ :other: "{0} ly"
711
+ :length-meter:
712
+ :few: "{0} m"
713
+ :many: "{0} m"
714
+ :one: "{0} m"
715
+ :other: "{0} m"
716
+ :length-mile:
717
+ :few: "{0} mi"
718
+ :many: "{0} mi"
719
+ :one: "{0} mi"
720
+ :other: "{0} mi"
721
+ :length-millimeter:
722
+ :few: "{0} mm"
723
+ :many: "{0} mm"
724
+ :one: "{0} mm"
725
+ :other: "{0} mm"
726
+ :length-picometer:
727
+ :few: "{0} pm"
728
+ :many: "{0} pm"
729
+ :one: "{0} pm"
730
+ :other: "{0} pm"
731
+ :length-yard:
732
+ :few: "{0} yd"
733
+ :many: "{0} yd"
734
+ :one: "{0} yd"
735
+ :other: "{0} yd"
736
+ :mass-gram:
737
+ :few: "{0} g"
738
+ :many: "{0} g"
739
+ :one: "{0} g"
740
+ :other: "{0} g"
741
+ :mass-kilogram:
742
+ :few: "{0} kg"
743
+ :many: "{0} kg"
744
+ :one: "{0} kg"
745
+ :other: "{0} kg"
746
+ :mass-ounce:
747
+ :few: "{0} oz"
748
+ :many: "{0} oz"
749
+ :one: "{0} oz"
750
+ :other: "{0} oz"
751
+ :mass-pound:
752
+ :few: "{0} lb"
753
+ :many: "{0} lb"
754
+ :one: "{0} lb"
755
+ :other: "{0} lb"
756
+ :power-horsepower:
757
+ :few: "{0} KM"
758
+ :many: "{0} KM"
759
+ :one: "{0} KM"
760
+ :other: "{0} KM"
761
+ :power-kilowatt:
762
+ :few: "{0} kW"
763
+ :many: "{0} kW"
764
+ :one: "{0} kW"
765
+ :other: "{0} kW"
766
+ :power-watt:
767
+ :few: "{0} W"
768
+ :many: "{0} W"
769
+ :one: "{0} W"
770
+ :other: "{0} W"
771
+ :pressure-hectopascal:
772
+ :few: "{0} hPa"
773
+ :many: "{0} hPa"
774
+ :one: "{0} hPa"
775
+ :other: "{0} hPa"
776
+ :pressure-inch-hg:
777
+ :few: "{0} inHg"
778
+ :many: "{0} inHg"
779
+ :one: "{0} inHg"
780
+ :other: "{0} inHg"
781
+ :pressure-millibar:
782
+ :few: "{0} mbar"
783
+ :many: "{0} mbar"
784
+ :one: "{0} mbar"
785
+ :other: "{0} mbar"
786
+ :speed-kilometer-per-hour:
787
+ :few: "{0} km/h"
788
+ :many: "{0} km/h"
789
+ :one: "{0} km/h"
790
+ :other: "{0} km/h"
791
+ :speed-meter-per-second:
792
+ :few: "{0} m/s"
793
+ :many: "{0} m/s"
794
+ :one: "{0} m/s"
795
+ :other: "{0} m/s"
796
+ :speed-mile-per-hour:
797
+ :few: "{0} mi/h"
798
+ :many: "{0} mi/h"
799
+ :one: "{0} mi/h"
800
+ :other: "{0} mi/h"
801
+ :temperature-celsius:
802
+ :few: "{0}°"
803
+ :many: "{0}°"
804
+ :one: "{0}°"
805
+ :other: "{0}°"
806
+ :temperature-fahrenheit:
807
+ :few: "{0}°F"
808
+ :many: "{0}°F"
809
+ :one: "{0}°F"
810
+ :other: "{0}°F"
811
+ :volume-cubic-kilometer:
812
+ :few: "{0} km³"
813
+ :many: "{0} km³"
814
+ :one: "{0} km³"
815
+ :other: "{0} km³"
816
+ :volume-cubic-mile:
817
+ :few: "{0} mi³"
818
+ :many: "{0} mi³"
819
+ :one: "{0} mi³"
820
+ :other: "{0} mi³"
821
+ :volume-liter:
822
+ :few: "{0} l"
823
+ :many: "{0} l"
824
+ :one: "{0} l"
825
+ :other: "{0} l"
10
826
  :short:
11
- :few: "{0} dni"
12
- :many: "{0} dni"
13
- :one: "{0} dzień"
14
- :other: "{0} dnia"
15
- :day-future:
16
- :default:
17
- :few: "Za {0} dni"
18
- :many: "Za {0} dni"
19
- :one: "Za {0} dzień"
20
- :other: "Za {0} dnia"
21
- :day-past:
22
- :default:
23
- :few: "{0} dni temu"
24
- :many: "{0} dni temu"
25
- :one: "{0} dzień temu"
26
- :other: "{0} dnia temu"
27
- :hour:
28
- :default:
29
- :few: "{0} godziny"
30
- :many: "{0} godzin"
31
- :one: "{0} godzina"
32
- :other: "{0} godzin"
33
- :short:
34
- :few: "{0} godz."
35
- :many: "{0} godz."
36
- :one: "{0} godz."
37
- :other: "{0} godz."
38
- :hour-future:
39
- :default:
40
- :few: "Za {0} godziny"
41
- :many: "Za {0} godzin"
42
- :one: "Za {0} godzinę"
43
- :other: "Za {0} godziny"
44
- :hour-past:
45
- :default:
46
- :few: "{0} godziny temu"
47
- :many: "{0} godzin temu"
48
- :one: "{0} godzinę temu"
49
- :other: "{0} godziny temu"
50
- :minute:
51
- :default:
52
- :few: "{0} minuty"
53
- :many: "{0} minut"
54
- :one: "{0} minuta"
55
- :other: "{0} minuty"
56
- :short:
57
- :few: "{0} min."
58
- :many: "{0} min."
59
- :one: "{0} min."
60
- :other: "{0} min."
61
- :minute-future:
62
- :default:
63
- :few: "Za {0} minuty"
64
- :many: "Za {0} minut"
65
- :one: "Za {0} minutę"
66
- :other: "Za {0} minuty"
67
- :minute-past:
68
- :default:
69
- :few: "{0} minuty temu"
70
- :many: "{0} minut temu"
71
- :one: "{0} minutę temu"
72
- :other: "{0} minuty temu"
73
- :month:
74
- :default:
75
- :few: "{0} miesiące"
76
- :many: "{0} miesięcy"
77
- :one: "{0} miesiąc"
78
- :other: "{0} miesiąca"
79
- :short:
80
- :few: "{0} mies."
81
- :many: "{0} mies."
82
- :one: "{0} mies."
83
- :other: "{0} mies."
84
- :month-future:
85
- :default:
86
- :few: "Za {0} miesiące"
87
- :many: "Za {0} miesięcy"
88
- :one: "Za {0} miesiąc"
89
- :other: "Za {0} miesiąca"
90
- :month-past:
91
- :default:
92
- :few: "{0} miesiące temu"
93
- :many: "{0} miesięcy temu"
94
- :one: "{0} miesiąc temu"
95
- :other: "{0} miesiąca temu"
96
- :second:
97
- :default:
98
- :few: "{0} sekundy"
99
- :many: "{0} sekund"
100
- :one: "{0} sekunda"
101
- :other: "{0} sekund"
102
- :short:
103
- :few: "{0} sek."
104
- :many: "{0} sek."
105
- :one: "{0} sek."
106
- :other: "{0} sek."
107
- :second-future:
108
- :default:
109
- :few: "Za {0} sekundy"
110
- :many: "Za {0} sekund"
111
- :one: "Za {0} sekundę"
112
- :other: "Za {0} sekundy"
113
- :second-past:
114
- :default:
115
- :few: "{0} sekundy temu"
116
- :many: "{0} sekund temu"
117
- :one: "{0} sekundę temu"
118
- :other: "{0} sekundy temu"
119
- :week:
120
- :default:
121
- :few: "{0} tygodnie"
122
- :many: "{0} tygodni"
123
- :one: "{0} tydzień"
124
- :other: "{0} tygodnia"
125
- :short:
126
- :few: "{0} tyg."
127
- :many: "{0} tyg."
128
- :one: "{0} tydz."
129
- :other: "{0} tyg."
130
- :week-future:
131
- :default:
132
- :few: "Za {0} tygodnie"
133
- :many: "Za {0} tygodni"
134
- :one: "Za {0} tydzień"
135
- :other: "Za {0} tygodnia"
136
- :week-past:
137
- :default:
138
- :few: "{0} tygodnie temu"
139
- :many: "{0} tygodni temu"
140
- :one: "{0} tydzień temu"
141
- :other: "{0} tygodnia temu"
142
- :year:
143
- :default:
144
- :few: "{0} lata"
145
- :many: "{0} lat"
146
- :one: "{0} rok"
147
- :other: "{0} roku"
148
- :short:
149
- :few: "{0} lata"
150
- :many: "{0} lat"
151
- :one: "{0} rok"
152
- :other: "{0} roku"
153
- :year-future:
154
- :default:
155
- :few: "Za {0} lata"
156
- :many: "Za {0} lat"
157
- :one: "Za {0} rok"
158
- :other: "Za {0} roku"
159
- :year-past:
160
- :default:
161
- :few: "{0} lata temu"
162
- :many: "{0} lat temu"
163
- :one: "{0} rok temu"
164
- :other: "{0} roku temu"
827
+ :acceleration-g-force:
828
+ :few: "{0} G"
829
+ :many: "{0} G"
830
+ :one: "{0} G"
831
+ :other: "{0} G"
832
+ :acceleration-meter-per-second-squared:
833
+ :few: "{0} m/s²"
834
+ :many: "{0} m/s²"
835
+ :one: "{0} m/s²"
836
+ :other: "{0} m/s²"
837
+ :angle-arc-minute:
838
+ :few: "{0} min"
839
+ :many: "{0} min"
840
+ :one: "{0} min"
841
+ :other: "{0} min"
842
+ :angle-arc-second:
843
+ :few: "{0} s"
844
+ :many: "{0} s"
845
+ :one: "{0} s"
846
+ :other: "{0} s"
847
+ :angle-degree:
848
+ :few: "{0}°"
849
+ :many: "{0}°"
850
+ :one: "{0}°"
851
+ :other: "{0}°"
852
+ :angle-radian:
853
+ :few: "{0} rad"
854
+ :many: "{0} rad"
855
+ :one: "{0} rad"
856
+ :other: "{0} rad"
857
+ :area-acre:
858
+ :few: "{0} ac"
859
+ :many: "{0} ac"
860
+ :one: "{0} ac"
861
+ :other: "{0} ac"
862
+ :area-hectare:
863
+ :few: "{0} ha"
864
+ :many: "{0} ha"
865
+ :one: "{0} ha"
866
+ :other: "{0} ha"
867
+ :area-square-centimeter:
868
+ :few: "{0} cm²"
869
+ :many: "{0} cm²"
870
+ :one: "{0} cm²"
871
+ :other: "{0} cm²"
872
+ :area-square-foot:
873
+ :few: "{0} ft²"
874
+ :many: "{0} ft²"
875
+ :one: "{0} ft²"
876
+ :other: "{0} ft²"
877
+ :area-square-inch:
878
+ :few: "{0} in²"
879
+ :many: "{0} in²"
880
+ :one: "{0} in²"
881
+ :other: "{0} in²"
882
+ :area-square-kilometer:
883
+ :few: "{0} km²"
884
+ :many: "{0} km²"
885
+ :one: "{0} km²"
886
+ :other: "{0} km²"
887
+ :area-square-meter:
888
+ :few: "{0} "
889
+ :many: "{0} m²"
890
+ :one: "{0} m²"
891
+ :other: "{0} "
892
+ :area-square-mile:
893
+ :few: "{0} mi²"
894
+ :many: "{0} mi²"
895
+ :one: "{0} mi²"
896
+ :other: "{0} mi²"
897
+ :area-square-yard:
898
+ :few: "{0} yd²"
899
+ :many: "{0} yd²"
900
+ :one: "{0} yd²"
901
+ :other: "{0} yd²"
902
+ :consumption-liter-per-kilometer:
903
+ :few: "{0} l/km"
904
+ :many: "{0} l/km"
905
+ :one: "{0} l/km"
906
+ :other: "{0} l/km"
907
+ :consumption-mile-per-gallon:
908
+ :few: "{0} mpg"
909
+ :many: "{0} mpg"
910
+ :one: "{0} mpg"
911
+ :other: "{0} mpg"
912
+ :digital-bit:
913
+ :few: "{0} b"
914
+ :many: "{0} b"
915
+ :one: "{0} b"
916
+ :other: "{0} b"
917
+ :digital-byte:
918
+ :few: "{0} B"
919
+ :many: "{0} B"
920
+ :one: "{0} B"
921
+ :other: "{0} B"
922
+ :digital-gigabit:
923
+ :few: "{0} Gb"
924
+ :many: "{0} Gb"
925
+ :one: "{0} Gb"
926
+ :other: "{0} Gb"
927
+ :digital-gigabyte:
928
+ :few: "{0} GB"
929
+ :many: "{0} GB"
930
+ :one: "{0} GB"
931
+ :other: "{0} GB"
932
+ :digital-kilobit:
933
+ :few: "{0} kb"
934
+ :many: "{0} kb"
935
+ :one: "{0} kb"
936
+ :other: "{0} kb"
937
+ :digital-kilobyte:
938
+ :few: "{0} kB"
939
+ :many: "{0} kB"
940
+ :one: "{0} kB"
941
+ :other: "{0} kB"
942
+ :digital-megabit:
943
+ :few: "{0} Mb"
944
+ :many: "{0} Mb"
945
+ :one: "{0} Mb"
946
+ :other: "{0} Mb"
947
+ :digital-megabyte:
948
+ :few: "{0} MB"
949
+ :many: "{0} MB"
950
+ :one: "{0} MB"
951
+ :other: "{0} MB"
952
+ :digital-terabit:
953
+ :few: "{0} Tb"
954
+ :many: "{0} Tb"
955
+ :one: "{0} Tb"
956
+ :other: "{0} Tb"
957
+ :digital-terabyte:
958
+ :few: "{0} TB"
959
+ :many: "{0} TB"
960
+ :one: "{0} TB"
961
+ :other: "{0} TB"
962
+ :duration-day:
963
+ :few: "{0} dni"
964
+ :many: "{0} dni"
965
+ :one: "{0} dzień"
966
+ :other: "{0} dnia"
967
+ :duration-hour:
968
+ :few: "{0} godz."
969
+ :many: "{0} godz."
970
+ :one: "{0} godz."
971
+ :other: "{0} godz."
972
+ :duration-microsecond:
973
+ :few: "{0} μs"
974
+ :many: "{0} μs"
975
+ :one: "{0} μs"
976
+ :other: "{0} μs"
977
+ :duration-millisecond:
978
+ :few: "{0} ms"
979
+ :many: "{0} ms"
980
+ :one: "{0} ms"
981
+ :other: "{0} ms"
982
+ :duration-minute:
983
+ :few: "{0} min"
984
+ :many: "{0} min"
985
+ :one: "{0} min"
986
+ :other: "{0} min"
987
+ :duration-month:
988
+ :few: "{0} mies."
989
+ :many: "{0} mies."
990
+ :one: "{0} mies."
991
+ :other: "{0} mies."
992
+ :duration-nanosecond:
993
+ :few: "{0} ns"
994
+ :many: "{0} ns"
995
+ :one: "{0} ns"
996
+ :other: "{0} ns"
997
+ :duration-second:
998
+ :few: "{0} sek."
999
+ :many: "{0} sek."
1000
+ :one: "{0} sek."
1001
+ :other: "{0} sek."
1002
+ :duration-week:
1003
+ :few: "{0} tyg."
1004
+ :many: "{0} tyg."
1005
+ :one: "{0} tydz."
1006
+ :other: "{0} tyg."
1007
+ :duration-year:
1008
+ :few: "{0} lata"
1009
+ :many: "{0} lat"
1010
+ :one: "{0} rok"
1011
+ :other: "{0} roku"
1012
+ :electric-ampere:
1013
+ :few: "{0} A"
1014
+ :many: "{0} A"
1015
+ :one: "{0} A"
1016
+ :other: "{0} A"
1017
+ :electric-milliampere:
1018
+ :few: "{0} mA"
1019
+ :many: "{0} mA"
1020
+ :one: "{0} mA"
1021
+ :other: "{0} mA"
1022
+ :electric-ohm:
1023
+ :few: "{0} Ω"
1024
+ :many: "{0} Ω"
1025
+ :one: "{0} Ω"
1026
+ :other: "{0} Ω"
1027
+ :electric-volt:
1028
+ :few: "{0} V"
1029
+ :many: "{0} V"
1030
+ :one: "{0} V"
1031
+ :other: "{0} V"
1032
+ :energy-calorie:
1033
+ :few: "{0} kal"
1034
+ :many: "{0} kal"
1035
+ :one: "{0} kal"
1036
+ :other: "{0} kal"
1037
+ :energy-foodcalorie:
1038
+ :few: "{0} kal"
1039
+ :many: "{0} kal"
1040
+ :one: "{0} kal"
1041
+ :other: "{0} kal"
1042
+ :energy-joule:
1043
+ :few: "{0} J"
1044
+ :many: "{0} J"
1045
+ :one: "{0} J"
1046
+ :other: "{0} J"
1047
+ :energy-kilocalorie:
1048
+ :few: "{0} kcal"
1049
+ :many: "{0} kcal"
1050
+ :one: "{0} kcal"
1051
+ :other: "{0} kcal"
1052
+ :energy-kilojoule:
1053
+ :few: "{0} kJ"
1054
+ :many: "{0} kJ"
1055
+ :one: "{0} kJ"
1056
+ :other: "{0} kJ"
1057
+ :energy-kilowatt-hour:
1058
+ :few: "{0} kWh"
1059
+ :many: "{0} kWh"
1060
+ :one: "{0} kWh"
1061
+ :other: "{0} kWh"
1062
+ :frequency-gigahertz:
1063
+ :few: "{0} GHz"
1064
+ :many: "{0} GHz"
1065
+ :one: "{0} GHz"
1066
+ :other: "{0} GHz"
1067
+ :frequency-hertz:
1068
+ :few: "{0} Hz"
1069
+ :many: "{0} Hz"
1070
+ :one: "{0} Hz"
1071
+ :other: "{0} Hz"
1072
+ :frequency-kilohertz:
1073
+ :few: "{0} kHz"
1074
+ :many: "{0} kHz"
1075
+ :one: "{0} kHz"
1076
+ :other: "{0} kHz"
1077
+ :frequency-megahertz:
1078
+ :few: "{0} MHz"
1079
+ :many: "{0} MHz"
1080
+ :one: "{0} MHz"
1081
+ :other: "{0} MHz"
1082
+ :length-astronomical-unit:
1083
+ :few: "{0} j.a."
1084
+ :many: "{0} j.a."
1085
+ :one: "{0} j.a."
1086
+ :other: "{0} j.a."
1087
+ :length-centimeter:
1088
+ :few: "{0} cm"
1089
+ :many: "{0} cm"
1090
+ :one: "{0} cm"
1091
+ :other: "{0} cm"
1092
+ :length-decimeter:
1093
+ :few: "{0} dm"
1094
+ :many: "{0} dm"
1095
+ :one: "{0} dm"
1096
+ :other: "{0} dm"
1097
+ :length-fathom:
1098
+ :other: "{0} fm"
1099
+ :length-foot:
1100
+ :few: "{0} ft"
1101
+ :many: "{0} ft"
1102
+ :one: "{0} ft"
1103
+ :other: "{0} ft"
1104
+ :length-furlong:
1105
+ :other: "{0} fur"
1106
+ :length-inch:
1107
+ :few: "{0}″"
1108
+ :many: "{0}″"
1109
+ :one: "{0}″"
1110
+ :other: "{0}″"
1111
+ :length-kilometer:
1112
+ :few: "{0} km"
1113
+ :many: "{0} km"
1114
+ :one: "{0} km"
1115
+ :other: "{0} km"
1116
+ :length-light-year:
1117
+ :few: "{0} ly"
1118
+ :many: "{0} ly"
1119
+ :one: "{0} ly"
1120
+ :other: "{0} ly"
1121
+ :length-meter:
1122
+ :few: "{0} m"
1123
+ :many: "{0} m"
1124
+ :one: "{0} m"
1125
+ :other: "{0} m"
1126
+ :length-micrometer:
1127
+ :few: "{0} µm"
1128
+ :many: "{0} µm"
1129
+ :one: "{0} µm"
1130
+ :other: "{0} µm"
1131
+ :length-mile:
1132
+ :few: "{0} mile"
1133
+ :many: "{0} mil"
1134
+ :one: "{0} mila"
1135
+ :other: "{0} mili"
1136
+ :length-millimeter:
1137
+ :few: "{0} mm"
1138
+ :many: "{0} mm"
1139
+ :one: "{0} mm"
1140
+ :other: "{0} mm"
1141
+ :length-nanometer:
1142
+ :few: "{0} nm"
1143
+ :many: "{0} nm"
1144
+ :one: "{0} nm"
1145
+ :other: "{0} nm"
1146
+ :length-nautical-mile:
1147
+ :few: "{0} Mm"
1148
+ :many: "{0} Mm"
1149
+ :one: "{0} Mm"
1150
+ :other: "{0} Mm"
1151
+ :length-parsec:
1152
+ :few: "{0} pc"
1153
+ :many: "{0} pc"
1154
+ :one: "{0} pc"
1155
+ :other: "{0} pc"
1156
+ :length-picometer:
1157
+ :few: "{0} pm"
1158
+ :many: "{0} pm"
1159
+ :one: "{0} pm"
1160
+ :other: "{0} pm"
1161
+ :length-yard:
1162
+ :few: "{0} yd"
1163
+ :many: "{0} yd"
1164
+ :one: "{0} yd"
1165
+ :other: "{0} yd"
1166
+ :light-lux:
1167
+ :few: "{0} lx"
1168
+ :many: "{0} lx"
1169
+ :one: "{0} lx"
1170
+ :other: "{0} lx"
1171
+ :mass-carat:
1172
+ :few: "{0} kt"
1173
+ :many: "{0} kt"
1174
+ :one: "{0} kt"
1175
+ :other: "{0} kt"
1176
+ :mass-gram:
1177
+ :few: "{0} g"
1178
+ :many: "{0} g"
1179
+ :one: "{0} g"
1180
+ :other: "{0} g"
1181
+ :mass-kilogram:
1182
+ :few: "{0} kg"
1183
+ :many: "{0} kg"
1184
+ :one: "{0} kg"
1185
+ :other: "{0} kg"
1186
+ :mass-metric-ton:
1187
+ :few: "{0} t"
1188
+ :many: "{0} t"
1189
+ :one: "{0} t"
1190
+ :other: "{0} t"
1191
+ :mass-microgram:
1192
+ :few: "{0} µg"
1193
+ :many: "{0} µg"
1194
+ :one: "{0} µg"
1195
+ :other: "{0} µg"
1196
+ :mass-milligram:
1197
+ :few: "{0} mg"
1198
+ :many: "{0} mg"
1199
+ :one: "{0} mg"
1200
+ :other: "{0} mg"
1201
+ :mass-ounce:
1202
+ :few: "{0} oz"
1203
+ :many: "{0} oz"
1204
+ :one: "{0} oz"
1205
+ :other: "{0} oz"
1206
+ :mass-ounce-troy:
1207
+ :few: "{0} oz t"
1208
+ :many: "{0} oz t"
1209
+ :one: "{0} oz t"
1210
+ :other: "{0} oz t"
1211
+ :mass-pound:
1212
+ :few: "{0} lb"
1213
+ :many: "{0} lb"
1214
+ :one: "{0} lb"
1215
+ :other: "{0} lb"
1216
+ :mass-stone:
1217
+ :other: "{0} st"
1218
+ :mass-ton:
1219
+ :few: "{0} tn"
1220
+ :many: "{0} tn"
1221
+ :one: "{0} tn"
1222
+ :other: "{0} tn"
1223
+ :power-gigawatt:
1224
+ :few: "{0} GW"
1225
+ :many: "{0} GW"
1226
+ :one: "{0} GW"
1227
+ :other: "{0} GW"
1228
+ :power-horsepower:
1229
+ :few: "{0} KM"
1230
+ :many: "{0} KM"
1231
+ :one: "{0} KM"
1232
+ :other: "{0} KM"
1233
+ :power-kilowatt:
1234
+ :few: "{0} kW"
1235
+ :many: "{0} kW"
1236
+ :one: "{0} kW"
1237
+ :other: "{0} kW"
1238
+ :power-megawatt:
1239
+ :few: "{0} MW"
1240
+ :many: "{0} MW"
1241
+ :one: "{0} MW"
1242
+ :other: "{0} MW"
1243
+ :power-milliwatt:
1244
+ :few: "{0} mW"
1245
+ :many: "{0} mW"
1246
+ :one: "{0} mW"
1247
+ :other: "{0} mW"
1248
+ :power-watt:
1249
+ :few: "{0} W"
1250
+ :many: "{0} W"
1251
+ :one: "{0} W"
1252
+ :other: "{0} W"
1253
+ :pressure-hectopascal:
1254
+ :few: "{0} hPa"
1255
+ :many: "{0} hPa"
1256
+ :one: "{0} hPa"
1257
+ :other: "{0} hPa"
1258
+ :pressure-inch-hg:
1259
+ :few: "{0} inHg"
1260
+ :many: "{0} inHg"
1261
+ :one: "{0} inHg"
1262
+ :other: "{0} inHg"
1263
+ :pressure-millibar:
1264
+ :few: "{0} mbar"
1265
+ :many: "{0} mbar"
1266
+ :one: "{0} mbar"
1267
+ :other: "{0} mbar"
1268
+ :pressure-millimeter-of-mercury:
1269
+ :few: "{0} mm Hg"
1270
+ :many: "{0} mm Hg"
1271
+ :one: "{0} mm Hg"
1272
+ :other: "{0} mm Hg"
1273
+ :pressure-pound-per-square-inch:
1274
+ :few: "{0} psi"
1275
+ :many: "{0} psi"
1276
+ :one: "{0} psi"
1277
+ :other: "{0} psi"
1278
+ :proportion-karat:
1279
+ :few: "{0} kt"
1280
+ :many: "{0} kt"
1281
+ :one: "{0} kt"
1282
+ :other: "{0} kt"
1283
+ :speed-kilometer-per-hour:
1284
+ :few: "{0} km/h"
1285
+ :many: "{0} km/h"
1286
+ :one: "{0} km/h"
1287
+ :other: "{0} km/h"
1288
+ :speed-meter-per-second:
1289
+ :few: "{0} m/s"
1290
+ :many: "{0} m/s"
1291
+ :one: "{0} m/s"
1292
+ :other: "{0} m/s"
1293
+ :speed-mile-per-hour:
1294
+ :few: "{0} mi/h"
1295
+ :many: "{0} mi/h"
1296
+ :one: "{0} mi/h"
1297
+ :other: "{0} mi/h"
1298
+ :temperature-celsius:
1299
+ :few: "{0}°C"
1300
+ :many: "{0}°C"
1301
+ :one: "{0}°C"
1302
+ :other: "{0}°C"
1303
+ :temperature-fahrenheit:
1304
+ :few: "{0}°F"
1305
+ :many: "{0}°F"
1306
+ :one: "{0}°F"
1307
+ :other: "{0}°F"
1308
+ :temperature-kelvin:
1309
+ :few: "{0} K"
1310
+ :many: "{0} K"
1311
+ :one: "{0} K"
1312
+ :other: "{0} K"
1313
+ :volume-acre-foot:
1314
+ :few: "{0} ac ft"
1315
+ :many: "{0} ac ft"
1316
+ :one: "{0} ac ft"
1317
+ :other: "{0} ac ft"
1318
+ :volume-bushel:
1319
+ :other: "{0} bu"
1320
+ :volume-centiliter:
1321
+ :few: "{0} cl"
1322
+ :many: "{0} cl"
1323
+ :one: "{0} cl"
1324
+ :other: "{0} cl"
1325
+ :volume-cubic-centimeter:
1326
+ :few: "{0} cm³"
1327
+ :many: "{0} cm³"
1328
+ :one: "{0} cm³"
1329
+ :other: "{0} cm³"
1330
+ :volume-cubic-foot:
1331
+ :few: "{0} ft³"
1332
+ :many: "{0} ft³"
1333
+ :one: "{0} ft³"
1334
+ :other: "{0} ft³"
1335
+ :volume-cubic-inch:
1336
+ :few: "{0} in³"
1337
+ :many: "{0} in³"
1338
+ :one: "{0} in³"
1339
+ :other: "{0} in³"
1340
+ :volume-cubic-kilometer:
1341
+ :few: "{0} km³"
1342
+ :many: "{0} km³"
1343
+ :one: "{0} km³"
1344
+ :other: "{0} km³"
1345
+ :volume-cubic-meter:
1346
+ :few: "{0} m³"
1347
+ :many: "{0} m³"
1348
+ :one: "{0} m³"
1349
+ :other: "{0} m³"
1350
+ :volume-cubic-mile:
1351
+ :few: "{0} mi³"
1352
+ :many: "{0} mi³"
1353
+ :one: "{0} mi³"
1354
+ :other: "{0} mi³"
1355
+ :volume-cubic-yard:
1356
+ :few: "{0} yd³"
1357
+ :many: "{0} yd³"
1358
+ :one: "{0} yd³"
1359
+ :other: "{0} yd³"
1360
+ :volume-cup:
1361
+ :few: "{0} c"
1362
+ :many: "{0} c"
1363
+ :one: "{0} c"
1364
+ :other: "{0} c"
1365
+ :volume-deciliter:
1366
+ :few: "{0} dl"
1367
+ :many: "{0} dl"
1368
+ :one: "{0} dl"
1369
+ :other: "{0} dl"
1370
+ :volume-fluid-ounce:
1371
+ :few: "{0} fl oz"
1372
+ :many: "{0} fl oz"
1373
+ :one: "{0} fl oz"
1374
+ :other: "{0} fl oz"
1375
+ :volume-gallon:
1376
+ :few: "{0} gal"
1377
+ :many: "{0} gal"
1378
+ :one: "{0} gal"
1379
+ :other: "{0} gal"
1380
+ :volume-hectoliter:
1381
+ :few: "{0} hl"
1382
+ :many: "{0} hl"
1383
+ :one: "{0} hl"
1384
+ :other: "{0} hl"
1385
+ :volume-liter:
1386
+ :few: "{0} l"
1387
+ :many: "{0} l"
1388
+ :one: "{0} l"
1389
+ :other: "{0} l"
1390
+ :volume-megaliter:
1391
+ :few: "{0} Ml"
1392
+ :many: "{0} Ml"
1393
+ :one: "{0} Ml"
1394
+ :other: "{0} Ml"
1395
+ :volume-milliliter:
1396
+ :few: "{0} ml"
1397
+ :many: "{0} ml"
1398
+ :one: "{0} ml"
1399
+ :other: "{0} ml"
1400
+ :volume-pint:
1401
+ :few: "{0} pt"
1402
+ :many: "{0} pt"
1403
+ :one: "{0} pt"
1404
+ :other: "{0} pt"
1405
+ :volume-quart:
1406
+ :few: "{0} qt"
1407
+ :many: "{0} qt"
1408
+ :one: "{0} qt"
1409
+ :other: "{0} qt"
1410
+ :volume-tablespoon:
1411
+ :few: "{0} ł. stoł."
1412
+ :many: "{0} ł. stoł."
1413
+ :one: "{0} ł. stoł."
1414
+ :other: "{0} ł. stoł."
1415
+ :volume-teaspoon:
1416
+ :few: "{0} łyżeczki"
1417
+ :many: "{0} łyżeczek"
1418
+ :one: "{0} łyżeczka"
1419
+ :other: "{0} łyżeczki"