UNPKG

4.7 kBJSONView Raw
1{
2 "locale": "es-MX",
3 "long": {
4 "year": {
5 "previous": "el año pasado",
6 "current": "este año",
7 "next": "el año próximo",
8 "past": {
9 "one": "hace {0} año",
10 "other": "hace {0} años"
11 },
12 "future": {
13 "one": "dentro de {0} año",
14 "other": "dentro de {0} años"
15 }
16 },
17 "quarter": {
18 "previous": "el trimestre pasado",
19 "current": "este trimestre",
20 "next": "el próximo trimestre",
21 "past": {
22 "one": "hace {0} trimestre",
23 "other": "hace {0} trimestres"
24 },
25 "future": {
26 "one": "dentro de {0} trimetre",
27 "other": "dentro de {0} trimetres"
28 }
29 },
30 "month": {
31 "previous": "el mes pasado",
32 "current": "este mes",
33 "next": "el mes próximo",
34 "past": {
35 "one": "hace {0} mes",
36 "other": "hace {0} meses"
37 },
38 "future": {
39 "one": "en {0} mes",
40 "other": "en {0} meses"
41 }
42 },
43 "week": {
44 "previous": "la semana pasada",
45 "current": "esta semana",
46 "next": "la semana próxima",
47 "past": {
48 "one": "hace {0} semana",
49 "other": "hace {0} semanas"
50 },
51 "future": {
52 "one": "dentro de {0} semana",
53 "other": "dentro de {0} semanas"
54 }
55 },
56 "day": {
57 "previous": "ayer",
58 "previous-2": "anteayer",
59 "current": "hoy",
60 "next": "mañana",
61 "next-2": "pasado mañana",
62 "past": {
63 "one": "hace {0} día",
64 "other": "hace {0} días"
65 },
66 "future": {
67 "one": "dentro de {0} día",
68 "other": "dentro de {0} días"
69 }
70 },
71 "hour": {
72 "current": "esta hora",
73 "past": {
74 "one": "hace {0} hora",
75 "other": "hace {0} horas"
76 },
77 "future": {
78 "one": "dentro de {0} hora",
79 "other": "dentro de {0} horas"
80 }
81 },
82 "minute": {
83 "current": "este minuto",
84 "past": {
85 "one": "hace {0} minuto",
86 "other": "hace {0} minutos"
87 },
88 "future": {
89 "one": "dentro de {0} minuto",
90 "other": "dentro de {0} minutos"
91 }
92 },
93 "second": {
94 "current": "ahora",
95 "past": {
96 "one": "hace {0} segundo",
97 "other": "hace {0} segundos"
98 },
99 "future": {
100 "one": "dentro de {0} segundo",
101 "other": "dentro de {0} segundos"
102 }
103 }
104 },
105 "short": {
106 "year": {
107 "previous": "el año pasado",
108 "current": "este año",
109 "next": "el próximo año",
110 "past": "hace {0} a",
111 "future": "en {0} a"
112 },
113 "quarter": {
114 "previous": "el trimestre pasado",
115 "current": "este trimestre",
116 "next": "el próximo trimestre",
117 "past": "hace {0} trim.",
118 "future": {
119 "one": "en {0} trim.",
120 "other": "en {0} trim"
121 }
122 },
123 "month": {
124 "previous": "el mes pasado",
125 "current": "este mes",
126 "next": "el próximo mes",
127 "past": "hace {0} m",
128 "future": "en {0} m"
129 },
130 "week": {
131 "previous": "la semana pasada",
132 "current": "esta semana",
133 "next": "la semana próxima",
134 "past": "hace {0} sem.",
135 "future": "en {0} sem."
136 },
137 "day": {
138 "previous": "ayer",
139 "previous-2": "anteayer",
140 "current": "hoy",
141 "next": "mañana",
142 "next-2": "pasado mañana",
143 "past": {
144 "one": "hace {0} día",
145 "other": "hace {0} días"
146 },
147 "future": {
148 "one": "en {0} día",
149 "other": "en {0} días"
150 }
151 },
152 "hour": {
153 "current": "esta hora",
154 "past": "hace {0} h",
155 "future": {
156 "one": "en {0} h",
157 "other": "en {0} n"
158 }
159 },
160 "minute": {
161 "current": "este minuto",
162 "past": "hace {0} min",
163 "future": "en {0} min"
164 },
165 "second": {
166 "current": "ahora",
167 "past": "hace {0} s",
168 "future": "en {0} s"
169 }
170 },
171 "narrow": {
172 "year": {
173 "previous": "el año pasado",
174 "current": "este año",
175 "next": "el próximo año",
176 "past": "-{0} a",
177 "future": "en {0} a"
178 },
179 "quarter": {
180 "previous": "el trimestre pasado",
181 "current": "este trimestre",
182 "next": "el próximo trimestre",
183 "past": "-{0} T",
184 "future": "+{0} T"
185 },
186 "month": {
187 "previous": "el mes pasado",
188 "current": "este mes",
189 "next": "el próximo mes",
190 "past": "-{0} m",
191 "future": "+{0} m"
192 },
193 "week": {
194 "previous": "la semana pasada",
195 "current": "esta semana",
196 "next": "la semana próxima",
197 "past": "hace {0} sem.",
198 "future": "dentro de {0} sem."
199 },
200 "day": {
201 "previous": "ayer",
202 "previous-2": "anteayer",
203 "current": "hoy",
204 "next": "mañana",
205 "next-2": "pasado mañana",
206 "past": {
207 "one": "hace {0} día",
208 "other": "hace {0} días"
209 },
210 "future": {
211 "one": "+{0} día",
212 "other": "+{0} días"
213 }
214 },
215 "hour": {
216 "current": "esta hora",
217 "past": "hace {0} h",
218 "future": "dentro de {0} h"
219 },
220 "minute": {
221 "current": "este minuto",
222 "past": "-{0} min",
223 "future": "+{0} min"
224 },
225 "second": {
226 "current": "ahora",
227 "past": "hace {0} s",
228 "future": "+{0} s"
229 }
230 }
231}
\No newline at end of file