1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3gl{
4    Version{"2.1.28.79"}
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{"forzas G"}
14                one{"{0} forza G"}
15                other{"{0} forzas G"}
16            }
17            meter-per-second-squared{
18                dnam{"metros por segundo cadrado"}
19                one{"{0} metro por segundo cadrado"}
20                other{"{0} metros por segundo cadrado"}
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{"graos"}
36                one{"{0} grao"}
37                other{"{0} graos"}
38            }
39            radian{
40                dnam{"radiáns"}
41                one{"{0} radián"}
42                other{"{0} radiáns"}
43            }
44            revolution{
45                dnam{"revoluciones"}
46                one{"{0} revolución"}
47                other{"{0} revolucións"}
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 cadrados"}
63                one{"{0} centímetro cadrado"}
64                other{"{0} centímetros cadrados"}
65                per{"{0} por centímetro cadrado"}
66            }
67            square-foot{
68                dnam{"pés cadrados"}
69                one{"{0} pé cadrado"}
70                other{"{0} pés cadrados"}
71            }
72            square-inch{
73                dnam{"polgadas cadradas"}
74                one{"{0} polgada cadrada"}
75                other{"{0} polgadas cadradas"}
76                per{"{0} por polgada cadrada"}
77            }
78            square-kilometer{
79                dnam{"quilómetros cadrados"}
80                one{"{0} quilómetro cadrado"}
81                other{"{0} quilómetros cadrados"}
82                per{"{0} por quilómetro cadrado"}
83            }
84            square-meter{
85                dnam{"metros cadrados"}
86                one{"{0} metro cadrado"}
87                other{"{0} metros cadrados"}
88                per{"{0} por metro cadrado"}
89            }
90            square-mile{
91                dnam{"millas cadradas"}
92                one{"{0} milla cadrada"}
93                other{"{0} millas cadradas"}
94                per{"{0} por milla cadrada"}
95            }
96            square-yard{
97                dnam{"iardas cadradas"}
98                one{"{0} iarda cadrada"}
99                other{"{0} iardas cadradas"}
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        }
127        consumption{
128            liter-per-100kilometers{
129                dnam{"litros por 100 quilómetros"}
130                one{"{0} litro por 100 quilómetros"}
131                other{"{0} litros por 100 quilómetros"}
132            }
133            liter-per-kilometer{
134                dnam{"litros por quilómetro"}
135                one{"{0} litro por quilómetro"}
136                other{"{0} litros por quilómetro"}
137            }
138            mile-per-gallon{
139                dnam{"millas por galón estadounidense"}
140                one{"{0} milla por galón estadounidense"}
141                other{"{0} millas por galón estadounidense"}
142            }
143            mile-per-gallon-imperial{
144                dnam{"millas por galón imperial"}
145                one{"{0} milla por galón imperial"}
146                other{"{0} millas por galón imperial"}
147            }
148        }
149        coordinate{
150            east{"{0} L"}
151            north{"{0} N"}
152            south{"{0} S"}
153            west{"{0} O"}
154        }
155        digital{
156            bit{
157                dnam{"bits"}
158                one{"{0} bit"}
159                other{"{0} bits"}
160            }
161            byte{
162                dnam{"bytes"}
163                one{"{0} byte"}
164                other{"{0} bytes"}
165            }
166            gigabit{
167                dnam{"xigabits"}
168                one{"{0} xigabit"}
169                other{"{0} xigabits"}
170            }
171            gigabyte{
172                dnam{"xigabytes"}
173                one{"{0} xigabyte"}
174                other{"{0} xigabytes"}
175            }
176            kilobit{
177                dnam{"kilobits"}
178                one{"{0} kilobit"}
179                other{"{0} kilobits"}
180            }
181            kilobyte{
182                dnam{"kilobytes"}
183                one{"{0} kilobyte"}
184                other{"{0} kilobytes"}
185            }
186            megabit{
187                dnam{"megabits"}
188                one{"{0} megabit"}
189                other{"{0} megabits"}
190            }
191            megabyte{
192                dnam{"megabytes"}
193                one{"{0} megabyte"}
194                other{"{0} megabytes"}
195            }
196            terabit{
197                dnam{"terabits"}
198                one{"{0} terabit"}
199                other{"{0} terabits"}
200            }
201            terabyte{
202                dnam{"terabytes"}
203                one{"{0} terabyte"}
204                other{"{0} terabytes"}
205            }
206        }
207        duration{
208            century{
209                dnam{"séculos"}
210                one{"{0} século"}
211                other{"{0} séculos"}
212            }
213            day{
214                dnam{"días"}
215                one{"{0} día"}
216                other{"{0} días"}
217                per{"{0} por día"}
218            }
219            hour{
220                dnam{"horas"}
221                one{"{0} hora"}
222                other{"{0} horas"}
223                per{"{0} por hora"}
224            }
225            microsecond{
226                dnam{"microsegundos"}
227                one{"{0} microsegundo"}
228                other{"{0} microsegundos"}
229            }
230            millisecond{
231                dnam{"milisegundos"}
232                one{"{0} milisegundo"}
233                other{"{0} milisegundos"}
234            }
235            minute{
236                dnam{"minutos"}
237                one{"{0} minuto"}
238                other{"{0} minutos"}
239                per{"{0} por minuto"}
240            }
241            month{
242                dnam{"meses"}
243                one{"{0} mes"}
244                other{"{0} meses"}
245                per{"{0} por mes"}
246            }
247            nanosecond{
248                dnam{"nanosegundos"}
249                one{"{0} nanosegundo"}
250                other{"{0} nanosegundos"}
251            }
252            second{
253                dnam{"segundos"}
254                one{"{0} segundo"}
255                other{"{0} segundos"}
256                per{"{0} por segundo"}
257            }
258            week{
259                dnam{"semanas"}
260                one{"{0} semana"}
261                other{"{0} semanas"}
262                per{"{0} por semana"}
263            }
264            year{
265                dnam{"anos"}
266                one{"{0} ano"}
267                other{"{0} anos"}
268                per{"{0} por ano"}
269            }
270        }
271        electric{
272            ampere{
273                dnam{"amperios"}
274                one{"{0} amperio"}
275                other{"{0} amperios"}
276            }
277            milliampere{
278                dnam{"miliamperios"}
279                one{"{0} miliamperio"}
280                other{"{0} miliamperios"}
281            }
282            ohm{
283                dnam{"ohms"}
284                one{"{0} ohm"}
285                other{"{0} ohms"}
286            }
287            volt{
288                dnam{"volts"}
289                one{"{0} volt"}
290                other{"{0} volts"}
291            }
292        }
293        energy{
294            calorie{
295                dnam{"calorías"}
296                one{"{0} caloría"}
297                other{"{0} calorías"}
298            }
299            foodcalorie{
300                dnam{"quilocalorías"}
301                one{"{0} quilocaloría"}
302                other{"{0} quilocalorías"}
303            }
304            joule{
305                dnam{"joules"}
306                one{"{0} joule"}
307                other{"{0} joules"}
308            }
309            kilocalorie{
310                dnam{"quilocalorías"}
311                one{"{0} quilocaloría"}
312                other{"{0} quilocalorías"}
313            }
314            kilojoule{
315                dnam{"quilojoules"}
316                one{"{0} quilojoule"}
317                other{"{0} quilojoules"}
318            }
319            kilowatt-hour{
320                dnam{"quilowatts/hora"}
321                one{"{0} quilowatt/hora"}
322                other{"{0} quilowatts/hora"}
323            }
324        }
325        frequency{
326            gigahertz{
327                dnam{"xigahertz"}
328                one{"{0} xigahertz"}
329                other{"{0} xigahertz"}
330            }
331            hertz{
332                dnam{"hertz"}
333                one{"{0} hertz"}
334                other{"{0} hertz"}
335            }
336            kilohertz{
337                dnam{"kilohertz"}
338                one{"{0} kilohertz"}
339                other{"{0} kilohertz"}
340            }
341            megahertz{
342                dnam{"megahertz"}
343                one{"{0} megahertz"}
344                other{"{0} megahertz"}
345            }
346        }
347        length{
348            astronomical-unit{
349                dnam{"unidades astronómicas"}
350                one{"{0} unidad astronómica"}
351                other{"{0} unidades astronómicas"}
352            }
353            centimeter{
354                dnam{"centímetros"}
355                one{"{0} centímetro"}
356                other{"{0} centímetros"}
357                per{"{0} por centímetro"}
358            }
359            decimeter{
360                dnam{"decímetros"}
361                one{"{0} decímetro"}
362                other{"{0} decímetros"}
363            }
364            foot{
365                dnam{"pés"}
366                one{"{0} pé"}
367                other{"{0} pés"}
368                per{"{0} por pé"}
369            }
370            inch{
371                dnam{"polgadas"}
372                one{"{0} polgada"}
373                other{"{0} polgadas"}
374                per{"{0} por polgada"}
375            }
376            kilometer{
377                dnam{"quilómetros"}
378                one{"{0} quilómetro"}
379                other{"{0} quilómetros"}
380                per{"{0} por quilómetro"}
381            }
382            light-year{
383                dnam{"anos luz"}
384                one{"{0} ano luz"}
385                other{"{0} anos luz"}
386            }
387            meter{
388                dnam{"metros"}
389                one{"{0} metro"}
390                other{"{0} metros"}
391                per{"{0} por metro"}
392            }
393            micrometer{
394                dnam{"micrómetros"}
395                one{"{0} micrómetro"}
396                other{"{0} micrómetros"}
397            }
398            mile{
399                dnam{"millas"}
400                one{"{0} milla"}
401                other{"{0} millas"}
402            }
403            mile-scandinavian{
404                dnam{"milla escandinava"}
405                one{"{0} milla escandinava"}
406                other{"{0} millas escandinavas"}
407            }
408            millimeter{
409                dnam{"milímetros"}
410                one{"{0} milímetro"}
411                other{"{0} milímetros"}
412            }
413            nanometer{
414                dnam{"nanómetros"}
415                one{"{0} nanómetro"}
416                other{"{0} nanómetros"}
417            }
418            nautical-mile{
419                dnam{"millas náuticas"}
420                one{"{0} milla náutica"}
421                other{"{0} millas náuticas"}
422            }
423            parsec{
424                dnam{"pársecs"}
425                one{"{0} pársec"}
426                other{"{0} pársecs"}
427            }
428            picometer{
429                dnam{"picómetros"}
430                one{"{0} picómetro"}
431                other{"{0} picómetros"}
432            }
433            yard{
434                dnam{"iardas"}
435                one{"{0} iarda"}
436                other{"{0} iardas"}
437            }
438        }
439        light{
440            lux{
441                dnam{"luxes"}
442                one{"{0} lux"}
443                other{"{0} luxes"}
444            }
445        }
446        mass{
447            carat{
448                dnam{"quilates"}
449                one{"{0} quilate"}
450                other{"{0} quilates"}
451            }
452            gram{
453                dnam{"gramos"}
454                one{"{0} gramo"}
455                other{"{0} gramos"}
456                per{"{0} por gramo"}
457            }
458            kilogram{
459                dnam{"quilogramos"}
460                one{"{0} quilogramo"}
461                other{"{0} quilogramos"}
462                per{"{0} por quilogramo"}
463            }
464            metric-ton{
465                dnam{"toneladas métricas"}
466                one{"{0} tonelada métrica"}
467                other{"{0} toneladas métricas"}
468            }
469            microgram{
470                dnam{"microgramos"}
471                one{"{0} microgramo"}
472                other{"{0} microgramos"}
473            }
474            milligram{
475                dnam{"miligramos"}
476                one{"{0} miligramo"}
477                other{"{0} miligramos"}
478            }
479            ounce{
480                dnam{"onzas"}
481                one{"{0} onza"}
482                other{"{0} onzas"}
483                per{"{0} por onza"}
484            }
485            ounce-troy{
486                dnam{"onzas troy"}
487                one{"{0} onza troy"}
488                other{"{0} onzas troy"}
489            }
490            pound{
491                dnam{"libras"}
492                one{"{0} libra"}
493                other{"{0} libras"}
494                per{"{0} por libra"}
495            }
496            ton{
497                dnam{"toneladas estadounidenses"}
498                one{"{0} tonelada estadounidense"}
499                other{"{0} toneladas estadounidenses"}
500            }
501        }
502        power{
503            gigawatt{
504                dnam{"xigawatts"}
505                one{"{0} xigawatt"}
506                other{"{0} xigawatts"}
507            }
508            horsepower{
509                dnam{"cabalo de potencia"}
510                one{"{0} cabalo de potencia"}
511                other{"{0} cabalos de potencia"}
512            }
513            kilowatt{
514                dnam{"quilowatts"}
515                one{"{0} quilowatt"}
516                other{"{0} quilowatts"}
517            }
518            megawatt{
519                dnam{"megawatts"}
520                one{"{0} megawatt"}
521                other{"{0} megawatts"}
522            }
523            milliwatt{
524                dnam{"milliwatts"}
525                one{"{0} milliwatt"}
526                other{"{0} milliwatts"}
527            }
528            watt{
529                dnam{"watts"}
530                one{"{0} watt"}
531                other{"{0} watts"}
532            }
533        }
534        pressure{
535            hectopascal{
536                dnam{"hectopascais"}
537                one{"{0} hectopascal"}
538                other{"{0} hectopascais"}
539            }
540            inch-hg{
541                dnam{"polgadas de mercurio"}
542                one{"{0} polgada de mercurio"}
543                other{"{0} polgadas de mercurio"}
544            }
545            millibar{
546                dnam{"milibares"}
547                one{"{0} milibar"}
548                other{"{0} milibares"}
549            }
550            millimeter-of-mercury{
551                dnam{"milímetros de mercurio"}
552                one{"{0} milímetro de mercurio"}
553                other{"{0} milímetros de mercurio"}
554            }
555            pound-per-square-inch{
556                dnam{"libras por polgada cadrada"}
557                one{"{0} libra por polgada cadrada"}
558                other{"{0} libras por polgada cadrada"}
559            }
560        }
561        speed{
562            kilometer-per-hour{
563                dnam{"quilómetros por hora"}
564                one{"{0} quilómetro por hora"}
565                other{"{0} quilómetros por hora"}
566            }
567            knot{
568                dnam{"nós"}
569                one{"{0} nó"}
570                other{"{0} nós"}
571            }
572            meter-per-second{
573                dnam{"metros por segundo"}
574                one{"{0} metro por segundo"}
575                other{"{0} metros por segundo"}
576            }
577            mile-per-hour{
578                dnam{"millas por hora"}
579                one{"{0} milla por hora"}
580                other{"{0} millas por hora"}
581            }
582        }
583        temperature{
584            celsius{
585                dnam{"graos Celsius"}
586                one{"{0} grao Celsius"}
587                other{"{0} graos Celsius"}
588            }
589            fahrenheit{
590                dnam{"graos Fahrenheit"}
591                one{"{0} grao Fahrenheit"}
592                other{"{0} graos Fahrenheit"}
593            }
594            generic{
595                dnam{"graos"}
596                one{"{0} grao"}
597                other{"{0} graos"}
598            }
599            kelvin{
600                dnam{"graos Kelvin"}
601                one{"{0} grao Kelvin"}
602                other{"{0} graos Kelvin"}
603            }
604        }
605        volume{
606            acre-foot{
607                dnam{"acre-pés"}
608                one{"{0} acre-pé"}
609                other{"{0} acre-pés"}
610            }
611            centiliter{
612                dnam{"centilitros"}
613                one{"{0} centilitro"}
614                other{"{0} centilitros"}
615            }
616            cubic-centimeter{
617                dnam{"centímetros cúbicos"}
618                one{"{0} centímetro cúbico"}
619                other{"{0} centímetros cúbicos"}
620                per{"{0} por centímetro cúbico"}
621            }
622            cubic-foot{
623                dnam{"pés cúbicos"}
624                one{"{0} pé cúbico"}
625                other{"{0} pés cúbicos"}
626            }
627            cubic-inch{
628                dnam{"polgadas cúbicas"}
629                one{"{0} polgada cúbica"}
630                other{"{0} polgadas cúbicas"}
631            }
632            cubic-kilometer{
633                dnam{"quilómetros cúbicos"}
634                one{"{0} quilómetro cúbico"}
635                other{"{0} quilómetros cúbicos"}
636            }
637            cubic-meter{
638                dnam{"metros cúbicos"}
639                one{"{0} metro cúbico"}
640                other{"{0} metros cúbicos"}
641                per{"{0} por metro cúbico"}
642            }
643            cubic-mile{
644                dnam{"millas cúbicas"}
645                one{"{0} milla cúbica"}
646                other{"{0} millas cúbicas"}
647            }
648            cubic-yard{
649                dnam{"iardas cúbicas"}
650                one{"{0} iarda cúbica"}
651                other{"{0} iardas cúbicas"}
652            }
653            cup{
654                dnam{"cuncas"}
655                one{"{0} cunca"}
656                other{"{0} cuncas"}
657            }
658            cup-metric{
659                dnam{"cuncas métricas"}
660                one{"{0} cunca métrica"}
661                other{"{0} cuncas métricas"}
662            }
663            deciliter{
664                dnam{"decilitros"}
665                one{"{0} decilitro"}
666                other{"{0} decilitros"}
667            }
668            fluid-ounce{
669                dnam{"onzas líquidas"}
670                one{"{0} onza líquida"}
671                other{"{0} onzas líquidas"}
672            }
673            gallon{
674                dnam{"galóns estadounidenses"}
675                one{"{0} galón estadounidense"}
676                other{"{0} galóns estadounidenses"}
677                per{"{0} por galón estadounidense"}
678            }
679            gallon-imperial{
680                dnam{"galóns imperiais"}
681                one{"{0} galón imperial"}
682                other{"{0} galóns imperiais"}
683                per{"{0} por galón imperial"}
684            }
685            hectoliter{
686                dnam{"hectolitros"}
687                one{"{0} hectolitro"}
688                other{"{0} hectolitros"}
689            }
690            liter{
691                dnam{"litros"}
692                one{"{0} litro"}
693                other{"{0} litros"}
694                per{"{0} por litro"}
695            }
696            megaliter{
697                dnam{"megalitros"}
698                one{"{0} megalitro"}
699                other{"{0} megalitros"}
700            }
701            milliliter{
702                dnam{"mililitros"}
703                one{"{0} mililitro"}
704                other{"{0} mililitros"}
705            }
706            pint{
707                dnam{"pintas"}
708                one{"{0} pinta"}
709                other{"{0} pintas"}
710            }
711            pint-metric{
712                dnam{"pintas métricas"}
713                one{"{0} pinta métrica"}
714                other{"{0} pintas métricas"}
715            }
716            quart{
717                dnam{"cuartos"}
718                one{"{0} cuarto"}
719                other{"{0} cuartos"}
720            }
721            tablespoon{
722                dnam{"culleradas"}
723                one{"{0} cullerada"}
724                other{"{0} culleradas"}
725            }
726            teaspoon{
727                dnam{"culleriñas"}
728                one{"{0} culleriña"}
729                other{"{0} culleriñas"}
730            }
731        }
732    }
733    unitsNarrow{
734        angle{
735            arc-minute{
736                one{"{0}′"}
737                other{"{0}′"}
738            }
739        }
740        compound{
741            per{"{0}/{1}"}
742        }
743        consumption{
744            liter-per-100kilometers{
745                dnam{"l/100 km"}
746                one{"{0} l/100 km"}
747                other{"{0} l/100 km"}
748            }
749        }
750        coordinate{
751            east{"{0} L"}
752            north{"{0} N"}
753            south{"{0} S"}
754            west{"{0} O"}
755        }
756        duration{
757            day{
758                dnam{"d"}
759                one{"{0} d"}
760                other{"{0} d"}
761            }
762            hour{
763                dnam{"h"}
764                one{"{0} h"}
765                other{"{0} h"}
766            }
767            millisecond{
768                dnam{"ms"}
769                one{"{0} ms"}
770                other{"{0} ms"}
771            }
772            minute{
773                dnam{"min"}
774                one{"{0} min"}
775                other{"{0} min"}
776            }
777            month{
778                dnam{"m."}
779                one{"{0} m."}
780                other{"{0} m."}
781            }
782            second{
783                dnam{"s"}
784                one{"{0} s"}
785                other{"{0} s"}
786            }
787            week{
788                dnam{"sem."}
789                one{"{0} sem."}
790                other{"{0} sem."}
791            }
792            year{
793                dnam{"a."}
794                one{"{0} a."}
795                other{"{0} a."}
796            }
797        }
798        length{
799            centimeter{
800                dnam{"cm"}
801                one{"{0} cm"}
802                other{"{0} cm"}
803            }
804            kilometer{
805                dnam{"km"}
806                one{"{0} km"}
807                other{"{0} km"}
808            }
809            meter{
810                dnam{"m"}
811                one{"{0} m"}
812                other{"{0} m"}
813            }
814            millimeter{
815                dnam{"mm"}
816                one{"{0} mm"}
817                other{"{0} mm"}
818            }
819        }
820        mass{
821            gram{
822                dnam{"g"}
823                one{"{0} g"}
824                other{"{0} g"}
825            }
826            kilogram{
827                dnam{"kg"}
828                one{"{0} kg"}
829                other{"{0} kg"}
830            }
831        }
832        speed{
833            kilometer-per-hour{
834                dnam{"km/h"}
835                one{"{0} km/h"}
836                other{"{0} km/h"}
837            }
838        }
839        temperature{
840            celsius{
841                dnam{"°C"}
842                one{"{0} °C"}
843                other{"{0} °C"}
844            }
845            fahrenheit{
846                one{"{0}°F"}
847                other{"{0}°F"}
848            }
849        }
850        volume{
851            liter{
852                dnam{"l"}
853                one{"{0} l"}
854                other{"{0} l"}
855            }
856        }
857    }
858    unitsShort{
859        acceleration{
860            g-force{
861                dnam{"forzas G"}
862                one{"{0} G"}
863                other{"{0} G"}
864            }
865            meter-per-second-squared{
866                dnam{"m/s²"}
867                one{"{0} m/s²"}
868                other{"{0} m/s²"}
869            }
870        }
871        angle{
872            arc-minute{
873                dnam{"minutos"}
874                one{"{0}′"}
875                other{"{0}′"}
876            }
877            arc-second{
878                dnam{"segundos"}
879                one{"{0}′′"}
880                other{"{0}′′"}
881            }
882            degree{
883                dnam{"graos"}
884                one{"{0}°"}
885                other{"{0}°"}
886            }
887            radian{
888                dnam{"radiáns"}
889                one{"{0} rad"}
890                other{"{0} rad"}
891            }
892            revolution{
893                dnam{"rev"}
894                one{"{0} rev"}
895                other{"{0} rev"}
896            }
897        }
898        area{
899            acre{
900                dnam{"acres"}
901                one{"{0} ac"}
902                other{"{0} ac"}
903            }
904            hectare{
905                dnam{"hectáreas"}
906                one{"{0} ha"}
907                other{"{0} ha"}
908            }
909            square-centimeter{
910                dnam{"cm²"}
911                one{"{0} cm²"}
912                other{"{0} cm²"}
913                per{"{0}/cm²"}
914            }
915            square-foot{
916                dnam{"ft²"}
917                one{"{0} ft²"}
918                other{"{0} ft²"}
919            }
920            square-inch{
921                dnam{"in²"}
922                one{"{0} in²"}
923                other{"{0} in²"}
924                per{"{0}/in²"}
925            }
926            square-kilometer{
927                dnam{"km²"}
928                one{"{0} km²"}
929                other{"{0} km²"}
930                per{"{0}/km²"}
931            }
932            square-meter{
933                dnam{"m²"}
934                one{"{0} m²"}
935                other{"{0} m²"}
936                per{"{0}/m²"}
937            }
938            square-mile{
939                dnam{"mi²"}
940                one{"{0} mi²"}
941                other{"{0} mi²"}
942                per{"{0}/mi²"}
943            }
944            square-yard{
945                dnam{"yd²"}
946                one{"{0} yd²"}
947                other{"{0} yd²"}
948            }
949        }
950        compound{
951            per{"{0}/{1}"}
952        }
953        concentr{
954            karat{
955                dnam{"quilates"}
956                one{"{0} CT"}
957                other{"{0} CT"}
958            }
959            milligram-per-deciliter{
960                dnam{"mg/dl"}
961                one{"{0} mg/dl"}
962                other{"{0} mg/dl"}
963            }
964            millimole-per-liter{
965                dnam{"mmol/l"}
966                one{"{0} mmol/l"}
967                other{"{0} mmol/l"}
968            }
969            part-per-million{
970                dnam{"ppm"}
971                one{"{0} ppm"}
972                other{"{0} ppm"}
973            }
974        }
975        consumption{
976            liter-per-100kilometers{
977                dnam{"litros/100 km"}
978                one{"{0} l/100 km"}
979                other{"{0} l/100 km"}
980            }
981            liter-per-kilometer{
982                dnam{"litros/km"}
983                one{"{0} l/km"}
984                other{"{0} l/km"}
985            }
986            mile-per-gallon{
987                dnam{"millas/galón EUA"}
988                one{"{0} mpg EUA"}
989                other{"{0} mpg EUA"}
990            }
991            mile-per-gallon-imperial{
992                dnam{"millas/gal imp."}
993                one{"{0} mpg imp."}
994                other{"{0} mpg imp."}
995            }
996        }
997        coordinate{
998            east{"{0} L"}
999            north{"{0} N"}
1000            south{"{0} S"}
1001            west{"{0} O"}
1002        }
1003        digital{
1004            bit{
1005                dnam{"bit"}
1006                one{"{0} bit"}
1007                other{"{0} bit"}
1008            }
1009            byte{
1010                dnam{"byte"}
1011                one{"{0} byte"}
1012                other{"{0} byte"}
1013            }
1014            gigabit{
1015                dnam{"Gb"}
1016                one{"{0} Gb"}
1017                other{"{0} Gb"}
1018            }
1019            gigabyte{
1020                dnam{"GB"}
1021                one{"{0} GB"}
1022                other{"{0} GB"}
1023            }
1024            kilobit{
1025                dnam{"kb"}
1026                one{"{0} kb"}
1027                other{"{0} kb"}
1028            }
1029            kilobyte{
1030                dnam{"kB"}
1031                one{"{0} kB"}
1032                other{"{0} kB"}
1033            }
1034            megabit{
1035                dnam{"Mb"}
1036                one{"{0} Mb"}
1037                other{"{0} Mb"}
1038            }
1039            megabyte{
1040                dnam{"MB"}
1041                one{"{0} MB"}
1042                other{"{0} MB"}
1043            }
1044            terabit{
1045                dnam{"Tb"}
1046                one{"{0} Tb"}
1047                other{"{0} Tb"}
1048            }
1049            terabyte{
1050                dnam{"TB"}
1051                one{"{0} TB"}
1052                other{"{0} TB"}
1053            }
1054        }
1055        duration{
1056            century{
1057                dnam{"séc."}
1058                one{"{0} séc."}
1059                other{"{0} séc."}
1060            }
1061            day{
1062                dnam{"días"}
1063                one{"{0} d"}
1064                other{"{0} d"}
1065                per{"{0}/d"}
1066            }
1067            hour{
1068                dnam{"h"}
1069                one{"{0} h"}
1070                other{"{0} h"}
1071                per{"{0}/h"}
1072            }
1073            microsecond{
1074                dnam{"μs"}
1075                one{"{0} μs"}
1076                other{"{0} μs"}
1077            }
1078            millisecond{
1079                dnam{"ms"}
1080                one{"{0} ms"}
1081                other{"{0} ms"}
1082            }
1083            minute{
1084                dnam{"min"}
1085                one{"{0} min"}
1086                other{"{0} min"}
1087                per{"{0}/min"}
1088            }
1089            month{
1090                dnam{"meses"}
1091                one{"{0} mes"}
1092                other{"{0} meses"}
1093                per{"{0}/mes"}
1094            }
1095            nanosecond{
1096                dnam{"ns"}
1097                one{"{0} ns"}
1098                other{"{0} ns"}
1099            }
1100            second{
1101                dnam{"s"}
1102                one{"{0} s"}
1103                other{"{0} s"}
1104                per{"{0}/s"}
1105            }
1106            week{
1107                dnam{"sem."}
1108                one{"{0} sem."}
1109                other{"{0} sem."}
1110                per{"{0}/sem."}
1111            }
1112            year{
1113                dnam{"anos"}
1114                one{"{0} ano"}
1115                other{"{0} anos"}
1116                per{"{0}/ano"}
1117            }
1118        }
1119        electric{
1120            ampere{
1121                dnam{"amp"}
1122                one{"{0} A"}
1123                other{"{0} A"}
1124            }
1125            milliampere{
1126                dnam{"mA"}
1127                one{"{0} mA"}
1128                other{"{0} mA"}
1129            }
1130            ohm{
1131                dnam{"ohms"}
1132                one{"{0} Ω"}
1133                other{"{0} Ω"}
1134            }
1135            volt{
1136                dnam{"volts"}
1137                one{"{0} V"}
1138                other{"{0} V"}
1139            }
1140        }
1141        energy{
1142            calorie{
1143                dnam{"cal"}
1144                one{"{0} cal"}
1145                other{"{0} cal"}
1146            }
1147            foodcalorie{
1148                dnam{"kcal"}
1149                one{"{0} kcal"}
1150                other{"{0} kcal"}
1151            }
1152            joule{
1153                dnam{"joules"}
1154                one{"{0} J"}
1155                other{"{0} J"}
1156            }
1157            kilocalorie{
1158                dnam{"kcal"}
1159                one{"{0} kcal"}
1160                other{"{0} kcal"}
1161            }
1162            kilojoule{
1163                dnam{"quilojoule"}
1164                one{"{0} kJ"}
1165                other{"{0} kJ"}
1166            }
1167            kilowatt-hour{
1168                dnam{"kW/h"}
1169                one{"{0} kW/h"}
1170                other{"{0} kW/h"}
1171            }
1172        }
1173        frequency{
1174            gigahertz{
1175                dnam{"GHz"}
1176                one{"{0} GHz"}
1177                other{"{0} GHz"}
1178            }
1179            hertz{
1180                dnam{"Hz"}
1181                one{"{0} Hz"}
1182                other{"{0} Hz"}
1183            }
1184            kilohertz{
1185                dnam{"kHz"}
1186                one{"{0} kHz"}
1187                other{"{0} kHz"}
1188            }
1189            megahertz{
1190                dnam{"MHz"}
1191                one{"{0} MHz"}
1192                other{"{0} MHz"}
1193            }
1194        }
1195        length{
1196            astronomical-unit{
1197                dnam{"ua"}
1198                one{"{0} ua"}
1199                other{"{0} ua"}
1200            }
1201            centimeter{
1202                dnam{"cm"}
1203                one{"{0} cm"}
1204                other{"{0} cm"}
1205                per{"{0}/cm"}
1206            }
1207            decimeter{
1208                dnam{"dm"}
1209                one{"{0} dm"}
1210                other{"{0} dm"}
1211            }
1212            foot{
1213                dnam{"pés"}
1214                one{"{0} ft"}
1215                other{"{0} ft"}
1216                per{"{0}/ft"}
1217            }
1218            inch{
1219                dnam{"polg."}
1220                one{"{0} in"}
1221                other{"{0} in"}
1222                per{"{0}/in"}
1223            }
1224            kilometer{
1225                dnam{"km"}
1226                one{"{0} km"}
1227                other{"{0} km"}
1228                per{"{0}/km"}
1229            }
1230            light-year{
1231                dnam{"anos luz"}
1232                one{"{0} al"}
1233                other{"{0} al"}
1234            }
1235            meter{
1236                dnam{"m"}
1237                one{"{0} m"}
1238                other{"{0} m"}
1239                per{"{0}/m"}
1240            }
1241            micrometer{
1242                dnam{"µm"}
1243                one{"{0} µm"}
1244                other{"{0} µm"}
1245            }
1246            mile{
1247                dnam{"millas"}
1248                one{"{0} mi"}
1249                other{"{0} mi"}
1250            }
1251            mile-scandinavian{
1252                dnam{"mi esc."}
1253                one{"{0} mi esc."}
1254                other{"{0} mi esc."}
1255            }
1256            millimeter{
1257                dnam{"mm"}
1258                one{"{0} mm"}
1259                other{"{0} mm"}
1260            }
1261            nanometer{
1262                dnam{"nm"}
1263                one{"{0} nm"}
1264                other{"{0} nm"}
1265            }
1266            nautical-mile{
1267                dnam{"M"}
1268                one{"{0} M"}
1269                other{"{0} M"}
1270            }
1271            parsec{
1272                dnam{"pársecs"}
1273                one{"{0} pc"}
1274                other{"{0} pc"}
1275            }
1276            picometer{
1277                dnam{"pm"}
1278                one{"{0} pm"}
1279                other{"{0} pm"}
1280            }
1281            yard{
1282                dnam{"iardas"}
1283                one{"{0} yd"}
1284                other{"{0} yd"}
1285            }
1286        }
1287        light{
1288            lux{
1289                dnam{"luxes"}
1290                one{"{0} lx"}
1291                other{"{0} lx"}
1292            }
1293        }
1294        mass{
1295            carat{
1296                dnam{"quilates"}
1297                one{"{0} CT"}
1298                other{"{0} CT"}
1299            }
1300            gram{
1301                dnam{"gramos"}
1302                one{"{0} gram"}
1303                other{"{0} g"}
1304                per{"{0}/g"}
1305            }
1306            kilogram{
1307                dnam{"kg"}
1308                one{"{0} kg"}
1309                other{"{0} kg"}
1310                per{"{0}/kg"}
1311            }
1312            metric-ton{
1313                dnam{"t"}
1314                one{"{0} t"}
1315                other{"{0} t"}
1316            }
1317            microgram{
1318                dnam{"µg"}
1319                one{"{0} µg"}
1320                other{"{0} µg"}
1321            }
1322            milligram{
1323                dnam{"mg"}
1324                one{"{0} mg"}
1325                other{"{0} mg"}
1326            }
1327            ounce{
1328                dnam{"oz"}
1329                one{"{0} oz"}
1330                other{"{0} oz"}
1331                per{"{0}/oz"}
1332            }
1333            ounce-troy{
1334                dnam{"oz t"}
1335                one{"{0} oz t"}
1336                other{"{0} oz t"}
1337            }
1338            pound{
1339                dnam{"libras"}
1340                one{"{0} lb"}
1341                other{"{0} lb"}
1342                per{"{0}/lb"}
1343            }
1344            ton{
1345                dnam{"tn EUA"}
1346                one{"{0} tn EUA"}
1347                other{"{0} tn EUA"}
1348            }
1349        }
1350        power{
1351            gigawatt{
1352                dnam{"GW"}
1353                one{"{0} GW"}
1354                other{"{0} GW"}
1355            }
1356            horsepower{
1357                dnam{"hp"}
1358                one{"{0} hp"}
1359                other{"{0} hp"}
1360            }
1361            kilowatt{
1362                dnam{"kW"}
1363                one{"{0} kW"}
1364                other{"{0} kW"}
1365            }
1366            megawatt{
1367                dnam{"MW"}
1368                one{"{0} MW"}
1369                other{"{0} MW"}
1370            }
1371            milliwatt{
1372                dnam{"mW"}
1373                one{"{0} mW"}
1374                other{"{0} mW"}
1375            }
1376            watt{
1377                dnam{"watts"}
1378                one{"{0} W"}
1379                other{"{0} W"}
1380            }
1381        }
1382        pressure{
1383            hectopascal{
1384                dnam{"hPa"}
1385                one{"{0} hPa"}
1386                other{"{0} hPa"}
1387            }
1388            inch-hg{
1389                dnam{"inHg"}
1390                one{"{0} inHg"}
1391                other{"{0} inHg"}
1392            }
1393            millibar{
1394                dnam{"mbar"}
1395                one{"{0} mbar"}
1396                other{"{0} mbar"}
1397            }
1398            millimeter-of-mercury{
1399                dnam{"mm Hg"}
1400                one{"{0} mm Hg"}
1401                other{"{0} mm Hg"}
1402            }
1403            pound-per-square-inch{
1404                dnam{"psi"}
1405                one{"{0} psi"}
1406                other{"{0} psi"}
1407            }
1408        }
1409        speed{
1410            kilometer-per-hour{
1411                dnam{"km/h"}
1412                one{"{0} km/h"}
1413                other{"{0} km/h"}
1414            }
1415            knot{
1416                dnam{"nós"}
1417                one{"{0} nós"}
1418                other{"{0} nós"}
1419            }
1420            meter-per-second{
1421                dnam{"m/s"}
1422                one{"{0} m/s"}
1423                other{"{0} m/s"}
1424            }
1425            mile-per-hour{
1426                dnam{"millas/hora"}
1427                one{"{0} mi/h"}
1428                other{"{0} mi/h"}
1429            }
1430        }
1431        temperature{
1432            celsius{
1433                dnam{"°C"}
1434                one{"{0} °C"}
1435                other{"{0} °C"}
1436            }
1437            fahrenheit{
1438                dnam{"°F"}
1439                one{"{0} °F"}
1440                other{"{0} °F"}
1441            }
1442            generic{
1443                dnam{"graos"}
1444                one{"{0}°"}
1445                other{"{0}°"}
1446            }
1447            kelvin{
1448                dnam{"K"}
1449                one{"{0} K"}
1450                other{"{0} K"}
1451            }
1452        }
1453        volume{
1454            acre-foot{
1455                dnam{"acre-pés"}
1456                one{"{0} ac ft"}
1457                other{"{0} ac ft"}
1458            }
1459            centiliter{
1460                dnam{"cl"}
1461                one{"{0} cl"}
1462                other{"{0} cl"}
1463            }
1464            cubic-centimeter{
1465                dnam{"cm³"}
1466                one{"{0} cm³"}
1467                other{"{0} cm³"}
1468                per{"{0}/cm³"}
1469            }
1470            cubic-foot{
1471                dnam{"ft³"}
1472                one{"{0} ft³"}
1473                other{"{0} ft³"}
1474            }
1475            cubic-inch{
1476                dnam{"in³"}
1477                one{"{0} in³"}
1478                other{"{0} in³"}
1479            }
1480            cubic-kilometer{
1481                dnam{"km³"}
1482                one{"{0} km³"}
1483                other{"{0} km³"}
1484            }
1485            cubic-meter{
1486                dnam{"m³"}
1487                one{"{0} m³"}
1488                other{"{0} m³"}
1489                per{"{0}/m³"}
1490            }
1491            cubic-mile{
1492                dnam{"mi³"}
1493                one{"{0} mi³"}
1494                other{"{0} mi³"}
1495            }
1496            cubic-yard{
1497                dnam{"yd³"}
1498                one{"{0} yd³"}
1499                other{"{0} yd³"}
1500            }
1501            cup{
1502                dnam{"cuncas"}
1503                one{"{0} c"}
1504                other{"{0} c"}
1505            }
1506            cup-metric{
1507                dnam{"cuncas métr."}
1508                one{"{0} mc"}
1509                other{"{0} mc"}
1510            }
1511            deciliter{
1512                dnam{"dl"}
1513                one{"{0} dl"}
1514                other{"{0} dl"}
1515            }
1516            fluid-ounce{
1517                dnam{"fl oz"}
1518                one{"{0} fl oz"}
1519                other{"{0} fl oz"}
1520            }
1521            gallon{
1522                dnam{"gal EUA"}
1523                one{"{0} gal EUA"}
1524                other{"{0} gal EUA"}
1525                per{"{0}/gal EUA"}
1526            }
1527            gallon-imperial{
1528                dnam{"gal imp."}
1529                one{"{0} gal imp."}
1530                other{"{0} gal imp."}
1531                per{"{0}/gal imp."}
1532            }
1533            hectoliter{
1534                dnam{"hl"}
1535                one{"{0} hl"}
1536                other{"{0} hl"}
1537            }
1538            liter{
1539                dnam{"litros"}
1540                one{"{0} l"}
1541                other{"{0} l"}
1542                per{"{0}/l"}
1543            }
1544            megaliter{
1545                dnam{"Ml"}
1546                one{"{0} Ml"}
1547                other{"{0} Ml"}
1548            }
1549            milliliter{
1550                dnam{"ml"}
1551                one{"{0} ml"}
1552                other{"{0} ml"}
1553            }
1554            pint{
1555                dnam{"pintas"}
1556                one{"{0} pt"}
1557                other{"{0} pt"}
1558            }
1559            pint-metric{
1560                dnam{"ptm"}
1561                one{"{0} ptm"}
1562                other{"{0} ptm"}
1563            }
1564            quart{
1565                dnam{"cuartos"}
1566                one{"{0} qt"}
1567                other{"{0} qt"}
1568            }
1569            tablespoon{
1570                dnam{"tbsp"}
1571                one{"{0} tbsp"}
1572                other{"{0} tbsp"}
1573            }
1574            teaspoon{
1575                dnam{"tsp"}
1576                one{"{0} tsp"}
1577                other{"{0} tsp"}
1578            }
1579        }
1580    }
1581}
1582