• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/th.xml
7// *
8// ***************************************************************************
9th{
10    Version{"2.1.12.94"}
11    durationUnits{
12        hm{"h:mm"}
13        hms{"h:mm:ss"}
14        ms{"m:ss"}
15    }
16    units{
17        acceleration{
18            g-force{
19                dnam{"แรง G"}
20                other{"{0} แรง G"}
21            }
22            meter-per-second-squared{
23                dnam{"เมตรต่อวินาทีกำลังสอง"}
24                other{"{0} เมตรต่อวินาทีกำลังสอง"}
25            }
26        }
27        angle{
28            arc-minute{
29                dnam{"ลิปดา"}
30                other{"{0} ลิปดา"}
31            }
32            arc-second{
33                dnam{"พิลิปดา"}
34                other{"{0} พิลิปดา"}
35            }
36            degree{
37                dnam{"องศา"}
38                other{"{0} องศา"}
39            }
40            radian{
41                dnam{"เรเดียน"}
42                other{"{0} เรเดียน"}
43            }
44        }
45        area{
46            acre{
47                dnam{"เอเคอร์"}
48                other{"{0} เอเคอร์"}
49            }
50            hectare{
51                dnam{"เฮกตาร์"}
52                other{"{0} เฮกตาร์"}
53            }
54            square-centimeter{
55                dnam{"ตารางเซนติเมตร"}
56                other{"{0} ตารางเซนติเมตร"}
57            }
58            square-foot{
59                dnam{"ตารางฟุต"}
60                other{"{0} ตารางฟุต"}
61            }
62            square-inch{
63                dnam{"ตารางนิ้ว"}
64                other{"{0} ตร.นิ้ว"}
65            }
66            square-kilometer{
67                dnam{"ตารางกิโลเมตร"}
68                other{"{0} ตารางกิโลเมตร"}
69            }
70            square-meter{
71                dnam{"ตารางเมตร"}
72                other{"{0} ตารางเมตร"}
73            }
74            square-mile{
75                dnam{"ตารางไมล์"}
76                other{"{0} ตารางไมล์"}
77            }
78            square-yard{
79                dnam{"ตารางวา"}
80                other{"{0} ตารางวา"}
81            }
82        }
83        compound{
84            per{"{0}ต่อ{1}"}
85        }
86        consumption{
87            liter-per-kilometer{
88                dnam{"ลิตรต่อกิโลเมตร"}
89                other{"{0} ลิตรต่อกิโลเมตร"}
90            }
91            mile-per-gallon{
92                dnam{"ไมล์ต่อแกลลอน"}
93                other{"{0} ไมล์ต่อแกลลอน"}
94            }
95        }
96        digital{
97            bit{
98                dnam{"บิต"}
99                other{"{0} บิต"}
100            }
101            byte{
102                dnam{"ไบต์"}
103                other{"{0} ไบต์"}
104            }
105            gigabit{
106                dnam{"กิกะบิต"}
107                other{"{0} กิกะบิต"}
108            }
109            gigabyte{
110                dnam{"กิกะไบต์"}
111                other{"{0} กิกะไบต์"}
112            }
113            kilobit{
114                dnam{"กิโลบิต"}
115                other{"{0} กิโลบิต"}
116            }
117            kilobyte{
118                dnam{"กิโลไบต์"}
119                other{"{0} กิโลไบต์"}
120            }
121            megabit{
122                dnam{"เมกะบิต"}
123                other{"{0} เมกะบิต"}
124            }
125            megabyte{
126                dnam{"เมกะไบต์"}
127                other{"{0} เมกะไบต์"}
128            }
129            terabit{
130                dnam{"เทราบิต"}
131                other{"{0} เทราบิต"}
132            }
133            terabyte{
134                dnam{"เทราไบต์"}
135                other{"{0} เทราไบต์"}
136            }
137        }
138        duration{
139            day{
140                dnam{"วัน"}
141                other{"{0} วัน"}
142            }
143            hour{
144                dnam{"ชั่วโมง"}
145                other{"{0} ชั่วโมง"}
146                per{"{0} ต่อชั่วโมง"}
147            }
148            microsecond{
149                dnam{"ไมโครวินาที"}
150                other{"{0} ไมโครวินาที"}
151            }
152            millisecond{
153                dnam{"มิลลิวินาที"}
154                other{"{0} มิลลิวินาที"}
155            }
156            minute{
157                dnam{"นาที"}
158                other{"{0} นาที"}
159            }
160            month{
161                dnam{"เดือน"}
162                other{"{0} เดือน"}
163            }
164            nanosecond{
165                dnam{"นาโนวินาที"}
166                other{"{0} นาโนวินาที"}
167            }
168            second{
169                dnam{"วินาที"}
170                other{"{0} วินาที"}
171                per{"{0} ต่อวินาที"}
172            }
173            week{
174                dnam{"สัปดาห์"}
175                other{"{0} สัปดาห์"}
176            }
177            year{
178                dnam{"ปี"}
179                other{"{0} ปี"}
180            }
181        }
182        electric{
183            ampere{
184                dnam{"แอมแปร์"}
185                other{"{0} แอมแปร์"}
186            }
187            milliampere{
188                dnam{"มิลลิแอมแปร์"}
189                other{"{0} มิลลิแอมแปร์"}
190            }
191            ohm{
192                dnam{"โอห์ม"}
193                other{"{0} โอห์ม"}
194            }
195            volt{
196                dnam{"โวลต์"}
197                other{"{0} โวลต์"}
198            }
199        }
200        energy{
201            calorie{
202                dnam{"แคลอรี่"}
203                other{"{0} แคลอรี่"}
204            }
205            foodcalorie{
206                dnam{"แคลอรี่"}
207                other{"{0} แคลอรี่"}
208            }
209            joule{
210                dnam{"จูล"}
211                other{"{0} จูล"}
212            }
213            kilocalorie{
214                dnam{"กิโลแคลอรี่"}
215                other{"{0} กิโลแคลอรี่"}
216            }
217            kilojoule{
218                dnam{"กิโลจูล"}
219                other{"{0} กิโลจูล"}
220            }
221            kilowatt-hour{
222                dnam{"กิโลวัตต์-ชั่วโมง"}
223                other{"{0} กิโลวัตต์-ชั่วโมง"}
224            }
225        }
226        frequency{
227            gigahertz{
228                dnam{"กิกะเฮิรตซ์"}
229                other{"{0} กิกะเฮิรตซ์"}
230            }
231            hertz{
232                dnam{"เฮิรตซ์"}
233                other{"{0} เฮิรตซ์"}
234            }
235            kilohertz{
236                dnam{"กิโลเฮิรตซ์"}
237                other{"{0} กิโลเฮิรตซ์"}
238            }
239            megahertz{
240                dnam{"เมกะเฮิรตซ์"}
241                other{"{0} เมกะเฮิรตซ์"}
242            }
243        }
244        length{
245            astronomical-unit{
246                dnam{"หน่วยดาราศาสตร์"}
247                other{"{0} หน่วยดาราศาสตร์"}
248            }
249            centimeter{
250                dnam{"เซนติเมตร"}
251                other{"{0} เซนติเมตร"}
252            }
253            decimeter{
254                dnam{"เดซิเมตร"}
255                other{"{0} เดซิเมตร"}
256            }
257            foot{
258                dnam{"ฟุต"}
259                other{"{0} ฟุต"}
260            }
261            inch{
262                dnam{"นิ้ว"}
263                other{"{0} นิ้ว"}
264            }
265            kilometer{
266                dnam{"กิโลเมตร"}
267                other{"{0} กิโลเมตร"}
268            }
269            light-year{
270                dnam{"ปีแสง"}
271                other{"{0} ปีแสง"}
272            }
273            meter{
274                dnam{"เมตร"}
275                other{"{0} เมตร"}
276            }
277            micrometer{
278                dnam{"ไมโครเมตร"}
279                other{"{0} ไมโครเมตร"}
280            }
281            mile{
282                dnam{"ไมล์"}
283                other{"{0} ไมล์"}
284            }
285            millimeter{
286                dnam{"มิลลิเมตร"}
287                other{"{0} มิลลิเมตร"}
288            }
289            nanometer{
290                dnam{"นาโนเมตร"}
291                other{"{0} นาโนเมตร"}
292            }
293            nautical-mile{
294                dnam{"ไมล์ทะเล"}
295                other{"{0} ไมล์ทะเล"}
296            }
297            parsec{
298                dnam{"พาร์เซก"}
299                other{"{0} พาร์เซก"}
300            }
301            picometer{
302                dnam{"พิโกเมตร"}
303                other{"{0} พิโกเมตร"}
304            }
305            yard{
306                dnam{"หลา"}
307                other{"{0} หลา"}
308            }
309        }
310        light{
311            lux{
312                dnam{"ลักซ์"}
313                other{"{0} ลักซ์"}
314            }
315        }
316        mass{
317            carat{
318                dnam{"กะรัต"}
319                other{"{0} กะรัต"}
320            }
321            gram{
322                dnam{"กรัม"}
323                other{"{0} กรัม"}
324            }
325            kilogram{
326                dnam{"กิโลกรัม"}
327                other{"{0} กิโลกรัม"}
328            }
329            metric-ton{
330                dnam{"เมตริกตัน"}
331                other{"{0} เมตริกตัน"}
332            }
333            microgram{
334                dnam{"ไมโครกรัม"}
335                other{"{0} ไมโครกรัม"}
336            }
337            milligram{
338                dnam{"มิลลิกรัม"}
339                other{"{0} มิลลิกรัม"}
340            }
341            ounce{
342                dnam{"ออนซ์"}
343                other{"{0} ออนซ์"}
344            }
345            ounce-troy{
346                dnam{"ทรอยออนซ์"}
347                other{"{0} ทรอยออนซ์"}
348            }
349            pound{
350                dnam{"ปอนด์"}
351                other{"{0} ปอนด์"}
352            }
353            ton{
354                dnam{"ตัน"}
355                other{"{0} ตัน"}
356            }
357        }
358        power{
359            gigawatt{
360                dnam{"กิกะวัตต์"}
361                other{"{0} กิกะวัตต์"}
362            }
363            horsepower{
364                dnam{"แรงม้า"}
365                other{"{0} แรงม้า"}
366            }
367            kilowatt{
368                dnam{"กิโลวัตต์"}
369                other{"{0} กิโลวัตต์"}
370            }
371            megawatt{
372                dnam{"เมกะวัตต์"}
373                other{"{0} เมกะวัตต์"}
374            }
375            milliwatt{
376                dnam{"มิลลิวัตต์"}
377                other{"{0} มิลลิวัตต์"}
378            }
379            watt{
380                dnam{"วัตต์"}
381                other{"{0} วัตต์"}
382            }
383        }
384        pressure{
385            hectopascal{
386                dnam{"เฮกโตปาสกาล"}
387                other{"{0} เฮกโตปาสกาล"}
388            }
389            inch-hg{
390                dnam{"นิ้วปรอท"}
391                other{"{0} นิ้วปรอท"}
392            }
393            millibar{
394                dnam{"มิลลิบาร์"}
395                other{"{0} มิลลิบาร์"}
396            }
397            millimeter-of-mercury{
398                dnam{"มิลลิเมตรปรอท"}
399                other{"{0} มิลลิเมตรปรอท"}
400            }
401            pound-per-square-inch{
402                dnam{"ปอนด์ต่อตารางนิ้ว"}
403                other{"{0} ปอนด์ต่อตารางนิ้ว"}
404            }
405        }
406        proportion{
407            karat{
408                dnam{"กะรัต"}
409                other{"{0} กะรัต"}
410            }
411        }
412        speed{
413            kilometer-per-hour{
414                dnam{"กิโลเมตรต่อชั่วโมง"}
415                other{"{0} กิโลเมตรต่อชั่วโมง"}
416            }
417            meter-per-second{
418                dnam{"เมตรต่อวินาที"}
419                other{"{0} เมตรต่อวินาที"}
420            }
421            mile-per-hour{
422                dnam{"ไมล์ต่อชั่วโมง"}
423                other{"{0} ไมล์ต่อชั่วโมง"}
424            }
425        }
426        temperature{
427            celsius{
428                dnam{"องศาเซลเซียส"}
429                other{"{0} องศาเซลเซียส"}
430            }
431            fahrenheit{
432                dnam{"องศาฟาเรนไฮต์"}
433                other{"{0} องศาฟาเรนไฮต์"}
434            }
435            kelvin{
436                dnam{"เคลวิน"}
437                other{"{0} เคลวิน"}
438            }
439        }
440        volume{
441            acre-foot{
442                dnam{"เอเคอร์-ฟุต"}
443                other{"{0} เอเคอร์-ฟุต"}
444            }
445            centiliter{
446                dnam{"เซนติลิตร"}
447                other{"{0} เซนติลิตร"}
448            }
449            cubic-centimeter{
450                dnam{"ลูกบาศก์เซนติเมตร"}
451                other{"{0} ลูกบาศก์เซนติเมตร"}
452            }
453            cubic-foot{
454                dnam{"ลูกบาศก์ฟุต"}
455                other{"{0} ลูกบาศก์ฟุต"}
456            }
457            cubic-inch{
458                dnam{"ลูกบาศก์นิ้ว"}
459                other{"{0} ลูกบาศก์นิ้ว"}
460            }
461            cubic-kilometer{
462                dnam{"ลูกบาศก์กิโลเมตร"}
463                other{"{0} ลูกบาศก์กิโลเมตร"}
464            }
465            cubic-meter{
466                dnam{"ลูกบาศก์เมตร"}
467                other{"{0} ลูกบาศก์เมตร"}
468            }
469            cubic-mile{
470                dnam{"ลูกบาศก์ไมล์"}
471                other{"{0} ลูกบาศก์ไมล์"}
472            }
473            cubic-yard{
474                dnam{"ลูกบาศก์หลา"}
475                other{"{0} ลูกบาศก์หลา"}
476            }
477            cup{
478                dnam{"ถ้วย"}
479                other{"{0} ถ้วย"}
480            }
481            deciliter{
482                dnam{"เดซิลิตร"}
483                other{"{0} เดซิลิตร"}
484            }
485            fluid-ounce{
486                dnam{"ฟลูอิดออนซ์"}
487                other{"{0} ฟลูอิดออนซ์"}
488            }
489            gallon{
490                dnam{"แกลลอน"}
491                other{"{0} แกลลอน"}
492            }
493            hectoliter{
494                dnam{"เฮกโตลิตร"}
495                other{"{0} เฮกโตลิตร"}
496            }
497            liter{
498                dnam{"ลิตร"}
499                other{"{0} ลิตร"}
500            }
501            megaliter{
502                dnam{"เมกกะลิตร"}
503                other{"{0} เมกกะลิตร"}
504            }
505            milliliter{
506                dnam{"มิลลิลิตร"}
507                other{"{0} มิลลิลิตร"}
508            }
509            pint{
510                dnam{"ไพนต"}
511                other{"{0} ไพนต"}
512            }
513            quart{
514                dnam{"ควอร์ต"}
515                other{"{0} ควอร์ต"}
516            }
517            tablespoon{
518                dnam{"ช้อนโต๊ะ"}
519                other{"{0} ช้อนโต๊ะ"}
520            }
521            teaspoon{
522                dnam{"ช้อนชา"}
523                other{"{0} ช้อนชา"}
524            }
525        }
526    }
527    unitsNarrow{
528        acceleration{
529            g-force{
530                other{"{0}G"}
531            }
532        }
533        angle{
534            arc-minute{
535                other{"{0}นาที"}
536            }
537            arc-second{
538                other{"{0}วิ"}
539            }
540            degree{
541                other{"{0}°"}
542            }
543        }
544        area{
545            acre{
546                other{"{0}เอเคอร์"}
547            }
548            hectare{
549                other{"{0}เฮกตาร์"}
550            }
551            square-foot{
552                other{"{0}ตร.ฟุต"}
553            }
554            square-kilometer{
555                other{"{0}ตร.กม."}
556            }
557            square-meter{
558                other{"{0}ตร.ม."}
559            }
560            square-mile{
561                other{"{0}ตร.ไมล์"}
562            }
563        }
564        compound{
565            per{"{0}/{1}"}
566        }
567        duration{
568            day{
569                dnam{"วัน"}
570                other{"{0}วัน"}
571            }
572            hour{
573                dnam{"ชั่วโมง"}
574                other{"{0}ชม."}
575            }
576            millisecond{
577                dnam{"มิลลิวินาที"}
578                other{"{0} มิลลิวิ"}
579            }
580            minute{
581                dnam{"นาที"}
582                other{"{0}นาที"}
583            }
584            month{
585                dnam{"เดือน"}
586                other{"{0}เดือน"}
587            }
588            second{
589                dnam{"วิ"}
590                other{"{0}วิ"}
591            }
592            week{
593                dnam{"สัปดาห์"}
594                other{"{0}สัปดาห์"}
595            }
596            year{
597                dnam{"ปี"}
598                other{"{0}ปี"}
599            }
600        }
601        length{
602            centimeter{
603                dnam{"ซม."}
604                other{"{0}ซม."}
605            }
606            foot{
607                other{"{0}′"}
608            }
609            inch{
610                other{"{0}″"}
611            }
612            kilometer{
613                dnam{"กม."}
614                other{"{0}กม."}
615            }
616            light-year{
617                other{"{0}ปีแสง"}
618            }
619            meter{
620                dnam{"เมตร"}
621                other{"{0}ม."}
622            }
623            mile{
624                other{"{0}ไมล์"}
625            }
626            millimeter{
627                dnam{"มม."}
628                other{"{0}มม."}
629            }
630            picometer{
631                other{"{0}พิโกเมตร"}
632            }
633            yard{
634                other{"{0}หลา"}
635            }
636        }
637        mass{
638            gram{
639                dnam{"กรัม"}
640                other{"{0}ก."}
641            }
642            kilogram{
643                dnam{"กก."}
644                other{"{0}กก."}
645            }
646            ounce{
647                other{"{0}ออนซ์"}
648            }
649            pound{
650                other{"{0}#"}
651            }
652        }
653        power{
654            horsepower{
655                other{"{0}แรงม้า"}
656            }
657            kilowatt{
658                other{"{0}กิโลวัตต์"}
659            }
660            watt{
661                other{"{0}วัตต์"}
662            }
663        }
664        pressure{
665            hectopascal{
666                dnam{"เฮกโตปาสกาล"}
667                other{"{0}hPa"}
668            }
669            inch-hg{
670                other{"{0}\u0022 Hg"}
671            }
672            millibar{
673                other{"{0}มิลลิบาร์"}
674            }
675        }
676        speed{
677            kilometer-per-hour{
678                dnam{"กม./ชม."}
679                other{"{0}กม./ชม."}
680            }
681            meter-per-second{
682                other{"{0}ม./วิ"}
683            }
684            mile-per-hour{
685                other{"{0}ไมล์/ชม."}
686            }
687        }
688        temperature{
689            celsius{
690                dnam{"°C"}
691                other{"{0}°C"}
692            }
693            fahrenheit{
694                other{"{0}°F"}
695            }
696        }
697        volume{
698            cubic-kilometer{
699                other{"{0}ลบ.กม."}
700            }
701            cubic-mile{
702                other{"{0}ลบ.ไมล์"}
703            }
704            liter{
705                dnam{"ลิตร"}
706                other{"{0}ล."}
707            }
708        }
709    }
710    unitsShort{
711        acceleration{
712            g-force{
713                dnam{"แรง G"}
714                other{"{0} G"}
715            }
716            meter-per-second-squared{
717                dnam{"เมตร/วินาที²"}
718                other{"{0} ม./วินาที²"}
719            }
720        }
721        angle{
722            arc-minute{
723                dnam{"ลิปดา"}
724                other{"{0} ลิปดา"}
725            }
726            arc-second{
727                dnam{"พิลิปดา"}
728                other{"{0} พิลิปดา"}
729            }
730            degree{
731                dnam{"องศา"}
732                other{"{0}°"}
733            }
734            radian{
735                dnam{"เรเดียน"}
736                other{"{0} เรเดียน"}
737            }
738        }
739        area{
740            acre{
741                dnam{"เอเคอร์"}
742                other{"{0} เอเคอร์"}
743            }
744            hectare{
745                dnam{"เฮกตาร์"}
746                other{"{0} เฮกตาร์"}
747            }
748            square-centimeter{
749                dnam{"ตร.ซม."}
750                other{"{0} ตร.ซม."}
751            }
752            square-foot{
753                dnam{"ตร.ฟุต"}
754                other{"{0} ตร.ฟุต"}
755            }
756            square-inch{
757                dnam{"ตร.นิ้ว"}
758                other{"{0} ตร.นิ้ว"}
759            }
760            square-kilometer{
761                dnam{"ตร.กม."}
762                other{"{0} ตร.กม."}
763            }
764            square-meter{
765                dnam{"ตร.ม."}
766                other{"{0} ตร.ม."}
767            }
768            square-mile{
769                dnam{"ตร.ไมล์"}
770                other{"{0} ตร.ไมล์"}
771            }
772            square-yard{
773                dnam{"ตร.ว."}
774                other{"{0} ตร.ว."}
775            }
776        }
777        compound{
778            per{"{0}/{1}"}
779        }
780        consumption{
781            liter-per-kilometer{
782                dnam{"ลิตร/กม."}
783                other{"{0} ล./กม."}
784            }
785            mile-per-gallon{
786                dnam{"ไมล์/แกลลอน"}
787                other{"{0} ไมล์/แกลลอน"}
788            }
789        }
790        digital{
791            bit{
792                dnam{"บิต"}
793                other{"{0} บิต"}
794            }
795            byte{
796                dnam{"ไบต์"}
797                other{"{0} ไบต์"}
798            }
799            gigabit{
800                dnam{"Gb"}
801                other{"{0} Gb"}
802            }
803            gigabyte{
804                dnam{"GB"}
805                other{"{0} GB"}
806            }
807            kilobit{
808                dnam{"kb"}
809                other{"{0} kb"}
810            }
811            kilobyte{
812                dnam{"kB"}
813                other{"{0} kB"}
814            }
815            megabit{
816                dnam{"Mb"}
817                other{"{0} Mb"}
818            }
819            megabyte{
820                dnam{"MB"}
821                other{"{0} MB"}
822            }
823            terabit{
824                dnam{"Tb"}
825                other{"{0} Tb"}
826            }
827            terabyte{
828                dnam{"TB"}
829                other{"{0} TB"}
830            }
831        }
832        duration{
833            day{
834                dnam{"วัน"}
835                other{"{0} วัน"}
836            }
837            hour{
838                dnam{"ชั่วโมง"}
839                other{"{0} ชม."}
840                per{"{0}/ชม."}
841            }
842            microsecond{
843                dnam{"ไมโครวินาที"}
844                other{"{0} ไมโครวิ"}
845            }
846            millisecond{
847                dnam{"มิลลิวินาที"}
848                other{"{0} มิลลิวินาที"}
849            }
850            minute{
851                dnam{"นาที"}
852                other{"{0} นาที"}
853            }
854            month{
855                dnam{"เดือน"}
856                other{"{0} เดือน"}
857            }
858            nanosecond{
859                dnam{"นาโนวินาที"}
860                other{"{0} นาโนวิ"}
861            }
862            second{
863                dnam{"วินาที"}
864                other{"{0} วิ"}
865                per{"{0}/วิ"}
866            }
867            week{
868                dnam{"สัปดาห์"}
869                other{"{0} สัปดาห์"}
870            }
871            year{
872                dnam{"ปี"}
873                other{"{0} ปี"}
874            }
875        }
876        electric{
877            ampere{
878                dnam{"แอมป์"}
879                other{"{0} แอมป์"}
880            }
881            milliampere{
882                dnam{"มิลลิแอมป์"}
883                other{"{0} มิลลิแอมป์"}
884            }
885            ohm{
886                dnam{"โอห์ม"}
887                other{"{0} Ω"}
888            }
889            volt{
890                dnam{"โวลต์"}
891                other{"{0} V"}
892            }
893        }
894        energy{
895            calorie{
896                dnam{"แคลอรี่"}
897                other{"{0} แคลอรี่"}
898            }
899            foodcalorie{
900                dnam{"แคลอรี่"}
901                other{"{0} แคลอรี่"}
902            }
903            joule{
904                dnam{"จูล"}
905                other{"{0} จูล"}
906            }
907            kilocalorie{
908                dnam{"กิโลแคลอรี่"}
909                other{"{0} กิโลแคลอรี่"}
910            }
911            kilojoule{
912                dnam{"กิโลจูล"}
913                other{"{0} กิโลจูล"}
914            }
915            kilowatt-hour{
916                dnam{"กว.-ชม."}
917                other{"{0} กว.-ชม."}
918            }
919        }
920        frequency{
921            gigahertz{
922                dnam{"GHz"}
923                other{"{0} GHz"}
924            }
925            hertz{
926                dnam{"Hz"}
927                other{"{0} Hz"}
928            }
929            kilohertz{
930                dnam{"kHz"}
931                other{"{0} kHz"}
932            }
933            megahertz{
934                dnam{"MHz"}
935                other{"{0} MHz"}
936            }
937        }
938        length{
939            astronomical-unit{
940                dnam{"หน่วยดาราศาสตร์"}
941                other{"{0} หน่วยดาราศาสตร์"}
942            }
943            centimeter{
944                dnam{"ซม."}
945                other{"{0} ซม."}
946            }
947            decimeter{
948                dnam{"ดม."}
949                other{"{0} ดม."}
950            }
951            foot{
952                dnam{"ฟุต"}
953                other{"{0} ฟุต"}
954            }
955            inch{
956                dnam{"นิ้ว"}
957                other{"{0} นิ้ว"}
958            }
959            kilometer{
960                dnam{"กม."}
961                other{"{0} กม."}
962            }
963            light-year{
964                dnam{"ปีแสง"}
965                other{"{0} ปีแสง"}
966            }
967            meter{
968                dnam{"เมตร"}
969                other{"{0} ม."}
970            }
971            micrometer{
972                dnam{"ไมโครเมตร"}
973                other{"{0} ไมโครเมตร"}
974            }
975            mile{
976                dnam{"ไมล์"}
977                other{"{0} ไมล์"}
978            }
979            millimeter{
980                dnam{"มม."}
981                other{"{0} มม."}
982            }
983            nanometer{
984                dnam{"น.ม."}
985                other{"{0} น.ม."}
986            }
987            nautical-mile{
988                dnam{"ไมล์ทะเล"}
989                other{"{0} ไมล์ทะเล"}
990            }
991            parsec{
992                dnam{"พาร์เซก"}
993                other{"{0} พาร์เซก"}
994            }
995            picometer{
996                dnam{"พิโกเมตร"}
997                other{"{0} พิโกเมตร"}
998            }
999            yard{
1000                dnam{"หลา"}
1001                other{"{0} หลา"}
1002            }
1003        }
1004        light{
1005            lux{
1006                dnam{"ลักซ์"}
1007                other{"{0} ลักซ์"}
1008            }
1009        }
1010        mass{
1011            carat{
1012                dnam{"กะรัต"}
1013                other{"{0} กะรัต"}
1014            }
1015            gram{
1016                dnam{"กรัม"}
1017                other{"{0} ก."}
1018            }
1019            kilogram{
1020                dnam{"กก."}
1021                other{"{0} กก."}
1022            }
1023            metric-ton{
1024                dnam{"ต."}
1025                other{"{0} ต."}
1026            }
1027            microgram{
1028                dnam{"มคก."}
1029                other{"{0} มคก."}
1030            }
1031            milligram{
1032                dnam{"มก."}
1033                other{"{0} มก."}
1034            }
1035            ounce{
1036                dnam{"ออนซ์"}
1037                other{"{0} ออนซ์"}
1038            }
1039            ounce-troy{
1040                dnam{"ทรอยออนซ์"}
1041                other{"{0} ทรอยออนซ์"}
1042            }
1043            pound{
1044                dnam{"ปอนด์"}
1045                other{"{0} ปอนด์"}
1046            }
1047            ton{
1048                dnam{"ตัน"}
1049                other{"{0} ตัน"}
1050            }
1051        }
1052        power{
1053            gigawatt{
1054                dnam{"กิกะวัตต์"}
1055                other{"{0} กิกะวัตต์"}
1056            }
1057            horsepower{
1058                dnam{"แรงม้า"}
1059                other{"{0} แรงม้า"}
1060            }
1061            kilowatt{
1062                dnam{"กิโลวัตต์"}
1063                other{"{0} กิโลวัตต์"}
1064            }
1065            megawatt{
1066                dnam{"เมกะวัตต์"}
1067                other{"{0} เมกะวัตต์"}
1068            }
1069            milliwatt{
1070                dnam{"มิลลิวัตต์"}
1071                other{"{0} มิลลิวัตต์"}
1072            }
1073            watt{
1074                dnam{"วัตต์"}
1075                other{"{0} วัตต์"}
1076            }
1077        }
1078        pressure{
1079            hectopascal{
1080                dnam{"เฮกโตปาสกาล"}
1081                other{"{0} เฮกโตปาสกาล"}
1082            }
1083            inch-hg{
1084                dnam{"นิ้วปรอท"}
1085                other{"{0} นิ้วปรอท"}
1086            }
1087            millibar{
1088                dnam{"มิลลิบาร์"}
1089                other{"{0} มิลลิบาร์"}
1090            }
1091            millimeter-of-mercury{
1092                dnam{"มม. ปรอท"}
1093                other{"{0} มม. ปรอท"}
1094            }
1095            pound-per-square-inch{
1096                dnam{"ปอนด์/ตร.นิ้ว"}
1097                other{"{0} ปอนด์/ตร.นิ้ว"}
1098            }
1099        }
1100        proportion{
1101            karat{
1102                dnam{"กะรัต"}
1103                other{"{0} กะรัต"}
1104            }
1105        }
1106        speed{
1107            kilometer-per-hour{
1108                dnam{"กม./ชั่วโมง"}
1109                other{"{0} กม./ชม."}
1110            }
1111            meter-per-second{
1112                dnam{"เมตรต่อวินาที"}
1113                other{"{0} ม./วิ"}
1114            }
1115            mile-per-hour{
1116                dnam{"ไมล์/ชั่วโมง"}
1117                other{"{0} ไมล์/ชม."}
1118            }
1119        }
1120        temperature{
1121            celsius{
1122                dnam{"องศาเซลเซียส"}
1123                other{"{0}°C"}
1124            }
1125            fahrenheit{
1126                dnam{"องศาฟาเรนไฮต์"}
1127                other{"{0}°F"}
1128            }
1129            kelvin{
1130                dnam{"K"}
1131                other{"{0} K"}
1132            }
1133        }
1134        volume{
1135            acre-foot{
1136                dnam{"เอเคอร์-ฟุต"}
1137                other{"{0} เอเคอร์-ฟุต"}
1138            }
1139            centiliter{
1140                dnam{"ซล."}
1141                other{"{0} ซล."}
1142            }
1143            cubic-centimeter{
1144                dnam{"ลบ.ซม."}
1145                other{"{0} ลบ.ซม."}
1146            }
1147            cubic-foot{
1148                dnam{"ลบ.ฟุต"}
1149                other{"{0} ลบ.ฟุต"}
1150            }
1151            cubic-inch{
1152                dnam{"ลบ.นิ้ว"}
1153                other{"{0} ลบ.นิ้ว"}
1154            }
1155            cubic-kilometer{
1156                dnam{"ลบ.กม."}
1157                other{"{0} ลบ.กม."}
1158            }
1159            cubic-meter{
1160                dnam{"ลบ.ม."}
1161                other{"{0} ลบ.ม."}
1162            }
1163            cubic-mile{
1164                dnam{"ลบ.ไมล์"}
1165                other{"{0} ลบ.ไมล์"}
1166            }
1167            cubic-yard{
1168                dnam{"ลบ.หลา"}
1169                other{"{0} ลบ.หลา"}
1170            }
1171            cup{
1172                dnam{"ถ้วย"}
1173                other{"{0} ถ."}
1174            }
1175            deciliter{
1176                dnam{"ดล."}
1177                other{"{0} ดล."}
1178            }
1179            fluid-ounce{
1180                dnam{"ฟลูอิดออนซ์"}
1181                other{"{0} ฟลูอิดออนซ์"}
1182            }
1183            gallon{
1184                dnam{"แกลลอน"}
1185                other{"{0} แกลลอน"}
1186            }
1187            hectoliter{
1188                dnam{"ฮล."}
1189                other{"{0} ฮล."}
1190            }
1191            liter{
1192                dnam{"ลิตร"}
1193                other{"{0} ล."}
1194            }
1195            megaliter{
1196                dnam{"เมกกะลิตร"}
1197                other{"{0} เมกกะลิตร"}
1198            }
1199            milliliter{
1200                dnam{"มล."}
1201                other{"{0} มล."}
1202            }
1203            pint{
1204                dnam{"ไพนต"}
1205                other{"{0} ไพนต"}
1206            }
1207            quart{
1208                dnam{"คว."}
1209                other{"{0} คว."}
1210            }
1211            tablespoon{
1212                dnam{"ชต."}
1213                other{"{0} ชต."}
1214            }
1215            teaspoon{
1216                dnam{"ชช."}
1217                other{"{0} ชช."}
1218            }
1219        }
1220    }
1221}
1222