• 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
3pt{
4    Version{"2.1.45.46"}
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{"força g"}
14                one{"{0} força g"}
15                other{"{0} força g"}
16            }
17            meter-per-second-squared{
18                dnam{"metros por segundo ao quadrado"}
19                one{"{0} metro por segundo ao quadrado"}
20                other{"{0} metros por segundo ao quadrado"}
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{"graus"}
36                one{"{0} grau"}
37                other{"{0} graus"}
38            }
39            radian{
40                dnam{"radianos"}
41                one{"{0} radiano"}
42                other{"{0} radianos"}
43            }
44            revolution{
45                dnam{"revolução"}
46                one{"{0} revolução"}
47                other{"{0} revoluções"}
48            }
49        }
50        area{
51            acre{
52                dnam{"acres"}
53                one{"{0} acre"}
54                other{"{0} acres"}
55            }
56            hectare{
57                dnam{"hectares"}
58                one{"{0} hectare"}
59                other{"{0} hectares"}
60            }
61            square-centimeter{
62                dnam{"centímetros quadrados"}
63                one{"{0} centímetro quadrado"}
64                other{"{0} centímetros quadrados"}
65                per{"{0} por centímetro quadrado"}
66            }
67            square-foot{
68                dnam{"pés quadrados"}
69                one{"{0} pé quadrado"}
70                other{"{0} pés quadrados"}
71            }
72            square-inch{
73                dnam{"polegadas quadradas"}
74                one{"{0} polegada quadrada"}
75                other{"{0} polegadas quadradas"}
76                per{"{0} por polegada quadrada"}
77            }
78            square-kilometer{
79                dnam{"quilômetros quadrados"}
80                one{"{0} quilômetro quadrado"}
81                other{"{0} quilômetros quadrados"}
82                per{"{0} por quilômetro quadrado"}
83            }
84            square-meter{
85                dnam{"metros quadrados"}
86                one{"{0} metro quadrado"}
87                other{"{0} metros quadrados"}
88                per{"{0} por metro quadrado"}
89            }
90            square-mile{
91                dnam{"milhas quadradas"}
92                one{"{0} milha quadrada"}
93                other{"{0} milhas quadradas"}
94                per{"{0} por milha quadrada"}
95            }
96            square-yard{
97                dnam{"jardas quadradas"}
98                one{"{0} jarda quadrada"}
99                other{"{0} jardas quadradas"}
100            }
101        }
102        compound{
103            per{"{0} por {1}"}
104        }
105        concentr{
106            karat{
107                dnam{"kilates"}
108                one{"{0} kilate"}
109                other{"{0} kilates"}
110            }
111            milligram-per-deciliter{
112                dnam{"miligramas por decilitro"}
113                one{"{0} miligrama por decilitro"}
114                other{"{0} miligramas por decilitro"}
115            }
116            millimole-per-liter{
117                dnam{"milimols por litro"}
118                one{"{0} milimol por litro"}
119                other{"{0} milimols por litro"}
120            }
121            part-per-million{
122                dnam{"partes por milhão"}
123                one{"{0} parte por milhão"}
124                other{"{0} partes por milhão"}
125            }
126            percent{
127                dnam{"por cento"}
128                one{"{0} por cento"}
129                other{"{0} por cento"}
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 quilômetros"}
140                one{"{0} litro por 100 quilômetros"}
141                other{"{0} litros por 100 quilômetros"}
142            }
143            liter-per-kilometer{
144                dnam{"litros por quilômetro"}
145                one{"{0} litro por quilômetro"}
146                other{"{0} litros por quilômetro"}
147            }
148            mile-per-gallon{
149                dnam{"milhas por galão"}
150                one{"{0} milha por galão"}
151                other{"{0} milhas por galão"}
152            }
153            mile-per-gallon-imperial{
154                dnam{"milhas por galão imperial"}
155                one{"{0} milha por galão imperial"}
156                other{"{0} milhas por galão imperial"}
157            }
158        }
159        coordinate{
160            dnam{"direção cardeal"}
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{"séculos"}
226                one{"{0} século"}
227                other{"{0} sécs."}
228            }
229            day{
230                dnam{"dias"}
231                one{"{0} dia"}
232                other{"{0} dias"}
233                per{"{0} por dia"}
234            }
235            hour{
236                dnam{"horas"}
237                one{"{0} hora"}
238                other{"{0} horas"}
239                per{"{0} por hora"}
240            }
241            microsecond{
242                dnam{"microssegundos"}
243                one{"{0} microssegundo"}
244                other{"{0} microssegundos"}
245            }
246            millisecond{
247                dnam{"milissegundos"}
248                one{"{0} milissegundo"}
249                other{"{0} milissegundos"}
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} mês"}
260                other{"{0} meses"}
261                per{"{0} por mês"}
262            }
263            nanosecond{
264                dnam{"nanossegundos"}
265                one{"{0} nanossegundo"}
266                other{"{0} nanossegundos"}
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{"anos"}
282                one{"{0} ano"}
283                other{"{0} anos"}
284                per{"{0} por ano"}
285            }
286        }
287        electric{
288            ampere{
289                dnam{"amperes"}
290                one{"{0} ampere"}
291                other{"{0} amperes"}
292            }
293            milliampere{
294                dnam{"miliamperes"}
295                one{"{0} miliampere"}
296                other{"{0} miliamperes"}
297            }
298            ohm{
299                dnam{"ohms"}
300                one{"{0} ohm"}
301                other{"{0} ohms"}
302            }
303            volt{
304                dnam{"volts"}
305                one{"{0} volt"}
306                other{"{0} volts"}
307            }
308        }
309        energy{
310            calorie{
311                dnam{"calorias"}
312                one{"{0} caloria"}
313                other{"{0} calorias"}
314            }
315            foodcalorie{
316                dnam{"Calorias"}
317                one{"{0} Caloria"}
318                other{"{0} Calorias"}
319            }
320            joule{
321                dnam{"joules"}
322                one{"{0} joule"}
323                other{"{0} joules"}
324            }
325            kilocalorie{
326                dnam{"quilocalorias"}
327                one{"{0} quilocaloria"}
328                other{"{0} quilocalorias"}
329            }
330            kilojoule{
331                dnam{"quilojoules"}
332                one{"{0} quilojoule"}
333                other{"{0} quilojoules"}
334            }
335            kilowatt-hour{
336                dnam{"quilowatts-hora"}
337                one{"{0} quilowatt-hora"}
338                other{"{0} quilowatts-hora"}
339            }
340        }
341        frequency{
342            gigahertz{
343                dnam{"gigahertz"}
344                one{"{0} gigahertz"}
345                other{"{0} gigahertz"}
346            }
347            hertz{
348                dnam{"hertz"}
349                one{"{0} hertz"}
350                other{"{0} hertz"}
351            }
352            kilohertz{
353                dnam{"kilohertz"}
354                one{"{0} kilohertz"}
355                other{"{0} kilohertz"}
356            }
357            megahertz{
358                dnam{"megahertz"}
359                one{"{0} megahertz"}
360                other{"{0} megahertz"}
361            }
362        }
363        length{
364            astronomical-unit{
365                dnam{"unidades astronômicas"}
366                one{"{0} unidade 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            fathom{
381                dnam{"braças"}
382                one{"{0} braça"}
383                other{"{0} braças"}
384            }
385            foot{
386                dnam{"pés"}
387                one{"{0} pé"}
388                other{"{0} pés"}
389                per{"{0} por pé"}
390            }
391            furlong{
392                dnam{"furlongs"}
393                one{"{0} furlong"}
394                other{"{0} furlongs"}
395            }
396            inch{
397                dnam{"polegadas"}
398                one{"{0} polegada"}
399                other{"{0} polegadas"}
400                per{"{0} por polegada"}
401            }
402            kilometer{
403                dnam{"quilômetros"}
404                one{"{0} quilômetro"}
405                other{"{0} quilômetros"}
406                per{"{0} por quilômetro"}
407            }
408            light-year{
409                dnam{"anos-luz"}
410                one{"{0} ano-luz"}
411                other{"{0} anos-luz"}
412            }
413            meter{
414                dnam{"metros"}
415                one{"{0} metro"}
416                other{"{0} metros"}
417                per{"{0} por metro"}
418            }
419            micrometer{
420                dnam{"micrômetros"}
421                one{"{0} micrômetro"}
422                other{"{0} micrômetros"}
423            }
424            mile{
425                dnam{"milhas"}
426                one{"{0} milha"}
427                other{"{0} milhas"}
428            }
429            mile-scandinavian{
430                dnam{"milhas escandinavas"}
431                one{"{0} milha escandinava"}
432                other{"{0} milhas escandinavas"}
433            }
434            millimeter{
435                dnam{"milímetros"}
436                one{"{0} milímetro"}
437                other{"{0} milímetros"}
438            }
439            nanometer{
440                dnam{"nanômetros"}
441                one{"{0} nanômetro"}
442                other{"{0} nanômetros"}
443            }
444            nautical-mile{
445                dnam{"milhas náuticas"}
446                one{"{0} milha náutica"}
447                other{"{0} milhas náuticas"}
448            }
449            parsec{
450                dnam{"parsecs"}
451                one{"{0} parsec"}
452                other{"{0} parsecs"}
453            }
454            picometer{
455                dnam{"picômetros"}
456                one{"{0} picômetro"}
457                other{"{0} picômetros"}
458            }
459            point{
460                dnam{"pontos"}
461                one{"{0} ponto"}
462                other{"{0} pontos"}
463            }
464            yard{
465                dnam{"jardas"}
466                one{"{0} jarda"}
467                other{"{0} jardas"}
468            }
469        }
470        light{
471            lux{
472                dnam{"lux"}
473                one{"{0} lux"}
474                other{"{0} lux"}
475            }
476        }
477        mass{
478            carat{
479                dnam{"quilates"}
480                one{"{0} quilate"}
481                other{"{0} quilates"}
482            }
483            gram{
484                dnam{"gramas"}
485                one{"{0} grama"}
486                other{"{0} gramas"}
487                per{"{0} por grama"}
488            }
489            kilogram{
490                dnam{"quilogramas"}
491                one{"{0} quilograma"}
492                other{"{0} quilogramas"}
493                per{"{0} por quilograma"}
494            }
495            metric-ton{
496                dnam{"toneladas métricas"}
497                one{"{0} tonelada métrica"}
498                other{"{0} toneladas métricas"}
499            }
500            microgram{
501                dnam{"microgramas"}
502                one{"{0} micrograma"}
503                other{"{0} microgramas"}
504            }
505            milligram{
506                dnam{"miligramas"}
507                one{"{0} miligrama"}
508                other{"{0} miligramas"}
509            }
510            ounce{
511                dnam{"onças"}
512                one{"{0} onça"}
513                other{"{0} onças"}
514                per{"{0} por onça"}
515            }
516            ounce-troy{
517                dnam{"onças troy"}
518                one{"{0} onça troy"}
519                other{"{0} onças troy"}
520            }
521            pound{
522                dnam{"libras"}
523                one{"{0} libra"}
524                other{"{0} libras"}
525                per{"{0} por libra"}
526            }
527            stone{
528                dnam{"stones"}
529                one{"{0} stone"}
530                other{"{0} stones"}
531            }
532            ton{
533                dnam{"toneladas"}
534                one{"{0} tonelada"}
535                other{"{0} toneladas"}
536            }
537        }
538        power{
539            gigawatt{
540                dnam{"gigawatts"}
541                one{"{0} gigawatt"}
542                other{"{0} gigawatts"}
543            }
544            horsepower{
545                dnam{"cavalos-vapor"}
546                one{"{0} cavalo-vapor"}
547                other{"{0} cavalos-vapor"}
548            }
549            kilowatt{
550                dnam{"quilowatts"}
551                one{"{0} quilowatt"}
552                other{"{0} quilowatts"}
553            }
554            megawatt{
555                dnam{"megawatts"}
556                one{"{0} megawatt"}
557                other{"{0} megawatts"}
558            }
559            milliwatt{
560                dnam{"miliwatts"}
561                one{"{0} miliwatt"}
562                other{"{0} miliwatts"}
563            }
564            watt{
565                dnam{"watts"}
566                one{"{0} watt"}
567                other{"{0} watts"}
568            }
569        }
570        pressure{
571            atmosphere{
572                dnam{"atmosferas"}
573                one{"{0} atmosfera"}
574                other{"{0} atmosferas"}
575            }
576            hectopascal{
577                dnam{"hectopascais"}
578                one{"{0} hectopascal"}
579                other{"{0} hectopascais"}
580            }
581            inch-hg{
582                dnam{"polegadas de mercúrio"}
583                one{"{0} polegada de mercúrio"}
584                other{"{0} polegadas de mercúrio"}
585            }
586            millibar{
587                dnam{"milibares"}
588                one{"{0} milibar"}
589                other{"{0} milibares"}
590            }
591            millimeter-of-mercury{
592                dnam{"milímetros de mercúrio"}
593                one{"{0} milímetro de mercúrio"}
594                other{"{0} milímetros de mercúrio"}
595            }
596            pound-per-square-inch{
597                dnam{"psi"}
598                one{"{0} psi"}
599                other{"{0} psi"}
600            }
601        }
602        speed{
603            kilometer-per-hour{
604                dnam{"quilômetros por hora"}
605                one{"{0} quilômetro por hora"}
606                other{"{0} quilômetros por hora"}
607            }
608            knot{
609                dnam{"nó"}
610                one{"{0} nó"}
611                other{"{0} nós"}
612            }
613            meter-per-second{
614                dnam{"metros por segundo"}
615                one{"{0} metro por segundo"}
616                other{"{0} metros por segundo"}
617            }
618            mile-per-hour{
619                dnam{"milhas por hora"}
620                one{"{0} milha por hora"}
621                other{"{0} milhas por hora"}
622            }
623        }
624        temperature{
625            celsius{
626                dnam{"graus Celsius"}
627                one{"{0} grau Celsius"}
628                other{"{0} graus Celsius"}
629            }
630            fahrenheit{
631                dnam{"graus Fahrenheit"}
632                one{"{0} grau Fahrenheit"}
633                other{"{0} graus Fahrenheit"}
634            }
635            generic{
636                dnam{"°"}
637                one{"{0}°"}
638                other{"{0}°"}
639            }
640            kelvin{
641                dnam{"kelvins"}
642                one{"{0} kelvin"}
643                other{"{0} kelvins"}
644            }
645        }
646        volume{
647            acre-foot{
648                dnam{"acre-pés"}
649                one{"{0} acre-pé"}
650                other{"{0} acre-pés"}
651            }
652            centiliter{
653                dnam{"centilitros"}
654                one{"{0} centilitro"}
655                other{"{0} centilitros"}
656            }
657            cubic-centimeter{
658                dnam{"centímetros cúbicos"}
659                one{"{0} centímetro cúbico"}
660                other{"{0} centímetros cúbicos"}
661                per{"{0} por centímetro cúbico"}
662            }
663            cubic-foot{
664                dnam{"pés cúbicos"}
665                one{"{0} pé cúbico"}
666                other{"{0} pés cúbicos"}
667            }
668            cubic-inch{
669                dnam{"polegadas cúbicas"}
670                one{"{0} polegada cúbica"}
671                other{"{0} polegadas cúbicas"}
672            }
673            cubic-kilometer{
674                dnam{"quilômetros cúbicos"}
675                one{"{0} quilômetro cúbico"}
676                other{"{0} quilômetros cúbicos"}
677            }
678            cubic-meter{
679                dnam{"metros cúbicos"}
680                one{"{0} metro cúbico"}
681                other{"{0} metros cúbicos"}
682                per{"{0} por metro cúbico"}
683            }
684            cubic-mile{
685                dnam{"milhas cúbicas"}
686                one{"{0} milha cúbica"}
687                other{"{0} milhas cúbicas"}
688            }
689            cubic-yard{
690                dnam{"jardas cúbicas"}
691                one{"{0} jarda cúbica"}
692                other{"{0} jardas cúbicas"}
693            }
694            cup{
695                dnam{"xícaras"}
696                one{"{0} xícara"}
697                other{"{0} xícaras"}
698            }
699            cup-metric{
700                dnam{"xícaras métricas"}
701                one{"{0} xícara métrica"}
702                other{"{0} xícaras métricas"}
703            }
704            deciliter{
705                dnam{"decilitros"}
706                one{"{0} decilitro"}
707                other{"{0} decilitros"}
708            }
709            fluid-ounce{
710                dnam{"onças fluidas"}
711                one{"{0} onça fluida"}
712                other{"{0} onças fluidas"}
713            }
714            gallon{
715                dnam{"galões"}
716                one{"{0} galão"}
717                other{"{0} galões"}
718                per{"{0} por galão"}
719            }
720            gallon-imperial{
721                dnam{"galões imperiais"}
722                one{"{0} galão imperial"}
723                other{"{0} galões imperiais"}
724                per{"{0} por galão imperial"}
725            }
726            hectoliter{
727                dnam{"hectolitros"}
728                one{"{0} hectolitro"}
729                other{"{0} hectolitros"}
730            }
731            liter{
732                dnam{"litros"}
733                one{"{0} litro"}
734                other{"{0} litros"}
735                per{"{0} por litro"}
736            }
737            megaliter{
738                dnam{"megalitros"}
739                one{"{0} megalitro"}
740                other{"{0} megalitros"}
741            }
742            milliliter{
743                dnam{"mililitros"}
744                one{"{0} mililitro"}
745                other{"{0} mililitros"}
746            }
747            pint{
748                dnam{"pints"}
749                one{"{0} pint"}
750                other{"{0} pints"}
751            }
752            pint-metric{
753                dnam{"pints métricos"}
754                one{"{0} pint métrico"}
755                other{"{0} pints métricos"}
756            }
757            quart{
758                dnam{"quartos"}
759                one{"{0} quarto"}
760                other{"{0} quartos"}
761            }
762            tablespoon{
763                dnam{"colheres de sopa"}
764                one{"{0} colher de sopa"}
765                other{"{0} colheres de sopa"}
766            }
767            teaspoon{
768                dnam{"colheres de chá"}
769                one{"{0} colher de chá"}
770                other{"{0} colheres de chá"}
771            }
772        }
773    }
774    unitsNarrow{
775        acceleration{
776            g-force{
777                dnam{"força g"}
778                one{"{0} G"}
779                other{"{0} G"}
780            }
781            meter-per-second-squared{
782                dnam{"m/s²"}
783                one{"{0} m/s²"}
784                other{"{0} m/s²"}
785            }
786        }
787        angle{
788            arc-minute{
789                one{"{0}'"}
790                other{"{0}'"}
791            }
792            arc-second{
793                one{"{0}\u0022"}
794                other{"{0}\u0022"}
795            }
796            degree{
797                one{"{0}°"}
798                other{"{0}°"}
799            }
800        }
801        area{
802            acre{
803                one{"{0} acre"}
804                other{"{0} acres"}
805            }
806            hectare{
807                one{"{0} ha"}
808                other{"{0} ha"}
809            }
810            square-foot{
811                one{"{0} ft²"}
812                other{"{0} ft²"}
813            }
814            square-kilometer{
815                one{"{0} km²"}
816                other{"{0} km²"}
817            }
818            square-meter{
819                one{"{0} m²"}
820                other{"{0} m²"}
821            }
822            square-mile{
823                one{"{0} mi²"}
824                other{"{0} mi²"}
825            }
826        }
827        compound{
828            per{"{0}/{1}"}
829        }
830        concentr{
831            percent{
832                dnam{"%"}
833                one{"{0}%"}
834                other{"{0}%"}
835            }
836        }
837        consumption{
838            liter-per-100kilometers{
839                dnam{"l/100 km"}
840                one{"{0} l/100 km"}
841                other{"{0} l/100 km"}
842            }
843        }
844        coordinate{
845            dnam{"direção"}
846            east{"{0}E"}
847            north{"{0}N"}
848            south{"{0}S"}
849            west{"{0}O"}
850        }
851        duration{
852            century{
853                dnam{"séc."}
854                one{"{0} séc."}
855                other{"{0} sécs."}
856            }
857            day{
858                dnam{"dia"}
859                one{"{0} dia"}
860                other{"{0} dias"}
861                per{"{0}/dia"}
862            }
863            hour{
864                dnam{"hora"}
865                one{"{0} h"}
866                other{"{0} h"}
867                per{"{0}/h"}
868            }
869            microsecond{
870                dnam{"μs"}
871                one{"{0} μs"}
872                other{"{0} μs"}
873            }
874            millisecond{
875                dnam{"ms"}
876                one{"{0} ms"}
877                other{"{0} ms"}
878            }
879            minute{
880                dnam{"min"}
881                one{"{0} min"}
882                other{"{0} min"}
883                per{"{0}/min"}
884            }
885            month{
886                dnam{"mês"}
887                one{"{0} mês"}
888                other{"{0} meses"}
889                per{"{0}/mês"}
890            }
891            nanosecond{
892                dnam{"ns"}
893                one{"{0} ns"}
894                other{"{0} ns"}
895            }
896            second{
897                dnam{"seg"}
898                one{"{0} s"}
899                other{"{0} s"}
900                per{"{0}/seg"}
901            }
902            week{
903                dnam{"sem."}
904                one{"{0} sem."}
905                other{"{0} sem."}
906                per{"{0}/sem."}
907            }
908            year{
909                dnam{"ano"}
910                one{"{0} ano"}
911                other{"{0} anos"}
912                per{"{0}/ano"}
913            }
914        }
915        length{
916            astronomical-unit{
917                dnam{"ua"}
918                one{"{0} ua"}
919                other{"{0} ua"}
920            }
921            centimeter{
922                dnam{"cm"}
923                one{"{0} cm"}
924                other{"{0} cm"}
925                per{"{0}/cm"}
926            }
927            decimeter{
928                dnam{"dm"}
929                one{"{0} dm"}
930                other{"{0} dm"}
931            }
932            fathom{
933                dnam{"braça"}
934                one{"{0} bça."}
935                other{"{0} bça."}
936            }
937            foot{
938                dnam{"pés"}
939                one{"{0} pé"}
940                other{"{0} pés"}
941                per{"{0}/pé"}
942            }
943            furlong{
944                dnam{"furlong"}
945                one{"{0} fur"}
946                other{"{0} fur"}
947            }
948            inch{
949                dnam{"pol."}
950                one{"{0}″"}
951                other{"{0}″"}
952                per{"{0}/pol."}
953            }
954            kilometer{
955                dnam{"km"}
956                one{"{0} km"}
957                other{"{0} km"}
958                per{"{0}/km"}
959            }
960            light-year{
961                dnam{"anos-luz"}
962                one{"{0} ano-luz"}
963                other{"{0} anos-luz"}
964            }
965            meter{
966                dnam{"metro"}
967                one{"{0} m"}
968                other{"{0} m"}
969                per{"{0}/m"}
970            }
971            micrometer{
972                dnam{"µm"}
973                one{"{0} µm"}
974                other{"{0} µm"}
975            }
976            mile{
977                dnam{"mi"}
978                one{"{0} milha"}
979                other{"{0} milhas"}
980            }
981            mile-scandinavian{
982                dnam{"smi"}
983                one{"{0} smi"}
984                other{"{0} smi"}
985            }
986            millimeter{
987                dnam{"mm"}
988                one{"{0} mm"}
989                other{"{0} mm"}
990            }
991            nanometer{
992                dnam{"nm"}
993                one{"{0} nm"}
994                other{"{0} nm"}
995            }
996            nautical-mile{
997                dnam{"mn"}
998                one{"{0} mn"}
999                other{"{0} mn"}
1000            }
1001            parsec{
1002                dnam{"parsec"}
1003                one{"{0} pc"}
1004                other{"{0} pc"}
1005            }
1006            picometer{
1007                dnam{"pm"}
1008                one{"{0} pm"}
1009                other{"{0} pm"}
1010            }
1011            point{
1012                dnam{"pt"}
1013                one{"{0} pt"}
1014                other{"{0} pt"}
1015            }
1016            yard{
1017                dnam{"yd"}
1018                one{"{0} yd"}
1019                other{"{0} yd"}
1020            }
1021        }
1022        mass{
1023            carat{
1024                dnam{"quilate"}
1025                one{"{0} ql"}
1026                other{"{0} ql"}
1027            }
1028            gram{
1029                dnam{"grama"}
1030                one{"{0} g"}
1031                other{"{0} g"}
1032                per{"{0}/g"}
1033            }
1034            kilogram{
1035                dnam{"kg"}
1036                one{"{0} kg"}
1037                other{"{0} kg"}
1038                per{"{0}/kg"}
1039            }
1040            metric-ton{
1041                dnam{"t"}
1042                one{"{0} t"}
1043                other{"{0} t"}
1044            }
1045            microgram{
1046                dnam{"µg"}
1047                one{"{0} µg"}
1048                other{"{0} µg"}
1049            }
1050            milligram{
1051                dnam{"mg"}
1052                one{"{0} mg"}
1053                other{"{0} mg"}
1054            }
1055            ounce{
1056                dnam{"oz"}
1057                one{"{0} oz"}
1058                other{"{0} oz"}
1059                per{"{0}/oz"}
1060            }
1061            ounce-troy{
1062                dnam{"oz t"}
1063                one{"{0} oz t"}
1064                other{"{0} oz t"}
1065            }
1066            pound{
1067                dnam{"lb"}
1068                one{"{0} lb"}
1069                other{"{0} lb"}
1070                per{"{0}/lb"}
1071            }
1072            stone{
1073                dnam{"stone"}
1074                one{"{0} st"}
1075                other{"{0} st"}
1076            }
1077            ton{
1078                dnam{"ton"}
1079                one{"{0} tn"}
1080                other{"{0} tn"}
1081            }
1082        }
1083        power{
1084            horsepower{
1085                one{"{0} cv"}
1086                other{"{0} cv"}
1087            }
1088            kilowatt{
1089                one{"{0} kW"}
1090                other{"{0} kW"}
1091            }
1092            watt{
1093                one{"{0} W"}
1094                other{"{0} W"}
1095            }
1096        }
1097        pressure{
1098            hectopascal{
1099                dnam{"hPa"}
1100                one{"{0} hPa"}
1101                other{"{0} hPa"}
1102            }
1103            inch-hg{
1104                dnam{"inHg"}
1105                one{"{0}\u0022 Hg"}
1106                other{"{0}\u0022 Hg"}
1107            }
1108            millibar{
1109                dnam{"mbar"}
1110                one{"{0} mb"}
1111                other{"{0} mb"}
1112            }
1113            millimeter-of-mercury{
1114                dnam{"mmHg"}
1115                one{"{0} mmHg"}
1116                other{"{0} mmHg"}
1117            }
1118            pound-per-square-inch{
1119                dnam{"psi"}
1120                one{"{0} psi"}
1121                other{"{0} psi"}
1122            }
1123        }
1124        speed{
1125            kilometer-per-hour{
1126                dnam{"km/h"}
1127                one{"{0} km/h"}
1128                other{"{0} km/h"}
1129            }
1130            knot{
1131                dnam{"nó"}
1132                one{"{0} nó"}
1133                other{"{0} nós"}
1134            }
1135            meter-per-second{
1136                dnam{"m/s"}
1137                one{"{0} m/s"}
1138                other{"{0} m/s"}
1139            }
1140            mile-per-hour{
1141                dnam{"mi/h"}
1142                one{"{0} mi/h"}
1143                other{"{0} mi/h"}
1144            }
1145        }
1146        temperature{
1147            celsius{
1148                dnam{"°C"}
1149                one{"{0} °C"}
1150                other{"{0} °C"}
1151            }
1152            fahrenheit{
1153                dnam{"°F"}
1154                one{"{0}°F"}
1155                other{"{0}°F"}
1156            }
1157            generic{
1158                dnam{"°"}
1159                one{"{0}°"}
1160                other{"{0}°"}
1161            }
1162            kelvin{
1163                dnam{"K"}
1164                one{"{0} K"}
1165                other{"{0} K"}
1166            }
1167        }
1168        volume{
1169            cubic-kilometer{
1170                one{"{0} km³"}
1171                other{"{0} km³"}
1172            }
1173            cubic-mile{
1174                one{"{0} mi³"}
1175                other{"{0} mi³"}
1176            }
1177            liter{
1178                dnam{"litro"}
1179                one{"{0} l"}
1180                other{"{0} l"}
1181            }
1182        }
1183    }
1184    unitsShort{
1185        acceleration{
1186            g-force{
1187                dnam{"força g"}
1188                one{"{0} G"}
1189                other{"{0} G"}
1190            }
1191            meter-per-second-squared{
1192                dnam{"metros/seg²"}
1193                one{"{0} m/s²"}
1194                other{"{0} m/s²"}
1195            }
1196        }
1197        angle{
1198            arc-minute{
1199                dnam{"arcmins"}
1200                one{"{0} arcmin"}
1201                other{"{0} arcmins"}
1202            }
1203            arc-second{
1204                dnam{"arcsegs"}
1205                one{"{0} arcseg"}
1206                other{"{0} arcsegs"}
1207            }
1208            degree{
1209                dnam{"graus"}
1210                one{"{0}°"}
1211                other{"{0}°"}
1212            }
1213            radian{
1214                dnam{"radianos"}
1215                one{"{0} rad"}
1216                other{"{0} rad"}
1217            }
1218            revolution{
1219                dnam{"rev"}
1220                one{"{0} rev"}
1221                other{"{0} rev"}
1222            }
1223        }
1224        area{
1225            acre{
1226                dnam{"acres"}
1227                one{"{0} ac"}
1228                other{"{0} ac"}
1229            }
1230            hectare{
1231                dnam{"hectares"}
1232                one{"{0} ha"}
1233                other{"{0} ha"}
1234            }
1235            square-centimeter{
1236                dnam{"cm²"}
1237                one{"{0} cm²"}
1238                other{"{0} cm²"}
1239                per{"{0} por cm²"}
1240            }
1241            square-foot{
1242                dnam{"pés²"}
1243                one{"{0} ft²"}
1244                other{"{0} ft²"}
1245            }
1246            square-inch{
1247                dnam{"polegadas²"}
1248                one{"{0} pol²"}
1249                other{"{0} pol²"}
1250                per{"{0} por pol²"}
1251            }
1252            square-kilometer{
1253                dnam{"km²"}
1254                one{"{0} km²"}
1255                other{"{0} km²"}
1256                per{"{0}/km²"}
1257            }
1258            square-meter{
1259                dnam{"metros²"}
1260                one{"{0} m²"}
1261                other{"{0} m²"}
1262                per{"{0} por m²"}
1263            }
1264            square-mile{
1265                dnam{"milhas²"}
1266                one{"{0} mi²"}
1267                other{"{0} mi²"}
1268                per{"{0}/mi²"}
1269            }
1270            square-yard{
1271                dnam{"jardas²"}
1272                one{"{0} yd²"}
1273                other{"{0} yd²"}
1274            }
1275        }
1276        compound{
1277            per{"{0}/{1}"}
1278        }
1279        concentr{
1280            karat{
1281                dnam{"kilates"}
1282                one{"{0} k"}
1283                other{"{0} k"}
1284            }
1285            milligram-per-deciliter{
1286                dnam{"mg/dl"}
1287                one{"{0} mg/dl"}
1288                other{"{0} mg/dl"}
1289            }
1290            millimole-per-liter{
1291                dnam{"milimol/litro"}
1292                one{"{0} mmol/l"}
1293                other{"{0} mmol/l"}
1294            }
1295            part-per-million{
1296                dnam{"partes/milhão"}
1297                one{"{0} ppm"}
1298                other{"{0} ppm"}
1299            }
1300            percent{
1301                dnam{"por cento"}
1302                one{"{0}%"}
1303                other{"{0}%"}
1304            }
1305            permille{
1306                dnam{"por mil"}
1307                one{"{0}‰"}
1308                other{"{0}‰"}
1309            }
1310        }
1311        consumption{
1312            liter-per-100kilometers{
1313                dnam{"l/100 km"}
1314                one{"{0} l/100 km"}
1315                other{"{0} l/100 km"}
1316            }
1317            liter-per-kilometer{
1318                dnam{"litros/km"}
1319                one{"{0} l/km"}
1320                other{"{0} l/km"}
1321            }
1322            mile-per-gallon{
1323                dnam{"milhas/gal"}
1324                one{"{0} mpg"}
1325                other{"{0} mpg"}
1326            }
1327            mile-per-gallon-imperial{
1328                dnam{"milhas/gal. imp."}
1329                one{"{0} mpg imp."}
1330                other{"{0} mpg imp."}
1331            }
1332        }
1333        coordinate{
1334            dnam{"direção"}
1335            east{"{0}E"}
1336            north{"{0}N"}
1337            south{"{0}S"}
1338            west{"{0}O"}
1339        }
1340        digital{
1341            bit{
1342                dnam{"bit"}
1343                one{"{0} bit"}
1344                other{"{0} bit"}
1345            }
1346            byte{
1347                dnam{"byte"}
1348                one{"{0} byte"}
1349                other{"{0} byte"}
1350            }
1351            gigabit{
1352                dnam{"Gbit"}
1353                one{"{0} Gb"}
1354                other{"{0} Gb"}
1355            }
1356            gigabyte{
1357                dnam{"GByte"}
1358                one{"{0} GB"}
1359                other{"{0} GB"}
1360            }
1361            kilobit{
1362                dnam{"kbit"}
1363                one{"{0} kb"}
1364                other{"{0} kb"}
1365            }
1366            kilobyte{
1367                dnam{"kByte"}
1368                one{"{0} kB"}
1369                other{"{0} kB"}
1370            }
1371            megabit{
1372                dnam{"Mbit"}
1373                one{"{0} Mb"}
1374                other{"{0} Mb"}
1375            }
1376            megabyte{
1377                dnam{"MByte"}
1378                one{"{0} MB"}
1379                other{"{0} MB"}
1380            }
1381            petabyte{
1382                dnam{"PByte"}
1383                one{"{0} PB"}
1384                other{"{0} PB"}
1385            }
1386            terabit{
1387                dnam{"Tbit"}
1388                one{"{0} Tb"}
1389                other{"{0} Tb"}
1390            }
1391            terabyte{
1392                dnam{"TByte"}
1393                one{"{0} TB"}
1394                other{"{0} TB"}
1395            }
1396        }
1397        duration{
1398            century{
1399                dnam{"séc."}
1400                one{"{0} séc."}
1401                other{"{0} sécs."}
1402            }
1403            day{
1404                dnam{"dias"}
1405                one{"{0} dia"}
1406                other{"{0} dias"}
1407                per{"{0}/dia"}
1408            }
1409            hour{
1410                dnam{"horas"}
1411                one{"{0} h"}
1412                other{"{0} h"}
1413                per{"{0}/h"}
1414            }
1415            microsecond{
1416                dnam{"μs"}
1417                one{"{0} μs"}
1418                other{"{0} μs"}
1419            }
1420            millisecond{
1421                dnam{"milissegundos"}
1422                one{"{0} ms"}
1423                other{"{0} ms"}
1424            }
1425            minute{
1426                dnam{"min"}
1427                one{"{0} min"}
1428                other{"{0} min"}
1429                per{"{0}/min"}
1430            }
1431            month{
1432                dnam{"meses"}
1433                one{"{0} mês"}
1434                other{"{0} meses"}
1435                per{"{0}/mês"}
1436            }
1437            nanosecond{
1438                dnam{"ns"}
1439                one{"{0} ns"}
1440                other{"{0} ns"}
1441            }
1442            second{
1443                dnam{"seg"}
1444                one{"{0} seg"}
1445                other{"{0} seg"}
1446                per{"{0}/s"}
1447            }
1448            week{
1449                dnam{"semanas"}
1450                one{"{0} sem."}
1451                other{"{0} sem."}
1452                per{"{0}/sem."}
1453            }
1454            year{
1455                dnam{"anos"}
1456                one{"{0} ano"}
1457                other{"{0} anos"}
1458                per{"{0}/ano"}
1459            }
1460        }
1461        electric{
1462            ampere{
1463                dnam{"amps"}
1464                one{"{0} A"}
1465                other{"{0} A"}
1466            }
1467            milliampere{
1468                dnam{"miliamps"}
1469                one{"{0} mA"}
1470                other{"{0} mA"}
1471            }
1472            ohm{
1473                dnam{"ohms"}
1474                one{"{0} Ω"}
1475                other{"{0} Ω"}
1476            }
1477            volt{
1478                dnam{"volts"}
1479                one{"{0} V"}
1480                other{"{0} V"}
1481            }
1482        }
1483        energy{
1484            calorie{
1485                dnam{"cal"}
1486                one{"{0} cal"}
1487                other{"{0} cal"}
1488            }
1489            foodcalorie{
1490                dnam{"Cal"}
1491                one{"{0} Cal"}
1492                other{"{0} Cal"}
1493            }
1494            joule{
1495                dnam{"joules"}
1496                one{"{0} J"}
1497                other{"{0} J"}
1498            }
1499            kilocalorie{
1500                dnam{"kcal"}
1501                one{"{0} kcal"}
1502                other{"{0} kcal"}
1503            }
1504            kilojoule{
1505                dnam{"quilojoule"}
1506                one{"{0} kJ"}
1507                other{"{0} kJ"}
1508            }
1509            kilowatt-hour{
1510                dnam{"kW-hora"}
1511                one{"{0} kWh"}
1512                other{"{0} kWh"}
1513            }
1514        }
1515        frequency{
1516            gigahertz{
1517                dnam{"GHz"}
1518                one{"{0} GHz"}
1519                other{"{0} GHz"}
1520            }
1521            hertz{
1522                dnam{"Hz"}
1523                one{"{0} Hz"}
1524                other{"{0} Hz"}
1525            }
1526            kilohertz{
1527                dnam{"kHz"}
1528                one{"{0} kHz"}
1529                other{"{0} kHz"}
1530            }
1531            megahertz{
1532                dnam{"MHz"}
1533                one{"{0} MHz"}
1534                other{"{0} MHz"}
1535            }
1536        }
1537        length{
1538            astronomical-unit{
1539                dnam{"ua"}
1540                one{"{0} ua"}
1541                other{"{0} ua"}
1542            }
1543            centimeter{
1544                dnam{"cm"}
1545                one{"{0} cm"}
1546                other{"{0} cm"}
1547                per{"{0}/cm"}
1548            }
1549            decimeter{
1550                dnam{"dm"}
1551                one{"{0} dm"}
1552                other{"{0} dm"}
1553            }
1554            fathom{
1555                dnam{"braças"}
1556                one{"{0} bça."}
1557                other{"{0} bça."}
1558            }
1559            foot{
1560                dnam{"pés"}
1561                one{"{0} pé"}
1562                other{"{0} pés"}
1563                per{"{0}/pé"}
1564            }
1565            furlong{
1566                dnam{"furlongs"}
1567                one{"{0} fur"}
1568                other{"{0} fur"}
1569            }
1570            inch{
1571                dnam{"pol."}
1572                one{"{0} pol."}
1573                other{"{0} pol."}
1574                per{"{0}/pol."}
1575            }
1576            kilometer{
1577                dnam{"km"}
1578                one{"{0} km"}
1579                other{"{0} km"}
1580                per{"{0}/km"}
1581            }
1582            light-year{
1583                dnam{"anos-luz"}
1584                one{"{0} ano-luz"}
1585                other{"{0} anos-luz"}
1586            }
1587            meter{
1588                dnam{"metros"}
1589                one{"{0} m"}
1590                other{"{0} m"}
1591                per{"{0}/m"}
1592            }
1593            micrometer{
1594                dnam{"µm"}
1595                one{"{0} µm"}
1596                other{"{0} µm"}
1597            }
1598            mile{
1599                dnam{"milhas"}
1600                one{"{0} mi"}
1601                other{"{0} mi"}
1602            }
1603            mile-scandinavian{
1604                dnam{"smi"}
1605                one{"{0} smi"}
1606                other{"{0} smi"}
1607            }
1608            millimeter{
1609                dnam{"mm"}
1610                one{"{0} mm"}
1611                other{"{0} mm"}
1612            }
1613            nanometer{
1614                dnam{"nm"}
1615                one{"{0} nm"}
1616                other{"{0} nm"}
1617            }
1618            nautical-mile{
1619                dnam{"mn"}
1620                one{"{0} mn"}
1621                other{"{0} mn"}
1622            }
1623            parsec{
1624                dnam{"parsecs"}
1625                one{"{0} pc"}
1626                other{"{0} pc"}
1627            }
1628            picometer{
1629                dnam{"pm"}
1630                one{"{0} pm"}
1631                other{"{0} pm"}
1632            }
1633            point{
1634                dnam{"pontos"}
1635                one{"{0} pt"}
1636                other{"{0} pt"}
1637            }
1638            yard{
1639                dnam{"jardas"}
1640                one{"{0} yd"}
1641                other{"{0} yd"}
1642            }
1643        }
1644        light{
1645            lux{
1646                dnam{"lux"}
1647                one{"{0} lx"}
1648                other{"{0} lx"}
1649            }
1650        }
1651        mass{
1652            carat{
1653                dnam{"quilates"}
1654                one{"{0} ql"}
1655                other{"{0} ql"}
1656            }
1657            gram{
1658                dnam{"gramas"}
1659                one{"{0} g"}
1660                other{"{0} g"}
1661                per{"{0}/g"}
1662            }
1663            kilogram{
1664                dnam{"kg"}
1665                one{"{0} kg"}
1666                other{"{0} kg"}
1667                per{"{0}/kg"}
1668            }
1669            metric-ton{
1670                dnam{"t"}
1671                one{"{0} t"}
1672                other{"{0} t"}
1673            }
1674            microgram{
1675                dnam{"µg"}
1676                one{"{0} µg"}
1677                other{"{0} µg"}
1678            }
1679            milligram{
1680                dnam{"mg"}
1681                one{"{0} mg"}
1682                other{"{0} mg"}
1683            }
1684            ounce{
1685                dnam{"oz"}
1686                one{"{0} oz"}
1687                other{"{0} oz"}
1688                per{"{0}/oz"}
1689            }
1690            ounce-troy{
1691                dnam{"oz troy"}
1692                one{"{0} oz t"}
1693                other{"{0} oz t"}
1694            }
1695            pound{
1696                dnam{"libras"}
1697                one{"{0} lb"}
1698                other{"{0} lb"}
1699                per{"{0}/lb"}
1700            }
1701            stone{
1702                dnam{"stones"}
1703                one{"{0} st"}
1704                other{"{0} st"}
1705            }
1706            ton{
1707                dnam{"toneladas"}
1708                one{"{0} tn"}
1709                other{"{0} tn"}
1710            }
1711        }
1712        power{
1713            gigawatt{
1714                dnam{"GW"}
1715                one{"{0} GW"}
1716                other{"{0} GW"}
1717            }
1718            horsepower{
1719                dnam{"cv"}
1720                one{"{0} cv"}
1721                other{"{0} cv"}
1722            }
1723            kilowatt{
1724                dnam{"kW"}
1725                one{"{0} kW"}
1726                other{"{0} kW"}
1727            }
1728            megawatt{
1729                dnam{"MW"}
1730                one{"{0} MW"}
1731                other{"{0} MW"}
1732            }
1733            milliwatt{
1734                dnam{"mW"}
1735                one{"{0} mW"}
1736                other{"{0} mW"}
1737            }
1738            watt{
1739                dnam{"watts"}
1740                one{"{0} W"}
1741                other{"{0} W"}
1742            }
1743        }
1744        pressure{
1745            atmosphere{
1746                dnam{"atm"}
1747                one{"{0} atm"}
1748                other{"{0} atm"}
1749            }
1750            hectopascal{
1751                dnam{"hPa"}
1752                one{"{0} hPa"}
1753                other{"{0} hPa"}
1754            }
1755            inch-hg{
1756                dnam{"inHg"}
1757                one{"{0} inHg"}
1758                other{"{0} inHg"}
1759            }
1760            millibar{
1761                dnam{"mbar"}
1762                one{"{0} mbar"}
1763                other{"{0} mbar"}
1764            }
1765            millimeter-of-mercury{
1766                dnam{"mmHg"}
1767                one{"{0} mmHg"}
1768                other{"{0} mmHg"}
1769            }
1770            pound-per-square-inch{
1771                dnam{"psi"}
1772                one{"{0} psi"}
1773                other{"{0} psi"}
1774            }
1775        }
1776        speed{
1777            kilometer-per-hour{
1778                dnam{"km/h"}
1779                one{"{0} km/h"}
1780                other{"{0} km/h"}
1781            }
1782            knot{
1783                dnam{"nó"}
1784                one{"{0} nó"}
1785                other{"{0} nós"}
1786            }
1787            meter-per-second{
1788                dnam{"metros/seg"}
1789                one{"{0} m/s"}
1790                other{"{0} m/s"}
1791            }
1792            mile-per-hour{
1793                dnam{"milhas/hora"}
1794                one{"{0} mph"}
1795                other{"{0} mph"}
1796            }
1797        }
1798        temperature{
1799            celsius{
1800                dnam{"graus C"}
1801                one{"{0} °C"}
1802                other{"{0} °C"}
1803            }
1804            fahrenheit{
1805                dnam{"graus F"}
1806                one{"{0} °F"}
1807                other{"{0} °F"}
1808            }
1809            generic{
1810                dnam{"°"}
1811                one{"{0}°"}
1812                other{"{0}°"}
1813            }
1814            kelvin{
1815                dnam{"K"}
1816                one{"{0} K"}
1817                other{"{0} K"}
1818            }
1819        }
1820        volume{
1821            acre-foot{
1822                dnam{"acre-pés"}
1823                one{"{0} acre-pé"}
1824                other{"{0} acre-pés"}
1825            }
1826            centiliter{
1827                dnam{"cl"}
1828                one{"{0} cl"}
1829                other{"{0} cl"}
1830            }
1831            cubic-centimeter{
1832                dnam{"cm³"}
1833                one{"{0} cm³"}
1834                other{"{0} cm³"}
1835                per{"{0}/cm³"}
1836            }
1837            cubic-foot{
1838                dnam{"pés³"}
1839                one{"{0} ft³"}
1840                other{"{0} ft³"}
1841            }
1842            cubic-inch{
1843                dnam{"polegadas³"}
1844                one{"{0} pol³"}
1845                other{"{0} pol³"}
1846            }
1847            cubic-kilometer{
1848                dnam{"km³"}
1849                one{"{0} km³"}
1850                other{"{0} km³"}
1851            }
1852            cubic-meter{
1853                dnam{"m³"}
1854                one{"{0} m³"}
1855                other{"{0} m³"}
1856                per{"{0}/m³"}
1857            }
1858            cubic-mile{
1859                dnam{"mi³"}
1860                one{"{0} mi³"}
1861                other{"{0} mi³"}
1862            }
1863            cubic-yard{
1864                dnam{"jardas³"}
1865                one{"{0} yd³"}
1866                other{"{0} yd³"}
1867            }
1868            cup{
1869                dnam{"xícaras"}
1870                one{"{0} xíc."}
1871                other{"{0} xíc."}
1872            }
1873            cup-metric{
1874                dnam{"xícm"}
1875                one{"{0} xícm"}
1876                other{"{0} xícm"}
1877            }
1878            deciliter{
1879                dnam{"dl"}
1880                one{"{0} dl"}
1881                other{"{0} dl"}
1882            }
1883            fluid-ounce{
1884                dnam{"fl oz"}
1885                one{"{0} fl oz"}
1886                other{"{0} fl oz"}
1887            }
1888            gallon{
1889                dnam{"gal"}
1890                one{"{0} gal"}
1891                other{"{0} gal"}
1892                per{"{0}/gal"}
1893            }
1894            gallon-imperial{
1895                dnam{"gal. imp."}
1896                one{"{0} gal. imp."}
1897                other{"{0} gal. imp."}
1898                per{"{0}/gal. imp."}
1899            }
1900            hectoliter{
1901                dnam{"hl"}
1902                one{"{0} hl"}
1903                other{"{0} hl"}
1904            }
1905            liter{
1906                dnam{"litros"}
1907                one{"{0} l"}
1908                other{"{0} l"}
1909                per{"{0}/l"}
1910            }
1911            megaliter{
1912                dnam{"ML"}
1913                one{"{0} ML"}
1914                other{"{0} ML"}
1915            }
1916            milliliter{
1917                dnam{"ml"}
1918                one{"{0} ml"}
1919                other{"{0} ml"}
1920            }
1921            pint{
1922                dnam{"pints"}
1923                one{"{0} pt"}
1924                other{"{0} pt"}
1925            }
1926            pint-metric{
1927                dnam{"ptm"}
1928                one{"{0} ptm"}
1929                other{"{0} ptm"}
1930            }
1931            quart{
1932                dnam{"qts"}
1933                one{"{0} qt"}
1934                other{"{0} qt"}
1935            }
1936            tablespoon{
1937                dnam{"CS"}
1938                one{"{0} CS"}
1939                other{"{0} CS"}
1940            }
1941            teaspoon{
1942                dnam{"cc"}
1943                one{"{0} cc"}
1944                other{"{0} cc"}
1945            }
1946        }
1947    }
1948}
1949