mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-1679] added it translation for form validator messages (#2461)
This commit is contained in:
parent
2fff4d038e
commit
c338e6913a
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user