-
-
Notifications
You must be signed in to change notification settings - Fork 871
Expand file tree
/
Copy pathcommon.json
More file actions
63 lines (63 loc) · 1.67 KB
/
Copy pathcommon.json
File metadata and controls
63 lines (63 loc) · 1.67 KB
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
{
"layout": {
"slots": {
"tools": {
"languageSwitcher": {
"switchTo": "Passa a {{ lang }}"
},
"actions": {
"logout": "Disconnetti"
},
"anonymousTools": {
"login": "Accedi",
"register": "Registrati"
},
"searchWidget": {
"searchSite": "Cerca nel sito"
}
}
},
"contenttypes": {
"common": {
"size": "Dimensione:"
},
"image": {
"download": "Clicca per scaricare l'immagine a grandezza intera"
},
"file": {
"download": "Clicca per scaricare il file"
}
},
"toolbar": {
"label": "Barra degli strumenti"
},
"views": {
"link": {
"linkLabel": "L'indirizzo del link è:",
"externalLinkLabel": "L'indirizzo del link esterno è:"
},
"event": {
"what": "Cosa",
"when": "Quando",
"time": {
"sameDayOpenEnd": "{{date}} dalle {{fromTime}}",
"sameDayRange": "{{date}} dalle {{fromTime}} alle {{toTime}}",
"multiDayWholeDayOpen": "{{fromDate}}",
"multiDayWholeDay": "Dal {{fromDate}} al {{toDate}}",
"multiDayRangeOpen": "{{fromDate}} {{fromTime}}",
"multiDayRange": "Dal {{fromDate}} {{fromTime}} al {{toDate}} {{toTime}}"
},
"allDates": "Tutte le date",
"where": "Dove",
"contact": {
"name": "Nome del contatto",
"phone": "Telefono del contatto"
},
"attendees": "Partecipanti",
"website": "Sito web",
"visitWebsite": "Visita il sito web",
"downloadEvent": "Scarica evento"
}
}
}
}