Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: source/data/unit/cs.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/unit/chr.txt ('k') | source/data/unit/cy.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/cs.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/cs.xml
11 */
12 cs{
13 Version{"2.1.8.9"}
14 units{
15 acceleration{
16 g-force{
17 dnam{"gravitační síla"}
18 few{"{0} G"}
19 many{"{0} G"}
20 one{"{0} G"}
21 other{"{0} G"}
22 }
23 meter-per-second-squared{
24 dnam{"metr za sekundu na druhou"}
25 few{"{0} metry za sekundu na druhou"}
26 many{"{0} metru za sekundu na druhou"}
27 one{"{0} metr za sekundu na druhou"}
28 other{"{0} metrů za sekundu na druhou"}
29 }
30 }
31 angle{
32 arc-minute{
33 dnam{"minuty"}
34 few{"{0} minuty"}
35 many{"{0} minuty"}
36 one{"{0} minuta"}
37 other{"{0} minut"}
38 }
39 arc-second{
40 dnam{"vteřiny"}
41 few{"{0} vteřiny"}
42 many{"{0} vteřiny"}
43 one{"{0} vteřina"}
44 other{"{0} vteřin"}
45 }
46 degree{
47 dnam{"stupně"}
48 few{"{0} stupně"}
49 many{"{0} stupně"}
50 one{"{0} stupeň"}
51 other{"{0} stupňů"}
52 }
53 radian{
54 dnam{"radiány"}
55 few{"{0} radiány"}
56 many{"{0} radiánu"}
57 one{"{0} radián"}
58 other{"{0} radiánů"}
59 }
60 }
61 area{
62 acre{
63 dnam{"akry"}
64 few{"{0} akry"}
65 many{"{0} akru"}
66 one{"{0} akr"}
67 other{"{0} akrů"}
68 }
69 hectare{
70 dnam{"hektary"}
71 few{"{0} hektary"}
72 many{"{0} hektaru"}
73 one{"{0} hektar"}
74 other{"{0} hektarů"}
75 }
76 square-centimeter{
77 dnam{"centimetry čtvereční"}
78 few{"{0} centimetry čtvereční"}
79 many{"{0} centimetru čtverečního"}
80 one{"{0} centimetr čtvereční"}
81 other{"{0} centimetrů čtverečních"}
82 }
83 square-foot{
84 dnam{"stopy čtvereční"}
85 few{"{0} stopy čtvereční"}
86 many{"{0} stopy čtvereční"}
87 one{"{0} stopa čtvereční"}
88 other{"{0} stop čtverečních"}
89 }
90 square-inch{
91 dnam{"palce čtvereční"}
92 few{"{0} palce čtvereční"}
93 many{"{0} palce čtverečního"}
94 one{"{0} palec čtvereční"}
95 other{"{0} palců čtverečních"}
96 }
97 square-kilometer{
98 dnam{"kilometry čtvereční"}
99 few{"{0} kilometry čtvereční"}
100 many{"{0} kilometru čtverečního"}
101 one{"{0} kilometr čtvereční"}
102 other{"{0} kilometrů čtverečních"}
103 }
104 square-meter{
105 dnam{"metry čtvereční"}
106 few{"{0} metry čtvereční"}
107 many{"{0} metru čtverečního"}
108 one{"{0} metr čtvereční"}
109 other{"{0} metrů čtverečních"}
110 }
111 square-mile{
112 dnam{"míle čtvereční"}
113 few{"{0} míle čtvereční"}
114 many{"{0} míle čtvereční"}
115 one{"{0} míle čtvereční"}
116 other{"{0} mil čtverečních"}
117 }
118 square-yard{
119 dnam{"yardy čtvereční"}
120 few{"{0} yardy čtvereční"}
121 many{"{0} yardu čtverečního"}
122 one{"{0} yard čtvereční"}
123 other{"{0} yardů čtverečních"}
124 }
125 }
126 compound{
127 per{"{0}/{1}"}
128 }
129 consumption{
130 liter-per-kilometer{
131 dnam{"litry na kilometr"}
132 few{"{0} litry na kilometr"}
133 many{"{0} litru na kilometr"}
134 one{"{0} litr na kilometr"}
135 other{"{0} litrů na kilometr"}
136 }
137 mile-per-gallon{
138 dnam{"míle na galon"}
139 few{"{0} míle na galon"}
140 many{"{0} míle na galon"}
141 one{"{0} míle na galon"}
142 other{"{0} mil na galon"}
143 }
144 }
145 digital{
146 bit{
147 dnam{"bity"}
148 few{"{0} bity"}
149 many{"{0} bitu"}
150 one{"{0} bit"}
151 other{"{0} bitů"}
152 }
153 byte{
154 dnam{"bajty"}
155 few{"{0} bajty"}
156 many{"{0} bajtu"}
157 one{"{0} bajt"}
158 other{"{0} bajtů"}
159 }
160 gigabit{
161 dnam{"gigabity"}
162 few{"{0} gigabity"}
163 many{"{0} gigabitu"}
164 one{"{0} gigabit"}
165 other{"{0} gigabitů"}
166 }
167 gigabyte{
168 dnam{"gigabajty"}
169 few{"{0} gigabajty"}
170 many{"{0} gigabajtu"}
171 one{"{0} gigabajt"}
172 other{"{0} gigabajtů"}
173 }
174 kilobit{
175 dnam{"kilobity"}
176 few{"{0} kilobity"}
177 many{"{0} kilobitu"}
178 one{"{0} kilobit"}
179 other{"{0} kilobitů"}
180 }
181 kilobyte{
182 dnam{"kilobajty"}
183 few{"{0} kilobajty"}
184 many{"{0} kilobajtu"}
185 one{"{0} kilobajt"}
186 other{"{0} kilobajtů"}
187 }
188 megabit{
189 dnam{"megabity"}
190 few{"{0} megabity"}
191 many{"{0} megabitu"}
192 one{"{0} megabit"}
193 other{"{0} megabitů"}
194 }
195 megabyte{
196 dnam{"megabajty"}
197 few{"{0} megabajty"}
198 many{"{0} megabajtu"}
199 one{"{0} megabajt"}
200 other{"{0} megabajtů"}
201 }
202 terabit{
203 dnam{"terabity"}
204 few{"{0} terabity"}
205 many{"{0} terabitu"}
206 one{"{0} terabit"}
207 other{"{0} terabitů"}
208 }
209 terabyte{
210 dnam{"terabajty"}
211 few{"{0} terabajty"}
212 many{"{0} terabajtu"}
213 one{"{0} terabajt"}
214 other{"{0} terabajtů"}
215 }
216 }
217 duration{
218 day{
219 dnam{"dny"}
220 few{"{0} dny"}
221 many{"{0} dne"}
222 one{"{0} den"}
223 other{"{0} dní"}
224 }
225 hour{
226 dnam{"hodiny"}
227 few{"{0} hodiny"}
228 many{"{0} hodiny"}
229 one{"{0} hodina"}
230 other{"{0} hodin"}
231 per{"za hodinu"}
232 }
233 microsecond{
234 dnam{"mikrosekundy"}
235 few{"{0} mikrosekundy"}
236 many{"{0} mikrosekundy"}
237 one{"{0} mikrosekunda"}
238 other{"{0} mikrosekund"}
239 }
240 millisecond{
241 dnam{"milisekundy"}
242 few{"{0} milisekundy"}
243 many{"{0} milisekundy"}
244 one{"{0} milisekunda"}
245 other{"{0} milisekund"}
246 }
247 minute{
248 dnam{"minuty"}
249 few{"{0} minuty"}
250 many{"{0} minuty"}
251 one{"{0} minuta"}
252 other{"{0} minut"}
253 }
254 month{
255 dnam{"měsíce"}
256 few{"{0} měsíce"}
257 many{"{0} měsíce"}
258 one{"{0} měsíc"}
259 other{"{0} měsíců"}
260 }
261 nanosecond{
262 dnam{"nanosekundy"}
263 few{"{0} nanosekundy"}
264 many{"{0} nanosekundy"}
265 one{"{0} nanosekunda"}
266 other{"{0} nanosekund"}
267 }
268 second{
269 dnam{"sekundy"}
270 few{"{0} sekundy"}
271 many{"{0} sekundy"}
272 one{"{0} sekunda"}
273 other{"{0} sekund"}
274 per{"za sekundu"}
275 }
276 week{
277 dnam{"týdny"}
278 few{"{0} týdny"}
279 many{"{0} týdne"}
280 one{"{0} týden"}
281 other{"{0} týdnů"}
282 }
283 year{
284 dnam{"roky"}
285 few{"{0} roky"}
286 many{"{0} roku"}
287 one{"{0} rok"}
288 other{"{0} let"}
289 }
290 }
291 electric{
292 ampere{
293 dnam{"ampéry"}
294 few{"{0} ampéry"}
295 many{"{0} ampéru"}
296 one{"{0} ampér"}
297 other{"{0} ampérů"}
298 }
299 milliampere{
300 dnam{"miliampéry"}
301 few{"{0} miliampéry"}
302 many{"{0} miliampéru"}
303 one{"{0} miliampér"}
304 other{"{0} miliampérů"}
305 }
306 ohm{
307 dnam{"ohmy"}
308 few{"{0} ohmy"}
309 many{"{0} ohmu"}
310 one{"{0} ohm"}
311 other{"{0} ohmů"}
312 }
313 volt{
314 dnam{"volty"}
315 few{"{0} volty"}
316 many{"{0} voltu"}
317 one{"{0} volt"}
318 other{"{0} voltů"}
319 }
320 }
321 energy{
322 calorie{
323 dnam{"kalorie"}
324 few{"{0} kalorie"}
325 many{"{0} kalorie"}
326 one{"{0} kalorie"}
327 other{"{0} kalorií"}
328 }
329 foodcalorie{
330 dnam{"kilokalorie"}
331 few{"{0} kilokalorie"}
332 many{"{0} kilokalorie"}
333 one{"{0} kilokalorie"}
334 other{"{0} kilokalorií"}
335 }
336 joule{
337 dnam{"jouly"}
338 few{"{0} jouly"}
339 many{"{0} joulu"}
340 one{"{0} joule"}
341 other{"{0} joulů"}
342 }
343 kilocalorie{
344 dnam{"kilokalorie"}
345 few{"{0} kilokalorie"}
346 many{"{0} kilokalorie"}
347 one{"{0} kilokalorie"}
348 other{"{0} kilokalorií"}
349 }
350 kilojoule{
351 dnam{"kilojouly"}
352 few{"{0} kilojouly"}
353 many{"{0} kilojoulu"}
354 one{"{0} kilojoule"}
355 other{"{0} kilojoulů"}
356 }
357 kilowatt-hour{
358 dnam{"kilowatthodiny"}
359 few{"{0} kilowatthodiny"}
360 many{"{0} kilowatthodiny"}
361 one{"{0} kilowatthodina"}
362 other{"{0} kilowatthodin"}
363 }
364 }
365 frequency{
366 gigahertz{
367 dnam{"gigahertzy"}
368 few{"{0} gigahertzy"}
369 many{"{0} gigahertzu"}
370 one{"{0} gigahertz"}
371 other{"{0} gigahertzů"}
372 }
373 hertz{
374 dnam{"hertzy"}
375 few{"{0} hertzy"}
376 many{"{0} hertzu"}
377 one{"{0} hertz"}
378 other{"{0} hertzů"}
379 }
380 kilohertz{
381 dnam{"kilohertzy"}
382 few{"{0} kilohertzy"}
383 many{"{0} kilohertzu"}
384 one{"{0} kilohertz"}
385 other{"{0} kilohertzů"}
386 }
387 megahertz{
388 dnam{"megahertzy"}
389 few{"{0} megahertzy"}
390 many{"{0} megahertzu"}
391 one{"{0} megahertz"}
392 other{"{0} megahertzů"}
393 }
394 }
395 length{
396 astronomical-unit{
397 dnam{"astronomické jednotky"}
398 few{"{0} astronomické jednotky"}
399 many{"{0} astronomické jednotky"}
400 one{"{0} astronomická jednotka"}
401 other{"{0} astronomických jednotek"}
402 }
403 centimeter{
404 dnam{"centimetry"}
405 few{"{0} centimetry"}
406 many{"{0} centimetru"}
407 one{"{0} centimetr"}
408 other{"{0} centimetrů"}
409 }
410 decimeter{
411 dnam{"decimetry"}
412 few{"{0} decimetry"}
413 many{"{0} decimetru"}
414 one{"{0} decimetr"}
415 other{"{0} decimetrů"}
416 }
417 fathom{
418 dnam{"fathomy"}
419 few{"{0} fathomy"}
420 many{"{0} fathomu"}
421 one{"{0} fathom"}
422 other{"{0} fathomů"}
423 }
424 foot{
425 dnam{"stopy"}
426 few{"{0} stopy"}
427 many{"{0} stopy"}
428 one{"{0} stopa"}
429 other{"{0} stop"}
430 }
431 furlong{
432 dnam{"furlongy"}
433 few{"{0} furlongy"}
434 many{"{0} furlongu"}
435 one{"{0} furlong"}
436 other{"{0} furlongů"}
437 }
438 inch{
439 dnam{"palce"}
440 few{"{0} palce"}
441 many{"{0} palce"}
442 one{"{0} palec"}
443 other{"{0} palců"}
444 }
445 kilometer{
446 dnam{"kilometry"}
447 few{"{0} kilometry"}
448 many{"{0} kilometru"}
449 one{"{0} kilometr"}
450 other{"{0} kilometrů"}
451 }
452 light-year{
453 dnam{"světelné roky"}
454 few{"{0} světelné roky"}
455 many{"{0} světelného roku"}
456 one{"{0} světelný rok"}
457 other{"{0} světelných let"}
458 }
459 meter{
460 dnam{"metry"}
461 few{"{0} metry"}
462 many{"{0} metru"}
463 one{"{0} metr"}
464 other{"{0} metrů"}
465 }
466 micrometer{
467 dnam{"mikrometry"}
468 few{"{0} mikrometry"}
469 many{"{0} mikrometru"}
470 one{"{0} mikrometr"}
471 other{"{0} mikrometrů"}
472 }
473 mile{
474 dnam{"míle"}
475 few{"{0} míle"}
476 many{"{0} míle"}
477 one{"{0} míle"}
478 other{"{0} mil"}
479 }
480 millimeter{
481 dnam{"milimetry"}
482 few{"{0} milimetry"}
483 many{"{0} milimetru"}
484 one{"{0} milimetr"}
485 other{"{0} milimetrů"}
486 }
487 nanometer{
488 dnam{"nanometry"}
489 few{"{0} nanometry"}
490 many{"{0} nanometru"}
491 one{"{0} nanometr"}
492 other{"{0} nanometrů"}
493 }
494 nautical-mile{
495 dnam{"námořní míle"}
496 few{"{0} námořní míle"}
497 many{"{0} námořní míle"}
498 one{"{0} námořní míle"}
499 other{"{0} námořních mil"}
500 }
501 parsec{
502 dnam{"parseky"}
503 few{"{0} parseky"}
504 many{"{0} parseku"}
505 one{"{0} parsek"}
506 other{"{0} parseků"}
507 }
508 picometer{
509 dnam{"pikometry"}
510 few{"{0} pikometry"}
511 many{"{0} pikometru"}
512 one{"{0} pikometr"}
513 other{"{0} pikometrů"}
514 }
515 yard{
516 dnam{"yardy"}
517 few{"{0} yardy"}
518 many{"{0} yardu"}
519 one{"{0} yard"}
520 other{"{0} yardů"}
521 }
522 }
523 light{
524 lux{
525 dnam{"luxy"}
526 few{"{0} luxy"}
527 many{"{0} luxu"}
528 one{"{0} lux"}
529 other{"{0} luxů"}
530 }
531 }
532 mass{
533 carat{
534 dnam{"karáty"}
535 few{"{0} karáty"}
536 many{"{0} karátu"}
537 one{"{0} karát"}
538 other{"{0} karátů"}
539 }
540 gram{
541 dnam{"gramy"}
542 few{"{0} gramy"}
543 many{"{0} gramu"}
544 one{"{0} gram"}
545 other{"{0} gramů"}
546 }
547 kilogram{
548 dnam{"kilogramy"}
549 few{"{0} kilogramy"}
550 many{"{0} kilogramu"}
551 one{"{0} kilogram"}
552 other{"{0} kilogramů"}
553 }
554 metric-ton{
555 dnam{"metrické tuny"}
556 few{"{0} metrické tuny"}
557 many{"{0} metrické tuny"}
558 one{"{0} metrická tuna"}
559 other{"{0} metrických tun"}
560 }
561 microgram{
562 dnam{"mikrogramy"}
563 few{"{0} mikrogramy"}
564 many{"{0} mikrogramu"}
565 one{"{0} mikrogram"}
566 other{"{0} mikrogramů"}
567 }
568 milligram{
569 dnam{"miligramy"}
570 few{"{0} miligramy"}
571 many{"{0} miligramu"}
572 one{"{0} miligram"}
573 other{"{0} miligramů"}
574 }
575 ounce{
576 dnam{"unce"}
577 few{"{0} unce"}
578 many{"{0} unce"}
579 one{"{0} unce"}
580 other{"{0} uncí"}
581 }
582 ounce-troy{
583 dnam{"trojské unce"}
584 few{"{0} trojské unce"}
585 many{"{0} trojské unce"}
586 one{"{0} trojská unce"}
587 other{"{0} trojských uncí"}
588 }
589 pound{
590 dnam{"libra"}
591 few{"{0} libry"}
592 many{"{0} libry"}
593 one{"{0} libra"}
594 other{"{0} liber"}
595 }
596 stone{
597 dnam{"kameny"}
598 few{"{0} kameny"}
599 many{"{0} kamene"}
600 one{"{0} kámen"}
601 other{"{0} kamenů"}
602 }
603 ton{
604 dnam{"tuny"}
605 few{"{0} tuny"}
606 many{"{0} tuny"}
607 one{"{0} tuna"}
608 other{"{0} tun"}
609 }
610 }
611 power{
612 gigawatt{
613 dnam{"gigawatty"}
614 few{"{0} gigawatty"}
615 many{"{0} gigawattu"}
616 one{"{0} gigawatt"}
617 other{"{0} gigawattů"}
618 }
619 horsepower{
620 dnam{"koňská síla"}
621 few{"{0} koňské síly"}
622 many{"{0} koňské síly"}
623 one{"{0} koňská síla"}
624 other{"{0} koňských sil"}
625 }
626 kilowatt{
627 dnam{"kilowatty"}
628 few{"{0} kilowatty"}
629 many{"{0} kilowattu"}
630 one{"{0} kilowatt"}
631 other{"{0} kilowattů"}
632 }
633 megawatt{
634 dnam{"megawatty"}
635 few{"{0} megawatty"}
636 many{"{0} megawattu"}
637 one{"{0} megawatt"}
638 other{"{0} megawattů"}
639 }
640 milliwatt{
641 dnam{"miliwatty"}
642 few{"{0} miliwatty"}
643 many{"{0} miliwattu"}
644 one{"{0} miliwatt"}
645 other{"{0} miliwattů"}
646 }
647 watt{
648 dnam{"watty"}
649 few{"{0} watty"}
650 many{"{0} wattu"}
651 one{"{0} watt"}
652 other{"{0} wattů"}
653 }
654 }
655 pressure{
656 hectopascal{
657 dnam{"hektopascaly"}
658 few{"{0} hektopascaly"}
659 many{"{0} hektopascalu"}
660 one{"{0} hektopascal"}
661 other{"{0} hektopascalů"}
662 }
663 inch-hg{
664 dnam{"palce rtuti"}
665 few{"{0} palce rtuti"}
666 many{"{0} palce rtuti"}
667 one{"{0} palec rtuti"}
668 other{"{0} palců rtuti"}
669 }
670 millibar{
671 dnam{"milibary"}
672 few{"{0} milibary"}
673 many{"{0} milibaru"}
674 one{"{0} milibar"}
675 other{"{0} milibarů"}
676 }
677 millimeter-of-mercury{
678 dnam{"milimetry rtuti"}
679 few{"{0} milimetry rtuti"}
680 many{"{0} milimetru rtuti"}
681 one{"{0} milimetr rtuti"}
682 other{"{0} milimetrů rtuti"}
683 }
684 pound-per-square-inch{
685 dnam{"libry na čtvereční palec"}
686 few{"{0} libry na čtvereční palec"}
687 many{"{0} libry na čtvereční palec"}
688 one{"{0} libra na čtvereční palec"}
689 other{"{0} psi"}
690 }
691 }
692 proportion{
693 karat{
694 dnam{"karáty"}
695 few{"{0} karáty"}
696 many{"{0} karátu"}
697 one{"{0} karát"}
698 other{"{0} karátů"}
699 }
700 }
701 speed{
702 kilometer-per-hour{
703 dnam{"kilometry za hodinu"}
704 few{"{0} kilometry za hodinu"}
705 many{"{0} kilometru za hodinu"}
706 one{"{0} kilometr za hodinu"}
707 other{"{0} kilometrů za hodinu"}
708 }
709 meter-per-second{
710 dnam{"metry za sekundu"}
711 few{"{0} metry za sekundu"}
712 many{"{0} metru za sekundu"}
713 one{"{0} metr za sekundu"}
714 other{"{0} metrů za sekundu"}
715 }
716 mile-per-hour{
717 dnam{"míle za hodinu"}
718 few{"{0} míle za hodinu"}
719 many{"{0} míle za hodinu"}
720 one{"{0} míle za hodinu"}
721 other{"{0} mil za hodinu"}
722 }
723 }
724 temperature{
725 celsius{
726 dnam{"stupně Celsia"}
727 few{"{0} stupně Celsia"}
728 many{"{0} stupně Celsia"}
729 one{"{0} stupeň Celsia"}
730 other{"{0} stupňů Celsia"}
731 }
732 fahrenheit{
733 dnam{"stupně Fahrenheita"}
734 few{"{0} stupně Fahrenheita"}
735 many{"{0} stupně Fahrenheita"}
736 one{"{0} stupeň Fahrenheita"}
737 other{"{0} stupňů Fahrenheita"}
738 }
739 kelvin{
740 dnam{"kelviny"}
741 few{"{0} kelviny"}
742 many{"{0} kelvinu"}
743 one{"{0} kelvin"}
744 other{"{0} kelvinů"}
745 }
746 }
747 volume{
748 acre-foot{
749 dnam{"akro-stopy"}
750 few{"{0} akro-stopy"}
751 many{"{0} akro-stopy"}
752 one{"{0} akro-stopa"}
753 other{"{0} akro-stop"}
754 }
755 bushel{
756 dnam{"bušly"}
757 few{"{0} bušly"}
758 many{"{0} bušlu"}
759 one{"{0} bušl"}
760 other{"{0} bušlů"}
761 }
762 centiliter{
763 dnam{"centilitry"}
764 few{"{0} centilitry"}
765 many{"{0} centilitru"}
766 one{"{0} centilitr"}
767 other{"{0} centilitrů"}
768 }
769 cubic-centimeter{
770 dnam{"centimetry krychlové"}
771 few{"{0} centimetry krychlové"}
772 many{"{0} centimetru krychlového"}
773 one{"{0} centimetr krychlový"}
774 other{"{0} centimetrů krychlových"}
775 }
776 cubic-foot{
777 dnam{"stopy krychlové"}
778 few{"{0} stopy krychlové"}
779 many{"{0} stopy krychlové"}
780 one{"{0} stopa krychlová"}
781 other{"{0} stop krychlových"}
782 }
783 cubic-inch{
784 dnam{"palce krychlové"}
785 few{"{0} palce krychlové"}
786 many{"{0} palce krychlového"}
787 one{"{0} palec krychlový"}
788 other{"{0} palců krychlových"}
789 }
790 cubic-kilometer{
791 dnam{"kilometry krychlové"}
792 few{"{0} kilometry krychlové"}
793 many{"{0} kilometru krychlového"}
794 one{"{0} kilometr krychlový"}
795 other{"{0} kilometrů krychlových"}
796 }
797 cubic-meter{
798 dnam{"metry krychlové"}
799 few{"{0} metry krychlové"}
800 many{"{0} metru krychlového"}
801 one{"{0} metr krychlový"}
802 other{"{0} metrů krychlových"}
803 }
804 cubic-mile{
805 dnam{"míle krychlové"}
806 few{"{0} míle krychlové"}
807 many{"{0} míle krychlové"}
808 one{"{0} míle krychlová"}
809 other{"{0} mil krychlových"}
810 }
811 cubic-yard{
812 dnam{"yardy krychlové"}
813 few{"{0} yardy krychlové"}
814 many{"{0} yardu krychlového"}
815 one{"{0} yard krychlový"}
816 other{"{0} yardů krychlových"}
817 }
818 cup{
819 dnam{"šálek"}
820 few{"{0} šálky"}
821 many{"{0} šálku"}
822 one{"{0} šálek"}
823 other{"{0} šálků"}
824 }
825 deciliter{
826 dnam{"decilitry"}
827 few{"{0} decilitry"}
828 many{"{0} decilitru"}
829 one{"{0} decilitr"}
830 other{"{0} decilitrů"}
831 }
832 fluid-ounce{
833 dnam{"kapalinové unce"}
834 few{"{0} kapalinové unce"}
835 many{"{0} kapalinové unce"}
836 one{"{0} kapalinová unce"}
837 other{"{0} kapalinových uncí"}
838 }
839 gallon{
840 dnam{"galon"}
841 few{"{0} galony"}
842 many{"{0} galonu"}
843 one{"{0} galon"}
844 other{"{0} galonů"}
845 }
846 hectoliter{
847 dnam{"hektolitr"}
848 few{"{0} hektolitry"}
849 many{"{0} hektolitru"}
850 one{"{0} hektolitr"}
851 other{"{0} hektolitrů"}
852 }
853 liter{
854 dnam{"litry"}
855 few{"{0} litry"}
856 many{"{0} litru"}
857 one{"{0} litr"}
858 other{"{0} litrů"}
859 }
860 megaliter{
861 dnam{"megalitry"}
862 few{"{0} megalitry"}
863 many{"{0} megalitru"}
864 one{"{0} megalitr"}
865 other{"{0} megalitrů"}
866 }
867 milliliter{
868 dnam{"mililitry"}
869 few{"{0} mililitry"}
870 many{"{0} mililitru"}
871 one{"{0} mililitr"}
872 other{"{0} mililitrů"}
873 }
874 pint{
875 dnam{"pinty"}
876 few{"{0} pinty"}
877 many{"{0} pinty"}
878 one{"{0} pinta"}
879 other{"{0} pint"}
880 }
881 quart{
882 dnam{"kvarty"}
883 few{"{0} kvarty"}
884 many{"{0} kvartu"}
885 one{"{0} kvart"}
886 other{"{0} kvartů"}
887 }
888 tablespoon{
889 dnam{"lžíce"}
890 few{"{0} lžíce"}
891 many{"{0} lžíce"}
892 one{"{0} lžíce"}
893 other{"{0} lžic"}
894 }
895 teaspoon{
896 dnam{"lžička"}
897 few{"{0} lžičky"}
898 many{"{0} lžičky"}
899 one{"{0} lžička"}
900 other{"{0} lžiček"}
901 }
902 }
903 }
904 unitsNarrow{
905 acceleration{
906 g-force{
907 dnam{"G"}
908 few{"{0} G"}
909 many{"{0} G"}
910 one{"{0} G"}
911 other{"{0} G"}
912 }
913 meter-per-second-squared{
914 dnam{"m/s²"}
915 few{"{0} m/s²"}
916 many{"{0} m/s²"}
917 one{"{0} m/s²"}
918 other{"{0} m/s²"}
919 }
920 }
921 angle{
922 arc-minute{
923 dnam{"′"}
924 few{"{0}′"}
925 many{"{0}′"}
926 one{"{0}′"}
927 other{"{0}′"}
928 }
929 arc-second{
930 dnam{"″"}
931 few{"{0}″"}
932 many{"{0}″"}
933 one{"{0}″"}
934 other{"{0}″"}
935 }
936 degree{
937 dnam{"°"}
938 few{"{0}°"}
939 many{"{0}°"}
940 one{"{0}°"}
941 other{"{0}°"}
942 }
943 radian{
944 dnam{"rad"}
945 few{"{0} rad"}
946 many{"{0} rad"}
947 one{"{0} rad"}
948 other{"{0} rad"}
949 }
950 }
951 area{
952 acre{
953 dnam{"ac"}
954 few{"{0} ac"}
955 many{"{0} ac"}
956 one{"{0} ac"}
957 other{"{0} ac"}
958 }
959 hectare{
960 dnam{"ha"}
961 few{"{0} ha"}
962 many{"{0} ha"}
963 one{"{0} ha"}
964 other{"{0} ha"}
965 }
966 square-centimeter{
967 dnam{"cm²"}
968 few{"{0} cm²"}
969 many{"{0} cm²"}
970 one{"{0} cm²"}
971 other{"{0} cm²"}
972 }
973 square-foot{
974 dnam{"ft²"}
975 few{"{0} ft²"}
976 many{"{0} ft²"}
977 one{"{0} ft²"}
978 other{"{0} ft²"}
979 }
980 square-inch{
981 dnam{"in²"}
982 few{"{0} in²"}
983 many{"{0} in²"}
984 one{"{0} in²"}
985 other{"{0} in²"}
986 }
987 square-kilometer{
988 dnam{"km²"}
989 few{"{0} km²"}
990 many{"{0} km²"}
991 one{"{0} km²"}
992 other{"{0} km²"}
993 }
994 square-meter{
995 dnam{"m²"}
996 few{"{0} m²"}
997 many{"{0} m²"}
998 one{"{0} m²"}
999 other{"{0} m²"}
1000 }
1001 square-mile{
1002 dnam{"mi²"}
1003 few{"{0} mi²"}
1004 many{"{0} mi²"}
1005 one{"{0} mi²"}
1006 other{"{0} mi²"}
1007 }
1008 square-yard{
1009 dnam{"yd²"}
1010 few{"{0} yd²"}
1011 many{"{0} yd²"}
1012 one{"{0} yd²"}
1013 other{"{0} yd²"}
1014 }
1015 }
1016 compound{
1017 per{"{0}/{1}"}
1018 }
1019 consumption{
1020 liter-per-kilometer{
1021 dnam{"l/km"}
1022 few{"{0} l/km"}
1023 many{"{0} l/km"}
1024 one{"{0} l/km"}
1025 other{"{0} l/km"}
1026 }
1027 mile-per-gallon{
1028 dnam{"mpg"}
1029 few{"{0} mpg"}
1030 many{"{0} mpg"}
1031 one{"{0} mpg"}
1032 other{"{0} mpg"}
1033 }
1034 }
1035 digital{
1036 bit{
1037 dnam{"bit"}
1038 few{"{0} bity"}
1039 many{"{0} bitu"}
1040 one{"{0} bit"}
1041 other{"{0} bitů"}
1042 }
1043 byte{
1044 dnam{"bajt"}
1045 few{"{0} bajty"}
1046 many{"{0} bajtu"}
1047 one{"{0} bajt"}
1048 other{"{0} bajtů"}
1049 }
1050 gigabit{
1051 dnam{"Gb"}
1052 few{"{0} Gb"}
1053 many{"{0} Gb"}
1054 one{"{0} Gb"}
1055 other{"{0} Gb"}
1056 }
1057 gigabyte{
1058 dnam{"GB"}
1059 few{"{0} GB"}
1060 many{"{0} GB"}
1061 one{"{0} GB"}
1062 other{"{0} GB"}
1063 }
1064 kilobit{
1065 dnam{"kb"}
1066 few{"{0} kb"}
1067 many{"{0} kb"}
1068 one{"{0} kb"}
1069 other{"{0} kb"}
1070 }
1071 kilobyte{
1072 dnam{"kB"}
1073 few{"{0} kB"}
1074 many{"{0} kB"}
1075 one{"{0} kB"}
1076 other{"{0} kB"}
1077 }
1078 megabit{
1079 dnam{"Mb"}
1080 few{"{0} Mb"}
1081 many{"{0} Mb"}
1082 one{"{0} Mb"}
1083 other{"{0} Mb"}
1084 }
1085 megabyte{
1086 dnam{"MB"}
1087 few{"{0} MB"}
1088 many{"{0} MB"}
1089 one{"{0} MB"}
1090 other{"{0} MB"}
1091 }
1092 terabit{
1093 dnam{"Tb"}
1094 few{"{0} Tb"}
1095 many{"{0} Tb"}
1096 one{"{0} Tb"}
1097 other{"{0} Tb"}
1098 }
1099 terabyte{
1100 dnam{"TB"}
1101 few{"{0} TB"}
1102 many{"{0} TB"}
1103 one{"{0} TB"}
1104 other{"{0} TB"}
1105 }
1106 }
1107 duration{
1108 day{
1109 dnam{"d"}
1110 few{"{0} d"}
1111 many{"{0} d"}
1112 one{"{0} d"}
1113 other{"{0} d"}
1114 }
1115 hour{
1116 dnam{"h"}
1117 few{"{0} h"}
1118 many{"{0} h"}
1119 one{"{0} h"}
1120 other{"{0} h"}
1121 per{"{0}/h"}
1122 }
1123 microsecond{
1124 dnam{"μs"}
1125 few{"{0} μs"}
1126 many{"{0} μs"}
1127 one{"{0} μs"}
1128 other{"{0} μs"}
1129 }
1130 millisecond{
1131 dnam{"ms"}
1132 few{"{0} ms"}
1133 many{"{0} ms"}
1134 one{"{0} ms"}
1135 other{"{0} ms"}
1136 }
1137 minute{
1138 dnam{"m"}
1139 few{"{0} m"}
1140 many{"{0} m"}
1141 one{"{0} m"}
1142 other{"{0} m"}
1143 }
1144 month{
1145 dnam{"m"}
1146 few{"{0} m"}
1147 many{"{0} m"}
1148 one{"{0} m"}
1149 other{"{0} m"}
1150 }
1151 nanosecond{
1152 dnam{"ns"}
1153 few{"{0} ns"}
1154 many{"{0} ns"}
1155 one{"{0} ns"}
1156 other{"{0} ns"}
1157 }
1158 second{
1159 dnam{"s"}
1160 few{"{0} s"}
1161 many{"{0} s"}
1162 one{"{0} s"}
1163 other{"{0} s"}
1164 per{"{0}/s"}
1165 }
1166 week{
1167 dnam{"t"}
1168 few{"{0} t"}
1169 many{"{0} t"}
1170 one{"{0} t"}
1171 other{"{0} t"}
1172 }
1173 year{
1174 dnam{"r"}
1175 few{"{0} r"}
1176 many{"{0} r"}
1177 one{"{0} r"}
1178 other{"{0} r"}
1179 }
1180 }
1181 electric{
1182 ampere{
1183 dnam{"A"}
1184 few{"{0} A"}
1185 many{"{0} A"}
1186 one{"{0} A"}
1187 other{"{0} A"}
1188 }
1189 milliampere{
1190 dnam{"mA"}
1191 few{"{0} mA"}
1192 many{"{0} mA"}
1193 one{"{0} mA"}
1194 other{"{0} mA"}
1195 }
1196 ohm{
1197 dnam{"Ω"}
1198 few{"{0} Ω"}
1199 many{"{0} Ω"}
1200 one{"{0} Ω"}
1201 other{"{0} Ω"}
1202 }
1203 volt{
1204 dnam{"V"}
1205 few{"{0} V"}
1206 many{"{0} V"}
1207 one{"{0} V"}
1208 other{"{0} V"}
1209 }
1210 }
1211 energy{
1212 calorie{
1213 dnam{"cal"}
1214 few{"{0} cal"}
1215 many{"{0} cal"}
1216 one{"{0} cal"}
1217 other{"{0} cal"}
1218 }
1219 foodcalorie{
1220 dnam{"kcal"}
1221 few{"{0} kcal"}
1222 many{"{0} kcal"}
1223 one{"{0} kcal"}
1224 other{"{0} kcal"}
1225 }
1226 joule{
1227 dnam{"J"}
1228 few{"{0} J"}
1229 many{"{0} J"}
1230 one{"{0} J"}
1231 other{"{0} J"}
1232 }
1233 kilocalorie{
1234 dnam{"kcal"}
1235 few{"{0} kcal"}
1236 many{"{0} kcal"}
1237 one{"{0} kcal"}
1238 other{"{0} kcal"}
1239 }
1240 kilojoule{
1241 dnam{"kJ"}
1242 few{"{0} kJ"}
1243 many{"{0} kJ"}
1244 one{"{0} kJ"}
1245 other{"{0} kJ"}
1246 }
1247 kilowatt-hour{
1248 dnam{"kWh"}
1249 few{"{0} kWh"}
1250 many{"{0} kWh"}
1251 one{"{0} kWh"}
1252 other{"{0} kWh"}
1253 }
1254 }
1255 frequency{
1256 gigahertz{
1257 dnam{"GHz"}
1258 few{"{0} GHz"}
1259 many{"{0} GHz"}
1260 one{"{0} GHz"}
1261 other{"{0} GHz"}
1262 }
1263 hertz{
1264 dnam{"Hz"}
1265 few{"{0} Hz"}
1266 many{"{0} Hz"}
1267 one{"{0} Hz"}
1268 other{"{0} Hz"}
1269 }
1270 kilohertz{
1271 dnam{"kHz"}
1272 few{"{0} kHz"}
1273 many{"{0} kHz"}
1274 one{"{0} kHz"}
1275 other{"{0} kHz"}
1276 }
1277 megahertz{
1278 dnam{"MHz"}
1279 few{"{0} MHz"}
1280 many{"{0} MHz"}
1281 one{"{0} MHz"}
1282 other{"{0} MHz"}
1283 }
1284 }
1285 length{
1286 astronomical-unit{
1287 dnam{"au"}
1288 few{"{0} au"}
1289 many{"{0} au"}
1290 one{"{0} au"}
1291 other{"{0} au"}
1292 }
1293 centimeter{
1294 dnam{"cm"}
1295 few{"{0} cm"}
1296 many{"{0} cm"}
1297 one{"{0} cm"}
1298 other{"{0} cm"}
1299 }
1300 decimeter{
1301 dnam{"dm"}
1302 few{"{0} dm"}
1303 many{"{0} dm"}
1304 one{"{0} dm"}
1305 other{"{0} dm"}
1306 }
1307 fathom{
1308 dnam{"fm"}
1309 few{"{0} fm"}
1310 many{"{0} fm"}
1311 one{"{0} fm"}
1312 other{"{0} fm"}
1313 }
1314 foot{
1315 dnam{"ft"}
1316 few{"{0}′"}
1317 many{"{0}′"}
1318 one{"{0}′"}
1319 other{"{0}′"}
1320 }
1321 furlong{
1322 dnam{"fur"}
1323 few{"{0} fur"}
1324 many{"{0} fur"}
1325 one{"{0} fur"}
1326 other{"{0} fur"}
1327 }
1328 inch{
1329 dnam{"in"}
1330 few{"{0}″"}
1331 many{"{0}″"}
1332 one{"{0}″"}
1333 other{"{0}″"}
1334 }
1335 kilometer{
1336 dnam{"km"}
1337 few{"{0} km"}
1338 many{"{0} km"}
1339 one{"{0} km"}
1340 other{"{0} km"}
1341 }
1342 light-year{
1343 dnam{"ly"}
1344 few{"{0} ly"}
1345 many{"{0} ly"}
1346 one{"{0} ly"}
1347 other{"{0} ly"}
1348 }
1349 meter{
1350 dnam{"m"}
1351 few{"{0} m"}
1352 many{"{0} m"}
1353 one{"{0} m"}
1354 other{"{0} m"}
1355 }
1356 micrometer{
1357 dnam{"µm"}
1358 few{"{0} µm"}
1359 many{"{0} µm"}
1360 one{"{0} µm"}
1361 other{"{0} µm"}
1362 }
1363 mile{
1364 dnam{"mi"}
1365 few{"{0} mi"}
1366 many{"{0} mi"}
1367 one{"{0} mi"}
1368 other{"{0} mi"}
1369 }
1370 millimeter{
1371 dnam{"mm"}
1372 few{"{0} mm"}
1373 many{"{0} mm"}
1374 one{"{0} mm"}
1375 other{"{0} mm"}
1376 }
1377 nanometer{
1378 dnam{"nm"}
1379 few{"{0} nm"}
1380 many{"{0} nm"}
1381 one{"{0} nm"}
1382 other{"{0} nm"}
1383 }
1384 nautical-mile{
1385 dnam{"nmi"}
1386 few{"{0} nmi"}
1387 many{"{0} nmi"}
1388 one{"{0} nmi"}
1389 other{"{0} nmi"}
1390 }
1391 parsec{
1392 dnam{"pc"}
1393 few{"{0} pc"}
1394 many{"{0} pc"}
1395 one{"{0} pc"}
1396 other{"{0} pc"}
1397 }
1398 picometer{
1399 dnam{"pm"}
1400 few{"{0} pm"}
1401 many{"{0} pm"}
1402 one{"{0} pm"}
1403 other{"{0} pm"}
1404 }
1405 yard{
1406 dnam{"yd"}
1407 few{"{0} yd"}
1408 many{"{0} yd"}
1409 one{"{0} yd"}
1410 other{"{0} yd"}
1411 }
1412 }
1413 light{
1414 lux{
1415 dnam{"lx"}
1416 few{"{0} lx"}
1417 many{"{0} lx"}
1418 one{"{0} lx"}
1419 other{"{0} lx"}
1420 }
1421 }
1422 mass{
1423 carat{
1424 dnam{"CD"}
1425 few{"{0} CD"}
1426 many{"{0} CD"}
1427 one{"{0} CD"}
1428 other{"{0} CD"}
1429 }
1430 gram{
1431 dnam{"g"}
1432 few{"{0} g"}
1433 many{"{0} g"}
1434 one{"{0} g"}
1435 other{"{0} g"}
1436 }
1437 kilogram{
1438 dnam{"kg"}
1439 few{"{0} kg"}
1440 many{"{0} kg"}
1441 one{"{0} kg"}
1442 other{"{0} kg"}
1443 }
1444 metric-ton{
1445 dnam{"mt"}
1446 few{"{0} mt"}
1447 many{"{0} mt"}
1448 one{"{0} mt"}
1449 other{"{0} mt"}
1450 }
1451 microgram{
1452 dnam{"µg"}
1453 few{"{0} µg"}
1454 many{"{0} µg"}
1455 one{"{0} µg"}
1456 other{"{0} µg"}
1457 }
1458 milligram{
1459 dnam{"mg"}
1460 few{"{0} mg"}
1461 many{"{0} mg"}
1462 one{"{0} mg"}
1463 other{"{0} mg"}
1464 }
1465 ounce{
1466 dnam{"oz"}
1467 few{"{0} oz"}
1468 many{"{0} oz"}
1469 one{"{0} oz"}
1470 other{"{0} oz"}
1471 }
1472 ounce-troy{
1473 dnam{"oz t"}
1474 few{"{0} oz t"}
1475 many{"{0} oz t"}
1476 one{"{0} oz t"}
1477 other{"{0} oz t"}
1478 }
1479 pound{
1480 dnam{"lb"}
1481 few{"{0} lb"}
1482 many{"{0} lb"}
1483 one{"{0} lb"}
1484 other{"{0} lb"}
1485 }
1486 stone{
1487 dnam{"st"}
1488 few{"{0} st"}
1489 many{"{0} st"}
1490 one{"{0} st"}
1491 other{"{0} st"}
1492 }
1493 ton{
1494 dnam{"t"}
1495 few{"{0} t"}
1496 many{"{0} t"}
1497 one{"{0} t"}
1498 other{"{0} t"}
1499 }
1500 }
1501 power{
1502 gigawatt{
1503 dnam{"GW"}
1504 few{"{0} GW"}
1505 many{"{0} GW"}
1506 one{"{0} GW"}
1507 other{"{0} GW"}
1508 }
1509 horsepower{
1510 dnam{"hp"}
1511 few{"{0} hp"}
1512 many{"{0} hp"}
1513 one{"{0} hp"}
1514 other{"{0} hp"}
1515 }
1516 kilowatt{
1517 dnam{"kW"}
1518 few{"{0} kW"}
1519 many{"{0} kW"}
1520 one{"{0} kW"}
1521 other{"{0} kW"}
1522 }
1523 megawatt{
1524 dnam{"MW"}
1525 few{"{0} MW"}
1526 many{"{0} MW"}
1527 one{"{0} MW"}
1528 other{"{0} MW"}
1529 }
1530 milliwatt{
1531 dnam{"mW"}
1532 few{"{0} mW"}
1533 many{"{0} mW"}
1534 one{"{0} mW"}
1535 other{"{0} mW"}
1536 }
1537 watt{
1538 dnam{"W"}
1539 few{"{0} W"}
1540 many{"{0} W"}
1541 one{"{0} W"}
1542 other{"{0} W"}
1543 }
1544 }
1545 pressure{
1546 hectopascal{
1547 dnam{"hPa"}
1548 few{"{0} hPa"}
1549 many{"{0} hPa"}
1550 one{"{0} hPa"}
1551 other{"{0} hPa"}
1552 }
1553 inch-hg{
1554 dnam{"inHg"}
1555 few{"{0} inHg"}
1556 many{"{0} inHg"}
1557 one{"{0} inHg"}
1558 other{"{0} inHg"}
1559 }
1560 millibar{
1561 dnam{"mb"}
1562 few{"{0} mb"}
1563 many{"{0} mb"}
1564 one{"{0} mb"}
1565 other{"{0} mb"}
1566 }
1567 millimeter-of-mercury{
1568 dnam{"mm Hg"}
1569 few{"{0} mm Hg"}
1570 many{"{0} mm Hg"}
1571 one{"{0} mm Hg"}
1572 other{"{0} mm Hg"}
1573 }
1574 pound-per-square-inch{
1575 dnam{"psi"}
1576 few{"{0} psi"}
1577 many{"{0} psi"}
1578 one{"{0} psi"}
1579 other{"{0} psi"}
1580 }
1581 }
1582 proportion{
1583 karat{
1584 dnam{"kt"}
1585 few{"{0} kt"}
1586 many{"{0} kt"}
1587 one{"{0} kt"}
1588 other{"{0} kt"}
1589 }
1590 }
1591 speed{
1592 kilometer-per-hour{
1593 dnam{"km/h"}
1594 few{"{0} km/h"}
1595 many{"{0} km/h"}
1596 one{"{0} km/h"}
1597 other{"{0} km/h"}
1598 }
1599 meter-per-second{
1600 dnam{"m/s"}
1601 few{"{0} m/s"}
1602 many{"{0} m/s"}
1603 one{"{0} m/s"}
1604 other{"{0} m/s"}
1605 }
1606 mile-per-hour{
1607 dnam{"mi/h"}
1608 few{"{0} mi/h"}
1609 many{"{0} mi/h"}
1610 one{"{0} mi/h"}
1611 other{"{0} mi/h"}
1612 }
1613 }
1614 temperature{
1615 celsius{
1616 dnam{"°C"}
1617 few{"{0} °C"}
1618 many{"{0} °C"}
1619 one{"{0} °C"}
1620 other{"{0} °C"}
1621 }
1622 fahrenheit{
1623 dnam{"°F"}
1624 few{"{0} °F"}
1625 many{"{0} °F"}
1626 one{"{0} °F"}
1627 other{"{0} °F"}
1628 }
1629 kelvin{
1630 dnam{"K"}
1631 few{"{0} K"}
1632 many{"{0} K"}
1633 one{"{0} K"}
1634 other{"{0} K"}
1635 }
1636 }
1637 volume{
1638 acre-foot{
1639 few{"{0} ac ft"}
1640 many{"{0} ac ft"}
1641 one{"{0} ac ft"}
1642 other{"{0} ac ft"}
1643 }
1644 bushel{
1645 dnam{"bu"}
1646 few{"{0} bu"}
1647 many{"{0} bu"}
1648 one{"{0} bu"}
1649 other{"{0} bu"}
1650 }
1651 centiliter{
1652 dnam{"cl"}
1653 few{"{0} cl"}
1654 many{"{0} cl"}
1655 one{"{0} cl"}
1656 other{"{0} cl"}
1657 }
1658 cubic-centimeter{
1659 dnam{"cm³"}
1660 few{"{0} cm³"}
1661 many{"{0} cm³"}
1662 one{"{0} cm³"}
1663 other{"{0} cm³"}
1664 }
1665 cubic-foot{
1666 dnam{"ft³"}
1667 few{"{0} ft³"}
1668 many{"{0} ft³"}
1669 one{"{0} ft³"}
1670 other{"{0} ft³"}
1671 }
1672 cubic-inch{
1673 dnam{"in³"}
1674 few{"{0} in³"}
1675 many{"{0} in³"}
1676 one{"{0} in³"}
1677 other{"{0} in³"}
1678 }
1679 cubic-kilometer{
1680 dnam{"km³"}
1681 few{"{0} km³"}
1682 many{"{0} km³"}
1683 one{"{0} km³"}
1684 other{"{0} km³"}
1685 }
1686 cubic-meter{
1687 dnam{"m³"}
1688 few{"{0} m³"}
1689 many{"{0} m³"}
1690 one{"{0} m³"}
1691 other{"{0} m³"}
1692 }
1693 cubic-mile{
1694 dnam{"mi³"}
1695 few{"{0} mi³"}
1696 many{"{0} mi³"}
1697 one{"{0} mi³"}
1698 other{"{0} mi³"}
1699 }
1700 cubic-yard{
1701 dnam{"yd³"}
1702 few{"{0} yd³"}
1703 many{"{0} yd³"}
1704 one{"{0} yd³"}
1705 other{"{0} yd³"}
1706 }
1707 cup{
1708 dnam{"c"}
1709 few{"{0} c"}
1710 many{"{0} c"}
1711 one{"{0} c"}
1712 other{"{0} c"}
1713 }
1714 deciliter{
1715 dnam{"dl"}
1716 few{"{0} dl"}
1717 many{"{0} dl"}
1718 one{"{0} dl"}
1719 other{"{0} dl"}
1720 }
1721 fluid-ounce{
1722 dnam{"fl oz"}
1723 few{"{0} fl oz"}
1724 many{"{0} fl oz"}
1725 one{"{0} fl oz"}
1726 other{"{0} fl oz"}
1727 }
1728 gallon{
1729 dnam{"gal"}
1730 few{"{0} gal"}
1731 many{"{0} gal"}
1732 one{"{0} gal"}
1733 other{"{0} gal"}
1734 }
1735 hectoliter{
1736 dnam{"hl"}
1737 few{"{0} hl"}
1738 many{"{0} hl"}
1739 one{"{0} hl"}
1740 other{"{0} hl"}
1741 }
1742 liter{
1743 dnam{"l"}
1744 few{"{0} l"}
1745 many{"{0} l"}
1746 one{"{0} l"}
1747 other{"{0} l"}
1748 }
1749 megaliter{
1750 dnam{"Ml"}
1751 few{"{0} Ml"}
1752 many{"{0} Ml"}
1753 one{"{0} Ml"}
1754 other{"{0} Ml"}
1755 }
1756 milliliter{
1757 dnam{"ml"}
1758 few{"{0} ml"}
1759 many{"{0} ml"}
1760 one{"{0} ml"}
1761 other{"{0} ml"}
1762 }
1763 pint{
1764 dnam{"pt"}
1765 few{"{0} pt"}
1766 many{"{0} pt"}
1767 one{"{0} pt"}
1768 other{"{0} pt"}
1769 }
1770 quart{
1771 dnam{"qt"}
1772 few{"{0} qt"}
1773 many{"{0} qt"}
1774 one{"{0} qt"}
1775 other{"{0} qt"}
1776 }
1777 tablespoon{
1778 dnam{"tbsp"}
1779 few{"{0} tbsp"}
1780 many{"{0} tbsp"}
1781 one{"{0} tbsp"}
1782 other{"{0} tbsp"}
1783 }
1784 teaspoon{
1785 dnam{"tsp"}
1786 few{"{0} tsp"}
1787 many{"{0} tsp"}
1788 one{"{0} tsp"}
1789 other{"{0} tsp"}
1790 }
1791 }
1792 }
1793 unitsShort{
1794 acceleration{
1795 g-force{
1796 dnam{"G"}
1797 few{"{0} G"}
1798 many{"{0} G"}
1799 one{"{0} G"}
1800 other{"{0} G"}
1801 }
1802 meter-per-second-squared{
1803 dnam{"m/s²"}
1804 few{"{0} m/s²"}
1805 many{"{0} m/s²"}
1806 one{"{0} m/s²"}
1807 other{"{0} m/s²"}
1808 }
1809 }
1810 angle{
1811 arc-minute{
1812 dnam{"′"}
1813 few{"{0}′"}
1814 many{"{0}′"}
1815 one{"{0}′"}
1816 other{"{0}′"}
1817 }
1818 arc-second{
1819 dnam{"″"}
1820 few{"{0}″"}
1821 many{"{0}″"}
1822 one{"{0}″"}
1823 other{"{0}″"}
1824 }
1825 degree{
1826 dnam{"°"}
1827 few{"{0}°"}
1828 many{"{0}°"}
1829 one{"{0}°"}
1830 other{"{0}°"}
1831 }
1832 radian{
1833 dnam{"rad"}
1834 few{"{0} rad"}
1835 many{"{0} rad"}
1836 one{"{0} rad"}
1837 other{"{0} rad"}
1838 }
1839 }
1840 area{
1841 acre{
1842 dnam{"ac"}
1843 few{"{0} ac"}
1844 many{"{0} ac"}
1845 one{"{0} ac"}
1846 other{"{0} ac"}
1847 }
1848 hectare{
1849 dnam{"ha"}
1850 few{"{0} ha"}
1851 many{"{0} ha"}
1852 one{"{0} ha"}
1853 other{"{0} ha"}
1854 }
1855 square-centimeter{
1856 dnam{"cm²"}
1857 few{"{0} cm²"}
1858 many{"{0} cm²"}
1859 one{"{0} cm²"}
1860 other{"{0} cm²"}
1861 }
1862 square-foot{
1863 dnam{"ft²"}
1864 few{"{0} ft²"}
1865 many{"{0} ft²"}
1866 one{"{0} ft²"}
1867 other{"{0} ft²"}
1868 }
1869 square-inch{
1870 dnam{"in²"}
1871 few{"{0} in²"}
1872 many{"{0} in²"}
1873 one{"{0} in²"}
1874 other{"{0} in²"}
1875 }
1876 square-kilometer{
1877 dnam{"km²"}
1878 few{"{0} km²"}
1879 many{"{0} km²"}
1880 one{"{0} km²"}
1881 other{"{0} km²"}
1882 }
1883 square-meter{
1884 dnam{"m²"}
1885 few{"{0} m²"}
1886 many{"{0} m²"}
1887 one{"{0} m²"}
1888 other{"{0} m²"}
1889 }
1890 square-mile{
1891 dnam{"mi²"}
1892 few{"{0} mi²"}
1893 many{"{0} mi²"}
1894 one{"{0} mi²"}
1895 other{"{0} mi²"}
1896 }
1897 square-yard{
1898 dnam{"yd²"}
1899 few{"{0} yd²"}
1900 many{"{0} yd²"}
1901 one{"{0} yd²"}
1902 other{"{0} yd²"}
1903 }
1904 }
1905 compound{
1906 per{"{0}/{1}"}
1907 }
1908 consumption{
1909 liter-per-kilometer{
1910 dnam{"l/km"}
1911 few{"{0} l/km"}
1912 many{"{0} l/km"}
1913 one{"{0} l/km"}
1914 other{"{0} l/km"}
1915 }
1916 mile-per-gallon{
1917 dnam{"mpg"}
1918 few{"{0} mpg"}
1919 many{"{0} mpg"}
1920 one{"{0} mpg"}
1921 other{"{0} mpg"}
1922 }
1923 }
1924 digital{
1925 bit{
1926 dnam{"bit"}
1927 few{"{0} bity"}
1928 many{"{0} bitu"}
1929 one{"{0} bit"}
1930 other{"{0} bitů"}
1931 }
1932 byte{
1933 dnam{"bajt"}
1934 few{"{0} bajty"}
1935 many{"{0} bajtu"}
1936 one{"{0} bajt"}
1937 other{"{0} bajtů"}
1938 }
1939 gigabit{
1940 dnam{"Gb"}
1941 few{"{0} Gb"}
1942 many{"{0} Gb"}
1943 one{"{0} Gb"}
1944 other{"{0} Gb"}
1945 }
1946 gigabyte{
1947 dnam{"GB"}
1948 few{"{0} GB"}
1949 many{"{0} GB"}
1950 one{"{0} GB"}
1951 other{"{0} GB"}
1952 }
1953 kilobit{
1954 dnam{"kb"}
1955 few{"{0} kb"}
1956 many{"{0} kb"}
1957 one{"{0} kb"}
1958 other{"{0} kb"}
1959 }
1960 kilobyte{
1961 dnam{"kB"}
1962 few{"{0} kB"}
1963 many{"{0} kB"}
1964 one{"{0} kB"}
1965 other{"{0} kB"}
1966 }
1967 megabit{
1968 dnam{"Mb"}
1969 few{"{0} Mb"}
1970 many{"{0} Mb"}
1971 one{"{0} Mb"}
1972 other{"{0} Mb"}
1973 }
1974 megabyte{
1975 dnam{"MB"}
1976 few{"{0} MB"}
1977 many{"{0} MB"}
1978 one{"{0} MB"}
1979 other{"{0} MB"}
1980 }
1981 terabit{
1982 dnam{"Tb"}
1983 few{"{0} Tb"}
1984 many{"{0} Tb"}
1985 one{"{0} Tb"}
1986 other{"{0} Tb"}
1987 }
1988 terabyte{
1989 dnam{"TB"}
1990 few{"{0} TB"}
1991 many{"{0} TB"}
1992 one{"{0} TB"}
1993 other{"{0} TB"}
1994 }
1995 }
1996 duration{
1997 day{
1998 dnam{"dny"}
1999 few{"{0} dny"}
2000 many{"{0} dne"}
2001 one{"{0} den"}
2002 other{"{0} dní"}
2003 }
2004 hour{
2005 dnam{"h"}
2006 few{"{0} h"}
2007 many{"{0} h"}
2008 one{"{0} h"}
2009 other{"{0} h"}
2010 per{"{0}/h"}
2011 }
2012 microsecond{
2013 dnam{"μs"}
2014 few{"{0} μs"}
2015 many{"{0} μs"}
2016 one{"{0} μs"}
2017 other{"{0} μs"}
2018 }
2019 millisecond{
2020 dnam{"ms"}
2021 few{"{0} ms"}
2022 many{"{0} ms"}
2023 one{"{0} ms"}
2024 other{"{0} ms"}
2025 }
2026 minute{
2027 dnam{"min"}
2028 few{"{0} min"}
2029 many{"{0} min"}
2030 one{"{0} min"}
2031 other{"{0} min"}
2032 }
2033 month{
2034 dnam{"měs."}
2035 few{"{0} měs."}
2036 many{"{0} měs."}
2037 one{"{0} měs."}
2038 other{"{0} měs."}
2039 }
2040 nanosecond{
2041 dnam{"ns"}
2042 few{"{0} ns"}
2043 many{"{0} ns"}
2044 one{"{0} ns"}
2045 other{"{0} ns"}
2046 }
2047 second{
2048 dnam{"s"}
2049 few{"{0} s"}
2050 many{"{0} s"}
2051 one{"{0} s"}
2052 other{"{0} s"}
2053 per{"{0}/s"}
2054 }
2055 week{
2056 dnam{"týd."}
2057 few{"{0} týd."}
2058 many{"{0} týd."}
2059 one{"{0} týd."}
2060 other{"{0} týd."}
2061 }
2062 year{
2063 dnam{"roky"}
2064 few{"{0} roky"}
2065 many{"{0} roku"}
2066 one{"{0} rok"}
2067 other{"{0} let"}
2068 }
2069 }
2070 electric{
2071 ampere{
2072 dnam{"A"}
2073 few{"{0} A"}
2074 many{"{0} A"}
2075 one{"{0} A"}
2076 other{"{0} A"}
2077 }
2078 milliampere{
2079 dnam{"mA"}
2080 few{"{0} mA"}
2081 many{"{0} mA"}
2082 one{"{0} mA"}
2083 other{"{0} mA"}
2084 }
2085 ohm{
2086 dnam{"Ω"}
2087 few{"{0} Ω"}
2088 many{"{0} Ω"}
2089 one{"{0} Ω"}
2090 other{"{0} Ω"}
2091 }
2092 volt{
2093 dnam{"V"}
2094 few{"{0} V"}
2095 many{"{0} V"}
2096 one{"{0} V"}
2097 other{"{0} V"}
2098 }
2099 }
2100 energy{
2101 calorie{
2102 dnam{"cal"}
2103 few{"{0} cal"}
2104 many{"{0} cal"}
2105 one{"{0} cal"}
2106 other{"{0} cal"}
2107 }
2108 foodcalorie{
2109 dnam{"kcal"}
2110 few{"{0} kcal"}
2111 many{"{0} kcal"}
2112 one{"{0} kcal"}
2113 other{"{0} kcal"}
2114 }
2115 joule{
2116 dnam{"J"}
2117 few{"{0} J"}
2118 many{"{0} J"}
2119 one{"{0} J"}
2120 other{"{0} J"}
2121 }
2122 kilocalorie{
2123 dnam{"kcal"}
2124 few{"{0} kcal"}
2125 many{"{0} kcal"}
2126 one{"{0} kcal"}
2127 other{"{0} kcal"}
2128 }
2129 kilojoule{
2130 dnam{"kJ"}
2131 few{"{0} kJ"}
2132 many{"{0} kJ"}
2133 one{"{0} kJ"}
2134 other{"{0} kJ"}
2135 }
2136 kilowatt-hour{
2137 dnam{"kWh"}
2138 few{"{0} kWh"}
2139 many{"{0} kWh"}
2140 one{"{0} kWh"}
2141 other{"{0} kWh"}
2142 }
2143 }
2144 frequency{
2145 gigahertz{
2146 dnam{"GHz"}
2147 few{"{0} GHz"}
2148 many{"{0} GHz"}
2149 one{"{0} GHz"}
2150 other{"{0} GHz"}
2151 }
2152 hertz{
2153 dnam{"Hz"}
2154 few{"{0} Hz"}
2155 many{"{0} Hz"}
2156 one{"{0} Hz"}
2157 other{"{0} Hz"}
2158 }
2159 kilohertz{
2160 dnam{"kHz"}
2161 few{"{0} kHz"}
2162 many{"{0} kHz"}
2163 one{"{0} kHz"}
2164 other{"{0} kHz"}
2165 }
2166 megahertz{
2167 dnam{"MHz"}
2168 few{"{0} MHz"}
2169 many{"{0} MHz"}
2170 one{"{0} MHz"}
2171 other{"{0} MHz"}
2172 }
2173 }
2174 length{
2175 astronomical-unit{
2176 dnam{"au"}
2177 few{"{0} au"}
2178 many{"{0} au"}
2179 one{"{0} au"}
2180 other{"{0} au"}
2181 }
2182 centimeter{
2183 dnam{"cm"}
2184 few{"{0} cm"}
2185 many{"{0} cm"}
2186 one{"{0} cm"}
2187 other{"{0} cm"}
2188 }
2189 decimeter{
2190 dnam{"dm"}
2191 few{"{0} dm"}
2192 many{"{0} dm"}
2193 one{"{0} dm"}
2194 other{"{0} dm"}
2195 }
2196 fathom{
2197 dnam{"fm"}
2198 few{"{0} fm"}
2199 many{"{0} fm"}
2200 one{"{0} fm"}
2201 other{"{0} fm"}
2202 }
2203 foot{
2204 dnam{"ft"}
2205 few{"{0} ft"}
2206 many{"{0} ft"}
2207 one{"{0} ft"}
2208 other{"{0} ft"}
2209 }
2210 furlong{
2211 dnam{"fur"}
2212 few{"{0} fur"}
2213 many{"{0} fur"}
2214 one{"{0} fur"}
2215 other{"{0} fur"}
2216 }
2217 inch{
2218 dnam{"in"}
2219 few{"{0} in"}
2220 many{"{0} in"}
2221 one{"{0} in"}
2222 other{"{0} in"}
2223 }
2224 kilometer{
2225 dnam{"km"}
2226 few{"{0} km"}
2227 many{"{0} km"}
2228 one{"{0} km"}
2229 other{"{0} km"}
2230 }
2231 light-year{
2232 dnam{"ly"}
2233 few{"{0} ly"}
2234 many{"{0} ly"}
2235 one{"{0} ly"}
2236 other{"{0} ly"}
2237 }
2238 meter{
2239 dnam{"m"}
2240 few{"{0} m"}
2241 many{"{0} m"}
2242 one{"{0} m"}
2243 other{"{0} m"}
2244 }
2245 micrometer{
2246 dnam{"µm"}
2247 few{"{0} µm"}
2248 many{"{0} µm"}
2249 one{"{0} µm"}
2250 other{"{0} µm"}
2251 }
2252 mile{
2253 dnam{"mi"}
2254 few{"{0} mi"}
2255 many{"{0} mi"}
2256 one{"{0} mi"}
2257 other{"{0} mi"}
2258 }
2259 millimeter{
2260 dnam{"mm"}
2261 few{"{0} mm"}
2262 many{"{0} mm"}
2263 one{"{0} mm"}
2264 other{"{0} mm"}
2265 }
2266 nanometer{
2267 dnam{"nm"}
2268 few{"{0} nm"}
2269 many{"{0} nm"}
2270 one{"{0} nm"}
2271 other{"{0} nm"}
2272 }
2273 nautical-mile{
2274 dnam{"nmi"}
2275 few{"{0} nmi"}
2276 many{"{0} nmi"}
2277 one{"{0} nmi"}
2278 other{"{0} nmi"}
2279 }
2280 parsec{
2281 dnam{"pc"}
2282 few{"{0} pc"}
2283 many{"{0} pc"}
2284 one{"{0} pc"}
2285 other{"{0} pc"}
2286 }
2287 picometer{
2288 dnam{"pm"}
2289 few{"{0} pm"}
2290 many{"{0} pm"}
2291 one{"{0} pm"}
2292 other{"{0} pm"}
2293 }
2294 yard{
2295 dnam{"yd"}
2296 few{"{0} yd"}
2297 many{"{0} yd"}
2298 one{"{0} yd"}
2299 other{"{0} yd"}
2300 }
2301 }
2302 light{
2303 lux{
2304 dnam{"lx"}
2305 few{"{0} lx"}
2306 many{"{0} lx"}
2307 one{"{0} lx"}
2308 other{"{0} lx"}
2309 }
2310 }
2311 mass{
2312 carat{
2313 dnam{"CD"}
2314 few{"{0} CD"}
2315 many{"{0} CD"}
2316 one{"{0} CD"}
2317 other{"{0} CD"}
2318 }
2319 gram{
2320 dnam{"g"}
2321 few{"{0} g"}
2322 many{"{0} g"}
2323 one{"{0} g"}
2324 other{"{0} g"}
2325 }
2326 kilogram{
2327 dnam{"kg"}
2328 few{"{0} kg"}
2329 many{"{0} kg"}
2330 one{"{0} kg"}
2331 other{"{0} kg"}
2332 }
2333 metric-ton{
2334 dnam{"mt"}
2335 few{"{0} mt"}
2336 many{"{0} mt"}
2337 one{"{0} mt"}
2338 other{"{0} mt"}
2339 }
2340 microgram{
2341 dnam{"µg"}
2342 few{"{0} µg"}
2343 many{"{0} µg"}
2344 one{"{0} µg"}
2345 other{"{0} µg"}
2346 }
2347 milligram{
2348 dnam{"mg"}
2349 few{"{0} mg"}
2350 many{"{0} mg"}
2351 one{"{0} mg"}
2352 other{"{0} mg"}
2353 }
2354 ounce{
2355 dnam{"oz"}
2356 few{"{0} oz"}
2357 many{"{0} oz"}
2358 one{"{0} oz"}
2359 other{"{0} oz"}
2360 }
2361 ounce-troy{
2362 dnam{"oz t"}
2363 few{"{0} oz t"}
2364 many{"{0} oz t"}
2365 one{"{0} oz t"}
2366 other{"{0} oz t"}
2367 }
2368 pound{
2369 dnam{"lb"}
2370 few{"{0} lb"}
2371 many{"{0} lb"}
2372 one{"{0} lb"}
2373 other{"{0} lb"}
2374 }
2375 stone{
2376 dnam{"st"}
2377 few{"{0} st"}
2378 many{"{0} st"}
2379 one{"{0} st"}
2380 other{"{0} st"}
2381 }
2382 ton{
2383 dnam{"t"}
2384 few{"{0} t"}
2385 many{"{0} t"}
2386 one{"{0} t"}
2387 other{"{0} t"}
2388 }
2389 }
2390 power{
2391 gigawatt{
2392 dnam{"GW"}
2393 few{"{0} GW"}
2394 many{"{0} GW"}
2395 one{"{0} GW"}
2396 other{"{0} GW"}
2397 }
2398 horsepower{
2399 dnam{"hp"}
2400 few{"{0} hp"}
2401 many{"{0} hp"}
2402 one{"{0} hp"}
2403 other{"{0} hp"}
2404 }
2405 kilowatt{
2406 dnam{"kW"}
2407 few{"{0} kW"}
2408 many{"{0} kW"}
2409 one{"{0} kW"}
2410 other{"{0} kW"}
2411 }
2412 megawatt{
2413 dnam{"MW"}
2414 few{"{0} MW"}
2415 many{"{0} MW"}
2416 one{"{0} MW"}
2417 other{"{0} MW"}
2418 }
2419 milliwatt{
2420 dnam{"mW"}
2421 few{"{0} mW"}
2422 many{"{0} mW"}
2423 one{"{0} mW"}
2424 other{"{0} mW"}
2425 }
2426 watt{
2427 dnam{"W"}
2428 few{"{0} W"}
2429 many{"{0} W"}
2430 one{"{0} W"}
2431 other{"{0} W"}
2432 }
2433 }
2434 pressure{
2435 hectopascal{
2436 dnam{"hPa"}
2437 few{"{0} hPa"}
2438 many{"{0} hPa"}
2439 one{"{0} hPa"}
2440 other{"{0} hPa"}
2441 }
2442 inch-hg{
2443 dnam{"inHg"}
2444 few{"{0} inHg"}
2445 many{"{0} inHg"}
2446 one{"{0} inHg"}
2447 other{"{0} inHg"}
2448 }
2449 millibar{
2450 dnam{"mb"}
2451 few{"{0} mb"}
2452 many{"{0} mb"}
2453 one{"{0} mb"}
2454 other{"{0} mb"}
2455 }
2456 millimeter-of-mercury{
2457 dnam{"mm Hg"}
2458 few{"{0} mm Hg"}
2459 many{"{0} mm Hg"}
2460 one{"{0} mm Hg"}
2461 other{"{0} mm Hg"}
2462 }
2463 pound-per-square-inch{
2464 dnam{"psi"}
2465 few{"{0} psi"}
2466 many{"{0} psi"}
2467 one{"{0} psi"}
2468 other{"{0} psi"}
2469 }
2470 }
2471 proportion{
2472 karat{
2473 dnam{"kt"}
2474 few{"{0} kt"}
2475 many{"{0} kt"}
2476 one{"{0} kt"}
2477 other{"{0} kt"}
2478 }
2479 }
2480 speed{
2481 kilometer-per-hour{
2482 dnam{"km/h"}
2483 few{"{0} km/h"}
2484 many{"{0} km/h"}
2485 one{"{0} km/h"}
2486 other{"{0} km/h"}
2487 }
2488 meter-per-second{
2489 dnam{"m/s"}
2490 few{"{0} m/s"}
2491 many{"{0} m/s"}
2492 one{"{0} m/s"}
2493 other{"{0} m/s"}
2494 }
2495 mile-per-hour{
2496 dnam{"mi/h"}
2497 few{"{0} mi/h"}
2498 many{"{0} mi/h"}
2499 one{"{0} mi/h"}
2500 other{"{0} mi/h"}
2501 }
2502 }
2503 temperature{
2504 celsius{
2505 dnam{"°C"}
2506 few{"{0} °C"}
2507 many{"{0} °C"}
2508 one{"{0} °C"}
2509 other{"{0} °C"}
2510 }
2511 fahrenheit{
2512 dnam{"°F"}
2513 few{"{0} °F"}
2514 many{"{0} °F"}
2515 one{"{0} °F"}
2516 other{"{0} °F"}
2517 }
2518 kelvin{
2519 dnam{"K"}
2520 few{"{0} K"}
2521 many{"{0} K"}
2522 one{"{0} K"}
2523 other{"{0} K"}
2524 }
2525 }
2526 volume{
2527 acre-foot{
2528 dnam{"ac ft"}
2529 few{"{0} ac ft"}
2530 many{"{0} ac ft"}
2531 one{"{0} ac ft"}
2532 other{"{0} ac ft"}
2533 }
2534 bushel{
2535 dnam{"bu"}
2536 few{"{0} bu"}
2537 many{"{0} bu"}
2538 one{"{0} bu"}
2539 other{"{0} bu"}
2540 }
2541 centiliter{
2542 dnam{"cl"}
2543 few{"{0} cl"}
2544 many{"{0} cl"}
2545 one{"{0} cl"}
2546 other{"{0} cl"}
2547 }
2548 cubic-centimeter{
2549 dnam{"cm³"}
2550 few{"{0} cm³"}
2551 many{"{0} cm³"}
2552 one{"{0} cm³"}
2553 other{"{0} cm³"}
2554 }
2555 cubic-foot{
2556 dnam{"ft³"}
2557 few{"{0} ft³"}
2558 many{"{0} ft³"}
2559 one{"{0} ft³"}
2560 other{"{0} ft³"}
2561 }
2562 cubic-inch{
2563 dnam{"in³"}
2564 few{"{0} in³"}
2565 many{"{0} in³"}
2566 one{"{0} in³"}
2567 other{"{0} in³"}
2568 }
2569 cubic-kilometer{
2570 dnam{"km³"}
2571 few{"{0} km³"}
2572 many{"{0} km³"}
2573 one{"{0} km³"}
2574 other{"{0} km³"}
2575 }
2576 cubic-meter{
2577 dnam{"m³"}
2578 few{"{0} m³"}
2579 many{"{0} m³"}
2580 one{"{0} m³"}
2581 other{"{0} m³"}
2582 }
2583 cubic-mile{
2584 dnam{"mi³"}
2585 few{"{0} mi³"}
2586 many{"{0} mi³"}
2587 one{"{0} mi³"}
2588 other{"{0} mi³"}
2589 }
2590 cubic-yard{
2591 dnam{"yd³"}
2592 few{"{0} yd³"}
2593 many{"{0} yd³"}
2594 one{"{0} yd³"}
2595 other{"{0} yd³"}
2596 }
2597 cup{
2598 dnam{"c"}
2599 few{"{0} c"}
2600 many{"{0} c"}
2601 one{"{0} c"}
2602 other{"{0} c"}
2603 }
2604 deciliter{
2605 dnam{"dl"}
2606 few{"{0} dl"}
2607 many{"{0} dl"}
2608 one{"{0} dl"}
2609 other{"{0} dl"}
2610 }
2611 fluid-ounce{
2612 dnam{"fl oz"}
2613 few{"{0} fl oz"}
2614 many{"{0} fl oz"}
2615 one{"{0} fl oz"}
2616 other{"{0} fl oz"}
2617 }
2618 gallon{
2619 dnam{"gal"}
2620 few{"{0} gal"}
2621 many{"{0} gal"}
2622 one{"{0} gal"}
2623 other{"{0} gal"}
2624 }
2625 hectoliter{
2626 dnam{"hl"}
2627 few{"{0} hl"}
2628 many{"{0} hl"}
2629 one{"{0} hl"}
2630 other{"{0} hl"}
2631 }
2632 liter{
2633 dnam{"l"}
2634 few{"{0} l"}
2635 many{"{0} l"}
2636 one{"{0} l"}
2637 other{"{0} l"}
2638 }
2639 megaliter{
2640 dnam{"Ml"}
2641 few{"{0} Ml"}
2642 many{"{0} Ml"}
2643 one{"{0} Ml"}
2644 other{"{0} Ml"}
2645 }
2646 milliliter{
2647 dnam{"ml"}
2648 few{"{0} ml"}
2649 many{"{0} ml"}
2650 one{"{0} ml"}
2651 other{"{0} ml"}
2652 }
2653 pint{
2654 dnam{"pt"}
2655 few{"{0} pt"}
2656 many{"{0} pt"}
2657 one{"{0} pt"}
2658 other{"{0} pt"}
2659 }
2660 quart{
2661 dnam{"qt"}
2662 few{"{0} qt"}
2663 many{"{0} qt"}
2664 one{"{0} qt"}
2665 other{"{0} qt"}
2666 }
2667 tablespoon{
2668 dnam{"tbsp"}
2669 few{"{0} tbsp"}
2670 many{"{0} tbsp"}
2671 one{"{0} tbsp"}
2672 other{"{0} tbsp"}
2673 }
2674 teaspoon{
2675 dnam{"tsp"}
2676 few{"{0} tsp"}
2677 many{"{0} tsp"}
2678 one{"{0} tsp"}
2679 other{"{0} tsp"}
2680 }
2681 }
2682 }
2683 }
OLDNEW
« no previous file with comments | « source/data/unit/chr.txt ('k') | source/data/unit/cy.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698