From 472ffddf1998496fe7441b28a6cf3792bfcdeee4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 22:37:55 +0530 Subject: [PATCH] New translations profile.json (Italian) --- src/i18n/locales/it/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/it/leftSidebar/profile.json b/src/i18n/locales/it/leftSidebar/profile.json index b7f889c2..799c9daa 100644 --- a/src/i18n/locales/it/leftSidebar/profile.json +++ b/src/i18n/locales/it/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL della foto" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "Nome" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Cognome" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Sottotitolo" }, "address": { + "label": "Indirizzo", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Indirizzo, 1a riga" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Indirizzo, 2a riga" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Indirizzo, 3a riga" } }, "phone": { - "label": "Phone Number" + "label": "Numero di telefono" }, "website": { - "label": "Website" + "label": "Sito web" }, "email": { - "label": "Email Address" + "label": "Indirizzo email" } }