UNPKG

1.92 kBJavaScriptView Raw
1export default {
2 "locale": "it",
3 "style": "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}
\No newline at end of file