15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"nav": {
|
|
"home": "Startseite",
|
|
"about": "Über Uns",
|
|
"contact": "Kontakt"
|
|
},
|
|
"hero": {
|
|
"title": "Willkommen",
|
|
"cta": "Mehr Erfahren"
|
|
},
|
|
"footer": {
|
|
"rights": "Alle Rechte vorbehalten."
|
|
}
|
|
}
|