31 lines
735 B
JSON
31 lines
735 B
JSON
{
|
|
"pages": {
|
|
"home": "Startseite",
|
|
"aboutMe": "Über Mich",
|
|
"projects": "Projekte"
|
|
},
|
|
"languages": {
|
|
"english": "Englisch",
|
|
"german": "Deutsch"
|
|
},
|
|
"themes": {
|
|
"light": "Hell",
|
|
"dark": "Dunkel",
|
|
"system": "System"
|
|
},
|
|
"landingPage": {
|
|
"title": "Hi, ich bin Nico Haider.",
|
|
"subtitle": "Softwareentwickler für Webseiten, Web-Apps, Mobile-Apps, Desktop-Apps und vieles mehr.",
|
|
"location": "Dobersberg, Niederösterreich",
|
|
"contact": {
|
|
"email": "E-Mail senden",
|
|
"phone": "Telefonnummer anrufen"
|
|
},
|
|
"social": {
|
|
"linkedin": "LinkedIn-Profil öffnen",
|
|
"instagram": "Instagram-Profil öffnen",
|
|
"facebook": "Facebook-Profil öffnen"
|
|
}
|
|
}
|
|
}
|