27 lines
632 B
JSON
27 lines
632 B
JSON
{
|
|
"hello": "Hallo $name",
|
|
"login": {
|
|
"success": "Login erfolgreich"
|
|
},
|
|
"settings": {
|
|
"title": "Einstellungen",
|
|
"sections": {
|
|
"account": "Konto & Daten",
|
|
"app": "App",
|
|
"help": "Hilfe & Rechtliches"
|
|
},
|
|
"items": {
|
|
"appSettings": "App-Einstellungen",
|
|
"personalData": "Persönliche Daten",
|
|
"accountManagement": "Kontoverwaltung",
|
|
"helpCenter": "Hilfe",
|
|
"feedback": "Feedback",
|
|
"legalPrivacy": "Rechtliches & Datenschutz",
|
|
"logout": "Abmelden"
|
|
},
|
|
"messages": {
|
|
"logoutNotImplemented": "Logout… (noch nicht implementiert)"
|
|
}
|
|
}
|
|
}
|