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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/et.txt ('k') | source/data/unit/ewo.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/eu.xml 6 // * Source File: <path>/common/main/eu.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/eu.xml
11 */
12 eu{ 9 eu{
13 Version{"2.1.8.9"} 10 Version{"2.1.19.14"}
11 durationUnits{
12 hm{"h:mm"}
13 hms{"h:mm:ss"}
14 ms{"m:ss"}
15 }
14 units{ 16 units{
17 acceleration{
18 g-force{
19 dnam{"grabitate-indar"}
20 one{"{0} grabitate-indar"}
21 other{"{0} grabitate-indar"}
22 }
23 meter-per-second-squared{
24 dnam{"metro segundo karratuko"}
25 one{"{0} metro segundo karratuko"}
26 other{"{0} metro segundo karratuko"}
27 }
28 }
29 angle{
30 arc-minute{
31 dnam{"minutu"}
32 one{"{0} minutu"}
33 other{"{0} minutu"}
34 }
35 arc-second{
36 dnam{"segundo"}
37 one{"{0} segundo"}
38 other{"{0} segundo"}
39 }
40 degree{
41 dnam{"gradu"}
42 one{"{0} gradu"}
43 other{"{0} gradu"}
44 }
45 radian{
46 dnam{"radian"}
47 one{"{0} radian"}
48 other{"{0} radian"}
49 }
50 }
51 area{
52 acre{
53 dnam{"akre"}
54 one{"{0} akre"}
55 other{"{0} akre"}
56 }
57 hectare{
58 dnam{"hektarea"}
59 one{"{0} hektarea"}
60 other{"{0} hektarea"}
61 }
62 square-centimeter{
63 dnam{"cm²"}
64 one{"{0} cm²"}
65 other{"{0} cm²"}
66 }
67 square-foot{
68 dnam{"oin karratu"}
69 one{"{0} oin karratu"}
70 other{"{0} oin karratu"}
71 }
72 square-inch{
73 dnam{"hazbete karratu"}
74 one{"{0} hazbete karratu"}
75 other{"{0} hazbete karratu"}
76 }
77 square-kilometer{
78 dnam{"kilometro karratu"}
79 one{"{0} kilometro karratu"}
80 other{"{0} kilometro karratu"}
81 }
82 square-meter{
83 dnam{"metro karratu"}
84 one{"{0} metro karratu"}
85 other{"{0} metro karratu"}
86 }
87 square-mile{
88 dnam{"milia karratu"}
89 one{"{0} milia karratu"}
90 other{"{0} milia karratu"}
91 }
92 square-yard{
93 dnam{"yarda karratu"}
94 one{"{0} yarda karratu"}
95 other{"{0} yarda karratu"}
96 }
97 }
15 compound{ 98 compound{
16 per{"{0}/{1}"} 99 per{"{0}/{1}"}
17 } 100 }
101 consumption{
102 liter-per-kilometer{
103 dnam{"litro kilometroko"}
104 one{"{0} litro kilometroko"}
105 other{"{0} litro kilometroko"}
106 }
107 mile-per-gallon{
108 dnam{"milia galoiko"}
109 one{"{0} milia galoiko"}
110 other{"{0} milia galoiko"}
111 }
112 }
113 digital{
114 bit{
115 dnam{"bit"}
116 one{"{0} bit"}
117 other{"{0} bit"}
118 }
119 byte{
120 dnam{"byte"}
121 one{"{0} byte"}
122 other{"{0} byte"}
123 }
124 gigabit{
125 dnam{"gigabit"}
126 one{"{0} gigabit"}
127 other{"{0} gigabit"}
128 }
129 gigabyte{
130 dnam{"gigabyte"}
131 one{"{0} gigabyte"}
132 other{"{0} gigabyte"}
133 }
134 kilobit{
135 dnam{"kilobit"}
136 one{"{0} kilobit"}
137 other{"{0} kilobit"}
138 }
139 kilobyte{
140 dnam{"kilobyte"}
141 one{"{0} kilobyte"}
142 other{"{0} kilobyte"}
143 }
144 megabit{
145 dnam{"megabit"}
146 one{"{0} megabit"}
147 other{"{0} megabit"}
148 }
149 megabyte{
150 dnam{"megabyte"}
151 one{"{0} megabyte"}
152 other{"{0} megabyte"}
153 }
154 terabit{
155 dnam{"terabit"}
156 one{"{0} terabit"}
157 other{"{0} terabit"}
158 }
159 terabyte{
160 dnam{"terabyte"}
161 one{"{0} terabyte"}
162 other{"{0} terabyte"}
163 }
164 }
18 duration{ 165 duration{
19 day{ 166 day{
20 dnam{"egun"} 167 dnam{"egun"}
21 one{"{0} egun"} 168 one{"{0} egun"}
22 other{"{0} egun"} 169 other{"{0} egun"}
23 } 170 }
24 hour{ 171 hour{
25 dnam{"ordu"} 172 dnam{"ordu"}
26 one{"{0} ordu"} 173 one{"{0} ordu"}
27 other{"{0} ordu"} 174 other{"{0} ordu"}
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 dnam{"aste"} 209 dnam{"aste"}
63 one{"{0} aste"} 210 one{"{0} aste"}
64 other{"{0} aste"} 211 other{"{0} aste"}
65 } 212 }
66 year{ 213 year{
67 dnam{"urte"} 214 dnam{"urte"}
68 one{"{0} urte"} 215 one{"{0} urte"}
69 other{"{0} urte"} 216 other{"{0} urte"}
70 } 217 }
71 } 218 }
219 electric{
220 ampere{
221 dnam{"ampere"}
222 one{"{0} ampere"}
223 other{"{0} ampere"}
224 }
225 milliampere{
226 dnam{"miliampere"}
227 one{"{0} miliampere"}
228 other{"{0} miliampere"}
229 }
230 ohm{
231 dnam{"ohm"}
232 one{"{0} ohm"}
233 other{"{0} ohm"}
234 }
235 volt{
236 dnam{"volt"}
237 one{"{0} volt"}
238 other{"{0} volt"}
239 }
240 }
241 energy{
242 calorie{
243 dnam{"kaloria"}
244 one{"{0} kaloria"}
245 other{"{0} kaloria"}
246 }
247 foodcalorie{
248 dnam{"kaloria"}
249 one{"{0} kaloria"}
250 other{"{0} kaloria"}
251 }
252 joule{
253 dnam{"joule"}
254 one{"{0} joule"}
255 other{"{0} joule"}
256 }
257 kilocalorie{
258 dnam{"kilokaloria"}
259 one{"{0} kilokaloria"}
260 other{"{0} kilokaloria"}
261 }
262 kilojoule{
263 dnam{"kilojoule"}
264 one{"{0} kilojoule"}
265 other{"{0} kilojoule"}
266 }
267 kilowatt-hour{
268 dnam{"kilowatt-ordu"}
269 one{"{0} kilowatt-ordu"}
270 other{"{0} kilowatt-ordu"}
271 }
272 }
273 frequency{
274 gigahertz{
275 dnam{"gigahertz"}
276 one{"{0} gigahertz"}
277 other{"{0} gigahertz"}
278 }
279 hertz{
280 dnam{"hertz"}
281 one{"{0} hertz"}
282 other{"{0} hertz"}
283 }
284 kilohertz{
285 dnam{"kilohertz"}
286 one{"{0} kilohertz"}
287 other{"{0} kilohertz"}
288 }
289 megahertz{
290 dnam{"megahertz"}
291 one{"{0} megahertz"}
292 other{"{0} megahertz"}
293 }
294 }
295 length{
296 astronomical-unit{
297 dnam{"unitate astronomiko"}
298 one{"{0} unitate astronomiko"}
299 other{"{0} unitate astronomiko"}
300 }
301 centimeter{
302 dnam{"zentimetro"}
303 one{"{0} zentimetro"}
304 other{"{0} zentimetro"}
305 }
306 decimeter{
307 dnam{"dezimetro"}
308 one{"{0} dezimetro"}
309 other{"{0} dezimetro"}
310 }
311 foot{
312 dnam{"oin"}
313 one{"{0} oin"}
314 other{"{0} oin"}
315 }
316 inch{
317 dnam{"hazbete"}
318 one{"{0} hazbete"}
319 other{"{0} hazbete"}
320 }
321 kilometer{
322 dnam{"kilometro"}
323 one{"{0} kilometro"}
324 other{"{0} kilometro"}
325 }
326 light-year{
327 dnam{"argi-urte"}
328 one{"{0} argi-urte"}
329 other{"{0} argi-urte"}
330 }
331 meter{
332 dnam{"metro"}
333 one{"{0} metro"}
334 other{"{0} metro"}
335 }
336 micrometer{
337 dnam{"mikrometro"}
338 one{"{0} mikrometro"}
339 other{"{0} mikrometro"}
340 }
341 mile{
342 dnam{"milia"}
343 one{"{0} milia"}
344 other{"{0} milia"}
345 }
346 millimeter{
347 dnam{"milimetro"}
348 one{"{0} milimetro"}
349 other{"{0} milimetro"}
350 }
351 nanometer{
352 dnam{"nanometro"}
353 one{"{0} nanometro"}
354 other{"{0} nanometro"}
355 }
356 nautical-mile{
357 dnam{"milia nautiko"}
358 one{"{0} milia nautiko"}
359 other{"{0} milia nautiko"}
360 }
361 parsec{
362 dnam{"parsec"}
363 one{"{0} parsec"}
364 other{"{0} parsec"}
365 }
366 picometer{
367 dnam{"pikometro"}
368 one{"{0} pikometro"}
369 other{"{0} pikometro"}
370 }
371 yard{
372 dnam{"yarda"}
373 one{"{0} yarda"}
374 other{"{0} yarda"}
375 }
376 }
377 light{
378 lux{
379 dnam{"lux"}
380 one{"{0} lux"}
381 other{"{0} lux"}
382 }
383 }
384 mass{
385 carat{
386 dnam{"kilate"}
387 one{"{0} kilate"}
388 other{"{0} kilate"}
389 }
390 gram{
391 dnam{"gramo"}
392 one{"{0} gramo"}
393 other{"{0} gramo"}
394 }
395 kilogram{
396 dnam{"kilogramo"}
397 one{"{0} kilogramo"}
398 other{"{0} kilogramo"}
399 }
400 metric-ton{
401 dnam{"tona"}
402 one{"{0} tona"}
403 other{"{0} tona"}
404 }
405 microgram{
406 dnam{"mikrogramo"}
407 one{"{0} mikrogramo"}
408 other{"{0} mikrogramo"}
409 }
410 milligram{
411 dnam{"miligramo"}
412 one{"{0} miligramo"}
413 other{"{0} miligramo"}
414 }
415 ounce{
416 dnam{"ontza"}
417 one{"{0} ontza"}
418 other{"{0} ontza"}
419 }
420 ounce-troy{
421 dnam{"troy ontza"}
422 one{"{0} troy ontza"}
423 other{"{0} troy ontza"}
424 }
425 pound{
426 dnam{"libra"}
427 one{"{0} libra"}
428 other{"{0} libra"}
429 }
430 ton{
431 dnam{"AEBetako tona"}
432 one{"{0} AEBetako tona"}
433 other{"{0} AEBetako tona"}
434 }
435 }
436 power{
437 gigawatt{
438 dnam{"gigawatt"}
439 one{"{0} gigawatt"}
440 other{"{0} gigawatt"}
441 }
442 horsepower{
443 dnam{"zaldi-potentzia"}
444 one{"{0} zaldi-potentzia"}
445 other{"{0} zaldi-potentzia"}
446 }
447 kilowatt{
448 dnam{"kilowatt"}
449 one{"{0} kilowatt"}
450 other{"{0} kilowatt"}
451 }
452 megawatt{
453 dnam{"megawatt"}
454 one{"{0} megawatt"}
455 other{"{0} megawatt"}
456 }
457 milliwatt{
458 dnam{"miliwatt"}
459 one{"{0} miliwatt"}
460 other{"{0} miliwatt"}
461 }
462 watt{
463 dnam{"watt"}
464 one{"{0} watt"}
465 other{"{0} watt"}
466 }
467 }
468 pressure{
469 hectopascal{
470 dnam{"hektopascal"}
471 one{"{0} hektopascal"}
472 other{"{0} hektopascal"}
473 }
474 inch-hg{
475 dnam{"merkurio-hazbete"}
476 one{"{0} merkurio-hazbete"}
477 other{"{0} merkurio-hazbete"}
478 }
479 millibar{
480 dnam{"milibar"}
481 one{"{0} milibar"}
482 other{"{0} milibar"}
483 }
484 millimeter-of-mercury{
485 dnam{"merkurio-milimetro"}
486 one{"{0} merkurio-milimetro"}
487 other{"{0} merkurio-milimetro"}
488 }
489 pound-per-square-inch{
490 dnam{"libra hazbete karratuko"}
491 one{"{0} libra hazbete karratuko"}
492 other{"{0} libra hazbete karratuko"}
493 }
494 }
495 proportion{
496 karat{
497 dnam{"kilate"}
498 one{"{0} kilate"}
499 other{"{0} kilate"}
500 }
501 }
502 speed{
503 kilometer-per-hour{
504 dnam{"kilometro orduko"}
505 one{"{0} kilometro orduko"}
506 other{"{0} kilometro orduko"}
507 }
508 meter-per-second{
509 dnam{"metro segundoko"}
510 one{"{0} metro segundoko"}
511 other{"{0} metro segundoko"}
512 }
513 mile-per-hour{
514 dnam{"milia orduko"}
515 one{"{0} milia orduko"}
516 other{"{0} milia orduko"}
517 }
518 }
519 temperature{
520 celsius{
521 dnam{"Celcius gradu"}
522 one{"{0} Celcius gradu"}
523 other{"{0} Celcius gradu"}
524 }
525 fahrenheit{
526 dnam{"Fahrenheit gradu"}
527 one{"{0}Fahrenheit gradu"}
528 other{"{0}Fahrenheit gradu"}
529 }
530 kelvin{
531 dnam{"kelvin gradu"}
532 one{"{0} kelvin gradu"}
533 other{"{0} kelvin gradu"}
534 }
535 }
536 volume{
537 acre-foot{
538 dnam{"akre-oin"}
539 one{"{0} akre-oin"}
540 other{"{0} akre-oin"}
541 }
542 centiliter{
543 dnam{"zentilitro"}
544 one{"{0} zentilitro"}
545 other{"{0} zentilitro"}
546 }
547 cubic-centimeter{
548 dnam{"zentimetro kubiko"}
549 one{"{0} zentimetro kubiko"}
550 other{"{0} zentimetro kubiko"}
551 }
552 cubic-foot{
553 dnam{"oin kubiko"}
554 one{"{0} oin kubiko"}
555 other{"{0} oin kubiko"}
556 }
557 cubic-inch{
558 dnam{"hazbete kubiko"}
559 one{"{0} hazbete kubiko"}
560 other{"{0} hazbete kubiko"}
561 }
562 cubic-kilometer{
563 dnam{"kilometro kubiko"}
564 one{"{0} kilometro kubiko"}
565 other{"{0} kilometro kubiko"}
566 }
567 cubic-meter{
568 dnam{"metro kubiko"}
569 one{"{0} metro kubiko"}
570 other{"{0} metro kubiko"}
571 }
572 cubic-mile{
573 dnam{"milia kubiko"}
574 one{"{0} milia kubiko"}
575 other{"{0} milia kubiko"}
576 }
577 cubic-yard{
578 dnam{"yarda kubiko"}
579 one{"{0} yarda kubiko"}
580 other{"{0} yarda kubiko"}
581 }
582 cup{
583 dnam{"katilukada"}
584 one{"{0} katilukada"}
585 other{"{0} katilukada"}
586 }
587 deciliter{
588 dnam{"dezilitro"}
589 one{"{0} dezilitro"}
590 other{"{0} dezilitro"}
591 }
592 fluid-ounce{
593 dnam{"ontza likido"}
594 one{"{0} ontza likido"}
595 other{"{0} ontza likido"}
596 }
597 gallon{
598 dnam{"galoi"}
599 one{"{0} galoi"}
600 other{"{0} galoi"}
601 }
602 hectoliter{
603 dnam{"hektolitro"}
604 one{"{0} hektolitro"}
605 other{"{0} hektolitro"}
606 }
607 liter{
608 dnam{"litro"}
609 one{"{0} litro"}
610 other{"{0} litro"}
611 }
612 megaliter{
613 dnam{"megalitro"}
614 one{"{0} megalitro"}
615 other{"{0} megalitro"}
616 }
617 milliliter{
618 dnam{"mililitro"}
619 one{"{0} mililitro"}
620 other{"{0} mililitro"}
621 }
622 pint{
623 dnam{"pinta"}
624 one{"{0} pinta"}
625 other{"{0} pinta"}
626 }
627 quart{
628 dnam{"galoi-laurden"}
629 one{"{0} galoi-laurden"}
630 other{"{0} galoi-laurden"}
631 }
632 tablespoon{
633 dnam{"koilarakada"}
634 one{"{0} koilarakada"}
635 other{"{0} koilarakada"}
636 }
637 teaspoon{
638 dnam{"koilaratxokada"}
639 one{"{0} koilaratxokada"}
640 other{"{0} koilaratxokada"}
641 }
642 }
72 } 643 }
73 unitsNarrow{ 644 unitsNarrow{
645 acceleration{
646 g-force{
647 one{"{0} G"}
648 other{"{0} G"}
649 }
650 }
651 angle{
652 arc-minute{
653 one{"{0}′"}
654 other{"{0}′"}
655 }
656 arc-second{
657 one{"{0}″"}
658 other{"{0}″"}
659 }
660 degree{
661 one{"{0}°"}
662 other{"{0}°"}
663 }
664 }
665 area{
666 acre{
667 one{"{0} ac"}
668 other{"{0} ac"}
669 }
670 hectare{
671 one{"{0} ha"}
672 other{"{0} ha"}
673 }
674 square-foot{
675 one{"{0} ft²"}
676 other{"{0} ft²"}
677 }
678 square-kilometer{
679 one{"{0} km²"}
680 other{"{0} km²"}
681 }
682 square-meter{
683 one{"{0} m²"}
684 other{"{0} m²"}
685 }
686 square-mile{
687 one{"{0} mi²"}
688 other{"{0} mi²"}
689 }
690 }
74 compound{ 691 compound{
75 per{"{0}/{1}"} 692 per{"{0}/{1}"}
76 } 693 }
77 duration{ 694 duration{
78 day{ 695 day{
79 dnam{"egun"} 696 dnam{"egun"}
80 one{"{0} egun"} 697 one{"{0} egun"}
81 other{"{0} egun"} 698 other{"{0} egun"}
82 } 699 }
83 hour{ 700 hour{
(...skipping 25 matching lines...) Expand all
109 dnam{"aste"} 726 dnam{"aste"}
110 one{"{0} aste"} 727 one{"{0} aste"}
111 other{"{0} aste"} 728 other{"{0} aste"}
112 } 729 }
113 year{ 730 year{
114 dnam{"urte"} 731 dnam{"urte"}
115 one{"{0} urte"} 732 one{"{0} urte"}
116 other{"{0} urte"} 733 other{"{0} urte"}
117 } 734 }
118 } 735 }
736 length{
737 centimeter{
738 dnam{"cm"}
739 one{"{0} cm"}
740 other{"{0} cm"}
741 }
742 foot{
743 one{"{0} ft"}
744 other{"{0} ft"}
745 }
746 inch{
747 one{"{0} in"}
748 other{"{0} in"}
749 }
750 kilometer{
751 dnam{"km"}
752 one{"{0} km"}
753 other{"{0} km"}
754 }
755 light-year{
756 one{"{0} ly"}
757 other{"{0} ly"}
758 }
759 meter{
760 dnam{"metro"}
761 one{"{0} m"}
762 other{"{0} m"}
763 }
764 mile{
765 one{"{0} mi"}
766 other{"{0} mi"}
767 }
768 millimeter{
769 dnam{"mm"}
770 one{"{0} mm"}
771 other{"{0} mm"}
772 }
773 picometer{
774 one{"{0} pm"}
775 other{"{0} pm"}
776 }
777 yard{
778 one{"{0} yd"}
779 other{"{0} yd"}
780 }
781 }
782 mass{
783 gram{
784 dnam{"gramo"}
785 one{"{0} g"}
786 other{"{0} g"}
787 }
788 kilogram{
789 dnam{"kg"}
790 one{"{0} kg"}
791 other{"{0} kg"}
792 }
793 ounce{
794 one{"{0} oz"}
795 other{"{0} oz"}
796 }
797 pound{
798 one{"{0} lb"}
799 other{"{0} lb"}
800 }
801 }
802 power{
803 horsepower{
804 one{"{0} hp"}
805 other{"{0} hp"}
806 }
807 kilowatt{
808 one{"{0} kW"}
809 other{"{0} kW"}
810 }
811 watt{
812 one{"{0} W"}
813 other{"{0} W"}
814 }
815 }
816 pressure{
817 hectopascal{
818 one{"{0} hPa"}
819 other{"{0} hPa"}
820 }
821 inch-hg{
822 one{"{0} inHg"}
823 other{"{0} inHg"}
824 }
825 millibar{
826 one{"{0} mb"}
827 other{"{0} mb"}
828 }
829 }
830 speed{
831 kilometer-per-hour{
832 dnam{"km/h"}
833 one{"{0} km/h"}
834 other{"{0} km/h"}
835 }
836 meter-per-second{
837 one{"{0} m/s"}
838 other{"{0} m/s"}
839 }
840 mile-per-hour{
841 one{"{0} mph"}
842 other{"{0} mph"}
843 }
844 }
845 temperature{
846 celsius{
847 dnam{"°C"}
848 one{"{0}°"}
849 other{"{0}°"}
850 }
851 fahrenheit{
852 one{"{0}°F"}
853 other{"{0}°F"}
854 }
855 }
856 volume{
857 cubic-kilometer{
858 one{"{0} km³"}
859 other{"{0} km³"}
860 }
861 cubic-mile{
862 one{"{0} mi³"}
863 other{"{0} mi³"}
864 }
865 liter{
866 dnam{"litro"}
867 one{"{0} l"}
868 other{"{0} l"}
869 }
870 }
119 } 871 }
120 unitsShort{ 872 unitsShort{
873 acceleration{
874 g-force{
875 dnam{"G"}
876 one{"{0} G"}
877 other{"{0} G"}
878 }
879 meter-per-second-squared{
880 dnam{"m/s²"}
881 one{"{0} m/s²"}
882 other{"{0} m/s²"}
883 }
884 }
885 angle{
886 arc-minute{
887 dnam{"minutu"}
888 one{"{0}′"}
889 other{"{0}′"}
890 }
891 arc-second{
892 dnam{"segundo"}
893 one{"{0}″"}
894 other{"{0}″"}
895 }
896 degree{
897 dnam{"gradu"}
898 one{"{0}°"}
899 other{"{0}°"}
900 }
901 radian{
902 dnam{"rad"}
903 one{"{0} rad"}
904 other{"{0} rad"}
905 }
906 }
907 area{
908 acre{
909 dnam{"akre"}
910 one{"{0} ac"}
911 other{"{0} ac"}
912 }
913 hectare{
914 dnam{"hektarea"}
915 one{"{0} ha"}
916 other{"{0} ha"}
917 }
918 square-centimeter{
919 dnam{"cm²"}
920 one{"{0} cm²"}
921 other{"{0} cm²"}
922 }
923 square-foot{
924 dnam{"ft²"}
925 one{"{0} ft²"}
926 other{"{0} ft²"}
927 }
928 square-inch{
929 dnam{"in²"}
930 one{"{0} in²"}
931 other{"{0} in²"}
932 }
933 square-kilometer{
934 dnam{"km²"}
935 one{"{0} km²"}
936 other{"{0} km²"}
937 }
938 square-meter{
939 dnam{"m²"}
940 one{"{0} m²"}
941 other{"{0} m²"}
942 }
943 square-mile{
944 dnam{"mi²"}
945 one{"{0} mi²"}
946 other{"{0} mi²"}
947 }
948 square-yard{
949 dnam{"yd²"}
950 one{"{0} yd²"}
951 other{"{0} yd²"}
952 }
953 }
121 compound{ 954 compound{
122 per{"{0}/{1}"} 955 per{"{0}/{1}"}
123 } 956 }
957 consumption{
958 liter-per-kilometer{
959 dnam{"l/km"}
960 one{"{0} l/km"}
961 other{"{0} l/km"}
962 }
963 mile-per-gallon{
964 dnam{"mpg"}
965 one{"{0} mpg"}
966 other{"{0} mpg"}
967 }
968 }
969 digital{
970 bit{
971 dnam{"bit"}
972 one{"{0} bit"}
973 other{"{0} bit"}
974 }
975 byte{
976 dnam{"byte"}
977 one{"{0} byte"}
978 other{"{0} byte"}
979 }
980 gigabit{
981 dnam{"Gb"}
982 one{"{0} Gb"}
983 other{"{0} Gb"}
984 }
985 gigabyte{
986 dnam{"GB"}
987 one{"{0} GB"}
988 other{"{0} GB"}
989 }
990 kilobit{
991 dnam{"kb"}
992 one{"{0} kb"}
993 other{"{0} kb"}
994 }
995 kilobyte{
996 dnam{"kB"}
997 one{"{0} kB"}
998 other{"{0} kB"}
999 }
1000 megabit{
1001 dnam{"Mb"}
1002 one{"{0} Mb"}
1003 other{"{0} Mb"}
1004 }
1005 megabyte{
1006 dnam{"MB"}
1007 one{"{0} MB"}
1008 other{"{0} MB"}
1009 }
1010 terabit{
1011 dnam{"Tb"}
1012 one{"{0} Tb"}
1013 other{"{0} Tb"}
1014 }
1015 terabyte{
1016 dnam{"TB"}
1017 one{"{0} TB"}
1018 other{"{0} TB"}
1019 }
1020 }
124 duration{ 1021 duration{
125 day{ 1022 day{
126 dnam{"egun"} 1023 dnam{"egun"}
127 one{"{0} egun"} 1024 one{"{0} egun"}
128 other{"{0} egun"} 1025 other{"{0} egun"}
129 } 1026 }
130 hour{ 1027 hour{
131 dnam{"ordu"} 1028 dnam{"ordu"}
132 one{"{0} h"} 1029 one{"{0} h"}
133 other{"{0} h"} 1030 other{"{0} h"}
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 dnam{"aste"} 1065 dnam{"aste"}
169 one{"{0} aste"} 1066 one{"{0} aste"}
170 other{"{0} aste"} 1067 other{"{0} aste"}
171 } 1068 }
172 year{ 1069 year{
173 dnam{"urte"} 1070 dnam{"urte"}
174 one{"{0} urte"} 1071 one{"{0} urte"}
175 other{"{0} urte"} 1072 other{"{0} urte"}
176 } 1073 }
177 } 1074 }
1075 electric{
1076 ampere{
1077 dnam{"A"}
1078 one{"{0} A"}
1079 other{"{0} A"}
1080 }
1081 milliampere{
1082 dnam{"mA"}
1083 one{"{0} mA"}
1084 other{"{0} mA"}
1085 }
1086 ohm{
1087 dnam{"Ω"}
1088 one{"{0} Ω"}
1089 other{"{0} Ω"}
1090 }
1091 volt{
1092 dnam{"V"}
1093 one{"{0} V"}
1094 other{"{0} V"}
1095 }
1096 }
1097 energy{
1098 calorie{
1099 dnam{"cal"}
1100 one{"{0} cal"}
1101 other{"{0} cal"}
1102 }
1103 foodcalorie{
1104 dnam{"Cal"}
1105 one{"{0} Cal"}
1106 other{"{0} Cal"}
1107 }
1108 joule{
1109 dnam{"J"}
1110 one{"{0} J"}
1111 other{"{0} J"}
1112 }
1113 kilocalorie{
1114 dnam{"kcal"}
1115 one{"{0} kcal"}
1116 other{"{0} kcal"}
1117 }
1118 kilojoule{
1119 dnam{"kJ"}
1120 one{"{0} kJ"}
1121 other{"{0} kJ"}
1122 }
1123 kilowatt-hour{
1124 dnam{"kWh"}
1125 one{"{0} kWh"}
1126 other{"{0} kWh"}
1127 }
1128 }
1129 frequency{
1130 gigahertz{
1131 dnam{"GHz"}
1132 one{"{0} GHz"}
1133 other{"{0} GHz"}
1134 }
1135 hertz{
1136 dnam{"Hz"}
1137 one{"{0} Hz"}
1138 other{"{0} Hz"}
1139 }
1140 kilohertz{
1141 dnam{"kHz"}
1142 one{"{0} kHz"}
1143 other{"{0} kHz"}
1144 }
1145 megahertz{
1146 dnam{"MHz"}
1147 one{"{0} MHz"}
1148 other{"{0} MHz"}
1149 }
1150 }
1151 length{
1152 astronomical-unit{
1153 dnam{"au"}
1154 one{"{0} au"}
1155 other{"{0} au"}
1156 }
1157 centimeter{
1158 dnam{"cm"}
1159 one{"{0} cm"}
1160 other{"{0} cm"}
1161 }
1162 decimeter{
1163 dnam{"dm"}
1164 one{"{0} dm"}
1165 other{"{0} dm"}
1166 }
1167 foot{
1168 dnam{"oin"}
1169 one{"{0} ft"}
1170 other{"{0} ft"}
1171 }
1172 inch{
1173 dnam{"hazbete"}
1174 one{"{0} in"}
1175 other{"{0} in"}
1176 }
1177 kilometer{
1178 dnam{"km"}
1179 one{"{0} km"}
1180 other{"{0} km"}
1181 }
1182 light-year{
1183 dnam{"argi-urte"}
1184 one{"{0} ly"}
1185 other{"{0} ly"}
1186 }
1187 meter{
1188 dnam{"m"}
1189 one{"{0} m"}
1190 other{"{0} m"}
1191 }
1192 micrometer{
1193 dnam{"µm"}
1194 one{"{0} µm"}
1195 other{"{0} µm"}
1196 }
1197 mile{
1198 dnam{"milia"}
1199 one{"{0} mi"}
1200 other{"{0} mi"}
1201 }
1202 millimeter{
1203 dnam{"mm"}
1204 one{"{0} mm"}
1205 other{"{0} mm"}
1206 }
1207 nanometer{
1208 dnam{"nm"}
1209 one{"{0} nm"}
1210 other{"{0} nm"}
1211 }
1212 nautical-mile{
1213 dnam{"nmi"}
1214 one{"{0} nmi"}
1215 other{"{0} nmi"}
1216 }
1217 parsec{
1218 dnam{"pc"}
1219 one{"{0} pc"}
1220 other{"{0} pc"}
1221 }
1222 picometer{
1223 dnam{"pm"}
1224 one{"{0} pm"}
1225 other{"{0} pm"}
1226 }
1227 yard{
1228 dnam{"yd"}
1229 one{"{0} yd"}
1230 other{"{0} yd"}
1231 }
1232 }
1233 light{
1234 lux{
1235 dnam{"lx"}
1236 one{"{0} lx"}
1237 other{"{0} lx"}
1238 }
1239 }
1240 mass{
1241 carat{
1242 dnam{"CD"}
1243 one{"{0} CD"}
1244 other{"{0} CD"}
1245 }
1246 gram{
1247 dnam{"g"}
1248 one{"{0} g"}
1249 other{"{0} g"}
1250 }
1251 kilogram{
1252 dnam{"kg"}
1253 one{"{0} kg"}
1254 other{"{0} kg"}
1255 }
1256 metric-ton{
1257 dnam{"t"}
1258 one{"{0} t"}
1259 other{"{0} t"}
1260 }
1261 microgram{
1262 dnam{"µg"}
1263 one{"{0} µg"}
1264 other{"{0} µg"}
1265 }
1266 milligram{
1267 dnam{"mg"}
1268 one{"{0} mg"}
1269 other{"{0} mg"}
1270 }
1271 ounce{
1272 dnam{"oz"}
1273 one{"{0} oz"}
1274 other{"{0} oz"}
1275 }
1276 ounce-troy{
1277 dnam{"oz t"}
1278 one{"{0} oz t"}
1279 other{"{0} oz t"}
1280 }
1281 pound{
1282 dnam{"lb"}
1283 one{"{0} lb"}
1284 other{"{0} lb"}
1285 }
1286 ton{
1287 dnam{"tn"}
1288 one{"{0} tn"}
1289 other{"{0} tn"}
1290 }
1291 }
1292 power{
1293 gigawatt{
1294 dnam{"GW"}
1295 one{"{0} GW"}
1296 other{"{0} GW"}
1297 }
1298 horsepower{
1299 dnam{"hp"}
1300 one{"{0} hp"}
1301 other{"{0} hp"}
1302 }
1303 kilowatt{
1304 dnam{"kW"}
1305 one{"{0} kW"}
1306 other{"{0} kW"}
1307 }
1308 megawatt{
1309 dnam{"MW"}
1310 one{"{0} MW"}
1311 other{"{0} MW"}
1312 }
1313 milliwatt{
1314 dnam{"mW"}
1315 one{"{0} mW"}
1316 other{"{0} mW"}
1317 }
1318 watt{
1319 dnam{"W"}
1320 one{"{0} W"}
1321 other{"{0} W"}
1322 }
1323 }
1324 pressure{
1325 hectopascal{
1326 dnam{"hPa"}
1327 one{"{0} hPa"}
1328 other{"{0} hPa"}
1329 }
1330 inch-hg{
1331 dnam{"inHg"}
1332 one{"{0} inHg"}
1333 other{"{0} inHg"}
1334 }
1335 millibar{
1336 dnam{"mb"}
1337 one{"{0} mb"}
1338 other{"{0} mb"}
1339 }
1340 millimeter-of-mercury{
1341 dnam{"mm Hg"}
1342 one{"{0} mm Hg"}
1343 other{"{0} mm Hg"}
1344 }
1345 pound-per-square-inch{
1346 dnam{"psi"}
1347 one{"{0} psi"}
1348 other{"{0} psi"}
1349 }
1350 }
1351 proportion{
1352 karat{
1353 dnam{"kt"}
1354 one{"{0} kt"}
1355 other{"{0} kt"}
1356 }
1357 }
1358 speed{
1359 kilometer-per-hour{
1360 dnam{"km/h"}
1361 one{"{0} km/h"}
1362 other{"{0} km/h"}
1363 }
1364 meter-per-second{
1365 dnam{"metro segundoko"}
1366 one{"{0} m/s"}
1367 other{"{0} m/s"}
1368 }
1369 mile-per-hour{
1370 dnam{"mi/h"}
1371 one{"{0} mph"}
1372 other{"{0} mph"}
1373 }
1374 }
1375 temperature{
1376 celsius{
1377 dnam{"°C"}
1378 one{"{0}°C"}
1379 other{"{0}°C"}
1380 }
1381 fahrenheit{
1382 dnam{"°F"}
1383 one{"{0}°F"}
1384 other{"{0}°F"}
1385 }
1386 kelvin{
1387 dnam{"K"}
1388 one{"{0} K"}
1389 other{"{0} K"}
1390 }
1391 }
1392 volume{
1393 acre-foot{
1394 dnam{"ac ft"}
1395 one{"{0} ac ft"}
1396 other{"{0} ac ft"}
1397 }
1398 centiliter{
1399 dnam{"cl"}
1400 one{"{0} cl"}
1401 other{"{0} cl"}
1402 }
1403 cubic-centimeter{
1404 dnam{"cm³"}
1405 one{"{0} cm³"}
1406 other{"{0} cm³"}
1407 }
1408 cubic-foot{
1409 dnam{"ft³"}
1410 one{"{0} ft³"}
1411 other{"{0} ft³"}
1412 }
1413 cubic-inch{
1414 dnam{"in³"}
1415 one{"{0} in³"}
1416 other{"{0} in³"}
1417 }
1418 cubic-kilometer{
1419 dnam{"km³"}
1420 one{"{0} km³"}
1421 other{"{0} km³"}
1422 }
1423 cubic-meter{
1424 dnam{"m³"}
1425 one{"{0} m³"}
1426 other{"{0} m³"}
1427 }
1428 cubic-mile{
1429 dnam{"mi³"}
1430 one{"{0} mi³"}
1431 other{"{0} mi³"}
1432 }
1433 cubic-yard{
1434 dnam{"yd³"}
1435 one{"{0} yd³"}
1436 other{"{0} yd³"}
1437 }
1438 cup{
1439 dnam{"c"}
1440 one{"{0} c"}
1441 other{"{0} c"}
1442 }
1443 deciliter{
1444 dnam{"dl"}
1445 one{"{0} dl"}
1446 other{"{0} dl"}
1447 }
1448 fluid-ounce{
1449 dnam{"fl oz"}
1450 one{"{0} fl oz"}
1451 other{"{0} fl oz"}
1452 }
1453 gallon{
1454 dnam{"gal"}
1455 one{"{0} gal"}
1456 other{"{0} gal"}
1457 }
1458 hectoliter{
1459 dnam{"hl"}
1460 one{"{0} hl"}
1461 other{"{0} hl"}
1462 }
1463 liter{
1464 dnam{"l"}
1465 one{"{0} l"}
1466 other{"{0} l"}
1467 }
1468 megaliter{
1469 dnam{"Ml"}
1470 one{"{0} Ml"}
1471 other{"{0} Ml"}
1472 }
1473 milliliter{
1474 dnam{"ml"}
1475 one{"{0} ml"}
1476 other{"{0} ml"}
1477 }
1478 pint{
1479 dnam{"pt"}
1480 one{"{0} pt"}
1481 other{"{0} pt"}
1482 }
1483 quart{
1484 dnam{"qt"}
1485 one{"{0} qt"}
1486 other{"{0} qt"}
1487 }
1488 tablespoon{
1489 dnam{"tbsp"}
1490 one{"{0} tbsp"}
1491 other{"{0} tbsp"}
1492 }
1493 teaspoon{
1494 dnam{"tsp"}
1495 one{"{0} tsp"}
1496 other{"{0} tsp"}
1497 }
1498 }
178 } 1499 }
179 } 1500 }
OLDNEW
« no previous file with comments | « source/data/unit/et.txt ('k') | source/data/unit/ewo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698