From c338e6913afb80ac58f268ff59bdc98799b541ea Mon Sep 17 00:00:00 2001 From: Vito Date: Wed, 11 Oct 2017 15:32:45 +0100 Subject: [PATCH] [ADF-1679] added it translation for form validator messages (#2461) --- ng2-components/ng2-activiti-form/src/i18n/it.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ng2-components/ng2-activiti-form/src/i18n/it.json b/ng2-components/ng2-activiti-form/src/i18n/it.json index 58d9aa460c..b47b3250ae 100644 --- a/ng2-components/ng2-activiti-form/src/i18n/it.json +++ b/ng2-components/ng2-activiti-form/src/i18n/it.json @@ -5,6 +5,18 @@ }, "PREVIEW": { "IMAGE_NOT_AVAILABLE": "Anteprima immagine non disponibile." + }, + "FIELD": { + "REQUIRED" : "*Obbligatorio", + "VALIDATOR" : { + "INVALID_NUMBER" : "Non un numero", + "INVALID_DATE" : "Non una data", + "INVALID_VALUE": "Valore non valido", + "NOT_GREATER_THAN" : "Non dovrebbe essere piu grande di {{ maxValue }}", + "NOT_LESS_THAN" : "Non dovrebbe essere meno di {{ minValue }}", + "AT_LEAST_LONG" : "Dovrebbe essere almeno {{ minLength }} caratteri.", + "NO_LONGER_THAN" : "Dovrebbe essere massimo {{ maxLength }} caratteri." + } } } }