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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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/zh_Hans_HK.xml
     7 // *
     8 // ***************************************************************************
     9 zh_Hans_HK{
    10     NumberElements{
    11         latn{
    12             patterns{
    13                 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
    14                 currencyFormat{"¤#,##0.00"}
    15             }
    16             patternsLong{
    17                 decimalFormat{
    18                     1000{
    19                         other{"0千"}
    20                     }
    21                     10000{
    22                         other{"0万"}
    23                     }
    24                     100000{
    25                         other{"00万"}
    26                     }
    27                     1000000{
    28                         other{"000万"}
    29                     }
    30                     10000000{
    31                         other{"0000万"}
    32                     }
    33                     100000000{
    34                         other{"0亿"}
    35                     }
    36                     1000000000{
    37                         other{"00亿"}
    38                     }
    39                     10000000000{
    40                         other{"000亿"}
    41                     }
    42                     100000000000{
    43                         other{"0000亿"}
    44                     }
    45                     1000000000000{
    46                         other{"0万亿"}
    47                     }
    48                     10000000000000{
    49                         other{"00万亿"}
    50                     }
    51                     100000000000000{
    52                         other{"000万亿"}
    53                     }
    54                 }
    55             }
    56             patternsShort{
    57                 decimalFormat{
    58                     1000{
    59                         other{"0千"}
    60                     }
    61                     10000{
    62                         other{"0万"}
    63                     }
    64                     100000{
    65                         other{"00万"}
    66                     }
    67                     1000000{
    68                         other{"000万"}
    69                     }
    70                     10000000{
    71                         other{"0000万"}
    72                     }
    73                     100000000{
    74                         other{"0亿"}
    75                     }
    76                     1000000000{
    77                         other{"00亿"}
    78                     }
    79                     10000000000{
    80                         other{"000亿"}
    81                     }
    82                     100000000000{
    83                         other{"0000亿"}
    84                     }
    85                     1000000000000{
    86                         other{"0万亿"}
    87                     }
    88                     10000000000000{
    89                         other{"00万亿"}
    90                     }
    91                     100000000000000{
    92                         other{"000万亿"}
    93                     }
    94                 }
    95             }
    96         }
    97     }
    98     Version{"2.0.92.87"}
    99     calendar{
   100         buddhist{
   101             DateTimePatterns{
   102                 "zzzzah:mm:ss",
   103                 "zah:mm:ss",
   104                 "ah:mm:ss",
   105                 "ah:mm",
   106                 "Gy年M月d日EEEE",
   107                 "Gy年M月d日",
   108                 "Gy年M月d日",
   109                 "Gd/M/yy",
   110                 "{1}{0}",
   111                 "{1}{0}",
   112                 "{1}{0}",
   113                 "{1}{0}",
   114                 "{1}{0}",
   115             }
   116             availableFormats{
   117                 M{"L"}
   118                 MEd{"M/dE"}
   119             }
   120         }
   121         chinese{
   122             DateTimePatterns{
   123                 "zzzzah:mm:ss",
   124                 "zah:mm:ss",
   125                 "ah:mm:ss",
   126                 "ah:mm",
   127                 {
   128                     "U年MMMd日EEEE",
   129                     "hanidec",
   130                 }
   131                 {
   132                     "U年MMMd日",
   133                     "hanidec",
   134                 }
   135                 {
   136                     "U年MMMd日",
   137                     "hanidec",
   138                 }
   139                 "U-M-d",
   140                 "{1} {0}",
   141                 "{1} {0}",
   142                 "{1} {0}",
   143                 "{1} {0}",
   144                 "{1} {0}",
   145             }
   146         }
   147         generic{
   148             DateTimePatterns{
   149                 "zzzzah:mm:ss",
   150                 "zah:mm:ss",
   151                 "ah:mm:ss",
   152                 "ah:mm",
   153                 "Gy年M月d日EEEE",
   154                 "Gy年M月d日",
   155                 "Gy年M月d日",
   156                 "d/M/yyGGGGG",
   157                 "{1}{0}",
   158                 "{1}{0}",
   159                 "{1}{0}",
   160                 "{1}{0}",
   161                 "{1}{0}",
   162             }
   163             availableFormats{
   164                 HHmm{"HH:mm"}
   165                 M{"L"}
   166                 MMM{"M月"}
   167                 MMMMdd{"M月d日"}
   168                 Md{"M-d"}
   169             }
   170             intervalFormats{
   171                 Hmv{
   172                     H{"vHH:mm–HH:mm"}
   173                     m{"vHH:mm–HH:mm"}
   174                 }
   175                 Hv{
   176                     H{"vHH–HH"}
   177                 }
   178                 MMM{
   179                     M{"M月至M月"}
   180                 }
   181                 fallback{"{0}–{1}"}
   182                 h{
   183                     h{"ah至h时"}
   184                 }
   185                 yM{
   186                     M{"y年M月至y年M月"}
   187                 }
   188                 yMEd{
   189                     M{"d/M/yE至d/M/yE"}
   190                     d{"d/M/yE至d/M/yE"}
   191                     y{"d/M/yE至d/M/yE"}
   192                 }
   193                 yMMMEd{
   194                     d{"y年M月d日E至M月d日E"}
   195                 }
   196                 yMd{
   197                     M{"d/M/y至d/M/y"}
   198                     d{"d/M/y至d/M/y"}
   199                     y{"d/M/y至d/M/y"}
   200                 }
   201             }
   202         }
   203         gregorian{
   204             DateTimePatterns{
   205                 "zzzzah:mm:ss",
   206                 "zah:mm:ss",
   207                 "ah:mm:ss",
   208                 "ah:mm",
   209                 "y年M月d日EEEE",
   210                 "y年M月d日",
   211                 "y年M月d日",
   212                 "d/M/yy",
   213                 "{1} {0}",
   214                 "{1}{0}",
   215                 "{1}{0}",
   216                 "{1} {0}",
   217                 "{1} {0}",
   218             }
   219             availableFormats{
   220                 HHmm{"HH:mm"}
   221                 M{"L"}
   222                 MMMMdd{"M月d日"}
   223                 Md{"M-d"}
   224                 yM{"y年M月"}
   225             }
   226             intervalFormats{
   227                 Hmv{
   228                     H{"vHH:mm–HH:mm"}
   229                     m{"vHH:mm–HH:mm"}
   230                 }
   231                 Hv{
   232                     H{"vHH–HH"}
   233                 }
   234                 fallback{"{0}–{1}"}
   235                 h{
   236                     h{"ah至h时"}
   237                 }
   238                 yM{
   239                     M{"y年M月至y年M月"}
   240                 }
   241                 yMEd{
   242                     M{"d/M/yE至d/M/yE"}
   243                     d{"d/M/yE至d/M/yE"}
   244                     y{"d/M/yE至d/M/yE"}
   245                 }
   246                 yMMMEd{
   247                     d{"y年M月d日E至M月d日E"}
   248                 }
   249                 yMd{
   250                     M{"d/M/y至d/M/y"}
   251                     d{"d/M/y至d/M/y"}
   252                     y{"d/M/y至d/M/y"}
   253                 }
   254             }
   255         }
   256         islamic{
   257             DateTimePatterns{
   258                 "zzzzah:mm:ss",
   259                 "zah:mm:ss",
   260                 "ah:mm:ss",
   261                 "ah:mm",
   262                 "Gy年M月d日EEEE",
   263                 "Gy年M月d日",
   264                 "Gy年M月d日",
   265                 "Gd/M/yy",
   266                 "{1}{0}",
   267                 "{1}{0}",
   268                 "{1}{0}",
   269                 "{1}{0}",
   270                 "{1}{0}",
   271             }
   272         }
   273         japanese{
   274             DateTimePatterns{
   275                 "zzzzah:mm:ss",
   276                 "zah:mm:ss",
   277                 "ah:mm:ss",
   278                 "ah:mm",
   279                 "Gy年M月d日EEEE",
   280                 "Gy年M月d日",
   281                 "Gy年M月d日",
   282                 "Gd/M/yy",
   283                 "{1} {0}",
   284                 "{1} {0}",
   285                 "{1} {0}",
   286                 "{1} {0}",
   287                 "{1} {0}",
   288             }
   289             availableFormats{
   290                 MEd{"M/dE"}
   291                 Md{"M/d"}
   292             }
   293         }
   294         roc{
   295             DateTimePatterns{
   296                 "zzzzah:mm:ss",
   297                 "zah:mm:ss",
   298                 "ah:mm:ss",
   299                 "ah:mm",
   300                 "Gy年M月d日EEEE",
   301                 "Gy年M月d日",
   302                 "Gy年M月d日",
   303                 "Gd/M/yy",
   304                 "{1}{0}",
   305                 "{1}{0}",
   306                 "{1}{0}",
   307                 "{1}{0}",
   308                 "{1}{0}",
   309             }
   310             availableFormats{
   311                 M{"L"}
   312                 MMM{"M月"}
   313                 Md{"M-d"}
   314             }
   315         }
   316     }
   317     fields{
   318         second{
   319             relativeTime{
   320                 future{
   321                     other{"{0}秒后"}
   322                 }
   323                 past{
   324                     other{"{0}秒前"}
   325                 }
   326             }
   327         }
   328     }
   329     units{
   330         compound{
   331             per{"{0}/{1}"}
   332         }
   333         duration{
   334             second{
   335                 other{"{0}秒"}
   336             }
   337         }
   338     }
   339     unitsNarrow{
   340         length{
   341             centimeter{
   342                 other{"{0}厘米"}
   343             }
   344             foot{
   345                 other{"{0}英尺"}
   346             }
   347             inch{
   348                 other{"{0}英寸"}
   349             }
   350             kilometer{
   351                 other{"{0}公里"}
   352             }
   353             light-year{
   354                 other{"{0}光年"}
   355             }
   356             meter{
   357                 other{"{0}米"}
   358             }
   359             mile{
   360                 other{"{0}英里"}
   361             }
   362             millimeter{
   363                 other{"{0}毫米"}
   364             }
   365             picometer{
   366                 other{"{0}皮米"}
   367             }
   368             yard{
   369                 other{"{0}码"}
   370             }
   371         }
   372     }
   373     unitsShort{
   374         length{
   375             centimeter{
   376                 other{"{0}厘米"}
   377             }
   378             foot{
   379                 other{"{0}英尺"}
   380             }
   381             inch{
   382                 other{"{0}英寸"}
   383             }
   384             kilometer{
   385                 other{"{0}公里"}
   386             }
   387             light-year{
   388                 other{"{0}光年"}
   389             }
   390             meter{
   391                 other{"{0}米"}
   392             }
   393             mile{
   394                 other{"{0}英里"}
   395             }
   396             millimeter{
   397                 other{"{0}毫米"}
   398             }
   399             picometer{
   400                 other{"{0}皮米"}
   401             }
   402             yard{
   403                 other{"{0}码"}
   404             }
   405         }
   406     }
   407 }

mercurial