tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

es_PE.txt (6173B)


      1 // © 2016 and later: Unicode, Inc. and others.
      2 // License & terms of use: http://www.unicode.org/copyright.html
      3 // Generated using tools/cldr/cldr-to-icu/
      4 es_PE{
      5    %%Parent{"es_419"}
      6    NumberElements{
      7        latn{
      8            patterns{
      9                currencyFormat{"¤ #,##0.00"}
     10            }
     11            patternsShort{
     12                currencyFormat{
     13                    1000{
     14                        one{"¤ 0 K"}
     15                        other{"¤ 0 K"}
     16                    }
     17                    10000{
     18                        one{"¤ 00 K"}
     19                        other{"¤ 00 K"}
     20                    }
     21                    100000{
     22                        one{"¤ 000 K"}
     23                        other{"¤ 000 K"}
     24                    }
     25                    1000000{
     26                        one{"¤ 0 M"}
     27                        other{"¤ 0 M"}
     28                    }
     29                    10000000{
     30                        one{"¤ 00 M"}
     31                        other{"¤ 00 M"}
     32                    }
     33                    100000000{
     34                        one{"¤ 000 M"}
     35                        other{"¤ 000 M"}
     36                    }
     37                    1000000000{
     38                        one{"¤ 0000 M"}
     39                        other{"¤ 0000 M"}
     40                    }
     41                    10000000000{
     42                        one{"¤ 00 MRD"}
     43                        other{"¤ 00 MRD"}
     44                    }
     45                    100000000000{
     46                        one{"¤ 000 MRD"}
     47                        other{"¤ 000 MRD"}
     48                    }
     49                    1000000000000{
     50                        one{"¤ 0 B"}
     51                        other{"¤ 0 B"}
     52                    }
     53                    10000000000000{
     54                        one{"¤ 00 B"}
     55                        other{"¤ 00 B"}
     56                    }
     57                    100000000000000{
     58                        one{"¤ 000 B"}
     59                        other{"¤ 000 B"}
     60                    }
     61                }
     62            }
     63        }
     64    }
     65    calendar{
     66        generic{
     67            DateTimePatterns{
     68                "h:mm:ss a zzzz",
     69                "h:mm:ss a z",
     70                "h:mm:ss a",
     71                "h:mm a",
     72                "EEEE, d 'de' MMMM 'de' y G",
     73                "d 'de' MMMM 'de' y G",
     74                "d 'de' MMM 'de' y G",
     75                "d/MM/yy GGGGG",
     76                "{1}, {0}",
     77                "{1}, {0}",
     78                "{1}, {0}",
     79                "{1}, {0}",
     80                "{1}, {0}",
     81            }
     82            DateTimeSkeletons{
     83                "ahmmsszzzz",
     84                "ahmmssz",
     85                "ahmmss",
     86                "ahmm",
     87                "GyMMMMEEEEd",
     88                "GyMMMMd",
     89                "GyMMMd",
     90                "GGGGGyyMMd",
     91            }
     92        }
     93        gregorian{
     94            AmPmMarkers{
     95                "a. m.",
     96                "p. m.",
     97            }
     98            AmPmMarkersAbbr{
     99                "a. m.",
    100                "p. m.",
    101            }
    102            DateTimePatterns{
    103                "h:mm:ss a zzzz",
    104                "h:mm:ss a z",
    105                "h:mm:ss a",
    106                "h:mm a",
    107                "EEEE, d 'de' MMMM 'de' y",
    108                "d 'de' MMMM 'de' y",
    109                "d MMM y",
    110                "d/MM/yy",
    111                "{1}, {0}",
    112                "{1}, {0}",
    113                "{1}, {0}",
    114                "{1}, {0}",
    115                "{1}, {0}",
    116            }
    117            DateTimeSkeletons{
    118                "ahmmsszzzz",
    119                "ahmmssz",
    120                "ahmmss",
    121                "ahmm",
    122                "yMMMMEEEEd",
    123                "yMMMMd",
    124                "yMMMd",
    125                "yyMMd",
    126            }
    127            dayPeriod{
    128                stand-alone{
    129                    abbreviated{
    130                        am{"a. m."}
    131                        pm{"p. m."}
    132                    }
    133                    narrow{
    134                        am{"a. m."}
    135                        pm{"p. m."}
    136                    }
    137                    wide{
    138                        am{"a. m."}
    139                        pm{"p. m."}
    140                    }
    141                }
    142            }
    143            monthNames{
    144                format{
    145                    abbreviated{
    146                        "ene.",
    147                        "feb.",
    148                        "mar.",
    149                        "abr.",
    150                        "may.",
    151                        "jun.",
    152                        "jul.",
    153                        "ago.",
    154                        "set.",
    155                        "oct.",
    156                        "nov.",
    157                        "dic.",
    158                    }
    159                    wide{
    160                        "enero",
    161                        "febrero",
    162                        "marzo",
    163                        "abril",
    164                        "mayo",
    165                        "junio",
    166                        "julio",
    167                        "agosto",
    168                        "setiembre",
    169                        "octubre",
    170                        "noviembre",
    171                        "diciembre",
    172                    }
    173                }
    174                stand-alone{
    175                    abbreviated{
    176                        "Ene.",
    177                        "Feb.",
    178                        "Mar.",
    179                        "Abr.",
    180                        "May.",
    181                        "Jun.",
    182                        "Jul.",
    183                        "Ago.",
    184                        "Set.",
    185                        "Oct.",
    186                        "Nov.",
    187                        "Dic.",
    188                    }
    189                    wide{
    190                        "Enero",
    191                        "Febrero",
    192                        "Marzo",
    193                        "Abril",
    194                        "Mayo",
    195                        "Junio",
    196                        "Julio",
    197                        "Agosto",
    198                        "Setiembre",
    199                        "Octubre",
    200                        "Noviembre",
    201                        "Diciembre",
    202                    }
    203                }
    204            }
    205        }
    206    }
    207 }