From 43252e04eff0005fb7f9f626b9c3688e48d9bfb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 21:11:39 +0530 Subject: [PATCH] New translations profile.json (Danish) --- src/i18n/locales/da/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/da/leftSidebar/profile.json b/src/i18n/locales/da/leftSidebar/profile.json index b7f889c2..416564f9 100644 --- a/src/i18n/locales/da/leftSidebar/profile.json +++ b/src/i18n/locales/da/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Link til billede" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "Fornavn" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Efternavn" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Undertitel" }, "address": { + "label": "Adresse", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Adresse linie 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Adresse linie 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Adresse linie 3" } }, "phone": { - "label": "Phone Number" + "label": "Telefonnummer" }, "website": { - "label": "Website" + "label": "Hjemmeside" }, "email": { - "label": "Email Address" + "label": "E-mailadresse" } }