diff --git a/src/i18n/locales/de/leftSidebar/profile.json b/src/i18n/locales/de/leftSidebar/profile.json index b7f889c2..0a086b6b 100644 --- a/src/i18n/locales/de/leftSidebar/profile.json +++ b/src/i18n/locales/de/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Foto-URL" }, "firstName": { - "label": "First Name", + "label": "Vorname", "placeholder": "Jane" }, "lastName": { - "label": "Last Name", + "label": "Nachname", "placeholder": "Doe" }, "subtitle": { - "label": "Subtitle", + "label": "Titel", "placeholder": "Full Stack Web Developer" }, "address": { "line1": { - "label": "Address Line 1", + "label": "Adresszeile 1", "placeholder": "Palladium Complex" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Addresszeile 2", + "placeholder": "Straße 140" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Adresszeile 3", + "placeholder": "New York, USA" } }, "phone": { - "label": "Phone Number" + "label": "Telefonnnummer" }, "website": { - "label": "Website" + "label": "Webseite" }, "email": { - "label": "Email Address" + "label": "E-Mail Adresse" } }