Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: source/data/locales/es_PY.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/es_PR.txt ('k') | source/data/locales/es_SV.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/es_PY.xml 6 // * Source File: <path>/common/main/es_PY.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_PY{ 9 es_PY{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 NumberElements{ 11 NumberElements{
12 latn{ 12 latn{
13 patterns{ 13 patterns{
14 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"} 14 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
15 } 15 }
16 symbols{ 16 symbols{
17 decimal{","} 17 decimal{","}
18 group{"."} 18 group{"."}
19 } 19 }
20 } 20 }
21 } 21 }
22 Version{"2.1.6.69"} 22 Version{"2.1.19.94"}
23 calendar{
24 gregorian{
25 dayNames{
26 format{
27 short{
28 "do",
29 "lu",
30 "ma",
31 "mi",
32 "ju",
33 "vi",
34 "sa",
35 }
36 }
37 stand-alone{
38 short{
39 "Do",
40 "Lu",
41 "Ma",
42 "Mi",
43 "Ju",
44 "Vi",
45 "Sa",
46 }
47 }
48 }
49 dayPeriod{
50 format{
51 narrow{
52 evening1{"de la tarde"}
53 morning1{"de la madrugada"}
54 morning2{"de la mañana"}
55 night1{"de la noche"}
56 }
57 }
58 stand-alone{
59 narrow{
60 noon{"m."}
61 }
62 }
63 }
64 intervalFormats{
65 Md{
66 M{"d/M 'al' d/M"}
67 d{"d/M 'al' d/M"}
68 }
69 h{
70 a{"h a 'a' h a"}
71 h{"h 'a' h a"}
72 }
73 hm{
74 a{"h:mm a 'a' h:mm a"}
75 h{"h:mm 'a' h:mm a"}
76 m{"h:mm 'a' h:mm a"}
77 }
78 yMMM{
79 M{"MMM 'a' MMM y"}
80 y{"MMM 'de' y 'a' MMM 'de' y"}
81 }
82 yMMMM{
83 M{"MMMM 'a' MMMM 'de' y"}
84 y{"MMMM 'de' y 'a' MMMM 'de' y"}
85 }
86 yMMMd{
87 M{"d 'de' MMM 'al' d 'de' MMM 'de' y"}
88 }
89 yMd{
90 M{"d/M/y 'al' d/M/y"}
91 d{"d/M/y 'al' d/M/y"}
92 y{"d/M/y 'al' d/M/y"}
93 }
94 }
95 monthNames{
96 format{
97 abbreviated{
98 "ene.",
99 "feb.",
100 "mar.",
101 "abr.",
102 "may.",
103 "jun.",
104 "jul.",
105 "ago.",
106 "sept.",
107 "oct.",
108 "nov.",
109 "dic.",
110 }
111 }
112 stand-alone{
113 abbreviated{
114 "ene.",
115 "feb.",
116 "mar.",
117 "abr.",
118 "may.",
119 "jun.",
120 "jul.",
121 "ago.",
122 "sept.",
123 "oct.",
124 "nov.",
125 "dic.",
126 }
127 }
128 }
129 }
130 }
131 fields{
132 day{
133 relative{
134 "-1"{"ayer"}
135 "-2"{"antes de ayer"}
136 "0"{"hoy"}
137 "1"{"mañana"}
138 "2"{"pasado mañana"}
139 }
140 }
141 mon-narrow{
142 relative{
143 "-1"{"el lun. pasado"}
144 "0"{"este lun."}
145 "1"{"el próximo lun."}
146 }
147 }
148 second-narrow{
149 relativeTime{
150 future{
151 one{"dentro de {0} seg."}
152 other{"dentro de {0} seg."}
153 }
154 past{
155 one{"hace {0} seg."}
156 other{"hace {0} seg."}
157 }
158 }
159 }
160 second-short{
161 dn{"seg."}
162 relativeTime{
163 future{
164 one{"dentro de {0} seg."}
165 other{"dentro de {0} seg."}
166 }
167 past{
168 one{"hace {0} seg."}
169 other{"hace {0} seg."}
170 }
171 }
172 }
173 sun-narrow{
174 relative{
175 "-1"{"el dom. pasado"}
176 "0"{"este dom."}
177 "1"{"el próximo dom."}
178 }
179 }
180 tue-narrow{
181 relative{
182 "-1"{"el mar. pasado"}
183 "0"{"este mar."}
184 "1"{"el próximo mar."}
185 }
186 }
187 zone{
188 dn{"zona horaria"}
189 }
190 }
191 listPattern{
192 unit-short{
193 end{"{0} y {1}"}
194 }
195 }
23 } 196 }
OLDNEW
« no previous file with comments | « source/data/locales/es_PR.txt ('k') | source/data/locales/es_SV.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698