• 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
3ca{
4    Version{"36.1"}
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{"metres per segon al quadrat"}
19                one{"{0} metre per segon al quadrat"}
20                other{"{0} metres per segon al quadrat"}
21            }
22        }
23        angle{
24            arc-minute{
25                dnam{"minuts d’arc"}
26                one{"{0} minut d’arc"}
27                other{"{0} minuts d’arc"}
28            }
29            arc-second{
30                dnam{"segons d’arc"}
31                one{"{0} segon d’arc"}
32                other{"{0} segons d’arc"}
33            }
34            degree{
35                dnam{"graus"}
36                one{"{0} grau"}
37                other{"{0} graus"}
38            }
39            radian{
40                dnam{"radiants"}
41                one{"{0} radiant"}
42                other{"{0} radiants"}
43            }
44            revolution{
45                dnam{"revolució"}
46                one{"{0} revolució"}
47                other{"{0} revolucions"}
48            }
49        }
50        area{
51            acre{
52                dnam{"acres"}
53                one{"{0} acre"}
54                other{"{0} acres"}
55            }
56            dunam{
57                dnam{"dunams"}
58                one{"{0} dunam"}
59                other{"{0} dunams"}
60            }
61            hectare{
62                dnam{"hectàrees"}
63                one{"{0} hectàrea"}
64                other{"{0} hectàrees"}
65            }
66            square-centimeter{
67                dnam{"centímetres quadrats"}
68                one{"{0} centímetre quadrat"}
69                other{"{0} centímetres quadrats"}
70                per{"{0} per centímetre quadrat"}
71            }
72            square-foot{
73                dnam{"peus quadrats"}
74                one{"{0} peu quadrat"}
75                other{"{0} peus quadrats"}
76            }
77            square-inch{
78                dnam{"polzades quadrades"}
79                one{"{0} polzada quadrada"}
80                other{"{0} polzades quadrades"}
81                per{"{0} per polzada quadrada"}
82            }
83            square-kilometer{
84                dnam{"quilòmetres quadrats"}
85                one{"{0} quilòmetre quadrat"}
86                other{"{0} quilòmetres quadrats"}
87                per{"{0} per quilòmetre quadrat"}
88            }
89            square-meter{
90                dnam{"metres quadrats"}
91                one{"{0} metre quadrat"}
92                other{"{0} metres quadrats"}
93                per{"{0} per metre quadrat"}
94            }
95            square-mile{
96                dnam{"milles quadrades"}
97                one{"{0} milla quadrada"}
98                other{"{0} milles quadrades"}
99                per{"{0} per milla quadrada"}
100            }
101            square-yard{
102                dnam{"iardes quadrades"}
103                one{"{0} iarda quadrada"}
104                other{"{0} iardes quadrades"}
105            }
106        }
107        compound{
108            per{"{0} per {1}"}
109        }
110        concentr{
111            karat{
112                dnam{"quirats"}
113                one{"{0} quirat"}
114                other{"{0} quirats"}
115            }
116            milligram-per-deciliter{
117                dnam{"mil·ligrams per decilitre"}
118                one{"{0} mil·ligram per decilitre"}
119                other{"{0} mil·ligrams per decilitre"}
120            }
121            millimole-per-liter{
122                dnam{"mil·limols per litre"}
123                one{"{0} mil·limol per litre"}
124                other{"{0} mil·limols per litre"}
125            }
126            mole{
127                dnam{"mols"}
128                one{"{0} mol"}
129                other{"{0} mols"}
130            }
131            part-per-million{
132                dnam{"parts per milió"}
133                one{"{0} part per milió"}
134                other{"{0} parts per milió"}
135            }
136            percent{
137                dnam{"per cent"}
138                one{"{0} per cent"}
139                other{"{0} per cent"}
140            }
141            permille{
142                dnam{"per mil"}
143                one{"{0} per mil"}
144                other{"{0} per mil"}
145            }
146            permyriad{
147                dnam{"per deu mil"}
148                one{"{0} per deu mil"}
149                other{"{0} per deu mil"}
150            }
151        }
152        consumption{
153            liter-per-100kilometers{
154                dnam{"litres per 100 quilòmetres"}
155                one{"{0} litre per 100 quilòmetres"}
156                other{"{0} litres per 100 quilòmetres"}
157            }
158            liter-per-kilometer{
159                dnam{"litres per quilòmetre"}
160                one{"{0} litre per quilòmetre"}
161                other{"{0} litres per quilòmetre"}
162            }
163            mile-per-gallon{
164                dnam{"milles per galó"}
165                one{"{0} milla per galó"}
166                other{"{0} milles per galó"}
167            }
168            mile-per-gallon-imperial{
169                dnam{"milles per galó imperial"}
170                one{"{0} milla per galó imperial"}
171                other{"{0} milles per galó imperial"}
172            }
173        }
174        coordinate{
175            dnam{"punt cardinal"}
176            east{"{0} est"}
177            north{"{0} nord"}
178            south{"{0} sud"}
179            west{"{0} oest"}
180        }
181        digital{
182            bit{
183                dnam{"bits"}
184                one{"{0} bit"}
185                other{"{0} bits"}
186            }
187            byte{
188                dnam{"bytes"}
189                one{"{0} byte"}
190                other{"{0} bytes"}
191            }
192            gigabit{
193                dnam{"gigabits"}
194                one{"{0} gigabit"}
195                other{"{0} gigabits"}
196            }
197            gigabyte{
198                dnam{"gigabytes"}
199                one{"{0} gigabyte"}
200                other{"{0} gigabytes"}
201            }
202            kilobit{
203                dnam{"quilobits"}
204                one{"{0} quilobit"}
205                other{"{0} quilobits"}
206            }
207            kilobyte{
208                dnam{"quilobytes"}
209                one{"{0} quilobyte"}
210                other{"{0} quilobytes"}
211            }
212            megabit{
213                dnam{"megabits"}
214                one{"{0} megabit"}
215                other{"{0} megabits"}
216            }
217            megabyte{
218                dnam{"megabytes"}
219                one{"{0} megabyte"}
220                other{"{0} megabytes"}
221            }
222            petabyte{
223                dnam{"petabytes"}
224                one{"{0} petabyte"}
225                other{"{0} petabytes"}
226            }
227            terabit{
228                dnam{"terabits"}
229                one{"{0} terabit"}
230                other{"{0} terabits"}
231            }
232            terabyte{
233                dnam{"terabytes"}
234                one{"{0} terabyte"}
235                other{"{0} terabytes"}
236            }
237        }
238        duration{
239            century{
240                dnam{"segles"}
241                one{"{0} segle"}
242                other{"{0} segles"}
243            }
244            day{
245                dnam{"dies"}
246                one{"{0} dia"}
247                other{"{0} dies"}
248                per{"{0} per dia"}
249            }
250            decade{
251                dnam{"dècades"}
252                one{"{0} dècada"}
253                other{"{0} dècades"}
254            }
255            hour{
256                dnam{"hores"}
257                one{"{0} hora"}
258                other{"{0} hores"}
259                per{"{0} per hora"}
260            }
261            microsecond{
262                dnam{"microsegons"}
263                one{"{0} microsegon"}
264                other{"{0} microsegons"}
265            }
266            millisecond{
267                dnam{"mil·lisegons"}
268                one{"{0} mil·lisegon"}
269                other{"{0} mil·lisegons"}
270            }
271            minute{
272                dnam{"minuts"}
273                one{"{0} minut"}
274                other{"{0} minuts"}
275                per{"{0} per minut"}
276            }
277            month{
278                dnam{"mesos"}
279                one{"{0} mes"}
280                other{"{0} mesos"}
281                per{"{0} per mes"}
282            }
283            nanosecond{
284                dnam{"nanosegons"}
285                one{"{0} nanosegon"}
286                other{"{0} nanosegons"}
287            }
288            second{
289                dnam{"segons"}
290                one{"{0} segon"}
291                other{"{0} segons"}
292                per{"{0} per segon"}
293            }
294            week{
295                dnam{"setmanes"}
296                one{"{0} setmana"}
297                other{"{0} setmanes"}
298                per{"{0} per setmana"}
299            }
300            year{
301                dnam{"anys"}
302                one{"{0} any"}
303                other{"{0} anys"}
304                per{"{0} per any"}
305            }
306        }
307        electric{
308            ampere{
309                dnam{"amperes"}
310                one{"{0} ampere"}
311                other{"{0} amperes"}
312            }
313            milliampere{
314                dnam{"mil·liamperes"}
315                one{"{0} mil·liampere"}
316                other{"{0} mil·liamperes"}
317            }
318            ohm{
319                dnam{"ohms"}
320                one{"{0} ohm"}
321                other{"{0} ohms"}
322            }
323            volt{
324                dnam{"volts"}
325                one{"{0} volt"}
326                other{"{0} volts"}
327            }
328        }
329        energy{
330            british-thermal-unit{
331                dnam{"unitats tèrmiques britàniques"}
332                one{"{0} unitat tèrmica britànica"}
333                other{"{0} unitats tèrmiques britàniques"}
334            }
335            calorie{
336                dnam{"calories"}
337                one{"{0} caloria"}
338                other{"{0} calories"}
339            }
340            electronvolt{
341                dnam{"electrons-volt"}
342                one{"{0} electró-volt"}
343                other{"{0} electrons-volt"}
344            }
345            foodcalorie{
346                dnam{"quilocalories"}
347                one{"{0} quilocaloria"}
348                other{"{0} quilocalories"}
349            }
350            joule{
351                dnam{"joules"}
352                one{"{0} joule"}
353                other{"{0} joules"}
354            }
355            kilocalorie{
356                dnam{"quilocalories"}
357                one{"{0} quilocaloria"}
358                other{"{0} quilocalories"}
359            }
360            kilojoule{
361                dnam{"quilojoules"}
362                one{"{0} quilojoule"}
363                other{"{0} quilojoules"}
364            }
365            kilowatt-hour{
366                dnam{"quilowatts hora"}
367                one{"{0} quilowatt hora"}
368                other{"{0} quilowatts hora"}
369            }
370            therm-us{
371                dnam{"unitats tèrmiques americanes"}
372                one{"{0} unitat tèrmica americana"}
373                other{"{0} unitats tèrmiques americanes"}
374            }
375        }
376        force{
377            newton{
378                dnam{"newtons"}
379                one{"{0} newton"}
380                other{"{0} newtons"}
381            }
382            pound-force{
383                dnam{"lliures de força"}
384                one{"{0} lliura de força"}
385                other{"{0} lliures de força"}
386            }
387        }
388        frequency{
389            gigahertz{
390                dnam{"gigahertzs"}
391                one{"{0} gigahertz"}
392                other{"{0} gigahertzs"}
393            }
394            hertz{
395                dnam{"hertzs"}
396                one{"{0} hertz"}
397                other{"{0} hertzs"}
398            }
399            kilohertz{
400                dnam{"quilohertzs"}
401                one{"{0} quilohertz"}
402                other{"{0} quilohertzs"}
403            }
404            megahertz{
405                dnam{"megahertzs"}
406                one{"{0} megahertz"}
407                other{"{0} megahertzs"}
408            }
409        }
410        graphics{
411            dot-per-centimeter{
412                dnam{"punts per centímetre"}
413                one{"{0} punt per centímetre"}
414                other{"{0} punts per centímetre"}
415            }
416            dot-per-inch{
417                dnam{"punts per polzada"}
418                one{"{0} punt per polzada"}
419                other{"{0} punts per polzada"}
420            }
421            em{
422                dnam{"em tipogràfica"}
423            }
424            megapixel{
425                dnam{"megapíxels"}
426                one{"{0} megapíxel"}
427                other{"{0} megapíxels"}
428            }
429            pixel{
430                dnam{"píxels"}
431                one{"{0} píxel"}
432                other{"{0} píxels"}
433            }
434            pixel-per-centimeter{
435                dnam{"píxels per centímetre"}
436                one{"{0} píxel per centímetre"}
437                other{"{0} píxels per centímetre"}
438            }
439            pixel-per-inch{
440                dnam{"píxels per polzada"}
441                one{"{0} píxel per polzada"}
442                other{"{0} píxels per polzada"}
443            }
444        }
445        length{
446            astronomical-unit{
447                dnam{"unitats astronòmiques"}
448                one{"{0} unitat astronòmica"}
449                other{"{0} unitats astronòmiques"}
450            }
451            centimeter{
452                dnam{"centímetres"}
453                one{"{0} centímetre"}
454                other{"{0} centímetres"}
455                per{"{0} per centímetre"}
456            }
457            decimeter{
458                dnam{"decímetres"}
459                one{"{0} decímetre"}
460                other{"{0} decímetres"}
461            }
462            foot{
463                dnam{"peus"}
464                one{"{0} peu"}
465                other{"{0} peus"}
466                per{"{0} per peu"}
467            }
468            inch{
469                dnam{"polzades"}
470                one{"{0} polzada"}
471                other{"{0} polzades"}
472                per{"{0} per polzada"}
473            }
474            kilometer{
475                dnam{"quilòmetres"}
476                one{"{0} quilòmetre"}
477                other{"{0} quilòmetres"}
478                per{"{0} per quilòmetre"}
479            }
480            light-year{
481                dnam{"anys llum"}
482                one{"{0} any llum"}
483                other{"{0} anys llum"}
484            }
485            meter{
486                dnam{"metres"}
487                one{"{0} metre"}
488                other{"{0} metres"}
489                per{"{0} per metre"}
490            }
491            micrometer{
492                dnam{"micròmetres"}
493                one{"{0} micròmetre"}
494                other{"{0} micròmetres"}
495            }
496            mile{
497                dnam{"milles"}
498                one{"{0} milla"}
499                other{"{0} milles"}
500            }
501            mile-scandinavian{
502                dnam{"milles escandinaves"}
503                one{"{0} milla escandinava"}
504                other{"{0} milles escandinaves"}
505            }
506            millimeter{
507                dnam{"mil·límetres"}
508                one{"{0} mil·límetre"}
509                other{"{0} mil·límetres"}
510            }
511            nanometer{
512                dnam{"nanòmetre"}
513                one{"{0} nanòmetre"}
514                other{"{0} nanòmetres"}
515            }
516            nautical-mile{
517                dnam{"milles nàutiques"}
518                one{"{0} milla nàutica"}
519                other{"{0} milles nàutiques"}
520            }
521            parsec{
522                dnam{"parsecs"}
523                one{"{0} parsec"}
524                other{"{0} parsecs"}
525            }
526            picometer{
527                dnam{"picòmetres"}
528                one{"{0} picòmetre"}
529                other{"{0} picòmetres"}
530            }
531            point{
532                dnam{"punts"}
533                one{"{0} punt"}
534                other{"{0} punts"}
535            }
536            solar-radius{
537                dnam{"radis solars"}
538                one{"{0} radi solar"}
539                other{"{0} radis solars"}
540            }
541            yard{
542                dnam{"iardes"}
543                one{"{0} iarda"}
544                other{"{0} iardes"}
545            }
546        }
547        light{
548            lux{
549                dnam{"lux"}
550                one{"{0} lux"}
551                other{"{0} luxs"}
552            }
553            solar-luminosity{
554                dnam{"lluminositats solars"}
555                one{"{0} lluminositat solar"}
556                other{"{0} lluminositats solars"}
557            }
558        }
559        mass{
560            carat{
561                dnam{"quirats"}
562                one{"{0} quirat"}
563                other{"{0} quirats"}
564            }
565            dalton{
566                dnam{"daltons"}
567                one{"{0} dalton"}
568                other{"{0} daltons"}
569            }
570            earth-mass{
571                dnam{"masses de la Terra"}
572                one{"{0} massa de la Terra"}
573                other{"{0} masses de la Terra"}
574            }
575            gram{
576                dnam{"grams"}
577                one{"{0} gram"}
578                other{"{0} grams"}
579                per{"{0} per gram"}
580            }
581            kilogram{
582                dnam{"quilograms"}
583                one{"{0} quilogram"}
584                other{"{0} quilograms"}
585                per{"{0} per quilogram"}
586            }
587            metric-ton{
588                dnam{"tones mètriques"}
589                one{"{0} tona mètrica"}
590                other{"{0} tones mètriques"}
591            }
592            microgram{
593                dnam{"micrograms"}
594                one{"{0} microgram"}
595                other{"{0} micrograms"}
596            }
597            milligram{
598                dnam{"mil·ligrams"}
599                one{"{0} mil·ligram"}
600                other{"{0} mil·ligrams"}
601            }
602            ounce{
603                dnam{"unces"}
604                one{"{0} unça"}
605                other{"{0} unces"}
606                per{"{0} per unça"}
607            }
608            ounce-troy{
609                dnam{"unces troy"}
610                one{"{0} unça troy"}
611                other{"{0} unces troy"}
612            }
613            pound{
614                dnam{"lliures"}
615                one{"{0} lliura"}
616                other{"{0} lliures"}
617                per{"{0} per lliura"}
618            }
619            solar-mass{
620                dnam{"masses solars"}
621                one{"{0} massa solar"}
622                other{"{0} masses solars"}
623            }
624            ton{
625                dnam{"tones"}
626                one{"{0} tona"}
627                other{"{0} tones"}
628            }
629        }
630        power{
631            gigawatt{
632                dnam{"gigawatts"}
633                one{"{0} gigawatt"}
634                other{"{0} gigawatts"}
635            }
636            horsepower{
637                dnam{"cavalls de vapor"}
638                one{"{0} cavall de vapor"}
639                other{"{0} cavalls de vapor"}
640            }
641            kilowatt{
642                dnam{"quilowatts"}
643                one{"{0} quilowatt"}
644                other{"{0} quilowatts"}
645            }
646            megawatt{
647                dnam{"megawatts"}
648                one{"{0} megawatt"}
649                other{"{0} megawatts"}
650            }
651            milliwatt{
652                dnam{"mil·liwatts"}
653                one{"{0} mil·liwatt"}
654                other{"{0} mil·liwatts"}
655            }
656            watt{
657                dnam{"watts"}
658                one{"{0} watt"}
659                other{"{0} watts"}
660            }
661        }
662        pressure{
663            atmosphere{
664                dnam{"atmosferes"}
665                one{"{0} atmosfera"}
666                other{"{0} atmosferes"}
667            }
668            bar{
669                dnam{"bars"}
670                one{"{0} bar"}
671                other{"{0} bars"}
672            }
673            hectopascal{
674                dnam{"hectopascals"}
675                one{"{0} hectopascal"}
676                other{"{0} hectopascals"}
677            }
678            inch-hg{
679                dnam{"polzades de mercuri"}
680                one{"{0} polzada de mercuri"}
681                other{"{0} polzades de mercuri"}
682            }
683            kilopascal{
684                dnam{"quilopascals"}
685                one{"{0} quilopascal"}
686                other{"{0} quilopascals"}
687            }
688            megapascal{
689                dnam{"megapascals"}
690                one{"{0} megapascal"}
691                other{"{0} megapascals"}
692            }
693            millibar{
694                dnam{"mil·libars"}
695                one{"{0} mil·libar"}
696                other{"{0} mil·libars"}
697            }
698            millimeter-of-mercury{
699                dnam{"mil·límetres de mercuri"}
700                one{"mil·límetre de mercuri"}
701                other{"{0} mil·límetres de mercuri"}
702            }
703            pascal{
704                dnam{"pascals"}
705                one{"{0} pascal"}
706                other{"{0} pascals"}
707            }
708            pound-per-square-inch{
709                dnam{"lliures per polzada quadrada"}
710                one{"{0} lliura per polzada quadrada"}
711                other{"{0} lliures per polzada quadrada"}
712            }
713        }
714        speed{
715            kilometer-per-hour{
716                dnam{"quilòmetres per hora"}
717                one{"{0} quilòmetre per hora"}
718                other{"{0} quilòmetres per hora"}
719            }
720            knot{
721                dnam{"nusos"}
722                one{"{0} nus"}
723                other{"{0} nusos"}
724            }
725            meter-per-second{
726                dnam{"metres per segon"}
727                one{"{0} metre per segon"}
728                other{"{0} metres per segon"}
729            }
730            mile-per-hour{
731                dnam{"milles per hora"}
732                one{"{0} milla per hora"}
733                other{"{0} milles per hora"}
734            }
735        }
736        temperature{
737            celsius{
738                dnam{"graus Celsius"}
739                one{"{0} grau Celsius"}
740                other{"{0} graus Celsius"}
741            }
742            fahrenheit{
743                dnam{"graus Fahrenheit"}
744                one{"{0} grau Fahrenheit"}
745                other{"{0} graus Fahrenheit"}
746            }
747            generic{
748                dnam{"°"}
749                one{"{0}°"}
750                other{"{0}°"}
751            }
752            kelvin{
753                dnam{"Kelvin"}
754                one{"{0} Kelvin"}
755                other{"{0} Kelvin"}
756            }
757        }
758        torque{
759            newton-meter{
760                dnam{"newtons-metre"}
761                one{"{0} newton-metre"}
762                other{"{0} newtons-metre"}
763            }
764            pound-foot{
765                dnam{"lliures-peu"}
766                one{"{0} lliura-peu"}
767                other{"{0} lliures-peu"}
768            }
769        }
770        volume{
771            acre-foot{
772                dnam{"acre-peu"}
773                one{"{0} acre-peu"}
774                other{"{0} acres-peus"}
775            }
776            barrel{
777                dnam{"barrils"}
778                one{"{0} barril"}
779                other{"{0} barrils"}
780            }
781            centiliter{
782                dnam{"centilitres"}
783                one{"{0} centilitre"}
784                other{"{0} centilitres"}
785            }
786            cubic-centimeter{
787                dnam{"centímetres cúbics"}
788                one{"{0} centímetre cúbic"}
789                other{"{0} centímetres cúbics"}
790                per{"{0} per centímetre cúbic"}
791            }
792            cubic-foot{
793                dnam{"peus cúbics"}
794                one{"{0} peu cúbic"}
795                other{"{0} peus cúbics"}
796            }
797            cubic-inch{
798                dnam{"polzades cúbiques"}
799                one{"{0} polzada cúbica"}
800                other{"{0} polzades cúbiques"}
801            }
802            cubic-kilometer{
803                dnam{"quilòmetres cúbics"}
804                one{"{0} quilòmetre cúbic"}
805                other{"{0} quilòmetres cúbics"}
806            }
807            cubic-meter{
808                dnam{"metres cúbics"}
809                one{"{0} metre cúbic"}
810                other{"{0} metres cúbics"}
811                per{"{0} per metre cúbic"}
812            }
813            cubic-mile{
814                dnam{"milles cúbiques"}
815                one{"{0} milla cúbica"}
816                other{"{0} milles cúbiques"}
817            }
818            cubic-yard{
819                dnam{"iardes cúbiques"}
820                one{"{0} iarda cúbica"}
821                other{"{0} iardes cúbiques"}
822            }
823            cup{
824                dnam{"tasses"}
825                one{"{0} tassa"}
826                other{"{0} tasses"}
827            }
828            cup-metric{
829                dnam{"tasses mètriques"}
830                one{"{0} tassa mètrica"}
831                other{"{0} tasses mètriques"}
832            }
833            deciliter{
834                dnam{"decilitres"}
835                one{"{0} decilitre"}
836                other{"{0} decilitres"}
837            }
838            fluid-ounce{
839                dnam{"unça líquida"}
840                one{"{0} unça líquida"}
841                other{"{0} unces líquides"}
842            }
843            fluid-ounce-imperial{
844                dnam{"unces líquides imperials"}
845                one{"{0} unça líquida imperial"}
846                other{"{0} unces líquides imperials"}
847            }
848            gallon{
849                dnam{"galons"}
850                one{"{0} galó"}
851                other{"{0} galons"}
852                per{"{0} per galó"}
853            }
854            gallon-imperial{
855                dnam{"galons imperials"}
856                one{"{0} galó imperial"}
857                other{"{0} galons imperials"}
858                per{"{0} per galó imperial"}
859            }
860            hectoliter{
861                dnam{"hectolitres"}
862                one{"{0} hectolitre"}
863                other{"{0} hectolitres"}
864            }
865            liter{
866                dnam{"litres"}
867                one{"{0} litre"}
868                other{"{0} litres"}
869                per{"{0} per litre"}
870            }
871            megaliter{
872                dnam{"megalitres"}
873                one{"{0} megalitre"}
874                other{"{0} megalitres"}
875            }
876            milliliter{
877                dnam{"mil·lilitres"}
878                one{"{0} mil·lilitre"}
879                other{"{0} mil·lilitres"}
880            }
881            pint{
882                dnam{"pintes"}
883                one{"{0} pinta"}
884                other{"{0} pintes"}
885            }
886            pint-metric{
887                dnam{"pintes mètriques"}
888                one{"{0} pinta mètrica"}
889                other{"{0} pintes mètriques"}
890            }
891            quart{
892                dnam{"quarts"}
893                one{"{0} quart"}
894                other{"{0} quarts"}
895            }
896            tablespoon{
897                dnam{"cullerades"}
898                one{"{0} cullerada"}
899                other{"{0} cullerades"}
900            }
901            teaspoon{
902                dnam{"culleradetes"}
903                one{"{0} culleradeta"}
904                other{"{0} culleradetes"}
905            }
906        }
907    }
908    unitsNarrow{
909        acceleration{
910            g-force{
911                dnam{"G"}
912                one{"{0}G"}
913                other{"{0}G"}
914            }
915        }
916        angle{
917            arc-minute{
918                one{"{0}′"}
919                other{"{0}′"}
920            }
921            arc-second{
922                one{"{0}″"}
923                other{"{0}″"}
924            }
925            degree{
926                one{"{0}°"}
927                other{"{0}°"}
928            }
929        }
930        area{
931            acre{
932                one{"{0}ac."}
933                other{"{0}ac."}
934            }
935            hectare{
936                one{"{0}ha"}
937                other{"{0}ha"}
938            }
939            square-foot{
940                one{"{0}ft²"}
941                other{"{0}ft²"}
942            }
943            square-kilometer{
944                one{"{0}km²"}
945                other{"{0}km²"}
946            }
947            square-meter{
948                one{"{0}m²"}
949                other{"{0}m²"}
950            }
951            square-mile{
952                one{"{0}mi²"}
953                other{"{0}mi²"}
954            }
955        }
956        compound{
957            per{"{0}/{1}"}
958        }
959        concentr{
960            percent{
961                dnam{"%"}
962                one{"{0} %"}
963                other{"{0} %"}
964            }
965        }
966        consumption{
967            liter-per-100kilometers{
968                dnam{"l/100 km"}
969                one{"{0} l/100 km"}
970                other{"{0} l/100 km"}
971            }
972        }
973        coordinate{
974            dnam{"punt"}
975            east{"{0}E"}
976            north{"{0}N"}
977            south{"{0}S"}
978            west{"{0}O"}
979        }
980        duration{
981            century{
982                dnam{"s."}
983                one{"{0} s."}
984                other{"{0} s."}
985            }
986            day{
987                dnam{"dia"}
988                one{"{0} d"}
989                other{"{0} d"}
990            }
991            hour{
992                dnam{"h"}
993                one{"{0} h"}
994                other{"{0} h"}
995            }
996            millisecond{
997                dnam{"ms"}
998                one{"{0} ms"}
999                other{"{0} ms"}
1000            }
1001            minute{
1002                dnam{"min"}
1003                one{"{0} min"}
1004                other{"{0} min"}
1005            }
1006            month{
1007                dnam{"mes"}
1008                one{"{0} m"}
1009                other{"{0} m"}
1010            }
1011            second{
1012                dnam{"s"}
1013                one{"{0} s"}
1014                other{"{0} s"}
1015            }
1016            week{
1017                dnam{"setm."}
1018                one{"{0} setm."}
1019                other{"{0} setm."}
1020                per{"{0}/setm."}
1021            }
1022            year{
1023                dnam{"anys"}
1024                one{"{0} any"}
1025                other{"{0} anys"}
1026                per{"{0}/any"}
1027            }
1028        }
1029        length{
1030            astronomical-unit{
1031                dnam{"ua"}
1032                one{"{0} ua"}
1033                other{"{0} ua"}
1034            }
1035            centimeter{
1036                dnam{"cm"}
1037                one{"{0} cm"}
1038                other{"{0} cm"}
1039            }
1040            foot{
1041                dnam{"peus"}
1042            }
1043            inch{
1044                dnam{"polzades"}
1045            }
1046            kilometer{
1047                dnam{"km"}
1048                one{"{0} km"}
1049                other{"{0} km"}
1050            }
1051            light-year{
1052                dnam{"anys llum"}
1053                one{"{0} l. y."}
1054                other{"{0} l. y."}
1055            }
1056            meter{
1057                dnam{"m"}
1058                one{"{0} m"}
1059                other{"{0} m"}
1060            }
1061            mile{
1062                dnam{"milles"}
1063            }
1064            millimeter{
1065                dnam{"mm"}
1066                one{"{0} mm"}
1067                other{"{0} mm"}
1068            }
1069            parsec{
1070                dnam{"parsecs"}
1071            }
1072            picometer{
1073                one{"{0}pm"}
1074                other{"{0}pm"}
1075            }
1076            yard{
1077                dnam{"iardes"}
1078            }
1079        }
1080        mass{
1081            carat{
1082                dnam{"quirat"}
1083                one{"{0} ct"}
1084                other{"{0} ct"}
1085            }
1086            gram{
1087                dnam{"g"}
1088                one{"{0} g"}
1089                other{"{0} g"}
1090            }
1091            kilogram{
1092                dnam{"kg"}
1093                one{"{0} kg"}
1094                other{"{0} kg"}
1095            }
1096            metric-ton{
1097                dnam{"t mètriques"}
1098                one{"{0} t mètr."}
1099                other{"{0} t mètr."}
1100            }
1101            ounce-troy{
1102                dnam{"ozt"}
1103                one{"{0} ozt"}
1104                other{"{0} ozt"}
1105            }
1106            ton{
1107                dnam{"t"}
1108                one{"{0} t"}
1109                other{"{0} t"}
1110            }
1111        }
1112        power{
1113            horsepower{
1114                one{"{0}CV"}
1115                other{"{0}CV"}
1116            }
1117            kilowatt{
1118                one{"{0}kW"}
1119                other{"{0}kW"}
1120            }
1121            watt{
1122                one{"{0}W"}
1123                other{"{0}W"}
1124            }
1125        }
1126        pressure{
1127            hectopascal{
1128                one{"{0}hPa"}
1129                other{"{0}hPa"}
1130            }
1131            millibar{
1132                one{"{0} mb"}
1133                other{"{0} mb"}
1134            }
1135        }
1136        speed{
1137            kilometer-per-hour{
1138                dnam{"km/h"}
1139                one{"{0} km/h"}
1140                other{"{0} km/h"}
1141            }
1142            meter-per-second{
1143                one{"{0}m/s"}
1144                other{"{0}m/s"}
1145            }
1146            mile-per-hour{
1147                one{"{0}mi/h"}
1148                other{"{0}mi/h"}
1149            }
1150        }
1151        temperature{
1152            celsius{
1153                dnam{"°C"}
1154                one{"{0} °C"}
1155                other{"{0} °C"}
1156            }
1157            fahrenheit{
1158                one{"{0}°F"}
1159                other{"{0}°F"}
1160            }
1161        }
1162        volume{
1163            cubic-kilometer{
1164                one{"{0}km³"}
1165                other{"{0}km³"}
1166            }
1167            cubic-mile{
1168                one{"{0}mi³"}
1169                other{"{0}mi³"}
1170            }
1171            liter{
1172                dnam{"l"}
1173                one{"{0} l"}
1174                other{"{0} l"}
1175            }
1176        }
1177    }
1178    unitsShort{
1179        acceleration{
1180            g-force{
1181                dnam{"G"}
1182                one{"{0} G"}
1183                other{"{0} G"}
1184            }
1185            meter-per-second-squared{
1186                dnam{"m/s²"}
1187                one{"{0} m/s²"}
1188                other{"{0} m/s²"}
1189            }
1190        }
1191        angle{
1192            arc-minute{
1193                dnam{"arcmin"}
1194                one{"{0} arcmin"}
1195                other{"{0} arcmin"}
1196            }
1197            arc-second{
1198                dnam{"arcsec"}
1199                one{"{0} arcsec"}
1200                other{"{0} arcsec"}
1201            }
1202            degree{
1203                dnam{"º"}
1204                one{"{0}°"}
1205                other{"{0}°"}
1206            }
1207            radian{
1208                dnam{"rad"}
1209                one{"{0} rad"}
1210                other{"{0} rad"}
1211            }
1212            revolution{
1213                dnam{"r"}
1214                one{"{0} r"}
1215                other{"{0} r"}
1216            }
1217        }
1218        area{
1219            acre{
1220                dnam{"acres"}
1221                one{"{0} ac"}
1222                other{"{0} ac"}
1223            }
1224            dunam{
1225                dnam{"dunams"}
1226                one{"{0} dunam"}
1227                other{"{0} dunams"}
1228            }
1229            hectare{
1230                dnam{"hectàrees"}
1231                one{"{0} ha"}
1232                other{"{0} ha"}
1233            }
1234            square-centimeter{
1235                dnam{"cm²"}
1236                one{"{0} cm²"}
1237                other{"{0} cm²"}
1238                per{"{0}/cm²"}
1239            }
1240            square-foot{
1241                dnam{"ft²"}
1242                one{"{0} ft²"}
1243                other{"{0} ft²"}
1244            }
1245            square-inch{
1246                dnam{"in²"}
1247                one{"{0} in²"}
1248                other{"{0} in²"}
1249                per{"{0}/in²"}
1250            }
1251            square-kilometer{
1252                dnam{"km²"}
1253                one{"{0} km²"}
1254                other{"{0} km²"}
1255                per{"{0}/km²"}
1256            }
1257            square-meter{
1258                dnam{"m²"}
1259                one{"{0} m²"}
1260                other{"{0} m²"}
1261                per{"{0}/m²"}
1262            }
1263            square-mile{
1264                dnam{"mi²"}
1265                one{"{0} mi²"}
1266                other{"{0} mi²"}
1267                per{"{0}/mi²"}
1268            }
1269            square-yard{
1270                dnam{"yd²"}
1271                one{"{0} yd²"}
1272                other{"{0} yd²"}
1273            }
1274        }
1275        compound{
1276            per{"{0}/{1}"}
1277            times{"{0}⋅{1}"}
1278        }
1279        concentr{
1280            karat{
1281                dnam{"ct"}
1282                one{"{0} ct"}
1283                other{"{0} ct"}
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{"mM/l"}
1292                one{"{0} mM/l"}
1293                other{"{0} mM/l"}
1294            }
1295            part-per-million{
1296                dnam{"ppm"}
1297                one{"{0} ppm"}
1298                other{"{0} ppm"}
1299            }
1300            percent{
1301                dnam{"per cent"}
1302                one{"{0} %"}
1303                other{"{0} %"}
1304            }
1305            permille{
1306                dnam{"per mil"}
1307                one{"{0} ‰"}
1308                other{"{0} ‰"}
1309            }
1310            permyriad{
1311                dnam{"per deu mil"}
1312            }
1313        }
1314        consumption{
1315            liter-per-100kilometers{
1316                dnam{"l/100 km"}
1317                one{"{0} l/100 km"}
1318                other{"{0} l/100 km"}
1319            }
1320            liter-per-kilometer{
1321                dnam{"l/km"}
1322                one{"{0} l/km"}
1323                other{"{0} l/km"}
1324            }
1325            mile-per-gallon{
1326                dnam{"mi/gal"}
1327                one{"{0} mi/gal"}
1328                other{"{0} mi/gal"}
1329            }
1330            mile-per-gallon-imperial{
1331                dnam{"mi/gal imp."}
1332                one{"{0} mi/gal imp."}
1333                other{"{0} mi/gal imp."}
1334            }
1335        }
1336        coordinate{
1337            dnam{"punt"}
1338            east{"{0}E"}
1339            north{"{0}N"}
1340            south{"{0}S"}
1341            west{"{0}O"}
1342        }
1343        digital{
1344            bit{
1345                dnam{"bit"}
1346                one{"{0} bit"}
1347                other{"{0} bits"}
1348            }
1349            byte{
1350                dnam{"B"}
1351                one{"{0} B"}
1352                other{"{0} B"}
1353            }
1354            gigabit{
1355                dnam{"Gb"}
1356                one{"{0} Gb"}
1357                other{"{0} Gb"}
1358            }
1359            gigabyte{
1360                dnam{"GB"}
1361                one{"{0} GB"}
1362                other{"{0} GB"}
1363            }
1364            kilobit{
1365                dnam{"kb"}
1366                one{"{0} kb"}
1367                other{"{0} kb"}
1368            }
1369            kilobyte{
1370                dnam{"kB"}
1371                one{"{0} kB"}
1372                other{"{0} kB"}
1373            }
1374            megabit{
1375                dnam{"Mbit"}
1376                one{"{0} Mbit"}
1377                other{"{0} Mbit"}
1378            }
1379            megabyte{
1380                dnam{"MB"}
1381                one{"{0} MB"}
1382                other{"{0} MB"}
1383            }
1384            petabyte{
1385                dnam{"PB"}
1386                one{"{0} PB"}
1387                other{"{0} PB"}
1388            }
1389            terabit{
1390                dnam{"Tb"}
1391                one{"{0} Tb"}
1392                other{"{0} Tb"}
1393            }
1394            terabyte{
1395                dnam{"TB"}
1396                one{"{0} TB"}
1397                other{"{0} TB"}
1398            }
1399        }
1400        duration{
1401            century{
1402                dnam{"segles"}
1403                one{"{0} segle"}
1404                other{"{0} segles"}
1405            }
1406            day{
1407                dnam{"dies"}
1408                one{"{0} dia"}
1409                other{"{0} dies"}
1410                per{"{0}/d"}
1411            }
1412            decade{
1413                dnam{"dèc."}
1414                one{"{0} dèc."}
1415                other{"{0} dèc."}
1416            }
1417            hour{
1418                dnam{"hores"}
1419                one{"{0} h"}
1420                other{"{0} h"}
1421                per{"{0}/h"}
1422            }
1423            microsecond{
1424                dnam{"μs"}
1425                one{"{0} μs"}
1426                other{"{0} μs"}
1427            }
1428            millisecond{
1429                dnam{"mil·lisegons"}
1430                one{"{0} ms"}
1431                other{"{0} ms"}
1432            }
1433            minute{
1434                dnam{"min"}
1435                one{"{0} min"}
1436                other{"{0} min"}
1437                per{"{0}/min"}
1438            }
1439            month{
1440                dnam{"mesos"}
1441                one{"{0} mes"}
1442                other{"{0} mesos"}
1443                per{"{0}/m"}
1444            }
1445            nanosecond{
1446                dnam{"ns"}
1447                one{"{0} ns"}
1448                other{"{0} ns"}
1449            }
1450            second{
1451                dnam{"s"}
1452                one{"{0} s"}
1453                other{"{0} s"}
1454                per{"{0}/s"}
1455            }
1456            week{
1457                dnam{"setm."}
1458                one{"{0} setm."}
1459                other{"{0} setm."}
1460                per{"{0}/setm."}
1461            }
1462            year{
1463                dnam{"anys"}
1464                one{"{0} any"}
1465                other{"{0} anys"}
1466                per{"{0}/a"}
1467            }
1468        }
1469        electric{
1470            ampere{
1471                dnam{"A"}
1472                one{"{0} A"}
1473                other{"{0} A"}
1474            }
1475            milliampere{
1476                dnam{"mA"}
1477                one{"{0} mA"}
1478                other{"{0} mA"}
1479            }
1480            ohm{
1481                dnam{"Ω"}
1482                one{"{0} Ω"}
1483                other{"{0} Ω"}
1484            }
1485            volt{
1486                dnam{"V"}
1487                one{"{0} V"}
1488                other{"{0} V"}
1489            }
1490        }
1491        energy{
1492            calorie{
1493                dnam{"cal"}
1494                one{"{0} cal"}
1495                other{"{0} cal"}
1496            }
1497            electronvolt{
1498                dnam{"eV"}
1499                one{"{0} eV"}
1500                other{"{0} eV"}
1501            }
1502            foodcalorie{
1503                dnam{"kcal"}
1504                one{"{0} kcal"}
1505                other{"{0} kcal"}
1506            }
1507            joule{
1508                dnam{"J"}
1509                one{"{0} J"}
1510                other{"{0} J"}
1511            }
1512            kilocalorie{
1513                dnam{"kcal"}
1514                one{"{0} kcal"}
1515                other{"{0} kcal"}
1516            }
1517            kilojoule{
1518                dnam{"kJ"}
1519                one{"{0} kJ"}
1520                other{"{0} kJ"}
1521            }
1522            kilowatt-hour{
1523                dnam{"kWh"}
1524                one{"{0} kWh"}
1525                other{"{0} kWh"}
1526            }
1527            therm-us{
1528                dnam{"unitat tèrmica americana"}
1529                one{"{0} thm"}
1530                other{"{0} thm"}
1531            }
1532        }
1533        force{
1534            pound-force{
1535                dnam{"lbf"}
1536                one{"{0} lbf"}
1537                other{"{0} lbf"}
1538            }
1539        }
1540        frequency{
1541            gigahertz{
1542                dnam{"GHz"}
1543                one{"{0} GHz"}
1544                other{"{0} GHz"}
1545            }
1546            hertz{
1547                dnam{"Hz"}
1548                one{"{0} Hz"}
1549                other{"{0} Hz"}
1550            }
1551            kilohertz{
1552                dnam{"kHz"}
1553                one{"{0} kHz"}
1554                other{"{0} kHz"}
1555            }
1556            megahertz{
1557                dnam{"MHz"}
1558                one{"{0} MHz"}
1559                other{"{0} MHz"}
1560            }
1561        }
1562        graphics{
1563            dot-per-centimeter{
1564                dnam{"ppcm"}
1565                one{"{0} ppcm"}
1566                other{"{0} ppcm"}
1567            }
1568            dot-per-inch{
1569                dnam{"ppp"}
1570                one{"{0} ppp"}
1571                other{"{0} ppp"}
1572            }
1573            em{
1574                dnam{"em"}
1575                one{"{0} em"}
1576                other{"{0} em"}
1577            }
1578            megapixel{
1579                dnam{"megapíxels"}
1580                one{"{0} Mpx"}
1581                other{"{0} Mpx"}
1582            }
1583            pixel{
1584                dnam{"píxels"}
1585                one{"{0} px"}
1586                other{"{0} px"}
1587            }
1588            pixel-per-centimeter{
1589                dnam{"píxels per cm"}
1590                one{"{0} píxels per cm"}
1591                other{"{0} píxels per cm"}
1592            }
1593            pixel-per-inch{
1594                dnam{"PPI"}
1595                one{"{0} PPI"}
1596                other{"{0} PPI"}
1597            }
1598        }
1599        length{
1600            astronomical-unit{
1601                dnam{"ua"}
1602                one{"{0} ua"}
1603                other{"{0} ua"}
1604            }
1605            centimeter{
1606                dnam{"cm"}
1607                one{"{0} cm"}
1608                other{"{0} cm"}
1609                per{"{0}/cm"}
1610            }
1611            decimeter{
1612                dnam{"dm"}
1613                one{"{0} dm"}
1614                other{"{0} dm"}
1615            }
1616            foot{
1617                dnam{"peus"}
1618                one{"{0} ft"}
1619                other{"{0} ft"}
1620                per{"{0}/ft"}
1621            }
1622            inch{
1623                dnam{"polzades"}
1624                one{"{0} in"}
1625                other{"{0} in"}
1626                per{"{0}/in"}
1627            }
1628            kilometer{
1629                dnam{"km"}
1630                one{"{0} km"}
1631                other{"{0} km"}
1632                per{"{0}/km"}
1633            }
1634            light-year{
1635                dnam{"anys llum"}
1636                one{"{0} any ll."}
1637                other{"{0} anys ll."}
1638            }
1639            meter{
1640                dnam{"m"}
1641                one{"{0} m"}
1642                other{"{0} m"}
1643                per{"{0}/m"}
1644            }
1645            micrometer{
1646                dnam{"µm"}
1647                one{"{0} µm"}
1648                other{"{0} µm"}
1649            }
1650            mile{
1651                dnam{"milles"}
1652                one{"{0} mi"}
1653                other{"{0} mi"}
1654            }
1655            mile-scandinavian{
1656                dnam{"smi"}
1657                one{"{0} smi"}
1658                other{"{0} smi"}
1659            }
1660            millimeter{
1661                dnam{"mm"}
1662                one{"{0} mm"}
1663                other{"{0} mm"}
1664            }
1665            nanometer{
1666                dnam{"nm"}
1667                one{"{0} nm"}
1668                other{"{0} nm"}
1669            }
1670            nautical-mile{
1671                dnam{"NM"}
1672                one{"{0} NM"}
1673                other{"{0} NM"}
1674            }
1675            parsec{
1676                dnam{"parsecs"}
1677                one{"{0} pc"}
1678                other{"{0} pc"}
1679            }
1680            picometer{
1681                dnam{"pm"}
1682                one{"{0} pm"}
1683                other{"{0} pm"}
1684            }
1685            point{
1686                dnam{"punts"}
1687                one{"{0} pt"}
1688                other{"{0} pt"}
1689            }
1690            yard{
1691                dnam{"iardes"}
1692                one{"{0} yd"}
1693                other{"{0} yd"}
1694            }
1695        }
1696        light{
1697            lux{
1698                dnam{"lx"}
1699                one{"{0} lx"}
1700                other{"{0} lx"}
1701            }
1702        }
1703        mass{
1704            carat{
1705                dnam{"quirat"}
1706                one{"{0} ct"}
1707                other{"{0} ct"}
1708            }
1709            dalton{
1710                one{"{0} Da"}
1711                other{"{0} Da"}
1712            }
1713            earth-mass{
1714                dnam{"M⊕"}
1715                one{"{0} M⊕"}
1716                other{"{0} M⊕"}
1717            }
1718            gram{
1719                dnam{"grams"}
1720                one{"{0} g"}
1721                other{"{0} g"}
1722                per{"{0}/g"}
1723            }
1724            kilogram{
1725                dnam{"kg"}
1726                one{"{0} kg"}
1727                other{"{0} kg"}
1728                per{"{0}/kg"}
1729            }
1730            metric-ton{
1731                dnam{"t mètriques"}
1732                one{"{0} t mètr."}
1733                other{"{0} t mètr."}
1734            }
1735            microgram{
1736                dnam{"µg"}
1737                one{"{0} µg"}
1738                other{"{0} µg"}
1739            }
1740            milligram{
1741                dnam{"mg"}
1742                one{"{0} mg"}
1743                other{"{0} mg"}
1744            }
1745            ounce{
1746                dnam{"oz"}
1747                one{"{0} oz"}
1748                other{"{0} oz"}
1749                per{"{0}/oz"}
1750            }
1751            ounce-troy{
1752                dnam{"ozt"}
1753                one{"{0} ozt"}
1754                other{"{0} ozt"}
1755            }
1756            pound{
1757                dnam{"lb"}
1758                one{"{0} lb"}
1759                other{"{0} lb"}
1760                per{"{0}/lb"}
1761            }
1762            ton{
1763                dnam{"t"}
1764                one{"{0} t"}
1765                other{"{0} t"}
1766            }
1767        }
1768        power{
1769            gigawatt{
1770                dnam{"GW"}
1771                one{"{0} GW"}
1772                other{"{0} GW"}
1773            }
1774            horsepower{
1775                dnam{"CV"}
1776                one{"{0} CV"}
1777                other{"{0} CV"}
1778            }
1779            kilowatt{
1780                dnam{"kW"}
1781                one{"{0} kW"}
1782                other{"{0} kW"}
1783            }
1784            megawatt{
1785                dnam{"MW"}
1786                one{"{0} MW"}
1787                other{"{0} MW"}
1788            }
1789            milliwatt{
1790                dnam{"mW"}
1791                one{"{0} mW"}
1792                other{"{0} mW"}
1793            }
1794            watt{
1795                dnam{"W"}
1796                one{"{0} W"}
1797                other{"{0} W"}
1798            }
1799        }
1800        pressure{
1801            atmosphere{
1802                dnam{"atm"}
1803                one{"{0} atm"}
1804                other{"{0} atm"}
1805            }
1806            bar{
1807                one{"{0} bar"}
1808                other{"{0} bars"}
1809            }
1810            hectopascal{
1811                dnam{"hPa"}
1812                one{"{0} hPa"}
1813                other{"{0} hPa"}
1814            }
1815            inch-hg{
1816                dnam{"inHg"}
1817                one{"{0} inHg"}
1818                other{"{0} inHg"}
1819            }
1820            megapascal{
1821                dnam{"MPa"}
1822            }
1823            millibar{
1824                dnam{"mbar"}
1825                one{"{0} mbar"}
1826                other{"{0} mbar"}
1827            }
1828            millimeter-of-mercury{
1829                dnam{"mmHg"}
1830                one{"{0} mmHg"}
1831                other{"{0} mmHg"}
1832            }
1833            pascal{
1834                dnam{"Pa"}
1835                one{"{0} Pa"}
1836                other{"{0} Pa"}
1837            }
1838            pound-per-square-inch{
1839                dnam{"psi"}
1840                one{"{0} psi"}
1841                other{"{0} psi"}
1842            }
1843        }
1844        speed{
1845            kilometer-per-hour{
1846                dnam{"km/h"}
1847                one{"{0} km/h"}
1848                other{"{0} km/h"}
1849            }
1850            knot{
1851                dnam{"kn"}
1852                one{"{0} kn"}
1853                other{"{0} kn"}
1854            }
1855            meter-per-second{
1856                dnam{"m/s"}
1857                one{"{0} m/s"}
1858                other{"{0} m/s"}
1859            }
1860            mile-per-hour{
1861                dnam{"mi/h"}
1862                one{"{0} mi/h"}
1863                other{"{0} mi/h"}
1864            }
1865        }
1866        temperature{
1867            celsius{
1868                dnam{"°C"}
1869                one{"{0} °C"}
1870                other{"{0} °C"}
1871            }
1872            fahrenheit{
1873                dnam{"°F"}
1874                one{"{0} °F"}
1875                other{"{0} °F"}
1876            }
1877            generic{
1878                dnam{"°"}
1879                one{"{0}°"}
1880                other{"{0}°"}
1881            }
1882            kelvin{
1883                dnam{"K"}
1884                one{"{0} K"}
1885                other{"{0} K"}
1886            }
1887        }
1888        torque{
1889            newton-meter{
1890                dnam{"N⋅m"}
1891                one{"{0} N⋅m"}
1892                other{"{0} N⋅m"}
1893            }
1894            pound-foot{
1895                dnam{"lbf⋅ft"}
1896                one{"{0} lbf⋅ft"}
1897                other{"{0} lbf⋅ft"}
1898            }
1899        }
1900        volume{
1901            acre-foot{
1902                dnam{"ac ft"}
1903                one{"{0} ac ft"}
1904                other{"{0} ac ft"}
1905            }
1906            barrel{
1907                dnam{"bbl"}
1908                one{"{0} bbl"}
1909                other{"{0} bbl"}
1910            }
1911            centiliter{
1912                dnam{"cl"}
1913                one{"{0} cl"}
1914                other{"{0} cl"}
1915            }
1916            cubic-centimeter{
1917                dnam{"cm³"}
1918                one{"{0} cm³"}
1919                other{"{0} cm³"}
1920                per{"{0}/cm³"}
1921            }
1922            cubic-foot{
1923                dnam{"ft³"}
1924                one{"{0} ft³"}
1925                other{"{0} ft³"}
1926            }
1927            cubic-inch{
1928                dnam{"in³"}
1929                one{"{0} in³"}
1930                other{"{0} in³"}
1931            }
1932            cubic-kilometer{
1933                dnam{"km³"}
1934                one{"{0} km³"}
1935                other{"{0} km³"}
1936            }
1937            cubic-meter{
1938                dnam{"m³"}
1939                one{"{0} m³"}
1940                other{"{0} m³"}
1941                per{"{0}/m³"}
1942            }
1943            cubic-mile{
1944                dnam{"mi³"}
1945                one{"{0} mi³"}
1946                other{"{0} mi³"}
1947            }
1948            cubic-yard{
1949                dnam{"yd³"}
1950                one{"{0} yd³"}
1951                other{"{0} yd³"}
1952            }
1953            cup{
1954                dnam{"tassa"}
1955                one{"{0} tassa"}
1956                other{"{0} tasses"}
1957            }
1958            cup-metric{
1959                dnam{"mcup"}
1960                one{"{0} mc"}
1961                other{"{0} mc"}
1962            }
1963            deciliter{
1964                dnam{"dl"}
1965                one{"{0} dl"}
1966                other{"{0} dl"}
1967            }
1968            fluid-ounce{
1969                dnam{"fl oz"}
1970                one{"{0} fl oz"}
1971                other{"{0} fl oz"}
1972            }
1973            fluid-ounce-imperial{
1974                dnam{"fl oz imp."}
1975                one{"{0} fl oz imp."}
1976                other{"{0} fl oz imp."}
1977            }
1978            gallon{
1979                dnam{"gal"}
1980                one{"{0} gal"}
1981                other{"{0} gal"}
1982                per{"{0}/gal"}
1983            }
1984            gallon-imperial{
1985                dnam{"gal imp."}
1986                one{"{0} gal imp."}
1987                other{"{0} gal imp."}
1988                per{"{0}/gal imp."}
1989            }
1990            hectoliter{
1991                dnam{"hl"}
1992                one{"{0} hl"}
1993                other{"{0} hl"}
1994            }
1995            liter{
1996                dnam{"l"}
1997                one{"{0} l"}
1998                other{"{0} l"}
1999                per{"{0}/l"}
2000            }
2001            megaliter{
2002                dnam{"Ml"}
2003                one{"{0} Ml"}
2004                other{"{0} Ml"}
2005            }
2006            milliliter{
2007                dnam{"ml"}
2008                one{"{0} ml"}
2009                other{"{0} ml"}
2010            }
2011            pint{
2012                dnam{"pt"}
2013                one{"{0} pt"}
2014                other{"{0} pt"}
2015            }
2016            pint-metric{
2017                dnam{"ptm"}
2018                one{"{0} ptm"}
2019                other{"{0} ptm"}
2020            }
2021            quart{
2022                dnam{"qt"}
2023                one{"{0} qt"}
2024                other{"{0} qt"}
2025            }
2026            tablespoon{
2027                dnam{"cull."}
2028                one{"{0} cull."}
2029                other{"{0} cull."}
2030            }
2031            teaspoon{
2032                dnam{"cdta."}
2033                one{"{0} cdta."}
2034                other{"{0} cdta."}
2035            }
2036        }
2037    }
2038}
2039