forked from opral/example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.json
36 lines (36 loc) · 1.02 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
{
"title": "Meine tolle Todo-App",
"description": "Dies ist eine einfache Todo-App, die Inlang in einer realen Anwendung zeigt.",
"pages": {
"home": {
"goToTodoApp": "Zur Todo-App"
},
"todo": {
"goToHome": "Zurück"
},
"error": {
"404": {
"title": "Seite nicht gefunden"
},
"cta": "Klicken Sie hier, um zur Startseite zurückzukehren"
}
},
"server": {
"error": {
"generic": "Etwas ist schief gelaufen",
"missingField": "Das Feld '{field}' ist nicht gesetzt",
"incorrectField": "Das Feld '{field}' hat einen ungültigen Datentyp"
},
"logs": {
"loaded": "{count} Todos geladen",
"added": "'{id}' hat ein Todo erstellt",
"deleted": "'{id}' hat ein Todo gelöscht",
"completed": "'{id}' hat ein Todo als erledigt markiert",
"incompleted": "'{id}' hat ein Todo als unvollständig markiert"
}
},
"footer": {
"madeBy": "Mit ❤️ von Inlang erstellt",
"linkToDocs": "Besuchen Sie die <a href=\"https://www.inlang.com\">Dokumentation</a> um mehr über Inlang zu erfahren."
}
}