intl/icu/source/data/locales/uz_Cyrl.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

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

mercurial