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" } }