-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
Copy pathde.json
64 lines (64 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
{
"ApiRoute": {
"hello": "Hallo {name}!"
},
"AsyncComponent": {
"basic": "AsyncComponent (de)",
"markup": "Markup with <important>bold content</important>",
"rich": "This is a <important>rich</important> text."
},
"Client": {
"description": "Dise Seite wird auf der Client-Seite initialisiert.",
"title": "Client"
},
"ClientCounter": {
"count": "Aktuell: {count}",
"increment": "Erhöhen"
},
"Counter": {
"count": "Aktuell:",
"increment": "Erhöhen"
},
"Index": {
"description": "Das ist die Startseite.",
"rich": "Das ist <b>formatierter</b> Test.",
"title": "Start"
},
"JustIn": {
"title": "Gerade eingetroffen"
},
"LocaleLayout": {
"description": "Das ist ein Beispiel, wie next-intl im `app`-Verzeichnis verwendet werden kann.",
"title": "next-intl Beispiel"
},
"LocaleSwitcher": {
"switchLocale": "Zu {locale, select, de {Deutsch} en {Englisch} other {Unbekannt}} wechseln"
},
"Navigation": {
"about": "Über (MDX)",
"client": "Client-Seite",
"home": "Start",
"nested": "Verschachtelte Seite",
"newsArticle": "News-Artikel #{articleId}"
},
"Nested": {
"description": "Das ist eine verschachtelte Seite.",
"title": "Verschachtelt"
},
"NewsArticle": {
"title": "News-Artikel #{articleId}"
},
"NotFound": {
"title": "Diese Seite wurde nicht gefunden (404)"
},
"OpenGraph": {
"title": "next-intl Beispiel"
},
"ServerActions": {
"item": "Element #{id}"
},
"ZodFormExample": {
"task": "Geben Sie eine Aufgabe ein",
"taskEmpty": "Bitte geben sie eine Aufgabe ein."
}
}