• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3es{
4    Version{"2.1.44.88"}
5    durationUnits{
6        hm{"h:mm"}
7        hms{"h:mm:ss"}
8        ms{"m:ss"}
9    }
10    units{
11        acceleration{
12            g-force{
13                dnam{"fuerza G"}
14                one{"{0} unidad de fuerza gravitacional"}
15                other{"{0} unidades de fuerza gravitacional"}
16            }
17            meter-per-second-squared{
18                dnam{"metros por segundo al cuadrado"}
19                one{"{0} metro por segundo al cuadrado"}
20                other{"{0} metros por segundo al cuadrado"}
21            }
22        }
23        angle{
24            arc-minute{
25                dnam{"minutos de arco"}
26                one{"{0} minuto de arco"}
27                other{"{0} minutos de arco"}
28            }
29            arc-second{
30                dnam{"segundos de arco"}
31                one{"{0} segundo de arco"}
32                other{"{0} segundos de arco"}
33            }
34            degree{
35                dnam{"grados"}
36                one{"{0} grado"}
37                other{"{0} grados"}
38            }
39            radian{
40                dnam{"radianes"}
41                one{"{0} radián"}
42                other{"{0} radianes"}
43            }
44            revolution{
45                dnam{"revoluciones"}
46                one{"{0} revolución"}
47                other{"{0} revoluciones"}
48            }
49        }
50        area{
51            acre{
52                dnam{"acres"}
53                one{"{0} acre"}
54                other{"{0} acres"}
55            }
56            hectare{
57                dnam{"hectáreas"}
58                one{"{0} hectárea"}
59                other{"{0} hectáreas"}
60            }
61            square-centimeter{
62                dnam{"centímetros cuadrados"}
63                one{"{0} centímetro cuadrado"}
64                other{"{0} centímetros cuadrados"}
65                per{"{0} por centímetro cuadrado"}
66            }
67            square-foot{
68                dnam{"pies cuadrados"}
69                one{"{0} pie cuadrado"}
70                other{"{0} pies cuadrados"}
71            }
72            square-inch{
73                dnam{"pulgadas cuadradas"}
74                one{"{0} pulgada cuadrada"}
75                other{"{0} pulgadas cuadradas"}
76                per{"{0} por pulgada cuadrada"}
77            }
78            square-kilometer{
79                dnam{"kilómetros cuadrados"}
80                one{"{0} kilómetro cuadrado"}
81                other{"{0} kilómetros cuadrados"}
82                per{"{0} por kilómetro cuadrado"}
83            }
84            square-meter{
85                dnam{"metros cuadrados"}
86                one{"{0} metro cuadrado"}
87                other{"{0} metros cuadrados"}
88                per{"{0} por metro cuadrado"}
89            }
90            square-mile{
91                dnam{"millas cuadradas"}
92                one{"{0} milla cuadrada"}
93                other{"{0} millas cuadradas"}
94                per{"{0} por milla cuadrada"}
95            }
96            square-yard{
97                dnam{"yardas cuadradas"}
98                one{"{0} yarda cuadrada"}
99                other{"{0} yardas cuadradas"}
100            }
101        }
102        compound{
103            per{"{0} por {1}"}
104        }
105        concentr{
106            karat{
107                dnam{"quilates"}
108                one{"{0} quilate"}
109                other{"{0} quilates"}
110            }
111            milligram-per-deciliter{
112                dnam{"miligramos por decilitro"}
113                one{"{0} miligramo por decilitro"}
114                other{"{0} miligramos por decilitro"}
115            }
116            millimole-per-liter{
117                dnam{"milimoles por litro"}
118                one{"{0} milimol por litro"}
119                other{"{0} milimoles por litro"}
120            }
121            part-per-million{
122                dnam{"partes por millón"}
123                one{"{0} parte por millón"}
124                other{"{0} partes por millón"}
125            }
126            percent{
127                dnam{"por ciento"}
128                one{"{0} por ciento"}
129                other{"{0} por ciento"}
130            }
131            permille{
132                dnam{"por mil"}
133                one{"{0} por mil"}
134                other{"{0} por mil"}
135            }
136        }
137        consumption{
138            liter-per-100kilometers{
139                dnam{"litros por 100 kilómetros"}
140                one{"{0} litro por 100 kilómetros"}
141                other{"{0} litros por 100 kilómetros"}
142            }
143            liter-per-kilometer{
144                dnam{"litros por kilómetro"}
145                one{"{0} litro por kilómetro"}
146                other{"{0} litros por kilómetro"}
147            }
148            mile-per-gallon{
149                dnam{"millas por galón"}
150                one{"{0} milla por galón"}
151                other{"{0} millas por galón"}
152            }
153            mile-per-gallon-imperial{
154                dnam{"millas por galón imperial"}
155                one{"{0} milla por galón imperial"}
156                other{"{0} millas por galón imperial"}
157            }
158        }
159        coordinate{
160            dnam{"punto cardinal"}
161            east{"{0} E"}
162            north{"{0} N"}
163            south{"{0} S"}
164            west{"{0} O"}
165        }
166        digital{
167            bit{
168                dnam{"bits"}
169                one{"{0} bit"}
170                other{"{0} bits"}
171            }
172            byte{
173                dnam{"bytes"}
174                one{"{0} byte"}
175                other{"{0} bytes"}
176            }
177            gigabit{
178                dnam{"gigabits"}
179                one{"{0} gigabit"}
180                other{"{0} gigabits"}
181            }
182            gigabyte{
183                dnam{"gigabytes"}
184                one{"{0} gigabyte"}
185                other{"{0} gigabytes"}
186            }
187            kilobit{
188                dnam{"kilobits"}
189                one{"{0} kilobit"}
190                other{"{0} kilobits"}
191            }
192            kilobyte{
193                dnam{"kilobytes"}
194                one{"{0} kilobyte"}
195                other{"{0} kilobytes"}
196            }
197            megabit{
198                dnam{"megabits"}
199                one{"{0} megabit"}
200                other{"{0} megabits"}
201            }
202            megabyte{
203                dnam{"megabytes"}
204                one{"{0} megabyte"}
205                other{"{0} megabytes"}
206            }
207            petabyte{
208                dnam{"petabytes"}
209                one{"{0} petabyte"}
210                other{"{0} petabytes"}
211            }
212            terabit{
213                dnam{"terabits"}
214                one{"{0} terabit"}
215                other{"{0} terabits"}
216            }
217            terabyte{
218                dnam{"terabytes"}
219                one{"{0} terabyte"}
220                other{"{0} terabytes"}
221            }
222        }
223        duration{
224            century{
225                dnam{"siglos"}
226                one{"{0} siglo"}
227                other{"{0} siglos"}
228            }
229            day{
230                dnam{"días"}
231                one{"{0} día"}
232                other{"{0} días"}
233                per{"{0} por día"}
234            }
235            hour{
236                dnam{"horas"}
237                one{"{0} hora"}
238                other{"{0} horas"}
239                per{"{0} por hora"}
240            }
241            microsecond{
242                dnam{"microsegundos"}
243                one{"{0} microsegundo"}
244                other{"{0} microsegundos"}
245            }
246            millisecond{
247                dnam{"milisegundos"}
248                one{"{0} milisegundo"}
249                other{"{0} milisegundos"}
250            }
251            minute{
252                dnam{"minutos"}
253                one{"{0} minuto"}
254                other{"{0} minutos"}
255                per{"{0} por minuto"}
256            }
257            month{
258                dnam{"meses"}
259                one{"{0} mes"}
260                other{"{0} meses"}
261                per{"{0} por mes"}
262            }
263            nanosecond{
264                dnam{"nanosegundos"}
265                one{"{0} nanosegundo"}
266                other{"{0} nanosegundos"}
267            }
268            second{
269                dnam{"segundos"}
270                one{"{0} segundo"}
271                other{"{0} segundos"}
272                per{"{0} por segundo"}
273            }
274            week{
275                dnam{"semanas"}
276                one{"{0} semana"}
277                other{"{0} semanas"}
278                per{"{0} por semana"}
279            }
280            year{
281                dnam{"años"}
282                one{"{0} año"}
283                other{"{0} años"}
284                per{"{0} por año"}
285            }
286        }
287        electric{
288            ampere{
289                dnam{"amperios"}
290                one{"{0} amperio"}
291                other{"{0} amperios"}
292            }
293            milliampere{
294                dnam{"miliamperios"}
295                one{"{0} miliamperio"}
296                other{"{0} miliamperios"}
297            }
298            ohm{
299                dnam{"ohmios"}
300                one{"{0} ohmio"}
301                other{"{0} ohmios"}
302            }
303            volt{
304                dnam{"voltios"}
305                one{"{0} voltio"}
306                other{"{0} voltios"}
307            }
308        }
309        energy{
310            calorie{
311                dnam{"calorías"}
312                one{"{0} caloría"}
313                other{"{0} calorías"}
314            }
315            foodcalorie{
316                dnam{"calorías"}
317                one{"{0} caloría"}
318                other{"{0} calorías"}
319            }
320            joule{
321                dnam{"julios"}
322                one{"{0} julio"}
323                other{"{0} julios"}
324            }
325            kilocalorie{
326                dnam{"kilocalorías"}
327                one{"{0} kilocaloría"}
328                other{"{0} kilocalorías"}
329            }
330            kilojoule{
331                dnam{"kilojulios"}
332                one{"{0} kilojulio"}
333                other{"{0} kilojulios"}
334            }
335            kilowatt-hour{
336                dnam{"kilovatios-hora"}
337                one{"{0} kilovatio-hora"}
338                other{"{0} kilovatios-hora"}
339            }
340        }
341        frequency{
342            gigahertz{
343                dnam{"gigahercios"}
344                one{"{0} gigahercio"}
345                other{"{0} gigahercios"}
346            }
347            hertz{
348                dnam{"hercios"}
349                one{"{0} hercio"}
350                other{"{0} hercios"}
351            }
352            kilohertz{
353                dnam{"kilohercios"}
354                one{"{0} kilohercio"}
355                other{"{0} kilohercios"}
356            }
357            megahertz{
358                dnam{"megahercios"}
359                one{"{0} megahercio"}
360                other{"{0} megahercios"}
361            }
362        }
363        length{
364            astronomical-unit{
365                dnam{"unidades astronómicas"}
366                one{"{0} unidad astronómica"}
367                other{"{0} unidades astronómicas"}
368            }
369            centimeter{
370                dnam{"centímetros"}
371                one{"{0} centímetro"}
372                other{"{0} centímetros"}
373                per{"{0} por centímetro"}
374            }
375            decimeter{
376                dnam{"decímetros"}
377                one{"{0} decímetro"}
378                other{"{0} decímetros"}
379            }
380            foot{
381                dnam{"pies"}
382                one{"{0} pie"}
383                other{"{0} pies"}
384                per{"{0} por pie"}
385            }
386            inch{
387                dnam{"pulgadas"}
388                one{"{0} pulgada"}
389                other{"{0} pulgadas"}
390                per{"{0} por pulgada"}
391            }
392            kilometer{
393                dnam{"kilómetros"}
394                one{"{0} kilómetro"}
395                other{"{0} kilómetros"}
396                per{"{0} por kilómetro"}
397            }
398            light-year{
399                dnam{"años luz"}
400                one{"{0} año luz"}
401                other{"{0} años luz"}
402            }
403            meter{
404                dnam{"metros"}
405                one{"{0} metro"}
406                other{"{0} metros"}
407                per{"{0} por metro"}
408            }
409            micrometer{
410                dnam{"micrómetros"}
411                one{"{0} micrómetro"}
412                other{"{0} micrómetros"}
413            }
414            mile{
415                dnam{"millas"}
416                one{"{0} milla"}
417                other{"{0} millas"}
418            }
419            mile-scandinavian{
420                dnam{"millas escandinavas"}
421                one{"{0} milla escandinava"}
422                other{"{0} millas escandinavas"}
423            }
424            millimeter{
425                dnam{"milímetros"}
426                one{"{0} milímetro"}
427                other{"{0} milímetros"}
428            }
429            nanometer{
430                dnam{"nanómetros"}
431                one{"{0} nanómetro"}
432                other{"{0} nanómetros"}
433            }
434            nautical-mile{
435                dnam{"millas náuticas"}
436                one{"{0} milla náutica"}
437                other{"{0} millas náuticas"}
438            }
439            parsec{
440                dnam{"parsecs"}
441                one{"{0} parsec"}
442                other{"{0} parsecs"}
443            }
444            picometer{
445                dnam{"picómetros"}
446                one{"{0} picómetro"}
447                other{"{0} picómetros"}
448            }
449            point{
450                dnam{"puntos"}
451                one{"{0} punto"}
452                other{"{0} puntos"}
453            }
454            yard{
455                dnam{"yardas"}
456                one{"{0} yarda"}
457                other{"{0} yardas"}
458            }
459        }
460        light{
461            lux{
462                dnam{"luxes"}
463                one{"{0} lux"}
464                other{"{0} luxes"}
465            }
466        }
467        mass{
468            carat{
469                dnam{"quilates"}
470                one{"{0} quilate"}
471                other{"{0} quilates"}
472            }
473            gram{
474                dnam{"gramos"}
475                one{"{0} gramo"}
476                other{"{0} gramos"}
477                per{"{0} por gramo"}
478            }
479            kilogram{
480                dnam{"kilogramos"}
481                one{"{0} kilogramo"}
482                other{"{0} kilogramos"}
483                per{"{0} por kilogramo"}
484            }
485            metric-ton{
486                dnam{"toneladas métricas"}
487                one{"{0} tonelada métrica"}
488                other{"{0} toneladas métricas"}
489            }
490            microgram{
491                dnam{"microgramos"}
492                one{"{0} microgramo"}
493                other{"{0} microgramos"}
494            }
495            milligram{
496                dnam{"miligramos"}
497                one{"{0} miligramo"}
498                other{"{0} miligramos"}
499            }
500            ounce{
501                dnam{"onzas"}
502                one{"{0} onza"}
503                other{"{0} onzas"}
504                per{"{0} por onza"}
505            }
506            ounce-troy{
507                dnam{"onzas troy"}
508                one{"{0} onza troy"}
509                other{"{0} onzas troy"}
510            }
511            pound{
512                dnam{"libras"}
513                one{"{0} libra"}
514                other{"{0} libras"}
515                per{"{0} por libra"}
516            }
517            ton{
518                dnam{"toneladas"}
519                one{"{0} tonelada"}
520                other{"{0} toneladas"}
521            }
522        }
523        power{
524            gigawatt{
525                dnam{"gigavatios"}
526                one{"{0} gigavatio"}
527                other{"{0} gigavatios"}
528            }
529            horsepower{
530                dnam{"caballos de vapor"}
531                one{"{0} caballo de vapor"}
532                other{"{0} caballos de vapor"}
533            }
534            kilowatt{
535                dnam{"kilovatios"}
536                one{"{0} kilovatio"}
537                other{"{0} kilovatios"}
538            }
539            megawatt{
540                dnam{"megavatios"}
541                one{"{0} megavatio"}
542                other{"{0} megavatios"}
543            }
544            milliwatt{
545                dnam{"milivatios"}
546                one{"{0} milivatio"}
547                other{"{0} milivatios"}
548            }
549            watt{
550                dnam{"vatios"}
551                one{"{0} vatio"}
552                other{"{0} vatios"}
553            }
554        }
555        pressure{
556            atmosphere{
557                dnam{"atmósferas"}
558                one{"{0} atmósfera"}
559                other{"{0} atmósferas"}
560            }
561            hectopascal{
562                dnam{"hectopascales"}
563                one{"{0} hectopascal"}
564                other{"{0} hectopascales"}
565            }
566            inch-hg{
567                dnam{"pulgadas de mercurio"}
568                one{"{0} pulgada de mercurio"}
569                other{"{0} pulgadas de mercurio"}
570            }
571            millibar{
572                dnam{"milibares"}
573                one{"{0} milibar"}
574                other{"{0} milibares"}
575            }
576            millimeter-of-mercury{
577                dnam{"milímetros de mercurio"}
578                one{"{0} milímetro de mercurio"}
579                other{"{0} milímetros de mercurio"}
580            }
581            pound-per-square-inch{
582                dnam{"libras por pulgada cuadrada"}
583                one{"{0} libra por pulgada cuadrada"}
584                other{"{0} libras por pulgada cuadrada"}
585            }
586        }
587        speed{
588            kilometer-per-hour{
589                dnam{"kilómetros por hora"}
590                one{"{0} kilómetro por hora"}
591                other{"{0} kilómetros por hora"}
592            }
593            knot{
594                dnam{"nudos"}
595                one{"{0} nudo"}
596                other{"{0} nudos"}
597            }
598            meter-per-second{
599                dnam{"metros por segundo"}
600                one{"{0} metro por segundo"}
601                other{"{0} metros por segundo"}
602            }
603            mile-per-hour{
604                dnam{"millas por hora"}
605                one{"{0} milla por hora"}
606                other{"{0} millas por hora"}
607            }
608        }
609        temperature{
610            celsius{
611                dnam{"grados Celsius"}
612                one{"{0} grado Celsius"}
613                other{"{0} grados Celsius"}
614            }
615            fahrenheit{
616                dnam{"grados Fahrenheit"}
617                one{"{0} grado Fahrenheit"}
618                other{"{0} grados Fahrenheit"}
619            }
620            generic{
621                dnam{"°"}
622                one{"{0}°"}
623                other{"{0}°"}
624            }
625            kelvin{
626                dnam{"kelvin"}
627                one{"{0} kelvin"}
628                other{"{0} kelvin"}
629            }
630        }
631        volume{
632            acre-foot{
633                dnam{"acres-pies"}
634                one{"{0} acre-pie"}
635                other{"{0} acres-pies"}
636            }
637            centiliter{
638                dnam{"centilitros"}
639                one{"{0} centilitro"}
640                other{"{0} centilitros"}
641            }
642            cubic-centimeter{
643                dnam{"centímetros cúbicos"}
644                one{"{0} centímetro cúbico"}
645                other{"{0} centímetros cúbicos"}
646                per{"{0} por centímetro cúbico"}
647            }
648            cubic-foot{
649                dnam{"pies cúbicos"}
650                one{"{0} pie cúbico"}
651                other{"{0} pies cúbicos"}
652            }
653            cubic-inch{
654                dnam{"pulgadas cúbicas"}
655                one{"{0} pulgada cúbica"}
656                other{"{0} pulgadas cúbicas"}
657            }
658            cubic-kilometer{
659                dnam{"kilómetros cúbicos"}
660                one{"{0} kilómetro cúbico"}
661                other{"{0} kilómetros cúbicos"}
662            }
663            cubic-meter{
664                dnam{"metros cúbicos"}
665                one{"{0} metro cúbico"}
666                other{"{0} metros cúbicos"}
667                per{"{0} por metro cúbico"}
668            }
669            cubic-mile{
670                dnam{"millas cúbicas"}
671                one{"{0} milla cúbica"}
672                other{"{0} millas cúbicas"}
673            }
674            cubic-yard{
675                dnam{"yardas cúbicas"}
676                one{"{0} yarda cúbica"}
677                other{"{0} yardas cúbicas"}
678            }
679            cup{
680                dnam{"tazas"}
681                one{"{0} taza"}
682                other{"{0} tazas"}
683            }
684            cup-metric{
685                dnam{"tazas métricas"}
686                one{"{0} taza métrica"}
687                other{"{0} tazas métricas"}
688            }
689            deciliter{
690                dnam{"decilitros"}
691                one{"{0} decilitro"}
692                other{"{0} decilitros"}
693            }
694            fluid-ounce{
695                dnam{"onzas fluidas"}
696                one{"{0} onza fluida"}
697                other{"{0} onzas fluidas"}
698            }
699            gallon{
700                dnam{"galones"}
701                one{"{0} galón"}
702                other{"{0} galones"}
703                per{"{0} por galón"}
704            }
705            gallon-imperial{
706                dnam{"galones imperiales"}
707                one{"{0} galón imperial"}
708                other{"{0} galones imperiales"}
709                per{"{0} por galón imperial"}
710            }
711            hectoliter{
712                dnam{"hectolitros"}
713                one{"{0} hectolitro"}
714                other{"{0} hectolitros"}
715            }
716            liter{
717                dnam{"litros"}
718                one{"{0} litro"}
719                other{"{0} litros"}
720                per{"{0} por litro"}
721            }
722            megaliter{
723                dnam{"megalitros"}
724                one{"{0} megalitro"}
725                other{"{0} megalitros"}
726            }
727            milliliter{
728                dnam{"mililitros"}
729                one{"{0} mililitro"}
730                other{"{0} mililitros"}
731            }
732            pint{
733                dnam{"pintas"}
734                one{"{0} pinta"}
735                other{"{0} pintas"}
736            }
737            pint-metric{
738                dnam{"pintas métricas"}
739                one{"{0} pinta métrica"}
740                other{"{0} pintas métricas"}
741            }
742            quart{
743                dnam{"cuartos"}
744                one{"{0} cuarto"}
745                other{"{0} cuartos"}
746            }
747            tablespoon{
748                dnam{"cucharadas"}
749                one{"{0} cucharada"}
750                other{"{0} cucharadas"}
751            }
752            teaspoon{
753                dnam{"cucharaditas"}
754                one{"{0} cucharadita"}
755                other{"{0} cucharaditas"}
756            }
757        }
758    }
759    unitsNarrow{
760        acceleration{
761            g-force{
762                one{"{0}G"}
763                other{"{0}G"}
764            }
765        }
766        angle{
767            arc-minute{
768                one{"{0}'"}
769                other{"{0}'"}
770            }
771            arc-second{
772                one{"{0}\u0022"}
773                other{"{0}\u0022"}
774            }
775            degree{
776                one{"{0}°"}
777                other{"{0}°"}
778            }
779        }
780        area{
781            acre{
782                one{"{0}ac"}
783                other{"{0}ac"}
784            }
785            hectare{
786                one{"{0}ha"}
787                other{"{0}ha"}
788            }
789            square-foot{
790                one{"{0}ft²"}
791                other{"{0}ft²"}
792            }
793            square-kilometer{
794                one{"{0}km²"}
795                other{"{0}km²"}
796            }
797            square-meter{
798                one{"{0}m²"}
799                other{"{0}m²"}
800            }
801            square-mile{
802                one{"{0}mi²"}
803                other{"{0}mi²"}
804            }
805        }
806        compound{
807            per{"{0}/{1}"}
808        }
809        concentr{
810            percent{
811                dnam{"%"}
812                one{"{0} %"}
813                other{"{0} %"}
814            }
815        }
816        consumption{
817            liter-per-100kilometers{
818                dnam{"l/100km"}
819                one{"{0}l/100km"}
820                other{"{0}l/100km"}
821            }
822        }
823        coordinate{
824            dnam{"punto"}
825            east{"{0}E"}
826            north{"{0}N"}
827            south{"{0}S"}
828            west{"{0}O"}
829        }
830        duration{
831            century{
832                dnam{"sig."}
833                one{"{0} sig."}
834                other{"{0} sig."}
835            }
836            day{
837                dnam{"d"}
838                one{"{0}d"}
839                other{"{0}d"}
840                per{"{0}/d"}
841            }
842            hour{
843                dnam{"h"}
844                one{"{0}h"}
845                other{"{0}h"}
846                per{"{0}/h"}
847            }
848            microsecond{
849                dnam{"μs"}
850                one{"{0}μs"}
851                other{"{0}μs"}
852            }
853            millisecond{
854                dnam{"ms"}
855                one{"{0}ms"}
856                other{"{0}ms"}
857            }
858            minute{
859                dnam{"min"}
860                one{"{0}min"}
861                other{"{0}min"}
862                per{"{0}/min"}
863            }
864            month{
865                dnam{"m"}
866                one{"{0}m"}
867                other{"{0}m"}
868                per{"{0}/m"}
869            }
870            nanosecond{
871                dnam{"ns"}
872                one{"{0}ns"}
873                other{"{0}ns"}
874            }
875            second{
876                dnam{"s"}
877                one{"{0}s"}
878                other{"{0}s"}
879                per{"{0}/s"}
880            }
881            week{
882                dnam{"sem"}
883                one{"{0}sem"}
884                other{"{0}sem"}
885                per{"{0}/sem"}
886            }
887            year{
888                dnam{"a"}
889                one{"{0}a"}
890                other{"{0}a"}
891                per{"{0}/a"}
892            }
893        }
894        length{
895            astronomical-unit{
896                dnam{"au"}
897                one{"{0}au"}
898                other{"{0}au"}
899            }
900            centimeter{
901                dnam{"cm"}
902                one{"{0}cm"}
903                other{"{0}cm"}
904                per{"{0}/cm"}
905            }
906            decimeter{
907                dnam{"dm"}
908                one{"{0}dm"}
909                other{"{0}dm"}
910            }
911            foot{
912                dnam{"ft"}
913                one{"{0}ft"}
914                other{"{0}ft"}
915                per{"{0}/ft"}
916            }
917            inch{
918                dnam{"in"}
919                one{"{0}in"}
920                other{"{0}in"}
921                per{"{0}/in"}
922            }
923            kilometer{
924                dnam{"km"}
925                one{"{0}km"}
926                other{"{0}km"}
927                per{"{0}/km"}
928            }
929            light-year{
930                dnam{"a.l."}
931                one{"{0}a.l."}
932                other{"{0}a.l."}
933            }
934            meter{
935                dnam{"m"}
936                one{"{0}m"}
937                other{"{0}m"}
938                per{"{0}/m"}
939            }
940            micrometer{
941                dnam{"µm"}
942                one{"{0}µm"}
943                other{"{0}µm"}
944            }
945            mile{
946                dnam{"mi"}
947                one{"{0}mi"}
948                other{"{0}mi"}
949            }
950            mile-scandinavian{
951                dnam{"mi esc."}
952                one{"{0}mi esc."}
953                other{"{0}mi esc."}
954            }
955            millimeter{
956                dnam{"mm"}
957                one{"{0}mm"}
958                other{"{0}mm"}
959            }
960            nanometer{
961                dnam{"nm"}
962                one{"{0}nm"}
963                other{"{0}nm"}
964            }
965            parsec{
966                dnam{"pc"}
967                one{"{0}pc"}
968                other{"{0}pc"}
969            }
970            picometer{
971                dnam{"pm"}
972                one{"{0}pm"}
973                other{"{0}pm"}
974            }
975            yard{
976                dnam{"yd"}
977                one{"{0}yd"}
978                other{"{0}yd"}
979            }
980        }
981        mass{
982            gram{
983                dnam{"g"}
984                one{"{0}g"}
985                other{"{0}g"}
986                per{"{0}/g"}
987            }
988            kilogram{
989                dnam{"kg"}
990                one{"{0}kg"}
991                other{"{0}kg"}
992                per{"{0}/kg"}
993            }
994            ounce{
995                dnam{"oz"}
996                one{"{0}oz"}
997                other{"{0}oz"}
998                per{"{0}/oz"}
999            }
1000            pound{
1001                dnam{"lb"}
1002                one{"{0}lb"}
1003                other{"{0}lb"}
1004                per{"{0}/lb"}
1005            }
1006            stone{
1007                dnam{"st"}
1008                one{"{0}st"}
1009                other{"{0}st"}
1010            }
1011        }
1012        power{
1013            horsepower{
1014                one{"{0}hp"}
1015                other{"{0}hp"}
1016            }
1017            kilowatt{
1018                one{"{0}kW"}
1019                other{"{0}kW"}
1020            }
1021            watt{
1022                one{"{0}W"}
1023                other{"{0}W"}
1024            }
1025        }
1026        pressure{
1027            hectopascal{
1028                dnam{"hPa"}
1029                one{"{0}hPa"}
1030                other{"{0}hPa"}
1031            }
1032            inch-hg{
1033                dnam{"inHg"}
1034                one{"{0}inHg"}
1035                other{"{0}inHg"}
1036            }
1037            millibar{
1038                dnam{"mbar"}
1039                one{"{0}mbar"}
1040                other{"{0}mbar"}
1041            }
1042            millimeter-of-mercury{
1043                dnam{"mmHg"}
1044                one{"{0}mmHg"}
1045                other{"{0}mmHg"}
1046            }
1047            pound-per-square-inch{
1048                dnam{"psi"}
1049                one{"{0}psi"}
1050                other{"{0}psi"}
1051            }
1052        }
1053        speed{
1054            kilometer-per-hour{
1055                dnam{"km/h"}
1056                one{"{0}km/h"}
1057                other{"{0}km/h"}
1058            }
1059            meter-per-second{
1060                dnam{"m/s"}
1061                one{"{0}m/s"}
1062                other{"{0}m/s"}
1063            }
1064            mile-per-hour{
1065                dnam{"mi/h"}
1066                one{"{0}mi/h"}
1067                other{"{0}mi/h"}
1068            }
1069        }
1070        temperature{
1071            celsius{
1072                dnam{"°C"}
1073                one{"{0}°C"}
1074                other{"{0}°C"}
1075            }
1076            fahrenheit{
1077                dnam{"°F"}
1078                one{"{0}°F"}
1079                other{"{0}°F"}
1080            }
1081            generic{
1082                dnam{"°"}
1083                one{"{0}°"}
1084                other{"{0}°"}
1085            }
1086            kelvin{
1087                dnam{"K"}
1088                one{"{0}K"}
1089                other{"{0}K"}
1090            }
1091        }
1092        volume{
1093            cubic-kilometer{
1094                one{"{0}km³"}
1095                other{"{0}km³"}
1096            }
1097            cubic-mile{
1098                one{"{0}mi³"}
1099                other{"{0}mi³"}
1100            }
1101            liter{
1102                dnam{"l"}
1103                one{"{0}l"}
1104                other{"{0}l"}
1105            }
1106        }
1107    }
1108    unitsShort{
1109        acceleration{
1110            g-force{
1111                dnam{"Fg"}
1112                one{"{0} Fg"}
1113                other{"{0} Fg"}
1114            }
1115            meter-per-second-squared{
1116                dnam{"m/s²"}
1117                one{"{0} m/s²"}
1118                other{"{0} m/s²"}
1119            }
1120        }
1121        angle{
1122            arc-minute{
1123                dnam{"arcmin"}
1124                one{"{0} arcmin"}
1125                other{"{0} arcmin"}
1126            }
1127            arc-second{
1128                dnam{"arcsec"}
1129                one{"{0} arcsec"}
1130                other{"{0} arcsec"}
1131            }
1132            degree{
1133                dnam{"grad."}
1134                one{"{0}°"}
1135                other{"{0}°"}
1136            }
1137            radian{
1138                dnam{"rad"}
1139                one{"{0} rad"}
1140                other{"{0} rad"}
1141            }
1142            revolution{
1143                dnam{"rev"}
1144                one{"{0} rev"}
1145                other{"{0} rev"}
1146            }
1147        }
1148        area{
1149            acre{
1150                dnam{"ac"}
1151                one{"{0} ac"}
1152                other{"{0} ac"}
1153            }
1154            hectare{
1155                dnam{"ha"}
1156                one{"{0} ha"}
1157                other{"{0} ha"}
1158            }
1159            square-centimeter{
1160                dnam{"cm²"}
1161                one{"{0} cm²"}
1162                other{"{0} cm²"}
1163                per{"{0}/cm²"}
1164            }
1165            square-foot{
1166                dnam{"ft²"}
1167                one{"{0} ft²"}
1168                other{"{0} ft²"}
1169            }
1170            square-inch{
1171                dnam{"in²"}
1172                one{"{0} in²"}
1173                other{"{0} in²"}
1174                per{"{0}/in²"}
1175            }
1176            square-kilometer{
1177                dnam{"km²"}
1178                one{"{0} km²"}
1179                other{"{0} km²"}
1180                per{"{0}/km²"}
1181            }
1182            square-meter{
1183                dnam{"m²"}
1184                one{"{0} m²"}
1185                other{"{0} m²"}
1186                per{"{0}/m²"}
1187            }
1188            square-mile{
1189                dnam{"mi²"}
1190                one{"{0} mi²"}
1191                other{"{0} mi²"}
1192                per{"{0}/mi²"}
1193            }
1194            square-yard{
1195                dnam{"yd²"}
1196                one{"{0} yd²"}
1197                other{"{0} yd²"}
1198            }
1199        }
1200        compound{
1201            per{"{0}/{1}"}
1202        }
1203        concentr{
1204            karat{
1205                dnam{"ct"}
1206                one{"{0} ct"}
1207                other{"{0} ct"}
1208            }
1209            milligram-per-deciliter{
1210                dnam{"mg/dL"}
1211                one{"{0} mg/dL"}
1212                other{"{0} mg/dL"}
1213            }
1214            millimole-per-liter{
1215                dnam{"mmol/L"}
1216                one{"{0} mmol/L"}
1217                other{"{0} mmol/L"}
1218            }
1219            part-per-million{
1220                dnam{"ppm"}
1221                one{"{0} ppm"}
1222                other{"{0} ppm"}
1223            }
1224            percent{
1225                dnam{"por ciento"}
1226                one{"{0} %"}
1227                other{"{0} %"}
1228            }
1229            permille{
1230                dnam{"por mil"}
1231                one{"{0} ‰"}
1232                other{"{0} ‰"}
1233            }
1234        }
1235        consumption{
1236            liter-per-100kilometers{
1237                dnam{"l/100 km"}
1238                one{"{0} l/100 km"}
1239                other{"{0} l/100 km"}
1240            }
1241            liter-per-kilometer{
1242                dnam{"l/km"}
1243                one{"{0} l/km"}
1244                other{"{0} l/km"}
1245            }
1246            mile-per-gallon{
1247                dnam{"mi/gal"}
1248                one{"{0} mi/gal"}
1249                other{"{0} mi/gal"}
1250            }
1251            mile-per-gallon-imperial{
1252                dnam{"mi/gal imp."}
1253                one{"{0} mi/gal imp."}
1254                other{"{0} mi/gal imp."}
1255            }
1256        }
1257        coordinate{
1258            dnam{"punto"}
1259            east{"{0} E"}
1260            north{"{0} N"}
1261            south{"{0} S"}
1262            west{"{0} O"}
1263        }
1264        digital{
1265            bit{
1266                dnam{"b"}
1267                one{"{0} b"}
1268                other{"{0} b"}
1269            }
1270            byte{
1271                dnam{"B"}
1272                one{"{0} B"}
1273                other{"{0} B"}
1274            }
1275            gigabit{
1276                dnam{"Gb"}
1277                one{"{0} Gb"}
1278                other{"{0} Gb"}
1279            }
1280            gigabyte{
1281                dnam{"GB"}
1282                one{"{0} GB"}
1283                other{"{0} GB"}
1284            }
1285            kilobit{
1286                dnam{"kb"}
1287                one{"{0} kb"}
1288                other{"{0} kb"}
1289            }
1290            kilobyte{
1291                dnam{"kB"}
1292                one{"{0} kB"}
1293                other{"{0} kB"}
1294            }
1295            megabit{
1296                dnam{"Mb"}
1297                one{"{0} Mb"}
1298                other{"{0} Mb"}
1299            }
1300            megabyte{
1301                dnam{"MB"}
1302                one{"{0} MB"}
1303                other{"{0} MB"}
1304            }
1305            petabyte{
1306                dnam{"PB"}
1307                one{"{0} PB"}
1308                other{"{0} PB"}
1309            }
1310            terabit{
1311                dnam{"Tb"}
1312                one{"{0} Tb"}
1313                other{"{0} Tb"}
1314            }
1315            terabyte{
1316                dnam{"TB"}
1317                one{"{0} TB"}
1318                other{"{0} TB"}
1319            }
1320        }
1321        duration{
1322            century{
1323                dnam{"sig."}
1324                one{"{0} sig."}
1325                other{"{0} sig."}
1326            }
1327            day{
1328                dnam{"d"}
1329                one{"{0} d"}
1330                other{"{0} d"}
1331                per{"{0}/d"}
1332            }
1333            hour{
1334                dnam{"horas"}
1335                one{"{0} h"}
1336                other{"{0} h"}
1337                per{"{0}/h"}
1338            }
1339            microsecond{
1340                dnam{"μs"}
1341                one{"{0} μs"}
1342                other{"{0} μs"}
1343            }
1344            millisecond{
1345                dnam{"ms"}
1346                one{"{0} ms"}
1347                other{"{0} ms"}
1348            }
1349            minute{
1350                dnam{"min"}
1351                one{"{0} min"}
1352                other{"{0} min"}
1353                per{"{0}/min"}
1354            }
1355            month{
1356                dnam{"m."}
1357                one{"{0} m."}
1358                other{"{0} m."}
1359                per{"{0}/m."}
1360            }
1361            nanosecond{
1362                dnam{"ns"}
1363                one{"{0} ns"}
1364                other{"{0} ns"}
1365            }
1366            second{
1367                dnam{"s"}
1368                one{"{0} s"}
1369                other{"{0} s"}
1370                per{"{0}/s"}
1371            }
1372            week{
1373                dnam{"sem."}
1374                one{"{0} sem."}
1375                other{"{0} sem."}
1376                per{"{0}/sem."}
1377            }
1378            year{
1379                dnam{"a"}
1380                one{"{0} a"}
1381                other{"{0} a"}
1382                per{"{0}/a"}
1383            }
1384        }
1385        electric{
1386            ampere{
1387                dnam{"A"}
1388                one{"{0} A"}
1389                other{"{0} A"}
1390            }
1391            milliampere{
1392                dnam{"mA"}
1393                one{"{0} mA"}
1394                other{"{0} mA"}
1395            }
1396            ohm{
1397                dnam{"Ω"}
1398                one{"{0} Ω"}
1399                other{"{0} Ω"}
1400            }
1401            volt{
1402                dnam{"voltios"}
1403                one{"{0} V"}
1404                other{"{0} V"}
1405            }
1406        }
1407        energy{
1408            calorie{
1409                dnam{"cal"}
1410                one{"{0} cal"}
1411                other{"{0} cal"}
1412            }
1413            foodcalorie{
1414                dnam{"cal"}
1415                one{"{0} cal"}
1416                other{"{0} cal"}
1417            }
1418            joule{
1419                dnam{"J"}
1420                one{"{0} J"}
1421                other{"{0} J"}
1422            }
1423            kilocalorie{
1424                dnam{"kcal"}
1425                one{"{0} kcal"}
1426                other{"{0} kcal"}
1427            }
1428            kilojoule{
1429                dnam{"kJ"}
1430                one{"{0} kJ"}
1431                other{"{0} kJ"}
1432            }
1433            kilowatt-hour{
1434                dnam{"kWh"}
1435                one{"{0} kWh"}
1436                other{"{0} kWh"}
1437            }
1438        }
1439        frequency{
1440            gigahertz{
1441                dnam{"GHz"}
1442                one{"{0} GHz"}
1443                other{"{0} GHz"}
1444            }
1445            hertz{
1446                dnam{"Hz"}
1447                one{"{0} Hz"}
1448                other{"{0} Hz"}
1449            }
1450            kilohertz{
1451                dnam{"kHz"}
1452                one{"{0} kHz"}
1453                other{"{0} kHz"}
1454            }
1455            megahertz{
1456                dnam{"MHz"}
1457                one{"{0} MHz"}
1458                other{"{0} MHz"}
1459            }
1460        }
1461        length{
1462            astronomical-unit{
1463                dnam{"au"}
1464                one{"{0} au"}
1465                other{"{0} au"}
1466            }
1467            centimeter{
1468                dnam{"cm"}
1469                one{"{0} cm"}
1470                other{"{0} cm"}
1471                per{"{0}/cm"}
1472            }
1473            decimeter{
1474                dnam{"dm"}
1475                one{"{0} dm"}
1476                other{"{0} dm"}
1477            }
1478            foot{
1479                dnam{"ft"}
1480                one{"{0} ft"}
1481                other{"{0} ft"}
1482                per{"{0}/ft"}
1483            }
1484            inch{
1485                dnam{"in"}
1486                one{"{0} in"}
1487                other{"{0} in"}
1488                per{"{0}/in"}
1489            }
1490            kilometer{
1491                dnam{"km"}
1492                one{"{0} km"}
1493                other{"{0} km"}
1494                per{"{0}/km"}
1495            }
1496            light-year{
1497                dnam{"a. l."}
1498                one{"{0} a. l."}
1499                other{"{0} a. l."}
1500            }
1501            meter{
1502                dnam{"m"}
1503                one{"{0} m"}
1504                other{"{0} m"}
1505                per{"{0}/m"}
1506            }
1507            micrometer{
1508                dnam{"µm"}
1509                one{"{0} µm"}
1510                other{"{0} µm"}
1511            }
1512            mile{
1513                dnam{"mi"}
1514                one{"{0} mi"}
1515                other{"{0} mi"}
1516            }
1517            mile-scandinavian{
1518                dnam{"mi esc."}
1519                one{"{0} mi esc."}
1520                other{"{0} mi esc."}
1521            }
1522            millimeter{
1523                dnam{"mm"}
1524                one{"{0} mm"}
1525                other{"{0} mm"}
1526            }
1527            nanometer{
1528                dnam{"nm"}
1529                one{"{0} nm"}
1530                other{"{0} nm"}
1531            }
1532            nautical-mile{
1533                dnam{"M"}
1534                one{"{0} M"}
1535                other{"{0} M"}
1536            }
1537            parsec{
1538                dnam{"pc"}
1539                one{"{0} pc"}
1540                other{"{0} pc"}
1541            }
1542            picometer{
1543                dnam{"pm"}
1544                one{"{0} pm"}
1545                other{"{0} pm"}
1546            }
1547            point{
1548                dnam{"puntos"}
1549                one{"{0} pto."}
1550                other{"{0} ptos."}
1551            }
1552            yard{
1553                dnam{"yd"}
1554                one{"{0} yd"}
1555                other{"{0} yd"}
1556            }
1557        }
1558        light{
1559            lux{
1560                dnam{"lx"}
1561                one{"{0} lx"}
1562                other{"{0} lx"}
1563            }
1564        }
1565        mass{
1566            carat{
1567                dnam{"c"}
1568                one{"{0} c"}
1569                other{"{0} c"}
1570            }
1571            gram{
1572                dnam{"g"}
1573                one{"{0} g"}
1574                other{"{0} g"}
1575                per{"{0}/g"}
1576            }
1577            kilogram{
1578                dnam{"kg"}
1579                one{"{0} kg"}
1580                other{"{0} kg"}
1581                per{"{0}/kg"}
1582            }
1583            metric-ton{
1584                dnam{"tm"}
1585                one{"{0} tm"}
1586                other{"{0} tm"}
1587            }
1588            microgram{
1589                dnam{"µg"}
1590                one{"{0} µg"}
1591                other{"{0} µg"}
1592            }
1593            milligram{
1594                dnam{"mg"}
1595                one{"{0} mg"}
1596                other{"{0} mg"}
1597            }
1598            ounce{
1599                dnam{"oz"}
1600                one{"{0} oz"}
1601                other{"{0} oz"}
1602                per{"{0}/oz"}
1603            }
1604            ounce-troy{
1605                dnam{"oz t"}
1606                one{"{0} oz t"}
1607                other{"{0} oz t"}
1608            }
1609            pound{
1610                dnam{"lb"}
1611                one{"{0} lb"}
1612                other{"{0} lb"}
1613                per{"{0}/lb"}
1614            }
1615            ton{
1616                dnam{"t"}
1617                one{"{0} t"}
1618                other{"{0} t"}
1619            }
1620        }
1621        power{
1622            gigawatt{
1623                dnam{"GW"}
1624                one{"{0} GW"}
1625                other{"{0} GW"}
1626            }
1627            horsepower{
1628                dnam{"CV"}
1629                one{"{0} CV"}
1630                other{"{0} CV"}
1631            }
1632            kilowatt{
1633                dnam{"kW"}
1634                one{"{0} kW"}
1635                other{"{0} kW"}
1636            }
1637            megawatt{
1638                dnam{"MW"}
1639                one{"{0} MW"}
1640                other{"{0} MW"}
1641            }
1642            milliwatt{
1643                dnam{"mW"}
1644                one{"{0} mW"}
1645                other{"{0} mW"}
1646            }
1647            watt{
1648                dnam{"vatios"}
1649                one{"{0} W"}
1650                other{"{0} W"}
1651            }
1652        }
1653        pressure{
1654            atmosphere{
1655                dnam{"atm"}
1656                one{"{0} atm"}
1657                other{"{0} atm"}
1658            }
1659            hectopascal{
1660                dnam{"hPa"}
1661                one{"{0} hPa"}
1662                other{"{0} hPa"}
1663            }
1664            inch-hg{
1665                dnam{"inHg"}
1666                one{"{0} inHg"}
1667                other{"{0} inHg"}
1668            }
1669            millibar{
1670                dnam{"mbar"}
1671                one{"{0} mbar"}
1672                other{"{0} mbar"}
1673            }
1674            millimeter-of-mercury{
1675                dnam{"mmHg"}
1676                one{"{0} mmHg"}
1677                other{"{0} mmHg"}
1678            }
1679            pound-per-square-inch{
1680                dnam{"psi"}
1681                one{"{0} psi"}
1682                other{"{0} psi"}
1683            }
1684        }
1685        speed{
1686            kilometer-per-hour{
1687                dnam{"km/h"}
1688                one{"{0} km/h"}
1689                other{"{0} km/h"}
1690            }
1691            knot{
1692                dnam{"kn"}
1693                one{"{0} kn"}
1694                other{"{0} kn"}
1695            }
1696            meter-per-second{
1697                dnam{"m/s"}
1698                one{"{0} m/s"}
1699                other{"{0} m/s"}
1700            }
1701            mile-per-hour{
1702                dnam{"mi/h"}
1703                one{"{0} mi/h"}
1704                other{"{0} mi/h"}
1705            }
1706        }
1707        temperature{
1708            celsius{
1709                dnam{"°C"}
1710                one{"{0} °C"}
1711                other{"{0} °C"}
1712            }
1713            fahrenheit{
1714                dnam{"°F"}
1715                one{"{0} °F"}
1716                other{"{0} °F"}
1717            }
1718            generic{
1719                dnam{"°"}
1720                one{"{0}°"}
1721                other{"{0}°"}
1722            }
1723            kelvin{
1724                dnam{"K"}
1725                one{"{0} K"}
1726                other{"{0} K"}
1727            }
1728        }
1729        volume{
1730            acre-foot{
1731                dnam{"ac ft"}
1732                one{"{0} ac ft"}
1733                other{"{0} ac ft"}
1734            }
1735            centiliter{
1736                dnam{"cl"}
1737                one{"{0} cl"}
1738                other{"{0} cl"}
1739            }
1740            cubic-centimeter{
1741                dnam{"cm³"}
1742                one{"{0} cm³"}
1743                other{"{0} cm³"}
1744                per{"{0}/cm³"}
1745            }
1746            cubic-foot{
1747                dnam{"ft³"}
1748                one{"{0} ft³"}
1749                other{"{0} ft³"}
1750            }
1751            cubic-inch{
1752                dnam{"in³"}
1753                one{"{0} in³"}
1754                other{"{0} in³"}
1755            }
1756            cubic-kilometer{
1757                dnam{"km³"}
1758                one{"{0} km³"}
1759                other{"{0} km³"}
1760            }
1761            cubic-meter{
1762                dnam{"m³"}
1763                one{"{0} m³"}
1764                other{"{0} m³"}
1765                per{"{0}/m³"}
1766            }
1767            cubic-mile{
1768                dnam{"mi³"}
1769                one{"{0} mi³"}
1770                other{"{0} mi³"}
1771            }
1772            cubic-yard{
1773                dnam{"yd³"}
1774                one{"{0} yd³"}
1775                other{"{0} yd³"}
1776            }
1777            cup{
1778                dnam{"tazas"}
1779                one{"{0} tza."}
1780                other{"{0} tza."}
1781            }
1782            cup-metric{
1783                dnam{"mc"}
1784                one{"{0} mc"}
1785                other{"{0} mc"}
1786            }
1787            deciliter{
1788                dnam{"dl"}
1789                one{"{0} dl"}
1790                other{"{0} dl"}
1791            }
1792            fluid-ounce{
1793                dnam{"fl oz"}
1794                one{"{0} fl oz"}
1795                other{"{0} fl oz"}
1796            }
1797            gallon{
1798                dnam{"gal"}
1799                one{"{0} gal"}
1800                other{"{0} gal"}
1801                per{"{0}/gal"}
1802            }
1803            gallon-imperial{
1804                dnam{"gal imp."}
1805                one{"{0} gal imp."}
1806                other{"{0} gal imp."}
1807                per{"{0}/gal imp."}
1808            }
1809            hectoliter{
1810                dnam{"hl"}
1811                one{"{0} hl"}
1812                other{"{0} hl"}
1813            }
1814            liter{
1815                dnam{"l"}
1816                one{"{0} l"}
1817                other{"{0} l"}
1818                per{"{0}/l"}
1819            }
1820            megaliter{
1821                dnam{"Ml"}
1822                one{"{0} Ml"}
1823                other{"{0} Ml"}
1824            }
1825            milliliter{
1826                dnam{"ml"}
1827                one{"{0} ml"}
1828                other{"{0} ml"}
1829            }
1830            pint{
1831                dnam{"pt"}
1832                one{"{0} pt"}
1833                other{"{0} pt"}
1834            }
1835            pint-metric{
1836                dnam{"mpt"}
1837                one{"{0} mpt"}
1838                other{"{0} mpt"}
1839            }
1840            quart{
1841                dnam{"qt"}
1842                one{"{0} qt"}
1843                other{"{0} qt"}
1844            }
1845            tablespoon{
1846                dnam{"cda"}
1847                one{"{0} cda"}
1848                other{"{0} cda"}
1849            }
1850            teaspoon{
1851                dnam{"cdta"}
1852                one{"{0} cdta"}
1853                other{"{0} cdta"}
1854            }
1855        }
1856    }
1857}
1858