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

Side by Side Diff: source/data/unit/am.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/ak.txt ('k') | source/data/unit/ar.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/am.xml 6 // * Source File: <path>/common/main/am.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/am.xml
11 */
12 am{ 9 am{
13 Version{"2.1.8.9"} 10 Version{"2.1.19.96"}
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{"ጂ-ኃይል"}
20 one{"{0} ጂ-ኃይል"}
21 other{"{0} ጂ-ኃይል"}
22 }
23 meter-per-second-squared{
24 dnam{"ሜ/ሰ²"}
25 one{"{0} ሜ/ሰ²"}
26 other{"{0} ሜ/ሰ²"}
27 }
28 }
29 angle{
30 arc-minute{
31 dnam{"ደቂቃ"}
32 one{"{0} ደቂቃ"}
33 other{"{0} ደቂቃ"}
34 }
35 arc-second{
36 dnam{"ሰከንድ"}
37 one{"{0} ሰከንድ"}
38 other{"{0} ሰከንድ"}
39 }
40 degree{
41 dnam{"ዲግሪ"}
42 one{"{0} ዲግሪ"}
43 other{"{0} ዲግሪ"}
44 }
45 radian{
46 dnam{"rad"}
47 one{"{0} rad"}
48 other{"{0} rad"}
49 }
50 revolution{
51 dnam{"rev"}
52 one{"{0} rev"}
53 other{"{0} rev"}
54 }
55 }
56 area{
57 acre{
58 dnam{"ኤክር"}
59 one{"{0} ኤክር"}
60 other{"{0} ኤክር"}
61 }
62 hectare{
63 dnam{"ሄክታር"}
64 one{"{0} ሄክታር"}
65 other{"{0} ሄክታር"}
66 }
67 square-centimeter{
68 dnam{"ሴሜ²"}
69 one{"{0} ሴሜ²"}
70 other{"{0} ሴሜ²"}
71 per{"{0}/ሴሜ²"}
72 }
73 square-foot{
74 dnam{"ካሬ ጫማ"}
75 one{"{0} ካሬ ጫማ"}
76 other{"{0} ካሬ ጫማ"}
77 }
78 square-inch{
79 dnam{"ኢንች²"}
80 one{"{0} ኢንች²"}
81 other{"{0} ኢንች²"}
82 per{"{0}/ኢንች²"}
83 }
84 square-kilometer{
85 dnam{"ካሬ ኪሎሜትር"}
86 one{"{0} ካሬ ኪሎሜትር"}
87 other{"{0} ካሬ ኪሎሜትር"}
88 }
89 square-meter{
90 dnam{"ካሬ ሜትር"}
91 one{"{0} ካሬ ሜትር"}
92 other{"{0} ካሬ ሜትር"}
93 per{"{0}/ሜ²"}
94 }
95 square-mile{
96 dnam{"ካሬ ማይል"}
97 one{"{0} ካሬ ማይል"}
98 other{"{0} ካሬ ማይል"}
99 }
100 square-yard{
101 dnam{"yd²"}
102 one{"{0} yd²"}
103 other{"{0} yd²"}
104 }
105 }
15 compound{ 106 compound{
16 per{"{0} በ{1}"} 107 per{"{0} በ{1}"}
17 } 108 }
109 consumption{
110 liter-per-100kilometers{
111 dnam{"ሊትሮች በ100 ኪሎሜትሮች"}
112 one{"{0} ሊትር በ100 ኪሎሜትሮች"}
113 other{"{0} ሊትሮች በ100 ኪሎሜትሮች"}
114 }
115 liter-per-kilometer{
116 dnam{"ሊ/ኪሜ"}
117 one{"{0} ሊ/ኪሜ"}
118 other{"{0} ሊ/ኪሜ"}
119 }
120 mile-per-gallon{
121 dnam{"mpg"}
122 one{"{0} mpg"}
123 other{"{0} mpg"}
124 }
125 }
126 coordinate{
127 east{"{0}ምስ"}
128 north{"{0}ሰ"}
129 south{"{0}ደ"}
130 west{"{0}ምዕ"}
131 }
132 digital{
133 bit{
134 dnam{"ቢት"}
135 one{"{0} ቢት"}
136 other{"{0} ቢት"}
137 }
138 byte{
139 dnam{"ባይት"}
140 one{"{0} ባይት"}
141 other{"{0} ባይት"}
142 }
143 gigabit{
144 dnam{"ጊባይት"}
145 one{"{0} ጊባይት"}
146 other{"{0} ጊባይት"}
147 }
148 gigabyte{
149 dnam{"ጊባ"}
150 one{"{0} ጊባ"}
151 other{"{0} ጊባ"}
152 }
153 kilobit{
154 dnam{"ኪባይት"}
155 one{"{0} ኪባይት"}
156 other{"{0} ኪባይት"}
157 }
158 kilobyte{
159 dnam{"ኪባ"}
160 one{"{0} ኪባ"}
161 other{"{0} ኪባ"}
162 }
163 megabit{
164 dnam{"ሜባ"}
165 one{"{0} ሜባ"}
166 other{"{0} ሜባ"}
167 }
168 megabyte{
169 dnam{"ሜባይት"}
170 one{"{0} ሜባይት"}
171 other{"{0} ሜባይት"}
172 }
173 terabit{
174 dnam{"ቴባ"}
175 one{"{0} ቴባ"}
176 other{"{0} ቴባ"}
177 }
178 terabyte{
179 dnam{"ቴባይት"}
180 one{"{0} ቴባይት"}
181 other{"{0} ቴባይት"}
182 }
183 }
18 duration{ 184 duration{
185 century{
186 dnam{"ምዕተ ዓመት"}
187 one{"{0} ምዕተ ዓመት"}
188 other{"{0} ምዕተ ዓመት"}
189 }
19 day{ 190 day{
20 dnam{"ቀናት"} 191 dnam{"ቀናት"}
21 one{"{0} ቀናት"} 192 one{"{0} ቀናት"}
22 other{"{0} ቀናት"} 193 other{"{0} ቀናት"}
194 per{"{0}/ቀ"}
23 } 195 }
24 hour{ 196 hour{
25 dnam{"ሰዓቶች"} 197 dnam{"ሰዓቶች"}
26 one{"{0} ሰዓት"} 198 one{"{0} ሰዓት"}
27 other{"{0} ሰዓቶች"} 199 other{"{0} ሰዓቶች"}
28 per{"{0}/ሰ"} 200 per{"{0}/ሰ"}
29 } 201 }
30 microsecond{ 202 microsecond{
31 dnam{"ማይክሮሰከንድ"} 203 dnam{"ማይክሮሰከንድ"}
32 one{"{0} ማይክሮሰከንድ"} 204 one{"{0} ማይክሮሰከንድ"}
33 other{"{0} ማይክሮሰከንድ"} 205 other{"{0} ማይክሮሰከንድ"}
34 } 206 }
35 millisecond{ 207 millisecond{
36 dnam{"ሚሊሰከንድ"} 208 dnam{"ሚሊሰከንድ"}
37 one{"{0} ሚሊሰከንድ"} 209 one{"{0} ሚሊሰከንድ"}
38 other{"{0} ሚሊሰከንድ"} 210 other{"{0} ሚሊሰከንድ"}
39 } 211 }
40 minute{ 212 minute{
41 dnam{"ደቂቃዎች"} 213 dnam{"ደቂቃዎች"}
42 one{"{0} ደቂቃ"} 214 one{"{0} ደቂቃ"}
43 other{"{0} ደቂቃዎች"} 215 other{"{0} ደቂቃዎች"}
216 per{"{0}/ደ"}
44 } 217 }
45 month{ 218 month{
46 dnam{"ወራት"} 219 dnam{"ወራት"}
47 one{"{0} ወር"} 220 one{"{0} ወር"}
48 other{"{0} ወራት"} 221 other{"{0} ወራት"}
222 per{"{0}/ወ"}
49 } 223 }
50 nanosecond{ 224 nanosecond{
51 dnam{"ናኖሰከንድ"} 225 dnam{"ናኖሰከንድ"}
52 one{"{0} ናኖሰከንድ"} 226 one{"{0} ናኖሰከንድ"}
53 other{"{0} ናኖሰከንድ"} 227 other{"{0} ናኖሰከንድ"}
54 } 228 }
55 second{ 229 second{
56 dnam{"ሰከንዶች"} 230 dnam{"ሰከንዶች"}
57 one{"{0} ሰከንድ"} 231 one{"{0} ሰከንድ"}
58 other{"{0} ሰከንዶች"} 232 other{"{0} ሰከንዶች"}
59 per{"{0}/ሰከ"} 233 per{"{0}/ሰከ"}
60 } 234 }
61 week{ 235 week{
62 dnam{"ሳምንታት"} 236 dnam{"ሳምንታት"}
63 one{"{0} ሳምንት"} 237 one{"{0} ሳምንት"}
64 other{"{0} ሳምንታት"} 238 other{"{0} ሳምንታት"}
239 per{"{0}/ሳ"}
65 } 240 }
66 year{ 241 year{
67 dnam{"ዓመታት"} 242 dnam{"ዓመታት"}
68 one{"{0} ዓመታት"} 243 one{"{0} ዓመት"}
69 other{"{0} ዓመታት"} 244 other{"{0} ዓመታት"}
245 per{"{0}/ዓ"}
246 }
247 }
248 electric{
249 ampere{
250 dnam{"amp"}
251 one{"{0} A"}
252 other{"{0} A"}
253 }
254 milliampere{
255 dnam{"mA"}
256 one{"{0} mA"}
257 other{"{0} mA"}
258 }
259 ohm{
260 dnam{"ohm"}
261 one{"{0} Ω"}
262 other{"{0} Ω"}
263 }
264 volt{
265 dnam{"volt"}
266 one{"{0} V"}
267 other{"{0} V"}
268 }
269 }
270 energy{
271 calorie{
272 dnam{"cal"}
273 one{"{0} cal"}
274 other{"{0} cal"}
275 }
276 foodcalorie{
277 dnam{"Cal"}
278 one{"{0} Cal"}
279 other{"{0} Cal"}
280 }
281 joule{
282 dnam{"joule"}
283 one{"{0} J"}
284 other{"{0} J"}
285 }
286 kilocalorie{
287 dnam{"kcal"}
288 one{"{0} kcal"}
289 other{"{0} kcal"}
290 }
291 kilojoule{
292 dnam{"kJ"}
293 one{"{0} kJ"}
294 other{"{0} kJ"}
295 }
296 kilowatt-hour{
297 dnam{"kWh"}
298 one{"{0} kWh"}
299 other{"{0} kWh"}
300 }
301 }
302 frequency{
303 gigahertz{
304 dnam{"GHz"}
305 one{"{0} GHz"}
306 other{"{0} GHz"}
307 }
308 hertz{
309 dnam{"Hz"}
310 one{"{0} Hz"}
311 other{"{0} Hz"}
312 }
313 kilohertz{
314 dnam{"kHz"}
315 one{"{0} kHz"}
316 other{"{0} kHz"}
317 }
318 megahertz{
319 dnam{"MHz"}
320 one{"{0} MHz"}
321 other{"{0} MHz"}
322 }
323 }
324 length{
325 astronomical-unit{
326 dnam{"au"}
327 one{"{0} au"}
328 other{"{0} au"}
329 }
330 centimeter{
331 dnam{"ሴንቲሜትር"}
332 one{"{0} ሴንቲሜትር"}
333 other{"{0} ሴንቲሜትር"}
334 per{"{0}/ሴሜ"}
335 }
336 decimeter{
337 dnam{"dm"}
338 one{"{0} dm"}
339 other{"{0} dm"}
340 }
341 foot{
342 dnam{"ጫማ"}
343 one{"{0} ጫማ"}
344 other{"{0} ጫማ"}
345 per{"{0}/ጫማ"}
346 }
347 inch{
348 dnam{"ኢንች"}
349 one{"{0} ኢንች"}
350 other{"{0} ኢንች"}
351 per{"{0}/ኢንች"}
352 }
353 kilometer{
354 dnam{"ኪሎሜትር"}
355 one{"{0} ኪሎሜትር"}
356 other{"{0} ኪሎሜትር"}
357 per{"{0}/ኪሜ"}
358 }
359 light-year{
360 dnam{"የብርሃን ዓመት"}
361 one{"{0} የብርሃን ዓመት"}
362 other{"{0} የብርሃን ዓመት"}
363 }
364 meter{
365 dnam{"ሜትር"}
366 one{"{0} ሜትር"}
367 other{"{0} ሜትር"}
368 per{"{0}/ሜ"}
369 }
370 micrometer{
371 dnam{"µm"}
372 one{"{0} µm"}
373 other{"{0} µm"}
374 }
375 mile{
376 dnam{"ማይል"}
377 one{"{0} ማይል"}
378 other{"{0} ማይል"}
379 }
380 mile-scandinavian{
381 dnam{"ስማይል"}
382 one{"{0} ስማይል"}
383 other{"{0} ስማይል"}
384 }
385 millimeter{
386 dnam{"ሚሊሜትር"}
387 one{"{0} ሚሊሜትር"}
388 other{"{0} ሚሊሜትር"}
389 }
390 nanometer{
391 dnam{"nm"}
392 one{"{0} nm"}
393 other{"{0} nm"}
394 }
395 nautical-mile{
396 dnam{"nmi"}
397 one{"{0} nmi"}
398 other{"{0} nmi"}
399 }
400 parsec{
401 dnam{"pc"}
402 one{"{0} pc"}
403 other{"{0} pc"}
404 }
405 picometer{
406 dnam{"ፒኮሜትር"}
407 one{"{0} ፒኮሜትር"}
408 other{"{0} ፒኮሜትር"}
409 }
410 yard{
411 dnam{"ያርድ"}
412 one{"{0} ያርድ"}
413 other{"{0} ያርድ"}
414 }
415 }
416 light{
417 lux{
418 dnam{"lx"}
419 one{"{0} lx"}
420 other{"{0} lx"}
421 }
422 }
423 mass{
424 carat{
425 dnam{"CD"}
426 one{"{0} CD"}
427 other{"{0} CD"}
428 }
429 gram{
430 dnam{"ግራም"}
431 one{"{0} ግራም"}
432 other{"{0} ግራም"}
433 per{"{0}/ግራም"}
434 }
435 kilogram{
436 dnam{"ኪሎግራም"}
437 one{"{0} ኪሎግራም"}
438 other{"{0} ኪሎግራም"}
439 per{"{0}/ኪሎግራም"}
440 }
441 metric-ton{
442 dnam{"t"}
443 one{"{0} t"}
444 other{"{0} t"}
445 }
446 microgram{
447 dnam{"µg"}
448 one{"{0} µg"}
449 other{"{0} µg"}
450 }
451 milligram{
452 dnam{"mg"}
453 one{"{0} mg"}
454 other{"{0} mg"}
455 }
456 ounce{
457 dnam{"አውንስ"}
458 one{"{0} አውንስ"}
459 other{"{0} አውንስ"}
460 per{"{0}/አውንስ"}
461 }
462 ounce-troy{
463 dnam{"oz t"}
464 one{"{0} oz t"}
465 other{"{0} oz t"}
466 }
467 pound{
468 dnam{"ፓውንድ"}
469 one{"{0} ፓውንድ"}
470 other{"{0} ፓውንድ"}
471 per{"{0}/ፓውንድ"}
472 }
473 ton{
474 dnam{"ቶን"}
475 one{"{0} ቶን"}
476 other{"{0} ቶን"}
477 }
478 }
479 power{
480 gigawatt{
481 dnam{"GW"}
482 one{"{0} GW"}
483 other{"{0} GW"}
484 }
485 horsepower{
486 dnam{"የፈረስ ጉልበት"}
487 one{"{0} የፈረስ ጉልበት"}
488 other{"{0} የፈረስ ጉልበት"}
489 }
490 kilowatt{
491 dnam{"ኪሎዋት"}
492 one{"{0} ኪሎዋት"}
493 other{"{0} ኪሎዋት"}
494 }
495 megawatt{
496 dnam{"MW"}
497 one{"{0} MW"}
498 other{"{0} MW"}
499 }
500 milliwatt{
501 dnam{"mW"}
502 one{"{0} mW"}
503 other{"{0} mW"}
504 }
505 watt{
506 dnam{"ዋት"}
507 one{"{0} ዋት"}
508 other{"{0} ዋት"}
509 }
510 }
511 pressure{
512 hectopascal{
513 dnam{"ሄክቶፓስካል"}
514 one{"{0} ሄክቶፓስካል"}
515 other{"{0} ሄክቶፓስካል"}
516 }
517 inch-hg{
518 dnam{"ኢንች ሜርኩሪ"}
519 one{"{0} ኢንች ሜርኩሪ"}
520 other{"{0} ኢንች ሜርኩሪ"}
521 }
522 millibar{
523 dnam{"ሚሊባር"}
524 one{"{0} ሚሊባር"}
525 other{"{0} ሚሊባር"}
526 }
527 millimeter-of-mercury{
528 dnam{"mm Hg"}
529 one{"{0} mm Hg"}
530 other{"{0} mm Hg"}
531 }
532 pound-per-square-inch{
533 dnam{"psi"}
534 one{"{0} psi"}
535 other{"{0} psi"}
536 }
537 }
538 proportion{
539 karat{
540 dnam{"ካራት"}
541 one{"{0} ካራት"}
542 other{"{0} ካራት"}
543 }
544 }
545 speed{
546 kilometer-per-hour{
547 dnam{"ኪሎሜትር በሰዓት"}
548 one{"{0} ኪሎሜትር በሰዓት"}
549 other{"{0} ኪሎሜትር በሰዓት"}
550 }
551 knot{
552 dnam{"kn"}
553 one{"{0} kn"}
554 other{"{0} kn"}
555 }
556 meter-per-second{
557 dnam{"ሜትር በሰከንድ"}
558 one{"{0} ሜትር በሰከንድ"}
559 other{"{0} ሜትር በሰከንድ"}
560 }
561 mile-per-hour{
562 dnam{"ማይል በሰዓት"}
563 one{"{0} ማይል በሰዓት"}
564 other{"{0} ማይል በሰዓት"}
565 }
566 }
567 temperature{
568 celsius{
569 dnam{"ዲግሪ ሴልሺየስ"}
570 one{"{0} ዲግሪ ሴልሺየስ"}
571 other{"{0} ዲግሪ ሴልሺየስ"}
572 }
573 fahrenheit{
574 dnam{"ዲግሪ ፋራንሃይት"}
575 one{"{0} ዲግሪ ፋራንሃይት"}
576 other{"{0} ዲግሪ ፋራንሃይት"}
577 }
578 generic{
579 dnam{"°"}
580 one{"{0}°"}
581 other{"{0}°"}
582 }
583 kelvin{
584 dnam{"K"}
585 one{"{0} K"}
586 other{"{0} K"}
587 }
588 }
589 volume{
590 acre-foot{
591 dnam{"ኤከር ጫማ"}
592 one{"{0} ኤከር ጫማ"}
593 other{"{0} ኤከር ጫማ"}
594 }
595 centiliter{
596 dnam{"ሴንቲ ሊትር"}
597 one{"{0} ሴንቲ ሊትር"}
598 other{"{0} ሴንቲ ሊትር"}
599 }
600 cubic-centimeter{
601 dnam{"ሴሜ³"}
602 one{"{0} ሴሜ³"}
603 other{"{0} ሴሜ³"}
604 per{"{0}/ሴሜ³"}
605 }
606 cubic-foot{
607 dnam{"ጫማ³"}
608 one{"{0} ጫማ³"}
609 other{"{0} ጫማ³"}
610 }
611 cubic-inch{
612 dnam{"ኢንች³"}
613 one{"{0} ኢንች³"}
614 other{"{0} ኢንች³"}
615 }
616 cubic-kilometer{
617 dnam{"ኩቢክ ኪሎሜትር"}
618 one{"{0} ኩቢክ ኪሎሜትር"}
619 other{"{0} ኩቢክ ኪሎሜትር"}
620 }
621 cubic-meter{
622 dnam{"ሜ³"}
623 one{"{0} ሜ³"}
624 other{"{0} ሜ³"}
625 per{"{0}/ሜ³"}
626 }
627 cubic-mile{
628 dnam{"ኩቢክ ማይል"}
629 one{"{0} ኩቢክ ማይል"}
630 other{"{0} ኩቢክ ማይል"}
631 }
632 cubic-yard{
633 dnam{"yd³"}
634 one{"{0} yd³"}
635 other{"{0} yd³"}
636 }
637 cup{
638 dnam{"cup"}
639 one{"{0} c"}
640 other{"{0} c"}
641 }
642 cup-metric{
643 dnam{"mcup"}
644 one{"{0} mc"}
645 other{"{0} mc"}
646 }
647 deciliter{
648 dnam{"dL"}
649 one{"{0} dL"}
650 other{"{0} dL"}
651 }
652 fluid-ounce{
653 dnam{"fl oz"}
654 one{"{0} fl oz"}
655 other{"{0} fl oz"}
656 }
657 gallon{
658 dnam{"gal"}
659 one{"{0} gal"}
660 other{"{0} gal"}
661 per{"{0}/gal"}
662 }
663 hectoliter{
664 dnam{"hL"}
665 one{"{0} hL"}
666 other{"{0} hL"}
667 }
668 liter{
669 dnam{"ሊትር"}
670 one{"{0} ሊትር"}
671 other{"{0} ሊትር"}
672 per{"{0}/ሊትር"}
673 }
674 megaliter{
675 dnam{"ML"}
676 one{"{0} ML"}
677 other{"{0} ML"}
678 }
679 milliliter{
680 dnam{"mL"}
681 one{"{0} mL"}
682 other{"{0} mL"}
683 }
684 pint{
685 dnam{"pt"}
686 one{"{0} pt"}
687 other{"{0} pt"}
688 }
689 pint-metric{
690 dnam{"mpt"}
691 one{"{0} mpt"}
692 other{"{0} mpt"}
693 }
694 quart{
695 dnam{"qt"}
696 one{"{0} qt"}
697 other{"{0} qt"}
698 }
699 tablespoon{
700 dnam{"tbsp"}
701 one{"{0} tbsp"}
702 other{"{0} tbsp"}
703 }
704 teaspoon{
705 dnam{"tsp"}
706 one{"{0} tsp"}
707 other{"{0} tsp"}
70 } 708 }
71 } 709 }
72 } 710 }
73 unitsNarrow{ 711 unitsNarrow{
712 acceleration{
713 g-force{
714 one{"{0} ጂ"}
715 other{"{0} ጂ"}
716 }
717 }
718 angle{
719 arc-minute{
720 one{"{0}′"}
721 other{"{0}′"}
722 }
723 arc-second{
724 one{"{0}″"}
725 other{"{0}″"}
726 }
727 degree{
728 one{"{0}°"}
729 other{"{0}°"}
730 }
731 }
732 area{
733 acre{
734 one{"{0} ኤክር"}
735 other{"{0} ኤክር"}
736 }
737 hectare{
738 one{"{0} ሄክታር"}
739 other{"{0} ሄክታር"}
740 }
741 square-foot{
742 one{"{0} ጫማ²"}
743 other{"{0} ጫማ²"}
744 }
745 square-kilometer{
746 one{"{0} ኪሜ²"}
747 other{"{0} ኪሜ²"}
748 }
749 square-meter{
750 one{"{0} ሜ²"}
751 other{"{0} ሜ²"}
752 }
753 square-mile{
754 one{"{0} ማይል²"}
755 other{"{0} ማይል²"}
756 }
757 }
74 compound{ 758 compound{
75 per{"{0}/{1}"} 759 per{"{0}/{1}"}
76 } 760 }
761 consumption{
762 liter-per-100kilometers{
763 dnam{"ሊትር በ100 ኪሎሜትሮች"}
764 one{"{0}ሊበ100ኪሜ"}
765 other{"{0}ሊበ100ኪሜ"}
766 }
767 }
768 coordinate{
769 east{"{0}ምስ"}
770 north{"{0}ሰ"}
771 south{"{0}ደ"}
772 west{"{0}ምዕ"}
773 }
774 digital{
775 terabyte{
776 dnam{"ቴባይት"}
777 }
778 }
77 duration{ 779 duration{
78 day{ 780 day{
79 dnam{"ቀናት"} 781 dnam{"ቀናት"}
80 one{"{0} ቀ"} 782 one{"{0} ቀ"}
81 other{"{0} ቀ"} 783 other{"{0} ቀ"}
82 } 784 }
83 hour{ 785 hour{
84 dnam{"ሰዓቶች"} 786 dnam{"ሰዓቶች"}
85 one{"{0} ሰ"} 787 one{"{0} ሰ"}
86 other{"{0} ሰ"} 788 other{"{0} ሰ"}
(...skipping 22 matching lines...) Expand all
109 dnam{"ሳምንታት"} 811 dnam{"ሳምንታት"}
110 one{"{0} ሳምንት"} 812 one{"{0} ሳምንት"}
111 other{"{0} ሳምንት"} 813 other{"{0} ሳምንት"}
112 } 814 }
113 year{ 815 year{
114 dnam{"ዓመታት"} 816 dnam{"ዓመታት"}
115 one{"{0} ዓመት"} 817 one{"{0} ዓመት"}
116 other{"{0} ዓ"} 818 other{"{0} ዓ"}
117 } 819 }
118 } 820 }
821 length{
822 centimeter{
823 dnam{"ሴንቲሜትር"}
824 one{"{0} ሴሜ"}
825 other{"{0} ሴሜ"}
826 }
827 foot{
828 one{"{0} ጫማ"}
829 other{"{0} ጫማ"}
830 }
831 inch{
832 one{"{0} ኢንች"}
833 other{"{0} ኢንች"}
834 }
835 kilometer{
836 dnam{"ኪሎሜትር"}
837 one{"{0} ኪሜ"}
838 other{"{0} ኪሜ"}
839 }
840 light-year{
841 one{"{0} ly"}
842 other{"{0} ly"}
843 }
844 meter{
845 dnam{"ሜትር"}
846 one{"{0} ሜ"}
847 other{"{0} ሜ"}
848 }
849 mile{
850 one{"{0} ማይል"}
851 other{"{0} ማይል"}
852 }
853 millimeter{
854 dnam{"ሚሊሜትር"}
855 one{"{0} ሚሜ"}
856 other{"{0} ሚሜ"}
857 }
858 picometer{
859 one{"{0} ፒሜ"}
860 other{"{0} ፒሜ"}
861 }
862 yard{
863 one{"{0} ያርድ"}
864 other{"{0} ያርድ"}
865 }
866 }
867 mass{
868 gram{
869 dnam{"ግራም"}
870 one{"{0} ግ"}
871 other{"{0} ግ"}
872 }
873 kilogram{
874 dnam{"ኪሎግራም"}
875 one{"{0} ኪግ"}
876 other{"{0} ኪግ"}
877 }
878 ounce{
879 one{"{0} አውንስ"}
880 other{"{0} አውንስ"}
881 }
882 pound{
883 one{"{0} ፓውንድ"}
884 other{"{0} ፓውንድ"}
885 }
886 }
887 power{
888 horsepower{
889 one{"{0} የፈረስ ኃይል"}
890 other{"{0} የፈረስ ኃይል"}
891 }
892 kilowatt{
893 one{"{0} ኪዋ"}
894 other{"{0} ኪዋ"}
895 }
896 watt{
897 one{"{0} ዋ"}
898 other{"{0} ዋ"}
899 }
900 }
901 pressure{
902 hectopascal{
903 one{"{0} hPa"}
904 other{"{0} hPa"}
905 }
906 inch-hg{
907 one{"{0} inHg"}
908 other{"{0} inHg"}
909 }
910 millibar{
911 one{"{0} ሚባ"}
912 other{"{0} ሚባ"}
913 }
914 }
915 speed{
916 kilometer-per-hour{
917 dnam{"ኪሎሜትር በሰዓት"}
918 one{"{0} ኪሜ/ሰ"}
919 other{"{0} ኪሜ/ሰ"}
920 }
921 meter-per-second{
922 one{"{0} ሜ/ሴ"}
923 other{"{0} ሜ/ሴ"}
924 }
925 mile-per-hour{
926 one{"{0} ማይል/ሰ"}
927 other{"{0} ማይል/ሰ"}
928 }
929 }
930 temperature{
931 celsius{
932 dnam{"ዲግሪ ሴልሺየስ"}
933 one{"{0}°"}
934 other{"{0}°"}
935 }
936 fahrenheit{
937 one{"{0}°ፋ"}
938 other{"{0}°ፋ"}
939 }
940 }
941 volume{
942 cubic-kilometer{
943 one{"{0} ኪሜ³"}
944 other{"{0} ኪሜ³"}
945 }
946 cubic-mile{
947 one{"{0} ማይል³"}
948 other{"{0} ማይል³"}
949 }
950 liter{
951 dnam{"ሊትር"}
952 one{"{0} ሊ"}
953 other{"{0} ሊ"}
954 }
955 }
119 } 956 }
120 unitsShort{ 957 unitsShort{
958 acceleration{
959 g-force{
960 dnam{"ጂ-ኃይል"}
961 one{"{0} ጂ"}
962 other{"{0} ጂ"}
963 }
964 meter-per-second-squared{
965 dnam{"ሜ/ሰ²"}
966 one{"{0} ሜ/ሰ²"}
967 other{"{0} ሜ/ሰ²"}
968 }
969 }
970 angle{
971 arc-minute{
972 dnam{"ደቂቃ"}
973 one{"{0} ደቂቃ"}
974 other{"{0} ደቂቃ"}
975 }
976 arc-second{
977 dnam{"ሰከንድ"}
978 one{"{0} ሰከንድ"}
979 other{"{0} ሰከንድ"}
980 }
981 degree{
982 dnam{"ዲግሪ"}
983 one{"{0}°ዲግሪ"}
984 other{"{0}°ዲግሪ"}
985 }
986 radian{
987 dnam{"rad"}
988 one{"{0} rad"}
989 other{"{0} rad"}
990 }
991 revolution{
992 dnam{"rev"}
993 one{"{0} rev"}
994 other{"{0} rev"}
995 }
996 }
997 area{
998 acre{
999 dnam{"ኤክር"}
1000 one{"{0} ኤክር"}
1001 other{"{0} ኤክር"}
1002 }
1003 hectare{
1004 dnam{"ሄክታር"}
1005 one{"{0} ሄክታር"}
1006 other{"{0} ሄክታር"}
1007 }
1008 square-centimeter{
1009 dnam{"ሴሜ²"}
1010 one{"{0} ሴሜ²"}
1011 other{"{0} ሴሜ²"}
1012 per{"{0}/ሴሜ²"}
1013 }
1014 square-foot{
1015 dnam{"ካሬ ጫማ"}
1016 one{"{0} ካሬ ጫማ"}
1017 other{"{0} ካሬ ጫማ"}
1018 }
1019 square-inch{
1020 dnam{"ኢንች²"}
1021 one{"{0} ኢንች²"}
1022 other{"{0} ኢንች²"}
1023 per{"{0}/ኢንች²"}
1024 }
1025 square-kilometer{
1026 dnam{"ካሬ ኪሎሜትር"}
1027 one{"{0} ኪሜ²"}
1028 other{"{0} ኪሜ²"}
1029 }
1030 square-meter{
1031 dnam{"ካሬ ሜትር"}
1032 one{"{0} ሜ²"}
1033 other{"{0} ሜ²"}
1034 per{"{0}/ሜ²"}
1035 }
1036 square-mile{
1037 dnam{"ካሬ ማይል"}
1038 one{"{0} ካሬ ማይል"}
1039 other{"{0} ካሬ ማይል"}
1040 }
1041 square-yard{
1042 dnam{"yd²"}
1043 one{"{0} yd²"}
1044 other{"{0} yd²"}
1045 }
1046 }
121 compound{ 1047 compound{
122 per{"{0}/{1}"} 1048 per{"{0}/{1}"}
123 } 1049 }
1050 consumption{
1051 liter-per-100kilometers{
1052 dnam{"ሊትር በ100 ኪሎሜትሮች"}
1053 one{"{0} ሊ/100ኪሜ"}
1054 other{"{0} ሊ/100ኪሜ"}
1055 }
1056 liter-per-kilometer{
1057 dnam{"ሊ/ኪሜ"}
1058 one{"{0} ሊ/ኪሜ"}
1059 other{"{0} ሊ/ኪሜ"}
1060 }
1061 mile-per-gallon{
1062 dnam{"mpg"}
1063 one{"{0} mpg"}
1064 other{"{0} mpg"}
1065 }
1066 }
1067 coordinate{
1068 east{"{0}ምስ"}
1069 north{"{0}ሰ"}
1070 south{"{0}ደ"}
1071 west{"{0}ምዕ"}
1072 }
1073 digital{
1074 bit{
1075 dnam{"ቢት"}
1076 one{"{0} ቢት"}
1077 other{"{0} ቢት"}
1078 }
1079 byte{
1080 dnam{"ባይት"}
1081 one{"{0} ባይት"}
1082 other{"{0} ባይት"}
1083 }
1084 gigabit{
1085 dnam{"ጊባይት"}
1086 one{"{0} ጊባይት"}
1087 other{"{0} ጊባይት"}
1088 }
1089 gigabyte{
1090 dnam{"ጊባ"}
1091 one{"{0} ጊባ"}
1092 other{"{0} ጊባ"}
1093 }
1094 kilobit{
1095 dnam{"ኪባይት"}
1096 one{"{0} ኪባይት"}
1097 other{"{0} ኪባይት"}
1098 }
1099 kilobyte{
1100 dnam{"ኪባ"}
1101 one{"{0} ኪባ"}
1102 other{"{0} ኪባ"}
1103 }
1104 megabit{
1105 dnam{"ሜባ"}
1106 one{"{0} ሜባ"}
1107 other{"{0} ሜባ"}
1108 }
1109 megabyte{
1110 dnam{"ሜባይት"}
1111 one{"{0} ሜባይት"}
1112 other{"{0} ሜባይት"}
1113 }
1114 terabit{
1115 dnam{"ቴባ"}
1116 one{"{0} ቴባ"}
1117 other{"{0} ቴባ"}
1118 }
1119 terabyte{
1120 dnam{"ቴባይት"}
1121 one{"{0} ቴባይት"}
1122 other{"{0} ቴባይት"}
1123 }
1124 }
124 duration{ 1125 duration{
1126 century{
1127 dnam{"ምዕተ ዓመት"}
1128 one{"{0} ምዕተ ዓመት"}
1129 other{"{0} ምዕተ ዓመት"}
1130 }
125 day{ 1131 day{
126 dnam{"ቀናት"} 1132 dnam{"ቀናት"}
127 one{"{0} ቀናት"} 1133 one{"{0} ቀናት"}
128 other{"{0} ቀናት"} 1134 other{"{0} ቀናት"}
1135 per{"{0}/ቀ"}
129 } 1136 }
130 hour{ 1137 hour{
131 dnam{"ሰዓቶች"} 1138 dnam{"ሰዓቶች"}
132 one{"{0} ሰዓ"} 1139 one{"{0} ሰዓ"}
133 other{"{0} ሰዓ"} 1140 other{"{0} ሰዓ"}
134 per{"{0}/ሰ"} 1141 per{"{0}/ሰ"}
135 } 1142 }
136 microsecond{ 1143 microsecond{
137 dnam{"ማይክሮሰከንድ"} 1144 dnam{"ማይክሮሰከንድ"}
138 one{"{0} ማይክሮሰከንድ"} 1145 one{"{0} ማሰ"}
139 other{"{0} ማይክሮሰከንድ"} 1146 other{"{0} ማሰ"}
140 } 1147 }
141 millisecond{ 1148 millisecond{
142 dnam{"ሚሊሰከንድ"} 1149 dnam{"ሚሊሰከንድ"}
143 one{"{0} ሚሴ"} 1150 one{"{0} ሚሴ"}
144 other{"{0} ሚሴ"} 1151 other{"{0} ሚሴ"}
145 } 1152 }
146 minute{ 1153 minute{
147 dnam{"ደቂቃዎች"} 1154 dnam{"ደቂቃዎች"}
148 one{"{0} ደቂ"} 1155 one{"{0} ደቂ"}
149 other{"{0} ደቂቃ"} 1156 other{"{0} ደቂቃ"}
1157 per{"{0}/ደ"}
150 } 1158 }
151 month{ 1159 month{
152 dnam{"ወራት"} 1160 dnam{"ወራት"}
153 one{"{0} ወራት"} 1161 one{"{0} ወራት"}
154 other{"{0} ወራት"} 1162 other{"{0} ወራት"}
1163 per{"{0}/ወ"}
155 } 1164 }
156 nanosecond{ 1165 nanosecond{
157 dnam{"ናኖሰከንድ"} 1166 dnam{"ናኖሰከንድ"}
158 one{"{0} ናኖሰከንድ"} 1167 one{"{0} ናኖሰከንድ"}
159 other{"{0} ናኖሰከንድ"} 1168 other{"{0} ናኖሰከንድ"}
160 } 1169 }
161 second{ 1170 second{
162 dnam{"ሰከንዶች"} 1171 dnam{"ሰከንዶች"}
163 one{"{0} ሰከ"} 1172 one{"{0} ሰከ"}
164 other{"{0} ሰከ"} 1173 other{"{0} ሰከ"}
165 per{"{0}/ሰከ"} 1174 per{"{0}/ሰከ"}
166 } 1175 }
167 week{ 1176 week{
168 dnam{"ሳምንታት"} 1177 dnam{"ሳምንታት"}
169 one{"{0} ሳምንት"} 1178 one{"{0} ሳምንት"}
170 other{"{0} ሳምንታት"} 1179 other{"{0} ሳምንታት"}
1180 per{"{0}/ሳ"}
171 } 1181 }
172 year{ 1182 year{
173 dnam{"ዓመታት"} 1183 dnam{"ዓመታት"}
174 one{"{0} ዓመት"} 1184 one{"{0} ዓመት"}
175 other{"{0} ዓመታት"} 1185 other{"{0} ዓመታት"}
1186 per{"{0}/ዓ"}
1187 }
1188 }
1189 electric{
1190 ampere{
1191 dnam{"amp"}
1192 one{"{0} A"}
1193 other{"{0} A"}
1194 }
1195 milliampere{
1196 dnam{"mA"}
1197 one{"{0} mA"}
1198 other{"{0} mA"}
1199 }
1200 ohm{
1201 dnam{"ohm"}
1202 one{"{0} Ω"}
1203 other{"{0} Ω"}
1204 }
1205 volt{
1206 dnam{"volt"}
1207 one{"{0} V"}
1208 other{"{0} V"}
1209 }
1210 }
1211 energy{
1212 calorie{
1213 dnam{"cal"}
1214 one{"{0} cal"}
1215 other{"{0} cal"}
1216 }
1217 foodcalorie{
1218 dnam{"Cal"}
1219 one{"{0} Cal"}
1220 other{"{0} Cal"}
1221 }
1222 joule{
1223 dnam{"joule"}
1224 one{"{0} J"}
1225 other{"{0} J"}
1226 }
1227 kilocalorie{
1228 dnam{"kcal"}
1229 one{"{0} kcal"}
1230 other{"{0} kcal"}
1231 }
1232 kilojoule{
1233 dnam{"kJ"}
1234 one{"{0} kJ"}
1235 other{"{0} kJ"}
1236 }
1237 kilowatt-hour{
1238 dnam{"kWh"}
1239 one{"{0} kWh"}
1240 other{"{0} kWh"}
1241 }
1242 }
1243 frequency{
1244 gigahertz{
1245 dnam{"GHz"}
1246 one{"{0} GHz"}
1247 other{"{0} GHz"}
1248 }
1249 hertz{
1250 dnam{"Hz"}
1251 one{"{0} Hz"}
1252 other{"{0} Hz"}
1253 }
1254 kilohertz{
1255 dnam{"kHz"}
1256 one{"{0} kHz"}
1257 other{"{0} kHz"}
1258 }
1259 megahertz{
1260 dnam{"MHz"}
1261 one{"{0} MHz"}
1262 other{"{0} MHz"}
1263 }
1264 }
1265 length{
1266 astronomical-unit{
1267 dnam{"au"}
1268 one{"{0} au"}
1269 other{"{0} au"}
1270 }
1271 centimeter{
1272 dnam{"ሴንቲሜትር"}
1273 one{"{0} ሴሜ"}
1274 other{"{0} ሴሜ"}
1275 per{"{0}/ሴሜ"}
1276 }
1277 decimeter{
1278 dnam{"dm"}
1279 one{"{0} dm"}
1280 other{"{0} dm"}
1281 }
1282 foot{
1283 dnam{"ጫማ"}
1284 one{"{0} ጫማ"}
1285 other{"{0} ጫማ"}
1286 per{"{0}/ጫማ"}
1287 }
1288 inch{
1289 dnam{"ኢንች"}
1290 one{"{0} ኢንች"}
1291 other{"{0} ኢንች"}
1292 per{"{0}/ኢንች"}
1293 }
1294 kilometer{
1295 dnam{"ኪሎሜትር"}
1296 one{"{0} ኪሜ"}
1297 other{"{0} ኪሜ"}
1298 per{"{0}/ኪሜ"}
1299 }
1300 light-year{
1301 dnam{"የብርሃን ዓመት"}
1302 one{"{0} ly"}
1303 other{"{0} ly"}
1304 }
1305 meter{
1306 dnam{"ሜትር"}
1307 one{"{0} ሜ"}
1308 other{"{0} ሜ"}
1309 per{"{0}/ሜ"}
1310 }
1311 micrometer{
1312 dnam{"µm"}
1313 one{"{0} µm"}
1314 other{"{0} µm"}
1315 }
1316 mile{
1317 dnam{"ማይል"}
1318 one{"{0} ማይል"}
1319 other{"{0} ማይል"}
1320 }
1321 mile-scandinavian{
1322 dnam{"ስማይል"}
1323 one{"{0} ስማይል"}
1324 other{"{0} ስማይል"}
1325 }
1326 millimeter{
1327 dnam{"ሚሊሜትር"}
1328 one{"{0} ሚሜ"}
1329 other{"{0} ሚሜ"}
1330 }
1331 nanometer{
1332 dnam{"nm"}
1333 one{"{0} nm"}
1334 other{"{0} nm"}
1335 }
1336 nautical-mile{
1337 dnam{"nmi"}
1338 one{"{0} nmi"}
1339 other{"{0} nmi"}
1340 }
1341 parsec{
1342 dnam{"pc"}
1343 one{"{0} pc"}
1344 other{"{0} pc"}
1345 }
1346 picometer{
1347 dnam{"ፒኮሜትር"}
1348 one{"{0} ፒሜ"}
1349 other{"{0} ፒሜ"}
1350 }
1351 yard{
1352 dnam{"ያርድ"}
1353 one{"{0} ያርድ"}
1354 other{"{0} ያርድ"}
1355 }
1356 }
1357 light{
1358 lux{
1359 dnam{"lx"}
1360 one{"{0} lx"}
1361 other{"{0} lx"}
1362 }
1363 }
1364 mass{
1365 carat{
1366 dnam{"CD"}
1367 one{"{0} CD"}
1368 other{"{0} CD"}
1369 }
1370 gram{
1371 dnam{"ግራም"}
1372 one{"{0} ግ"}
1373 other{"{0} ግ"}
1374 per{"{0}/ግራም"}
1375 }
1376 kilogram{
1377 dnam{"ኪሎግራም"}
1378 one{"{0} ኪግ"}
1379 other{"{0} ኪግ"}
1380 per{"{0}/ኪሎግራም"}
1381 }
1382 metric-ton{
1383 dnam{"t"}
1384 one{"{0} t"}
1385 other{"{0} t"}
1386 }
1387 microgram{
1388 dnam{"µg"}
1389 one{"{0} µg"}
1390 other{"{0} µg"}
1391 }
1392 milligram{
1393 dnam{"mg"}
1394 one{"{0} mg"}
1395 other{"{0} mg"}
1396 }
1397 ounce{
1398 dnam{"አውንስ"}
1399 one{"{0} አውንስ"}
1400 other{"{0} አውንስ"}
1401 per{"{0}/አውንስ"}
1402 }
1403 ounce-troy{
1404 dnam{"oz t"}
1405 one{"{0} oz t"}
1406 other{"{0} oz t"}
1407 }
1408 pound{
1409 dnam{"ፓውንድ"}
1410 one{"{0} ፓውንድ"}
1411 other{"{0} ፓውንድ"}
1412 per{"{0}/ፓውንድ"}
1413 }
1414 ton{
1415 dnam{"ቶን"}
1416 one{"{0} ቶን"}
1417 other{"{0} ቶን"}
1418 }
1419 }
1420 power{
1421 gigawatt{
1422 dnam{"GW"}
1423 one{"{0} GW"}
1424 other{"{0} GW"}
1425 }
1426 horsepower{
1427 dnam{"የፈረስ ጉልበት"}
1428 one{"{0} የፈጉ"}
1429 other{"{0} የፈጉ"}
1430 }
1431 kilowatt{
1432 dnam{"ኪሎዋት"}
1433 one{"{0} ኪዋ"}
1434 other{"{0} ኪዋ"}
1435 }
1436 megawatt{
1437 dnam{"MW"}
1438 one{"{0} MW"}
1439 other{"{0} MW"}
1440 }
1441 milliwatt{
1442 dnam{"mW"}
1443 one{"{0} mW"}
1444 other{"{0} mW"}
1445 }
1446 watt{
1447 dnam{"ዋት"}
1448 one{"{0} ዋ"}
1449 other{"{0} ዋ"}
1450 }
1451 }
1452 pressure{
1453 hectopascal{
1454 dnam{"ሄክቶፓስካል"}
1455 one{"{0} ሄክቶፓስካል"}
1456 other{"{0} ሄክቶፓስካል"}
1457 }
1458 inch-hg{
1459 dnam{"ኢንች ሜርኩሪ"}
1460 one{"{0} ኢሜ"}
1461 other{"{0} ኢንሜር"}
1462 }
1463 millibar{
1464 dnam{"ሚሊባር"}
1465 one{"{0} ሚባ"}
1466 other{"{0} ሚባ"}
1467 }
1468 millimeter-of-mercury{
1469 dnam{"mm Hg"}
1470 one{"{0} mm Hg"}
1471 other{"{0} mm Hg"}
1472 }
1473 pound-per-square-inch{
1474 dnam{"psi"}
1475 one{"{0} psi"}
1476 other{"{0} psi"}
1477 }
1478 }
1479 proportion{
1480 karat{
1481 dnam{"ካራት"}
1482 one{"{0} ካራት"}
1483 other{"{0} ካራት"}
1484 }
1485 }
1486 speed{
1487 kilometer-per-hour{
1488 dnam{"ኪሎሜትር በሰዓት"}
1489 one{"{0} ኪሜ/ሰ"}
1490 other{"{0} ኪሜ/ሰ"}
1491 }
1492 knot{
1493 dnam{"kn"}
1494 one{"{0} kn"}
1495 other{"{0} kn"}
1496 }
1497 meter-per-second{
1498 dnam{"ሜትር በሰከንድ"}
1499 one{"{0} ሜ/ሴ"}
1500 other{"{0} ሜ/ሴ"}
1501 }
1502 mile-per-hour{
1503 dnam{"ማይል በሰዓት"}
1504 one{"{0} ማይል/ሰ"}
1505 other{"{0} ማይል/ሰ"}
1506 }
1507 }
1508 temperature{
1509 celsius{
1510 dnam{"ዲግሪ ሴልሺየስ"}
1511 one{"{0}°ሴ"}
1512 other{"{0}°ሴ"}
1513 }
1514 fahrenheit{
1515 dnam{"ዲግሪ ፋራንሃይት"}
1516 one{"{0}°ፋ"}
1517 other{"{0}°ፋ"}
1518 }
1519 generic{
1520 dnam{"°"}
1521 one{"{0}°"}
1522 other{"{0}°"}
1523 }
1524 kelvin{
1525 dnam{"K"}
1526 one{"{0} K"}
1527 other{"{0} K"}
1528 }
1529 }
1530 volume{
1531 acre-foot{
1532 dnam{"ኤከር ጫማ"}
1533 one{"{0} ኤከር ጫማ"}
1534 other{"{0} ኤከር ጫማ"}
1535 }
1536 centiliter{
1537 dnam{"ሴንቲ ሊትር"}
1538 one{"{0} ሴንቲ ሊትር"}
1539 other{"{0} ሴንቲ ሊትር"}
1540 }
1541 cubic-centimeter{
1542 dnam{"ሴሜ³"}
1543 one{"{0} ሴሜ³"}
1544 other{"{0} ሴሜ³"}
1545 per{"{0}/ሴሜ³"}
1546 }
1547 cubic-foot{
1548 dnam{"ጫማ³"}
1549 one{"{0} ጫማ³"}
1550 other{"{0} ጫማ³"}
1551 }
1552 cubic-inch{
1553 dnam{"ኢንች³"}
1554 one{"{0} ኢንች³"}
1555 other{"{0} ኢንች³"}
1556 }
1557 cubic-kilometer{
1558 dnam{"ኩቢክ ኪሎሜትር"}
1559 one{"{0} ኪሜ³"}
1560 other{"{0} ኪሜ³"}
1561 }
1562 cubic-meter{
1563 dnam{"ሜ³"}
1564 one{"{0} ሜ³"}
1565 other{"{0} ሜ³"}
1566 per{"{0}/ሜ³"}
1567 }
1568 cubic-mile{
1569 dnam{"ኩቢክ ማይል"}
1570 one{"{0} ማይል³"}
1571 other{"{0} ማይል³"}
1572 }
1573 cubic-yard{
1574 dnam{"yd³"}
1575 one{"{0} yd³"}
1576 other{"{0} yd³"}
1577 }
1578 cup{
1579 dnam{"cup"}
1580 one{"{0} c"}
1581 other{"{0} c"}
1582 }
1583 cup-metric{
1584 dnam{"mcup"}
1585 one{"{0} mc"}
1586 other{"{0} mc"}
1587 }
1588 deciliter{
1589 dnam{"dL"}
1590 one{"{0} dL"}
1591 other{"{0} dL"}
1592 }
1593 fluid-ounce{
1594 dnam{"fl oz"}
1595 one{"{0} fl oz"}
1596 other{"{0} fl oz"}
1597 }
1598 gallon{
1599 dnam{"gal"}
1600 one{"{0} gal"}
1601 other{"{0} gal"}
1602 per{"{0}/gal"}
1603 }
1604 hectoliter{
1605 dnam{"hL"}
1606 one{"{0} hL"}
1607 other{"{0} hL"}
1608 }
1609 liter{
1610 dnam{"ሊትር"}
1611 one{"{0} ሊ"}
1612 other{"{0} ሊ"}
1613 per{"{0}/ሊትር"}
1614 }
1615 megaliter{
1616 dnam{"ML"}
1617 one{"{0} ML"}
1618 other{"{0} ML"}
1619 }
1620 milliliter{
1621 dnam{"mL"}
1622 one{"{0} mL"}
1623 other{"{0} mL"}
1624 }
1625 pint{
1626 dnam{"pt"}
1627 one{"{0} pt"}
1628 other{"{0} pt"}
1629 }
1630 pint-metric{
1631 dnam{"mpt"}
1632 one{"{0} mpt"}
1633 other{"{0} mpt"}
1634 }
1635 quart{
1636 dnam{"qt"}
1637 one{"{0} qt"}
1638 other{"{0} qt"}
1639 }
1640 tablespoon{
1641 dnam{"tbsp"}
1642 one{"{0} tbsp"}
1643 other{"{0} tbsp"}
1644 }
1645 teaspoon{
1646 dnam{"tsp"}
1647 one{"{0} tsp"}
1648 other{"{0} tsp"}
176 } 1649 }
177 } 1650 }
178 } 1651 }
179 } 1652 }
OLDNEW
« no previous file with comments | « source/data/unit/ak.txt ('k') | source/data/unit/ar.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698