-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathen.json
72 lines (72 loc) · 1.56 KB
/
en.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": "About the project"
},
"title": "About the project"
},
"AppFooter": {
"links": {
"contact": "Contact",
"imprint": "Imprint"
},
"navigation-secondary": "Secondary",
"navigation-social-media": "Social media",
"social-media": {
"bluesky": "Bluesky",
"mastodon": "Mastodon",
"twitter": "Twitter",
"youtube": "YouTube"
}
},
"AppHeader": {
"links": {
"about": "About the project",
"home": "Home"
},
"navigation-menu": "Navigation menu",
"navigation-menu-close": "Close navigation menu",
"navigation-menu-open": "Open navigation menu",
"navigation-primary": "Primary"
},
"ColorSchemeSwitcher": {
"change-color-scheme": "Change color scheme",
"color-schemes": {
"dark": "Dark",
"light": "Light",
"system": "System"
}
},
"Error": {
"something-went-wrong": "Something went wrong!",
"try-again": "Try again"
},
"ImprintPage": {
"meta": {
"title": "Imprint"
},
"title": "Imprint"
},
"IndexPage": {
"badge": "ACDH-CH frontend team",
"lead-in": "This is a starter template built with Next.js 14. It includes internationalisation, dark mode, and end-to-end testing.",
"title": "Application template"
},
"Loading": {
"loading": "Loading"
},
"LocaleLayout": {
"skip-to-main-content": "Skip to main content"
},
"LocaleSwitcher": {
"current-locale": "Current language: {locale}",
"switch-locale": "Switch locale",
"switch-locale-to": "Switch to {locale}"
},
"NotFoundPage": {
"meta": {
"title": "Page not found"
},
"title": "Page not found"
}
}