From d7b1a29bba4117ea65e824d36649768fa42762ba Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 22:37:33 +0530 Subject: [PATCH] New translations references.json (Italian) --- src/i18n/locales/it/leftSidebar/references.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/it/leftSidebar/references.json b/src/i18n/locales/it/leftSidebar/references.json index 88241575..ecbb14b8 100644 --- a/src/i18n/locales/it/leftSidebar/references.json +++ b/src/i18n/locales/it/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Nome" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Posizione" }, "phone": { - "label": "Phone Number" + "label": "Numero di telefono" }, "email": { - "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "label": "Indirizzo email" } }