-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathde.json
72 lines (72 loc) · 1.61 KB
/
de.json
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
{
"AboutPage": {
"meta": {
"title": "Über das Projekt"
},
"title": "Über das Projekt"
},
"AppFooter": {
"links": {
"contact": "Kontakt",
"imprint": "Impressum"
},
"navigation-secondary": "Sekundär",
"navigation-social-media": "Social media",
"social-media": {
"bluesky": "Bluesky",
"mastodon": "Mastodon",
"twitter": "Twitter",
"youtube": "YouTube"
}
},
"AppHeader": {
"links": {
"about": "Über das Projekt",
"home": "Startseite"
},
"navigation-menu": "Navigationsmenü",
"navigation-menu-close": "Navigationsmenü schließen",
"navigation-menu-open": "Navigationsmenü öffnen",
"navigation-primary": "Primär"
},
"ColorSchemeSwitcher": {
"change-color-scheme": "Farbschema ändern",
"color-schemes": {
"dark": "Dunkel",
"light": "Hell",
"system": "System"
}
},
"Error": {
"something-went-wrong": "Etwas ist schief gelaufen!",
"try-again": "Erneut versuchen"
},
"ImprintPage": {
"meta": {
"title": "Impressum"
},
"title": "Impressum"
},
"IndexPage": {
"badge": "ACDH-CH frontend team",
"lead-in": "Dies ist eine mit Next.js 14 erstellte Startervorlage. Sie umfasst Internationalisierung, Dark Mode und End-to-End-Tests.",
"title": "Anwendungs-Template"
},
"Loading": {
"loading": "Laden"
},
"LocaleLayout": {
"skip-to-main-content": "Zum Hauptinhalt springen"
},
"LocaleSwitcher": {
"current-locale": "Aktuelle Sprache: {locale}",
"switch-locale": "Sprache wechseln",
"switch-locale-to": "Zu {locale} wechseln"
},
"NotFoundPage": {
"meta": {
"title": "Seite nicht gefunden"
},
"title": "Seite nicht gefunden"
}
}