• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2014 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/mn.xml
7// *
8// ***************************************************************************
9/**
10 * ICU <specials> source: <path>/common/main/mn.xml
11 */
12mn{
13    AuxExemplarCharacters{"[ә җ ӊ һ]"}
14    Ellipsis{
15        final{"{0}…"}
16        initial{"…{0}"}
17        medial{"{0}…{1}"}
18        word-final{"{0} …"}
19        word-initial{"… {0}"}
20        word-medial{"{0} … {1}"}
21    }
22    ExemplarCharacters{"[а б в г д е ё ж з и й к л м н о ө п р с т у ү ф х ц ч ш щ ъ ы ь э ю я]"}
23    ExemplarCharactersPunctuation{
24        "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
25        "″]"
26    }
27    LocaleScript{
28        "Cyrl",
29    }
30    MoreInformation{"?"}
31    NumberElements{
32        latn{
33            miscPatterns{
34                atLeast{"{0}-с багагүй"}
35                range{"{0}–{1}"}
36            }
37            patterns{
38                accountingFormat{"¤ #,##0.00"}
39                currencyFormat{"¤ #,##0.00"}
40                decimalFormat{"#,##0.###"}
41                percentFormat{"#,##0%"}
42                scientificFormat{"#E0"}
43            }
44            patternsLong{
45                decimalFormat{
46                    1000{
47                        one{"0 мянга"}
48                        other{"0 мянга"}
49                    }
50                    10000{
51                        one{"00 мянга"}
52                        other{"00 мянга"}
53                    }
54                    100000{
55                        one{"000 мянга"}
56                        other{"000 мянга"}
57                    }
58                    1000000{
59                        one{"0 сая"}
60                        other{"0 сая"}
61                    }
62                    10000000{
63                        one{"00 сая"}
64                        other{"00 сая"}
65                    }
66                    100000000{
67                        one{"000 сая"}
68                        other{"000 сая"}
69                    }
70                    1000000000{
71                        one{"0 тэрбум"}
72                        other{"0 тэрбум"}
73                    }
74                    10000000000{
75                        one{"00 тэрбум"}
76                        other{"00 тэрбум"}
77                    }
78                    100000000000{
79                        one{"000 тэрбум"}
80                        other{"000 тэрбум"}
81                    }
82                    1000000000000{
83                        one{"0 их наяд"}
84                        other{"0 их наяд"}
85                    }
86                    10000000000000{
87                        one{"00 их наяд"}
88                        other{"00 их наяд"}
89                    }
90                    100000000000000{
91                        one{"000 их наяд"}
92                        other{"000 их наяд"}
93                    }
94                }
95            }
96            patternsShort{
97                decimalFormat{
98                    1000{
99                        one{"0 мянга"}
100                        other{"0 мянга"}
101                    }
102                    10000{
103                        one{"00 мянга"}
104                        other{"00 мянга"}
105                    }
106                    100000{
107                        one{"000 мянга"}
108                        other{"000 мянга"}
109                    }
110                    1000000{
111                        one{"0 сая"}
112                        other{"0 сая"}
113                    }
114                    10000000{
115                        one{"00 сая"}
116                        other{"00 сая"}
117                    }
118                    100000000{
119                        one{"000 сая"}
120                        other{"000 сая"}
121                    }
122                    1000000000{
123                        one{"0 тэрбум"}
124                        other{"0 тэрбум"}
125                    }
126                    10000000000{
127                        one{"00 тэрбум"}
128                        other{"00 тэрбум"}
129                    }
130                    100000000000{
131                        one{"000B"}
132                        other{"000B"}
133                    }
134                    1000000000000{
135                        one{"0 их наяд"}
136                        other{"0 их наяд"}
137                    }
138                    10000000000000{
139                        one{"00ИН"}
140                        other{"00их наяд"}
141                    }
142                    100000000000000{
143                        one{"000ИН"}
144                        other{"000ИН"}
145                    }
146                }
147            }
148            symbols{
149                decimal{"."}
150                exponential{"E"}
151                group{","}
152                infinity{"∞"}
153                list{";"}
154                minusSign{"-"}
155                nan{"NaN"}
156                perMille{"‰"}
157                percentSign{"%"}
158                plusSign{"+"}
159                superscriptingExponent{"×"}
160            }
161        }
162    }
163    Version{"2.0.98.52"}
164    calendar{
165        generic{
166            DateTimePatterns{
167                "HH:mm:ss zzzz",
168                "HH:mm:ss z",
169                "HH:mm:ss",
170                "HH:mm",
171                "EEEE, G y 'оны' MM 'сарын' dd",
172                "G y 'оны' MM 'сарын' d",
173                "G y MM d",
174                "GGGGG y-MM-dd",
175                "{1} {0}",
176                "{1} {0}",
177                "{1} {0}",
178                "{1} {0}",
179                "{1}, {0}",
180            }
181            availableFormats{
182                Ed{"dd E"}
183                Gy{"G y"}
184                GyMMM{"G y MM"}
185                GyMMMEd{"E, G y MMM d"}
186                GyMMMd{"G y MMM d"}
187                H{"HH"}
188                Hm{"HH:mm"}
189                Hms{"HH:mm:ss"}
190                M{"L"}
191                MEd{"E, M-d"}
192                MMM{"LLL"}
193                MMMEd{"E MMM d"}
194                MMMd{"MMM d"}
195                Md{"M-d"}
196                d{"d"}
197                h{"h a"}
198                hm{"h:mm a"}
199                hms{"h:mm:ss a"}
200                ms{"mm:ss"}
201                y{"G y"}
202                yyyy{"G y"}
203                yyyyM{"G y-M"}
204                yyyyMEd{"E, G y-M-d"}
205                yyyyMMM{"G y MMM"}
206                yyyyMMMEd{"E, G y MMM d"}
207                yyyyMMMd{"G y MMM d"}
208                yyyyMd{"G y-M-d"}
209                yyyyQQQ{"G y QQQ"}
210                yyyyQQQQ{"G y 'оны' QQQQ"}
211            }
212            intervalFormats{
213                H{
214                    H{"HH–HH"}
215                }
216                Hm{
217                    H{"HH:mm–HH:mm"}
218                    m{"HH:mm–HH:mm"}
219                }
220                Hmv{
221                    H{"HH:mm–HH:mm v"}
222                    m{"HH:mm–HH:mm v"}
223                }
224                Hv{
225                    H{"HH–HH v"}
226                }
227                M{
228                    M{"M–M"}
229                }
230                MEd{
231                    M{"E, MM/dd - E, MM/dd"}
232                    d{"E, MM/dd - E, MM/dd"}
233                }
234                MMM{
235                    M{"LLL–LLL"}
236                }
237                MMMEd{
238                    M{"E, MM/dd - E, MM/dd"}
239                    d{"E, MM/dd - E, MM/dd"}
240                }
241                MMMd{
242                    M{"MM/d - MM/d"}
243                    d{"MM/d-d"}
244                }
245                Md{
246                    M{"MM/dd-MM/dd"}
247                    d{"MM/dd-MM/dd"}
248                }
249                d{
250                    d{"d–d"}
251                }
252                fallback{"{0} – {1}"}
253                h{
254                    a{"h a – h a"}
255                    h{"h–h a"}
256                }
257                hm{
258                    a{"h:mm a – h:mm a"}
259                    h{"h:mm–h:mm a"}
260                    m{"h:mm–h:mm a"}
261                }
262                hmv{
263                    a{"h:mm a – h:mm a v"}
264                    h{"h:mm–h:mm a v"}
265                    m{"h:mm–h:mm a v"}
266                }
267                hv{
268                    a{"h a – h a v"}
269                    h{"h–h a v"}
270                }
271                y{
272                    y{"G y–y"}
273                }
274                yM{
275                    M{"G y/MM-MM"}
276                    y{"G y/MM - y/MM"}
277                }
278                yMEd{
279                    M{"E, G y/MM/dd – E, y/MM/dd"}
280                    d{"E, G y/MM/dd – E, y/MM/dd"}
281                    y{"E, G y/MM/dd – E, y/MM/dd"}
282                }
283                yMMM{
284                    M{"G y/MM-MM"}
285                    y{"G y/MM - y/MM"}
286                }
287                yMMMEd{
288                    M{"E, G y/MM/dd – E, y/MM/dd"}
289                    d{"E, G y/MM/dd – E, y/MM/dd"}
290                    y{"E, G y/MM/dd – E, y/MM/dd"}
291                }
292                yMMMM{
293                    M{"G y 'оны' MM-MM-'р' 'сар'"}
294                    y{"G y/MM -y/MM"}
295                }
296                yMMMd{
297                    M{"G y/MM/dd - MM/dd"}
298                    d{"G y/MM/d-d"}
299                    y{"G y/MM/dd - y/MM/dd"}
300                }
301                yMd{
302                    M{"G y/MM/dd -MM/dd"}
303                    d{"G y/MM/dd-dd"}
304                    y{"G y/MM/dd - y/MM/dd"}
305                }
306            }
307        }
308        gregorian{
309            AmPmMarkers{
310                "ҮӨ",
311                "ҮХ",
312            }
313            DateTimePatterns{
314                "HH:mm:ss zzzz",
315                "HH:mm:ss z",
316                "HH:mm:ss",
317                "HH:mm",
318                "EEEE, y 'оны' MMMM 'сарын' dd",
319                "y 'оны' MMMM 'сарын' d",
320                "y MMM d",
321                "y-MM-dd",
322                "{1} {0}",
323                "{1} {0}",
324                "{1} {0}",
325                "{1} {0}",
326                "{1}, {0}",
327            }
328            appendItems{
329                Timezone{"{0} {1}"}
330            }
331            availableFormats{
332                EHm{"E HH:mm"}
333                EHms{"E HH:mm:ss"}
334                Ed{"dd E"}
335                Ehm{"E h:mm a"}
336                Ehms{"E h:mm:ss a"}
337                Gy{"G y"}
338                GyMMM{"G y MMM"}
339                GyMMMEd{"E, G y MMM d"}
340                GyMMMd{"G y MMM d"}
341                H{"HH"}
342                Hm{"HH:mm"}
343                Hms{"HH:mm:ss"}
344                M{"L"}
345                MEd{"E, M-d"}
346                MMM{"LLL"}
347                MMMEd{"E MMM d"}
348                MMMd{"MMM d"}
349                Md{"M-d"}
350                d{"d"}
351                h{"h a"}
352                hm{"h:mm a"}
353                hms{"h:mm:ss a"}
354                ms{"mm:ss"}
355                y{"y"}
356                yM{"y-M"}
357                yMEd{"E, y-M-d"}
358                yMMM{"y MMM"}
359                yMMMEd{"E, y MMM d"}
360                yMMMd{"y MMM d"}
361                yMd{"y-M-d"}
362                yQQQ{"y QQQ"}
363                yQQQQ{"y 'оны' QQQQ"}
364            }
365            dayNames{
366                format{
367                    abbreviated{
368                        "Ня",
369                        "Да",
370                        "Мя",
371                        "Лх",
372                        "Пү",
373                        "Ба",
374                        "Бя",
375                    }
376                    narrow{
377                        "1",
378                        "2",
379                        "3",
380                        "4",
381                        "5",
382                        "6",
383                        "7",
384                    }
385                    short{
386                        "Ня",
387                        "Да",
388                        "Мя",
389                        "Лх",
390                        "Пү",
391                        "Ба",
392                        "Бя",
393                    }
394                    wide{
395                        "ням",
396                        "даваа",
397                        "мягмар",
398                        "лхагва",
399                        "пүрэв",
400                        "баасан",
401                        "бямба",
402                    }
403                }
404                stand-alone{
405                    abbreviated{
406                        "Ня",
407                        "Да",
408                        "Мя",
409                        "Лх",
410                        "Пү",
411                        "Ба",
412                        "Бя",
413                    }
414                    narrow{
415                        "1",
416                        "2",
417                        "3",
418                        "4",
419                        "5",
420                        "6",
421                        "7",
422                    }
423                    short{
424                        "Ня",
425                        "Да",
426                        "Мя",
427                        "Лх",
428                        "Пү",
429                        "Ба",
430                        "Бя",
431                    }
432                    wide{
433                        "ням",
434                        "даваа",
435                        "мягмар",
436                        "лхагва",
437                        "пүрэв",
438                        "баасан",
439                        "бямба",
440                    }
441                }
442            }
443            eras{
444                abbreviated{
445                    "МЭӨ",
446                    "МЭ",
447                }
448                narrow{
449                    "м.э.ө",
450                    "м.э.",
451                }
452                wide{
453                    "манай эриний өмнөх",
454                    "манай эриний",
455                }
456            }
457            intervalFormats{
458                H{
459                    H{"HH–HH"}
460                }
461                Hm{
462                    H{"HH:mm–HH:mm"}
463                    m{"HH:mm–HH:mm"}
464                }
465                Hmv{
466                    H{"HH:mm–HH:mm v"}
467                    m{"HH:mm–HH:mm v"}
468                }
469                Hv{
470                    H{"HH–HH v"}
471                }
472                M{
473                    M{"M–M"}
474                }
475                MEd{
476                    M{"E, MM/dd - E, MM/dd"}
477                    d{"E, MM/dd - E, MM/dd"}
478                }
479                MMM{
480                    M{"LLL–LLL"}
481                }
482                MMMEd{
483                    M{"E, MM/dd - E, MM/dd"}
484                    d{"E, MM/dd - E, MM/dd"}
485                }
486                MMMd{
487                    M{"MM/d - MM/d"}
488                    d{"MM/d-d"}
489                }
490                Md{
491                    M{"MM/dd-MM/dd"}
492                    d{"MM/dd-MM/dd"}
493                }
494                d{
495                    d{"d–d"}
496                }
497                fallback{"{0} – {1}"}
498                h{
499                    a{"h a – h a"}
500                    h{"h–h a"}
501                }
502                hm{
503                    a{"h:mm a – h:mm a"}
504                    h{"h:mm–h:mm a"}
505                    m{"h:mm–h:mm a"}
506                }
507                hmv{
508                    a{"h:mm a – h:mm a v"}
509                    h{"h:mm–h:mm a v"}
510                    m{"h:mm–h:mm a v"}
511                }
512                hv{
513                    a{"h a – h a v"}
514                    h{"h–h a v"}
515                }
516                y{
517                    y{"y–y"}
518                }
519                yM{
520                    M{"y/MM-MM"}
521                    y{"y/MM - y/MM"}
522                }
523                yMEd{
524                    M{"E, y/MM/dd – E, y/MM/dd"}
525                    d{"E, y/MM/dd – E, y/MM/dd"}
526                    y{"E, y/MM/dd – E, y/MM/dd"}
527                }
528                yMMM{
529                    M{"y/MM-MM"}
530                    y{"y/MM - y/MM"}
531                }
532                yMMMEd{
533                    M{"E, y/MM/dd – E, y/MM/dd"}
534                    d{"E, y/MM/dd – E, y/MM/dd"}
535                    y{"E, y/MM/dd – E, y/MM/dd"}
536                }
537                yMMMM{
538                    M{"y 'оны' MM-MM-'р' 'сар'"}
539                    y{"y/MM -y/MM"}
540                }
541                yMMMd{
542                    M{"y/MM/dd - MM/dd"}
543                    d{"y/MM/d-d"}
544                    y{"y/MM/dd - y/MM/dd"}
545                }
546                yMd{
547                    M{"y/MM/dd -MM/dd"}
548                    d{"y/MM/dd-dd"}
549                    y{"y/MM/dd - y/MM/dd"}
550                }
551            }
552            monthNames{
553                format{
554                    abbreviated{
555                        "1-р сар",
556                        "2-р сар",
557                        "3-р сар",
558                        "4-р сар",
559                        "5-р сар",
560                        "6-р сар",
561                        "7-р сар",
562                        "8-р сар",
563                        "9-р сар",
564                        "10-р сар",
565                        "11-р сар",
566                        "12-р сар",
567                    }
568                    narrow{
569                        "1",
570                        "2",
571                        "3",
572                        "4",
573                        "5",
574                        "6",
575                        "7",
576                        "8",
577                        "9",
578                        "10",
579                        "11",
580                        "12",
581                    }
582                    wide{
583                        "Нэгдүгээр сар",
584                        "Хоёрдугаар сар",
585                        "Гуравдугаар сар",
586                        "Дөрөвдүгээр сар",
587                        "Тавдугаар сар",
588                        "Зургадугаар сар",
589                        "Долдугаар сар",
590                        "Наймдугаар сар",
591                        "Есдүгээр сар",
592                        "Аравдугаар сар",
593                        "Арван нэгдүгээр сар",
594                        "Арван хоёрдугаар сар",
595                    }
596                }
597                stand-alone{
598                    abbreviated{
599                        "1-р сар",
600                        "2-р сар",
601                        "3-р сар",
602                        "4-р сар",
603                        "5-р сар",
604                        "6-р сар",
605                        "7-р сар",
606                        "8-р сар",
607                        "9-р сар",
608                        "10-р сар",
609                        "11-р сар",
610                        "12-р сар",
611                    }
612                    narrow{
613                        "1",
614                        "2",
615                        "3",
616                        "4",
617                        "5",
618                        "6",
619                        "7",
620                        "8",
621                        "9",
622                        "10",
623                        "11",
624                        "12",
625                    }
626                    wide{
627                        "Нэгдүгээр сар",
628                        "Хоёрдугаар сар",
629                        "Гуравдугаар сар",
630                        "Дөрөвдүгээр сар",
631                        "Тавдугаар сар",
632                        "Зургадугаар сар",
633                        "Долдугаар сар",
634                        "Наймдугаар сар",
635                        "Есдүгээр сар",
636                        "Аравдугаар сар",
637                        "Арван нэгдүгээр сар",
638                        "Арван хоёрдугаар сар",
639                    }
640                }
641            }
642            quarters{
643                format{
644                    abbreviated{
645                        "У1",
646                        "У2",
647                        "У3",
648                        "У4",
649                    }
650                    narrow{
651                        "1",
652                        "2",
653                        "3",
654                        "4",
655                    }
656                    wide{
657                        "1-р улирал",
658                        "2-р улирал",
659                        "3-р улирал",
660                        "4-р улирал",
661                    }
662                }
663                stand-alone{
664                    abbreviated{
665                        "У1",
666                        "У2",
667                        "У3",
668                        "У4",
669                    }
670                    narrow{
671                        "1",
672                        "2",
673                        "3",
674                        "4",
675                    }
676                    wide{
677                        "1-р улирал",
678                        "2-р улирал",
679                        "3-р улирал",
680                        "4-р улирал",
681                    }
682                }
683            }
684        }
685    }
686    delimiters{
687        alternateQuotationEnd{"”"}
688        alternateQuotationStart{"“"}
689        quotationEnd{"’"}
690        quotationStart{"‘"}
691    }
692    durationUnits{
693        hm{"h:mm"}
694        hms{"h:mm:ss"}
695        ms{"m:ss"}
696    }
697    fields{
698        day{
699            dn{"Өдөр"}
700            relative{
701                "-1"{"өчигдөр"}
702                "-2"{"Уржигдар"}
703                "0"{"өнөөдөр"}
704                "1"{"маргааш"}
705                "2"{"Нөгөөдөр"}
706            }
707            relativeTime{
708                future{
709                    one{"{0} өдрийн дараа"}
710                    other{"{0} өдрийн дараа"}
711                }
712                past{
713                    one{"{0} өдрийн өмнө"}
714                    other{"{0} өдрийн өмнө"}
715                }
716            }
717        }
718        dayperiod{
719            dn{"Өдрийн цаг"}
720        }
721        era{
722            dn{"Эрин"}
723        }
724        fri{
725            relative{
726                "-1"{"өнгөрсөн баасан гараг"}
727                "0"{"энэ баасан гараг"}
728                "1"{"ирэх баасан гараг"}
729            }
730        }
731        hour{
732            dn{"Цаг"}
733            relativeTime{
734                future{
735                    one{"{0} цагийн дараа"}
736                    other{"{0} цагийн дараа"}
737                }
738                past{
739                    one{"{0} цагийн өмнө"}
740                    other{"{0} цагийн өмнө"}
741                }
742            }
743        }
744        minute{
745            dn{"Минут"}
746            relativeTime{
747                future{
748                    one{"{0} минутын дараа"}
749                    other{"{0} минутын дараа"}
750                }
751                past{
752                    one{"{0} минутын өмнө"}
753                    other{"{0} минутын өмнө"}
754                }
755            }
756        }
757        mon{
758            relative{
759                "-1"{"өнгөрсөн даваа гараг"}
760                "0"{"энэ даваа гараг"}
761                "1"{"ирэх даваа гараг"}
762            }
763        }
764        month{
765            dn{"Сар"}
766            relative{
767                "-1"{"өнгөрсөн сар"}
768                "0"{"энэ сар"}
769                "1"{"ирэх сар"}
770            }
771            relativeTime{
772                future{
773                    one{"{0} сарын дараа"}
774                    other{"{0} сарын дараа"}
775                }
776                past{
777                    one{"{0} сарын өмнө"}
778                    other{"{0} сарын өмнө"}
779                }
780            }
781        }
782        sat{
783            relative{
784                "-1"{"өнгөрсөн бямба гараг"}
785                "0"{"энэ бямба гараг"}
786                "1"{"ирэх бямба гараг"}
787            }
788        }
789        second{
790            dn{"Секунд"}
791            relative{
792                "0"{"Одоо"}
793            }
794            relativeTime{
795                future{
796                    one{"{0} секундын дараа"}
797                    other{"{0} секундын дараа"}
798                }
799                past{
800                    one{"{0} секундын өмнө"}
801                    other{"{0} секундын өмнө"}
802                }
803            }
804        }
805        sun{
806            relative{
807                "-1"{"өнгөрсөн ням гараг"}
808                "0"{"энэ ням гараг"}
809                "1"{"ирэх ням гараг"}
810            }
811        }
812        thu{
813            relative{
814                "-1"{"өнгөрсөн пүрэв гараг"}
815                "0"{"энэ пүрэв гараг"}
816                "1"{"ирэх пүрэв гараг"}
817            }
818        }
819        tue{
820            relative{
821                "-1"{"өнгөрсөн мягмар гараг"}
822                "0"{"энэ мягмар гараг"}
823                "1"{"ирэх мягмар гараг"}
824            }
825        }
826        wed{
827            relative{
828                "-1"{"өнгөрсөн лхагва гараг"}
829                "0"{"энэ лхагва гараг"}
830                "1"{"ирэх лхагва гараг"}
831            }
832        }
833        week{
834            dn{"Долоо хоног"}
835            relative{
836                "-1"{"өнгөрсөн долоо хоног"}
837                "0"{"энэ долоо хоног"}
838                "1"{"ирэх долоо хоног"}
839            }
840            relativeTime{
841                future{
842                    one{"{0} долоо хоногийн дараа"}
843                    other{"{0} долоо хоногийн дараа"}
844                }
845                past{
846                    one{"{0} долоо хоногийн өмнө"}
847                    other{"{0} долоо хоногийн өмнө"}
848                }
849            }
850        }
851        weekday{
852            dn{"Гараг"}
853        }
854        year{
855            dn{"Жил"}
856            relative{
857                "-1"{"өнгөрсөн жил"}
858                "0"{"энэ жил"}
859                "1"{"ирэх жил"}
860            }
861            relativeTime{
862                future{
863                    one{"{0} жилийн дараа"}
864                    other{"{0} жилийн дараа"}
865                }
866                past{
867                    one{"{0} жилийн өмнө"}
868                    other{"{0} жилийн өмнө"}
869                }
870            }
871        }
872        zone{
873            dn{"Цагийн бүс"}
874        }
875    }
876    listPattern{
877        standard{
878            2{"{0}, {1}"}
879            end{"{0}, {1}"}
880            middle{"{0}, {1}"}
881            start{"{0}, {1}"}
882        }
883        unit{
884            2{"{0}, {1}"}
885            end{"{0}, {1}"}
886            middle{"{0}, {1}"}
887            start{"{0}, {1}"}
888        }
889        unit-narrow{
890            2{"{0}, {1}"}
891            end{"{0}, {1}"}
892            middle{"{0}, {1}"}
893            start{"{0}, {1}"}
894        }
895        unit-short{
896            2{"{0}, {1}"}
897            end{"{0}, {1}"}
898            middle{"{0}, {1}"}
899            start{"{0}, {1}"}
900        }
901    }
902    measurementSystemNames{
903        UK{"Их Британийн"}
904        US{"АНУ-ын"}
905        metric{"метрийн"}
906    }
907    units{
908        acceleration{
909            g-force{
910                one{"{0} G"}
911                other{"{0} G"}
912            }
913        }
914        angle{
915            arc-minute{
916                one{"{0}′"}
917                other{"{0}′"}
918            }
919            arc-second{
920                one{"{0}″"}
921                other{"{0}″"}
922            }
923            degree{
924                one{"{0}°"}
925                other{"{0}°"}
926            }
927        }
928        area{
929            acre{
930                one{"{0} акр"}
931                other{"{0} акр"}
932            }
933            hectare{
934                one{"{0} гектар"}
935                other{"{0} гектар"}
936            }
937            square-foot{
938                one{"{0} фүүт квадрат"}
939                other{"{0} фүүт квадрат"}
940            }
941            square-kilometer{
942                one{"{0} километр квадрат"}
943                other{"{0} километр квадрат"}
944            }
945            square-meter{
946                one{"{0} метр квадрат"}
947                other{"{0} метр квадрат"}
948            }
949            square-mile{
950                one{"{0} миль квадрат"}
951                other{"{0} миль квадрат"}
952            }
953        }
954        compound{
955            per{"{0}/{1}"}
956        }
957        duration{
958            day{
959                one{"{0} өдөр"}
960                other{"{0} өдөр"}
961            }
962            hour{
963                one{"{0} цаг"}
964                other{"{0} цаг"}
965            }
966            millisecond{
967                one{"{0} милсекунд"}
968                other{"{0}милсекунд"}
969            }
970            minute{
971                one{"{0} минут"}
972                other{"{0} минут"}
973            }
974            month{
975                one{"{0} сар"}
976                other{"{0} сар"}
977            }
978            second{
979                one{"{0} секунд"}
980                other{"{0} секунд"}
981            }
982            week{
983                one{"{0} долоо хоног"}
984                other{"{0} долоо хоног"}
985            }
986            year{
987                one{"{0} жил"}
988                other{"{0} жил"}
989            }
990        }
991        length{
992            centimeter{
993                one{"{0} сантиметр"}
994                other{"{0} сантиметр"}
995            }
996            foot{
997                one{"{0} фүүт"}
998                other{"{0} фүүт"}
999            }
1000            inch{
1001                one{"{0} инч"}
1002                other{"{0} инч"}
1003            }
1004            kilometer{
1005                one{"{0} километр"}
1006                other{"{0} километр"}
1007            }
1008            light-year{
1009                one{"{0} гэрлийн жил"}
1010                other{"{0} гэрлийн жил"}
1011            }
1012            meter{
1013                one{"{0} метр"}
1014                other{"{0} метр"}
1015            }
1016            mile{
1017                one{"{0} миль"}
1018                other{"{0} миль"}
1019            }
1020            millimeter{
1021                one{"{0} милметр"}
1022                other{"{0} милметр"}
1023            }
1024            picometer{
1025                one{"{0} пикометр"}
1026                other{"{0} пикометр"}
1027            }
1028            yard{
1029                one{"{0} ярд"}
1030                other{"{0} ярд"}
1031            }
1032        }
1033        mass{
1034            gram{
1035                one{"{0} грам"}
1036                other{"{0} грам"}
1037            }
1038            kilogram{
1039                one{"{0} килограм"}
1040                other{"{0} килограм"}
1041            }
1042            ounce{
1043                one{"{0} унц"}
1044                other{"{0} унц"}
1045            }
1046            pound{
1047                one{"{0} фунт"}
1048                other{"{0} фунт"}
1049            }
1050        }
1051        power{
1052            horsepower{
1053                one{"{0} морины хүч"}
1054                other{"{0} морины хүч"}
1055            }
1056            kilowatt{
1057                one{"{0} киловатт"}
1058                other{"{0} киловатт"}
1059            }
1060            watt{
1061                one{"{0} ватт"}
1062                other{"{0} ватт"}
1063            }
1064        }
1065        pressure{
1066            hectopascal{
1067                one{"{0} гектопаскал"}
1068                other{"{0} гектопаскал"}
1069            }
1070            inch-hg{
1071                one{"{0} мөнгөн усны багана"}
1072                other{"{0} мөнгөн усны багана"}
1073            }
1074            millibar{
1075                one{"{0} милбар"}
1076                other{"{0} милбар"}
1077            }
1078        }
1079        speed{
1080            kilometer-per-hour{
1081                one{"{0} километр/цаг"}
1082                other{"{0} километр/цаг"}
1083            }
1084            meter-per-second{
1085                one{"{0} метр/секунд"}
1086                other{"{0} метр/секунд"}
1087            }
1088            mile-per-hour{
1089                one{"{0} миль/цаг"}
1090                other{"{0} миль/цаг"}
1091            }
1092        }
1093        temperature{
1094            celsius{
1095                one{"{0} Цельсийн градус"}
1096                other{"{0} Цельсийн градус"}
1097            }
1098            fahrenheit{
1099                one{"{0} Фаренгейт градус"}
1100                other{"{0} Фаренгейт градус"}
1101            }
1102        }
1103        volume{
1104            cubic-kilometer{
1105                one{"{0} километр куб"}
1106                other{"{0} километр куб"}
1107            }
1108            cubic-mile{
1109                one{"{0} миль куб"}
1110                other{"{0} миль куб"}
1111            }
1112            liter{
1113                one{"{0} литр"}
1114                other{"{0} литр"}
1115            }
1116        }
1117    }
1118    unitsNarrow{
1119        acceleration{
1120            g-force{
1121                one{"{0} G"}
1122                other{"{0} G"}
1123            }
1124        }
1125        angle{
1126            arc-minute{
1127                one{"{0}′"}
1128                other{"{0}′"}
1129            }
1130            arc-second{
1131                one{"{0}″"}
1132                other{"{0}″"}
1133            }
1134            degree{
1135                one{"{0}°"}
1136                other{"{0}°"}
1137            }
1138        }
1139        area{
1140            acre{
1141                one{"{0} акр"}
1142                other{"{0} акр"}
1143            }
1144            hectare{
1145                one{"{0} га"}
1146                other{"{0} га"}
1147            }
1148            square-foot{
1149                one{"{0} фт²"}
1150                other{"{0} фт²"}
1151            }
1152            square-kilometer{
1153                one{"{0} км²"}
1154                other{"{0} км²"}
1155            }
1156            square-meter{
1157                one{"{0} м²"}
1158                other{"{0} м²"}
1159            }
1160            square-mile{
1161                one{"{0} миль²"}
1162                other{"{0} миль²"}
1163            }
1164        }
1165        compound{
1166            per{"{0}/{1}"}
1167        }
1168        duration{
1169            day{
1170                one{"{0} ө"}
1171                other{"{0} ө"}
1172            }
1173            hour{
1174                one{"{0} ц"}
1175                other{"{0} ц"}
1176            }
1177            millisecond{
1178                one{"{0} мс"}
1179                other{"{0} мс"}
1180            }
1181            minute{
1182                one{"{0} м"}
1183                other{"{0} м"}
1184            }
1185            month{
1186                one{"{0} сар"}
1187                other{"{0} сар"}
1188            }
1189            second{
1190                one{"{0} с"}
1191                other{"{0} с"}
1192            }
1193            week{
1194                one{"{0} д/х"}
1195                other{"{0} д/х"}
1196            }
1197            year{
1198                one{"{0} ж"}
1199                other{"{0} ж"}
1200            }
1201        }
1202        length{
1203            centimeter{
1204                one{"{0} см"}
1205                other{"{0} см"}
1206            }
1207            foot{
1208                one{"{0} фт"}
1209                other{"{0} фт"}
1210            }
1211            inch{
1212                one{"{0} инч"}
1213                other{"{0} инч"}
1214            }
1215            kilometer{
1216                one{"{0} км"}
1217                other{"{0} км"}
1218            }
1219            light-year{
1220                one{"{0} гэр/жил"}
1221                other{"{0} гэр/жил"}
1222            }
1223            meter{
1224                one{"{0} м"}
1225                other{"{0} м"}
1226            }
1227            mile{
1228                one{"{0} миль"}
1229                other{"{0} миль"}
1230            }
1231            millimeter{
1232                one{"{0} мм"}
1233                other{"{0} мм"}
1234            }
1235            picometer{
1236                one{"{0} пм"}
1237                other{"{0} пм"}
1238            }
1239            yard{
1240                one{"{0} ярд"}
1241                other{"{0} ярд"}
1242            }
1243        }
1244        mass{
1245            gram{
1246                one{"{0} г"}
1247                other{"{0} г"}
1248            }
1249            kilogram{
1250                one{"{0} кг"}
1251                other{"{0} кг"}
1252            }
1253            ounce{
1254                one{"{0} унц"}
1255                other{"{0} унц"}
1256            }
1257            pound{
1258                one{"{0} фунт"}
1259                other{"{0} фунт"}
1260            }
1261        }
1262        power{
1263            horsepower{
1264                one{"{0} м.х."}
1265                other{"{0} м.х."}
1266            }
1267            kilowatt{
1268                one{"{0} кватт"}
1269                other{"{0} кватт"}
1270            }
1271            watt{
1272                one{"{0} ватт"}
1273                other{"{0} ватт"}
1274            }
1275        }
1276        pressure{
1277            hectopascal{
1278                one{"{0} гПа"}
1279                other{"{0} гПа"}
1280            }
1281            inch-hg{
1282                one{"{0} муб"}
1283                other{"{0} муб"}
1284            }
1285            millibar{
1286                one{"{0} милбар"}
1287                other{"{0} милбар"}
1288            }
1289        }
1290        speed{
1291            kilometer-per-hour{
1292                one{"{0} км/цаг"}
1293                other{"{0} км/цаг"}
1294            }
1295            meter-per-second{
1296                one{"{0} м/сек"}
1297                other{"{0} м/сек"}
1298            }
1299            mile-per-hour{
1300                one{"{0} миль/цаг"}
1301                other{"{0} миль/цаг"}
1302            }
1303        }
1304        temperature{
1305            celsius{
1306                one{"{0}°"}
1307                other{"{0}°"}
1308            }
1309            fahrenheit{
1310                one{"{0}°F"}
1311                other{"{0}°F"}
1312            }
1313        }
1314        volume{
1315            cubic-kilometer{
1316                one{"{0} км³"}
1317                other{"{0} км³"}
1318            }
1319            cubic-mile{
1320                one{"{0} миль куб"}
1321                other{"{0} миль куб"}
1322            }
1323            liter{
1324                one{"{0} л"}
1325                other{"{0} л"}
1326            }
1327        }
1328    }
1329    unitsShort{
1330        acceleration{
1331            g-force{
1332                one{"{0} G"}
1333                other{"{0} G"}
1334            }
1335        }
1336        angle{
1337            arc-minute{
1338                one{"{0}′"}
1339                other{"{0}′"}
1340            }
1341            arc-second{
1342                one{"{0}″"}
1343                other{"{0}″"}
1344            }
1345            degree{
1346                one{"{0}°"}
1347                other{"{0}°"}
1348            }
1349        }
1350        area{
1351            acre{
1352                one{"{0} акр"}
1353                other{"{0} акр"}
1354            }
1355            hectare{
1356                one{"{0} га"}
1357                other{"{0} га"}
1358            }
1359            square-foot{
1360                one{"{0} фт²"}
1361                other{"{0} фт²"}
1362            }
1363            square-kilometer{
1364                one{"{0} км²"}
1365                other{"{0} км²"}
1366            }
1367            square-meter{
1368                one{"{0} м²"}
1369                other{"{0} м²"}
1370            }
1371            square-mile{
1372                one{"{0} миль²"}
1373                other{"{0} миль²"}
1374            }
1375        }
1376        compound{
1377            per{"{0}/{1}"}
1378        }
1379        duration{
1380            day{
1381                one{"{0} өдөр"}
1382                other{"{0} өдөр"}
1383            }
1384            hour{
1385                one{"{0} цаг"}
1386                other{"{0} цаг"}
1387            }
1388            millisecond{
1389                one{"{0} мс"}
1390                other{"{0} мс"}
1391            }
1392            minute{
1393                one{"{0} мин"}
1394                other{"{0} мин"}
1395            }
1396            month{
1397                one{"{0} сар"}
1398                other{"{0} сар"}
1399            }
1400            second{
1401                one{"{0} сек"}
1402                other{"{0} сек"}
1403            }
1404            week{
1405                one{"{0} дол/хон"}
1406                other{"{0} дол/хон"}
1407            }
1408            year{
1409                one{"{0} жил"}
1410                other{"{0} жил"}
1411            }
1412        }
1413        length{
1414            centimeter{
1415                one{"{0} см"}
1416                other{"{0} см"}
1417            }
1418            foot{
1419                one{"{0} фт"}
1420                other{"{0} фт"}
1421            }
1422            inch{
1423                one{"{0} инч"}
1424                other{"{0} инч"}
1425            }
1426            kilometer{
1427                one{"{0} км"}
1428                other{"{0} км"}
1429            }
1430            light-year{
1431                one{"{0} гэрлийн жил"}
1432                other{"{0} гэрлийн жил"}
1433            }
1434            meter{
1435                one{"{0} м"}
1436                other{"{0} м"}
1437            }
1438            mile{
1439                one{"{0} миль"}
1440                other{"{0} миль"}
1441            }
1442            millimeter{
1443                one{"{0} мм"}
1444                other{"{0} мм"}
1445            }
1446            picometer{
1447                one{"{0} пм"}
1448                other{"{0} пм"}
1449            }
1450            yard{
1451                one{"{0} ярд"}
1452                other{"{0} ярд"}
1453            }
1454        }
1455        mass{
1456            gram{
1457                one{"{0} г"}
1458                other{"{0} г"}
1459            }
1460            kilogram{
1461                one{"{0} кг"}
1462                other{"{0} кг"}
1463            }
1464            ounce{
1465                one{"{0} унц"}
1466                other{"{0} унц"}
1467            }
1468            pound{
1469                one{"{0} фунт"}
1470                other{"{0} фунт"}
1471            }
1472        }
1473        power{
1474            horsepower{
1475                one{"{0} м.х."}
1476                other{"{0} м.х."}
1477            }
1478            kilowatt{
1479                one{"{0} кватт"}
1480                other{"{0} кватт"}
1481            }
1482            watt{
1483                one{"{0} ватт"}
1484                other{"{0} ватт"}
1485            }
1486        }
1487        pressure{
1488            hectopascal{
1489                one{"{0} гПа"}
1490                other{"{0} гПа"}
1491            }
1492            inch-hg{
1493                one{"{0} муб"}
1494                other{"{0} муб"}
1495            }
1496            millibar{
1497                one{"{0} милбар"}
1498                other{"{0} милбар"}
1499            }
1500        }
1501        speed{
1502            kilometer-per-hour{
1503                one{"{0} км/цаг"}
1504                other{"{0} км/цаг"}
1505            }
1506            meter-per-second{
1507                one{"{0} м/сек"}
1508                other{"{0} м/сек"}
1509            }
1510            mile-per-hour{
1511                one{"{0} миль/цаг"}
1512                other{"{0} миль/цаг"}
1513            }
1514        }
1515        temperature{
1516            celsius{
1517                one{"{0}°C"}
1518                other{"{0}°C"}
1519            }
1520            fahrenheit{
1521                one{"{0}°F"}
1522                other{"{0}°F"}
1523            }
1524        }
1525        volume{
1526            cubic-kilometer{
1527                one{"{0} км³"}
1528                other{"{0} км³"}
1529            }
1530            cubic-mile{
1531                one{"{0} миль куб"}
1532                other{"{0} миль куб"}
1533            }
1534            liter{
1535                one{"{0} л"}
1536                other{"{0} л"}
1537            }
1538        }
1539    }
1540}
1541