-
-
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.63 KB
/
Copy pathcommon.json
File metadata and controls
63 lines (63 loc) · 1.63 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": "Zu {{ lang }} wechseln"
},
"actions": {
"logout": "Abmelden"
},
"anonymousTools": {
"login": "Anmelden",
"register": "Registrieren"
},
"searchwidget": {
"searchSite": "Seite durchsuchen"
}
}
},
"contenttypes": {
"common": {
"size": "Größe:"
},
"image": {
"download": "Klicke, um das Bild in voller Größe herunterzuladen"
},
"file": {
"download": "Datei herunterladen"
}
},
"toolbar": {
"label": "Werkzeugleiste"
},
"views": {
"link": {
"linkLabel": "Die Linkadresse lautet:",
"externalLinkLabel": "Die externe Linkadresse lautet:"
},
"event": {
"what": "Was",
"when": "Datum",
"time": {
"sameDayOpenEnd": "{{date}} ab {{fromTime}}",
"sameDayRange": "{{date}} von {{fromTime}} bis {{toTime}}",
"multiDayWholeDayOpen": "{{fromDate}}",
"multiDayWholeDay": "{{fromDate}} bis {{toDate}}",
"multiDayRangeOpen": "{{fromDate}} {{fromTime}}",
"multiDayRange": "{{fromDate}} {{fromTime}} bis {{toDate}} {{toTime}}"
},
"allDates": "Alle Termine",
"where": "Ort",
"contact": {
"name": "Kontaktname",
"phone": "Kontakttelefon"
},
"attendees": "Teilnehmer",
"website": "Webseite",
"visitWebsite": "Webseite besuchen",
"downloadEvent": "Event herunterladen"
}
}
}
}