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