UNPKG

5.75 kBJavaScriptView Raw
1export default {
2 "locale": "it",
3 "long": {
4 "year": {
5 "previous": "anno scorso",
6 "current": "quest’anno",
7 "next": "anno prossimo",
8 "past": {
9 "one": "{0} anno fa",
10 "other": "{0} anni fa"
11 },
12 "future": {
13 "one": "tra {0} anno",
14 "other": "tra {0} anni"
15 }
16 },
17 "quarter": {
18 "previous": "trimestre scorso",
19 "current": "questo trimestre",
20 "next": "trimestre prossimo",
21 "past": {
22 "one": "{0} trimestre fa",
23 "other": "{0} trimestri fa"
24 },
25 "future": {
26 "one": "tra {0} trimestre",
27 "other": "tra {0} trimestri"
28 }
29 },
30 "month": {
31 "previous": "mese scorso",
32 "current": "questo mese",
33 "next": "mese prossimo",
34 "past": {
35 "one": "{0} mese fa",
36 "other": "{0} mesi fa"
37 },
38 "future": {
39 "one": "tra {0} mese",
40 "other": "tra {0} mesi"
41 }
42 },
43 "week": {
44 "previous": "settimana scorsa",
45 "current": "questa settimana",
46 "next": "settimana prossima",
47 "past": {
48 "one": "{0} settimana fa",
49 "other": "{0} settimane fa"
50 },
51 "future": {
52 "one": "tra {0} settimana",
53 "other": "tra {0} settimane"
54 }
55 },
56 "day": {
57 "previous": "ieri",
58 "previous-2": "l’altro ieri",
59 "current": "oggi",
60 "next": "domani",
61 "next-2": "dopodomani",
62 "past": {
63 "one": "{0} giorno fa",
64 "other": "{0} giorni fa"
65 },
66 "future": {
67 "one": "tra {0} giorno",
68 "other": "tra {0} giorni"
69 }
70 },
71 "hour": {
72 "current": "quest’ora",
73 "past": {
74 "one": "{0} ora fa",
75 "other": "{0} ore fa"
76 },
77 "future": {
78 "one": "tra {0} ora",
79 "other": "tra {0} ore"
80 }
81 },
82 "minute": {
83 "current": "questo minuto",
84 "past": {
85 "one": "{0} minuto fa",
86 "other": "{0} minuti fa"
87 },
88 "future": {
89 "one": "tra {0} minuto",
90 "other": "tra {0} minuti"
91 }
92 },
93 "second": {
94 "current": "ora",
95 "past": {
96 "one": "{0} secondo fa",
97 "other": "{0} secondi fa"
98 },
99 "future": {
100 "one": "tra {0} secondo",
101 "other": "tra {0} secondi"
102 }
103 }
104 },
105 "short": {
106 "year": {
107 "previous": "anno scorso",
108 "current": "quest’anno",
109 "next": "anno prossimo",
110 "past": {
111 "one": "{0} anno fa",
112 "other": "{0} anni fa"
113 },
114 "future": {
115 "one": "tra {0} anno",
116 "other": "tra {0} anni"
117 }
118 },
119 "quarter": {
120 "previous": "trim. scorso",
121 "current": "questo trim.",
122 "next": "trim. prossimo",
123 "past": "{0} trim. fa",
124 "future": "tra {0} trim."
125 },
126 "month": {
127 "previous": "mese scorso",
128 "current": "questo mese",
129 "next": "mese prossimo",
130 "past": {
131 "one": "{0} mese fa",
132 "other": "{0} mesi fa"
133 },
134 "future": {
135 "one": "tra {0} mese",
136 "other": "tra {0} mesi"
137 }
138 },
139 "week": {
140 "previous": "sett. scorsa",
141 "current": "questa sett.",
142 "next": "sett. prossima",
143 "past": "{0} sett. fa",
144 "future": "tra {0} sett."
145 },
146 "day": {
147 "previous": "ieri",
148 "previous-2": "l’altro ieri",
149 "current": "oggi",
150 "next": "domani",
151 "next-2": "dopodomani",
152 "past": {
153 "one": "{0} g fa",
154 "other": "{0} gg fa"
155 },
156 "future": {
157 "one": "tra {0} g",
158 "other": "tra {0} gg"
159 }
160 },
161 "hour": {
162 "current": "quest’ora",
163 "past": "{0} h fa",
164 "future": "tra {0} h"
165 },
166 "minute": {
167 "current": "questo minuto",
168 "past": "{0} min fa",
169 "future": "tra {0} min"
170 },
171 "second": {
172 "current": "ora",
173 "past": "{0} sec. fa",
174 "future": "tra {0} sec."
175 }
176 },
177 "narrow": {
178 "year": {
179 "previous": "anno scorso",
180 "current": "quest’anno",
181 "next": "anno prossimo",
182 "past": {
183 "one": "{0} anno fa",
184 "other": "{0} anni fa"
185 },
186 "future": {
187 "one": "tra {0} anno",
188 "other": "tra {0} anni"
189 }
190 },
191 "quarter": {
192 "previous": "trim. scorso",
193 "current": "questo trim.",
194 "next": "trim. prossimo",
195 "past": "{0} trim. fa",
196 "future": "tra {0} trim."
197 },
198 "month": {
199 "previous": "mese scorso",
200 "current": "questo mese",
201 "next": "mese prossimo",
202 "past": {
203 "one": "{0} mese fa",
204 "other": "{0} mesi fa"
205 },
206 "future": {
207 "one": "tra {0} mese",
208 "other": "tra {0} mesi"
209 }
210 },
211 "week": {
212 "previous": "sett. scorsa",
213 "current": "questa sett.",
214 "next": "sett. prossima",
215 "past": "{0} sett. fa",
216 "future": "tra {0} sett."
217 },
218 "day": {
219 "previous": "ieri",
220 "previous-2": "l’altro ieri",
221 "current": "oggi",
222 "next": "domani",
223 "next-2": "dopodomani",
224 "past": {
225 "one": "{0} g fa",
226 "other": "{0} gg fa"
227 },
228 "future": {
229 "one": "tra {0} g",
230 "other": "tra {0} gg"
231 }
232 },
233 "hour": {
234 "current": "quest’ora",
235 "past": "{0} h fa",
236 "future": "tra {0} h"
237 },
238 "minute": {
239 "current": "questo minuto",
240 "past": "{0} min fa",
241 "future": "tra {0} min"
242 },
243 "second": {
244 "current": "ora",
245 "past": "{0} s fa",
246 "future": "tra {0} s"
247 }
248 },
249 "now": {
250 "now": {
251 "current": "adesso",
252 "future": "tra poco",
253 "past": "proprio ora"
254 }
255 },
256 "mini": {
257 "year": {
258 "one": "{0} anno",
259 "other": "{0} anni"
260 },
261 "month": {
262 "one": "{0} mese",
263 "other": "{0} mesi"
264 },
265 "week": "{0} sett.",
266 "day": "{0} gior.",
267 "hour": {
268 "one": "{0} ora",
269 "other": "{0} ore"
270 },
271 "minute": "{0} min.",
272 "second": "{0} sec.",
273 "now": "adesso"
274 },
275 "long-time": {
276 "year": {
277 "one": "{0} anno",
278 "other": "{0} anni"
279 },
280 "month": {
281 "one": "{0} mese",
282 "other": "{0} mesi"
283 },
284 "week": {
285 "one": "{0} settimana",
286 "other": "{0} settimane"
287 },
288 "day": {
289 "one": "{0} giorno",
290 "other": "{0} giorni"
291 },
292 "hour": {
293 "one": "{0} ora",
294 "other": "{0} ore"
295 },
296 "minute": {
297 "one": "{0} minuto",
298 "other": "{0} minuti"
299 },
300 "second": {
301 "one": "{0} secondo",
302 "other": "{0} secondi"
303 }
304 }
305}
\No newline at end of file