21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"legal": {
|
|
"imprint": {
|
|
"title": "Impressum",
|
|
"company": "Firma",
|
|
"address": "Adresse",
|
|
"germany": "Deutschland",
|
|
"contact": "Kontakt"
|
|
},
|
|
|
|
"privacy": {
|
|
"title": "Datenschutzerklärung"
|
|
}
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} Pablo Kurzmann - Portfolio. Alle Rechte vorbehalten.",
|
|
"imprint": "impressum",
|
|
"privacy": "datenschutz"
|
|
}
|
|
}
|