1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
{
"@metadata": {
"authors": [
"Beta16",
"FollowTheMedia",
"Nemo bis"
]
},
"january": "gennaio",
"february": "febbraio",
"march": "marzo",
"april": "aprile",
"may_long": "maggio",
"june": "giugno",
"july": "luglio",
"august": "agosto",
"september": "settembre",
"october": "ottobre",
"november": "novembre",
"december": "dicembre",
"january-gen": "gennaio",
"february-gen": "febbraio",
"march-gen": "marzo",
"april-gen": "aprile",
"may-gen": "maggio",
"june-gen": "giugno",
"july-gen": "luglio",
"august-gen": "agosto",
"september-gen": "settembre",
"october-gen": "ottobre",
"november-gen": "novembre",
"december-gen": "dicembre",
"jan": "gen",
"feb": "feb",
"mar": "mar",
"apr": "apr",
"may": "mag",
"jun": "giu",
"jul": "lug",
"aug": "ago",
"sep": "set",
"oct": "ott",
"nov": "nov",
"dec": "dic",
"monday": "lunedì",
"tuesday": "martedì",
"wednesday": "mercoledì",
"thursday": "giovedì",
"friday": "venerdì",
"saturday": "sabato",
"sunday": "domenica",
"mon": "lun",
"tue": "mar",
"wed": "mer",
"thu": "gio",
"fri": "ven",
"sat": "sab",
"sun": "dom",
"period-am": "AM",
"period-pm": "PM",
"timezone-local": "Locale",
"hebrew-calendar-m10": "Tammuz",
"hebrew-calendar-m10-gen": "Tammuz",
"years": "{{PLURAL:$1|$1 anno|$1 anni}}",
"months": "{{PLURAL:$1|$1 mese|$1 mesi}}",
"weeks": "{{PLURAL:$1|$1 settimana|$1 settimane}}",
"days": "{{PLURAL:$1|$1 giorno|$1 giorni}}",
"hours": "{{PLURAL:$1|un'ora|$1 ore}}",
"minutes": "{{PLURAL:$1|un minuto|$1 minuti}}",
"seconds": "{{PLURAL:$1|un secondo|$1 secondi}}",
"days-abbrev": "$1 gg.",
"hours-abbrev": "$1 h",
"minutes-abbrev": "$1 min",
"seconds-abbrev": "$1 s",
"ago": "$1 fa",
"duration-millennia": "$1 {{PLURAL:$1|millennio|millenni}}",
"duration-centuries": "$1 {{PLURAL:$1|secolo|secoli}}",
"duration-decades": "$1 {{PLURAL:$1|decade|decadi}}",
"duration-years": "$1 {{PLURAL:$1|anno|anni}}",
"duration-months": "$1 {{PLURAL:$1|mese|mesi}}",
"duration-weeks": "$1 {{PLURAL:$1|settimana|settimane}}",
"duration-days": "$1 {{PLURAL:$1|giorno|giorni}}",
"duration-hours": "$1 {{PLURAL:$1|ora|ore}}",
"duration-minutes": "$1 {{PLURAL:$1|minuto|minuti}}",
"duration-seconds": "$1 {{PLURAL:$1|secondo|secondi}}",
"monday-at": "Lunedì alle $1",
"tuesday-at": "Martedì alle $1",
"wednesday-at": "Mercoledì alle $1",
"thursday-at": "Giovedì alle $1",
"friday-at": "Venerdì alle $1",
"saturday-at": "Sabato alle $1",
"sunday-at": "Domenica alle $1",
"yesterday-at": "Ieri alle $1",
"hours-ago": "$1 {{PLURAL:$1|ora|ore}} fa",
"minutes-ago": "$1 {{PLURAL:$1|minuto|minuti}} fa",
"seconds-ago": "$1 {{PLURAL:$1|secondo|secondi}} fa",
"just-now": "proprio ora"
}
|