From fc70c6dd141f4b7adae33dc7cbdce77e554efde6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 10 Apr 2020 16:11:46 +0530 Subject: [PATCH] New translations profile.json (Dutch) --- src/i18n/locales/nl/leftSidebar/profile.json | 25 ++++++++------------ 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/i18n/locales/nl/leftSidebar/profile.json b/src/i18n/locales/nl/leftSidebar/profile.json index b7f889c2..e1729457 100644 --- a/src/i18n/locales/nl/leftSidebar/profile.json +++ b/src/i18n/locales/nl/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Foto URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "Voornaam" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Achternaam" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Ondertitel" }, "address": { + "label": "Adres", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Adresregel 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Adresregel 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Adresregel 3" } }, "phone": { - "label": "Phone Number" + "label": "Telefoonnummer" }, "website": { "label": "Website" }, "email": { - "label": "Email Address" + "label": "E-mailadres" } }