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

Side by Side Diff: source/data/unit/kea.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/kde.txt ('k') | source/data/unit/khq.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/kea.xml 6 // * Source File: <path>/common/main/kea.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/kea.xml
11 */
12 kea{ 9 kea{
13 Version{"2.1.7.39"} 10 Version{"2.1.19.74"}
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{"forsa G"}
20 other{"{0} forsa G"}
21 }
22 meter-per-second-squared{
23 dnam{"métru pur sigundu kuadradu"}
24 other{"{0} métru pur sigundu kuadradu"}
25 }
26 }
27 angle{
28 degree{
29 dnam{"grau"}
30 other{"{0} grau"}
31 }
32 radian{
33 dnam{"radianu"}
34 other{"{0} radianu"}
35 }
36 }
37 area{
38 acre{
39 dnam{"ákri"}
40 other{"{0} ákri"}
41 }
42 hectare{
43 dnam{"ektar"}
44 other{"{0} ektar"}
45 }
46 square-centimeter{
47 dnam{"sentímetru kuadradu"}
48 other{"{0} sentímetru kuadradu"}
49 }
50 square-foot{
51 dnam{"pé kuadradu"}
52 other{"{0} pé kuadradu"}
53 }
54 square-inch{
55 dnam{"pulegada kuadradu"}
56 other{"{0} pulegada kuadradu"}
57 }
58 square-kilometer{
59 dnam{"kilómetru kuadradu"}
60 other{"{0} kilómetru kuadradu"}
61 }
62 square-meter{
63 dnam{"métru kuadradu"}
64 other{"{0} métru kuadradu"}
65 }
66 square-mile{
67 dnam{"milha kuadradu"}
68 other{"{0} milha kuadradu"}
69 }
70 square-yard{
71 dnam{"jarda kuadradu"}
72 other{"{0} jarda kuadradu"}
73 }
74 }
75 consumption{
76 liter-per-kilometer{
77 dnam{"litru pur kilómetru"}
78 other{"{0} litru pur kilómetru"}
79 }
80 mile-per-gallon{
81 dnam{"milha pur galãu"}
82 other{"{0} milha pur galãu"}
83 }
84 }
85 digital{
86 bit{
87 dnam{"bit"}
88 other{"{0} bit"}
89 }
90 byte{
91 dnam{"byte"}
92 other{"{0} byte"}
93 }
94 gigabit{
95 dnam{"jigabit"}
96 other{"{0} jigabit"}
97 }
98 gigabyte{
99 dnam{"jigabyte"}
100 other{"{0} jigabyte"}
101 }
102 kilobit{
103 dnam{"kilobit"}
104 other{"{0} kilobit"}
105 }
106 kilobyte{
107 dnam{"kilobyte"}
108 other{"{0} kilobyte"}
109 }
110 megabit{
111 dnam{"megabit"}
112 other{"{0} megabit"}
113 }
114 megabyte{
115 dnam{"megabyte"}
116 other{"{0} megabyte"}
117 }
118 terabit{
119 dnam{"terabit"}
120 other{"{0} terabit"}
121 }
122 terabyte{
123 dnam{"terabyte"}
124 other{"{0} terabyte"}
125 }
126 }
15 duration{ 127 duration{
16 day{ 128 day{
17 dnam{"dia"} 129 dnam{"dia"}
18 other{"{0} dia"} 130 other{"{0} dia"}
19 } 131 }
20 hour{ 132 hour{
21 dnam{"ora"} 133 dnam{"ora"}
22 other{"{0} ora"} 134 other{"{0} ora"}
23 per{"{0} pur ora"} 135 per{"{0} pur ora"}
24 } 136 }
(...skipping 24 matching lines...) Expand all
49 } 161 }
50 week{ 162 week{
51 dnam{"simana"} 163 dnam{"simana"}
52 other{"{0} simana"} 164 other{"{0} simana"}
53 } 165 }
54 year{ 166 year{
55 dnam{"anu"} 167 dnam{"anu"}
56 other{"{0} anu"} 168 other{"{0} anu"}
57 } 169 }
58 } 170 }
171 length{
172 astronomical-unit{
173 dnam{"unidadi astronómiku"}
174 other{"{0} unidadi astronómiku"}
175 }
176 centimeter{
177 dnam{"sentímetru"}
178 other{"{0} sentímetru"}
179 }
180 decimeter{
181 dnam{"desímetru"}
182 other{"{0} desímetru"}
183 }
184 foot{
185 dnam{"pé"}
186 other{"{0} pé"}
187 }
188 inch{
189 dnam{"pulegada"}
190 other{"{0} pulegada"}
191 }
192 kilometer{
193 dnam{"kilómetru"}
194 other{"{0} kilómetru"}
195 }
196 light-year{
197 dnam{"anu-lus"}
198 other{"{0} anu-lus"}
199 }
200 meter{
201 dnam{"métru"}
202 other{"{0} métru"}
203 }
204 micrometer{
205 dnam{"mikrómetru"}
206 other{"{0} mikrómetru"}
207 }
208 mile{
209 dnam{"milha"}
210 other{"{0} milha"}
211 }
212 millimeter{
213 dnam{"milímetru"}
214 other{"{0} milímetru"}
215 }
216 nanometer{
217 dnam{"nanómetru"}
218 other{"{0} nanómetru"}
219 }
220 nautical-mile{
221 dnam{"milha náutiku"}
222 other{"{0} milha náutiku"}
223 }
224 parsec{
225 dnam{"parsek"}
226 other{"{0} parsek"}
227 }
228 picometer{
229 dnam{"pikómetru"}
230 other{"{0} pikómetru"}
231 }
232 yard{
233 dnam{"jarda"}
234 other{"{0} jarda"}
235 }
236 }
237 light{
238 lux{
239 dnam{"lux"}
240 other{"{0} lux"}
241 }
242 }
243 power{
244 watt{
245 dnam{"watt"}
246 }
247 }
248 proportion{
249 karat{
250 dnam{"kilati"}
251 other{"{0} kilati"}
252 }
253 }
254 speed{
255 kilometer-per-hour{
256 dnam{"kilómetru pur ora"}
257 other{"{0} kilómetru pur ora"}
258 }
259 meter-per-second{
260 dnam{"métru pur sigundu"}
261 other{"{0} métru pur sigundu"}
262 }
263 mile-per-hour{
264 dnam{"milha pur ora"}
265 other{"{0} milha pur ora"}
266 }
267 }
268 volume{
269 acre-foot{
270 dnam{"ákri-pé"}
271 other{"{0} ákri-pé"}
272 }
273 centiliter{
274 dnam{"sentilitru"}
275 other{"{0} sentilitru"}
276 }
277 cubic-centimeter{
278 dnam{"sentímetru kúbiku"}
279 other{"{0} sentímetru kúbiku"}
280 }
281 cubic-foot{
282 dnam{"pé kúbiku"}
283 other{"{0} pé kúbiku"}
284 }
285 cubic-inch{
286 dnam{"pulegada kúbiku"}
287 other{"{0} pulegada kúbiku"}
288 }
289 cubic-kilometer{
290 dnam{"kilómetru kúbiku"}
291 other{"{0} kilómetru kúbiku"}
292 }
293 cubic-meter{
294 dnam{"métru kúbiku"}
295 other{"{0} métru kúbiku"}
296 }
297 cubic-mile{
298 dnam{"milha kúbiku"}
299 other{"{0} milha kúbiku"}
300 }
301 cubic-yard{
302 dnam{"jarda kúbiku"}
303 other{"{0} jarda kúbiku"}
304 }
305 cup{
306 dnam{"xávina"}
307 other{"{0} xávina"}
308 }
309 deciliter{
310 dnam{"desilitru"}
311 other{"{0} desilitru"}
312 }
313 fluid-ounce{
314 dnam{"ónsa fluídu"}
315 other{"{0} ónsa fluídu"}
316 }
317 gallon{
318 dnam{"galãu"}
319 other{"{0} galãu"}
320 }
321 hectoliter{
322 dnam{"ektolitru"}
323 other{"{0} ektolitru"}
324 }
325 liter{
326 dnam{"litru"}
327 other{"{0} litru"}
328 }
329 megaliter{
330 dnam{"megalitru"}
331 other{"{0} megalitru"}
332 }
333 milliliter{
334 dnam{"mililitru"}
335 other{"{0} mililitru"}
336 }
337 pint{
338 dnam{"pint"}
339 other{"{0} pint"}
340 }
341 quart{
342 dnam{"kuart"}
343 other{"{0} kuart"}
344 }
345 tablespoon{
346 dnam{"kudjer di sopa"}
347 other{"{0} kudjer di sopa"}
348 }
349 teaspoon{
350 dnam{"kudjer di xá"}
351 other{"{0} kudjer di xá"}
352 }
353 }
59 } 354 }
60 unitsNarrow{ 355 unitsNarrow{
61 duration{ 356 duration{
62 day{ 357 day{
63 dnam{"dia"} 358 dnam{"dia"}
64 other{"{0} dia"} 359 other{"{0} dia"}
65 } 360 }
66 hour{ 361 hour{
67 dnam{"ora"} 362 dnam{"ora"}
68 other{"{0} h"} 363 other{"{0} h"}
(...skipping 15 matching lines...) Expand all
84 } 379 }
85 week{ 380 week{
86 dnam{"sim."} 381 dnam{"sim."}
87 other{"{0} sim."} 382 other{"{0} sim."}
88 } 383 }
89 year{ 384 year{
90 dnam{"anu"} 385 dnam{"anu"}
91 other{"{0} anu"} 386 other{"{0} anu"}
92 } 387 }
93 } 388 }
389 length{
390 centimeter{
391 dnam{"cm"}
392 other{"{0} cm"}
393 }
394 kilometer{
395 dnam{"km"}
396 other{"{0} km"}
397 }
398 meter{
399 dnam{"m"}
400 other{"{0} m"}
401 }
402 millimeter{
403 dnam{"mm"}
404 other{"{0} mm"}
405 }
406 }
407 mass{
408 gram{
409 other{"{0} g"}
410 }
411 kilogram{
412 dnam{"kg"}
413 other{"{0} kg"}
414 }
415 }
416 speed{
417 kilometer-per-hour{
418 dnam{"km/h"}
419 other{"{0} km/h"}
420 }
421 }
422 volume{
423 liter{
424 dnam{"l"}
425 other{"{0} l"}
426 }
427 }
94 } 428 }
95 unitsShort{ 429 unitsShort{
430 acceleration{
431 g-force{
432 dnam{"G"}
433 other{"{0} G"}
434 }
435 meter-per-second-squared{
436 dnam{"m/s²"}
437 other{"{0} m/s²"}
438 }
439 }
440 angle{
441 arc-minute{
442 dnam{"arcmin"}
443 other{"{0}′"}
444 }
445 arc-second{
446 dnam{"arcsec"}
447 other{"{0}″"}
448 }
449 degree{
450 dnam{"grau"}
451 other{"{0}°"}
452 }
453 radian{
454 dnam{"rad"}
455 other{"{0} rad"}
456 }
457 }
458 area{
459 acre{
460 dnam{"ac"}
461 other{"{0} ac"}
462 }
463 hectare{
464 dnam{"ha"}
465 other{"{0} ha"}
466 }
467 square-centimeter{
468 dnam{"cm²"}
469 other{"{0} cm²"}
470 }
471 square-foot{
472 dnam{"ft²"}
473 other{"{0} ft²"}
474 }
475 square-inch{
476 dnam{"in²"}
477 other{"{0} in²"}
478 }
479 square-kilometer{
480 dnam{"km²"}
481 other{"{0} km²"}
482 }
483 square-meter{
484 dnam{"m²"}
485 other{"{0} m²"}
486 }
487 square-mile{
488 dnam{"mi²"}
489 other{"{0} mi²"}
490 }
491 square-yard{
492 dnam{"yd²"}
493 other{"{0} yd²"}
494 }
495 }
496 consumption{
497 liter-per-kilometer{
498 dnam{"l/km"}
499 other{"{0} l/km"}
500 }
501 mile-per-gallon{
502 dnam{"mpg"}
503 other{"{0} mpg"}
504 }
505 }
506 digital{
507 bit{
508 dnam{"b"}
509 other{"{0} b"}
510 }
511 byte{
512 dnam{"B"}
513 other{"{0} B"}
514 }
515 gigabit{
516 dnam{"Gb"}
517 other{"{0} Gb"}
518 }
519 gigabyte{
520 dnam{"GB"}
521 other{"{0} GB"}
522 }
523 kilobit{
524 dnam{"Kb"}
525 other{"{0} Kb"}
526 }
527 kilobyte{
528 dnam{"KB"}
529 other{"{0} KB"}
530 }
531 megabit{
532 dnam{"Mb"}
533 other{"{0} Mb"}
534 }
535 megabyte{
536 dnam{"MB"}
537 other{"{0} MB"}
538 }
539 terabit{
540 dnam{"Tb"}
541 other{"{0} Tb"}
542 }
543 terabyte{
544 dnam{"TB"}
545 other{"{0} TB"}
546 }
547 }
96 duration{ 548 duration{
97 day{ 549 day{
98 dnam{"dia"} 550 dnam{"dia"}
99 other{"{0} dia"} 551 other{"{0} dia"}
100 } 552 }
101 hour{ 553 hour{
102 dnam{"ora"} 554 dnam{"ora"}
103 other{"{0} h"} 555 other{"{0} h"}
104 per{"{0}/h"} 556 per{"{0}/h"}
105 } 557 }
(...skipping 24 matching lines...) Expand all
130 } 582 }
131 week{ 583 week{
132 dnam{"sim."} 584 dnam{"sim."}
133 other{"{0} sim."} 585 other{"{0} sim."}
134 } 586 }
135 year{ 587 year{
136 dnam{"anu"} 588 dnam{"anu"}
137 other{"{0} anu"} 589 other{"{0} anu"}
138 } 590 }
139 } 591 }
592 electric{
593 ampere{
594 dnam{"amp"}
595 other{"{0} A"}
596 }
597 milliampere{
598 dnam{"mA"}
599 other{"{0} mA"}
600 }
601 ohm{
602 dnam{"ohm"}
603 other{"{0} Ω"}
604 }
605 volt{
606 dnam{"volt"}
607 other{"{0} V"}
608 }
609 }
610 energy{
611 calorie{
612 dnam{"cal"}
613 other{"{0} cal"}
614 }
615 foodcalorie{
616 dnam{"Cal"}
617 other{"{0} Cal"}
618 }
619 kilocalorie{
620 dnam{"kcal"}
621 other{"{0} kcal"}
622 }
623 kilojoule{
624 dnam{"kJ"}
625 other{"{0} kJ"}
626 }
627 kilowatt-hour{
628 dnam{"kWh"}
629 other{"{0} kWh"}
630 }
631 }
632 frequency{
633 gigahertz{
634 dnam{"GHz"}
635 other{"{0} GHz"}
636 }
637 hertz{
638 dnam{"Hz"}
639 other{"{0} Hz"}
640 }
641 kilohertz{
642 dnam{"kHz"}
643 other{"{0} kHz"}
644 }
645 megahertz{
646 dnam{"MHz"}
647 other{"{0} MHz"}
648 }
649 }
650 length{
651 astronomical-unit{
652 dnam{"ua"}
653 other{"{0} ua"}
654 }
655 centimeter{
656 dnam{"cm"}
657 other{"{0} cm"}
658 }
659 decimeter{
660 dnam{"dm"}
661 other{"{0} dm"}
662 }
663 foot{
664 dnam{"pé"}
665 other{"{0} pé"}
666 }
667 inch{
668 dnam{"in"}
669 other{"{0} in"}
670 }
671 kilometer{
672 dnam{"km"}
673 other{"{0} km"}
674 }
675 light-year{
676 dnam{"anu-lus"}
677 other{"{0} anu-lus"}
678 }
679 meter{
680 dnam{"m"}
681 other{"{0} m"}
682 }
683 micrometer{
684 dnam{"µm"}
685 other{"{0} µm"}
686 }
687 mile{
688 dnam{"mi"}
689 other{"{0} mi"}
690 }
691 millimeter{
692 dnam{"mm"}
693 other{"{0} mm"}
694 }
695 nanometer{
696 dnam{"nm"}
697 other{"{0} nm"}
698 }
699 nautical-mile{
700 dnam{"nmi"}
701 other{"{0} nmi"}
702 }
703 parsec{
704 dnam{"pc"}
705 other{"{0} pc"}
706 }
707 picometer{
708 dnam{"pm"}
709 other{"{0} pm"}
710 }
711 yard{
712 dnam{"yd"}
713 other{"{0} yd"}
714 }
715 }
716 light{
717 lux{
718 dnam{"lux"}
719 other{"{0} lx"}
720 }
721 }
722 mass{
723 carat{
724 other{"{0} CD"}
725 }
726 gram{
727 other{"{0} g"}
728 }
729 metric-ton{
730 dnam{"t"}
731 other{"{0} t"}
732 }
733 microgram{
734 dnam{"µg"}
735 other{"{0} µg"}
736 }
737 milligram{
738 dnam{"mg"}
739 other{"{0} mg"}
740 }
741 ounce{
742 dnam{"oz"}
743 other{"{0} oz"}
744 }
745 ounce-troy{
746 dnam{"oz t"}
747 other{"{0} oz t"}
748 }
749 pound{
750 dnam{"lb"}
751 other{"{0} lb"}
752 }
753 ton{
754 dnam{"tn"}
755 other{"{0} tn"}
756 }
757 }
758 power{
759 gigawatt{
760 dnam{"GW"}
761 other{"{0} GW"}
762 }
763 kilowatt{
764 dnam{"kW"}
765 other{"{0} kW"}
766 }
767 megawatt{
768 dnam{"MW"}
769 other{"{0} MW"}
770 }
771 milliwatt{
772 dnam{"mW"}
773 other{"{0} mW"}
774 }
775 watt{
776 dnam{"watt"}
777 other{"{0} W"}
778 }
779 }
780 pressure{
781 hectopascal{
782 dnam{"hPa"}
783 other{"{0} hPa"}
784 }
785 inch-hg{
786 dnam{"inHg"}
787 other{"{0} inHg"}
788 }
789 millibar{
790 dnam{"mbar"}
791 other{"{0} mbar"}
792 }
793 millimeter-of-mercury{
794 dnam{"mm Hg"}
795 other{"{0} mm Hg"}
796 }
797 pound-per-square-inch{
798 dnam{"psi"}
799 other{"{0} psi"}
800 }
801 }
802 proportion{
803 karat{
804 dnam{"kt"}
805 other{"{0} kt"}
806 }
807 }
808 speed{
809 kilometer-per-hour{
810 dnam{"km/h"}
811 other{"{0} km/h"}
812 }
813 meter-per-second{
814 dnam{"m/s"}
815 other{"{0} m/s"}
816 }
817 mile-per-hour{
818 dnam{"mi/h"}
819 other{"{0} mi/h"}
820 }
821 }
822 temperature{
823 kelvin{
824 dnam{"K"}
825 other{"{0} K"}
826 }
827 }
828 volume{
829 acre-foot{
830 dnam{"ac ft"}
831 other{"{0} ac ft"}
832 }
833 centiliter{
834 dnam{"cl"}
835 other{"{0} cl"}
836 }
837 cubic-centimeter{
838 dnam{"cm³"}
839 other{"{0} cm³"}
840 }
841 cubic-foot{
842 dnam{"ft³"}
843 other{"{0} ft³"}
844 }
845 cubic-inch{
846 dnam{"in³"}
847 other{"{0} in³"}
848 }
849 cubic-kilometer{
850 dnam{"km³"}
851 other{"{0} km³"}
852 }
853 cubic-meter{
854 dnam{"m³"}
855 other{"{0} m³"}
856 }
857 cubic-mile{
858 dnam{"mi³"}
859 other{"{0} mi³"}
860 }
861 cubic-yard{
862 dnam{"yd³"}
863 other{"{0} yd³"}
864 }
865 cup{
866 dnam{"xáv."}
867 other{"{0} xáv."}
868 }
869 deciliter{
870 dnam{"dl"}
871 other{"{0} dl"}
872 }
873 fluid-ounce{
874 dnam{"fl oz"}
875 other{"{0} fl oz"}
876 }
877 gallon{
878 dnam{"gal"}
879 other{"{0} gal"}
880 }
881 hectoliter{
882 dnam{"hl"}
883 other{"{0} hl"}
884 }
885 liter{
886 dnam{"l"}
887 other{"{0} l"}
888 }
889 megaliter{
890 dnam{"Ml"}
891 other{"{0} Ml"}
892 }
893 milliliter{
894 dnam{"ml"}
895 other{"{0} ml"}
896 }
897 pint{
898 dnam{"pt"}
899 other{"{0} pt"}
900 }
901 quart{
902 dnam{"qt"}
903 other{"{0} qt"}
904 }
905 tablespoon{
906 dnam{"k.sp."}
907 other{"{0} k.sp."}
908 }
909 teaspoon{
910 dnam{"k.xá"}
911 other{"{0} k.xá"}
912 }
913 }
140 } 914 }
141 } 915 }
OLDNEW
« no previous file with comments | « source/data/unit/kde.txt ('k') | source/data/unit/khq.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698