From 65903e9c0b4dc44683fab1d0ab7472d0a8969da1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 14:34:52 +0530 Subject: [PATCH] New translations profile.json (German) --- src/i18n/locales/de/leftSidebar/profile.json | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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" } }