angular-auto-validate
Version:
An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors
13 lines • 619 B
JSON
{
"defaultMsg": "Aggiungi un messaggio d'errore per {0}",
"email": "Inserisci un indirizzo email valido",
"minlength": "Inserisci almeno {0} caratteri",
"maxlength": "Hai superato il limite massimo di {0} caratteri",
"min": "Il numero minimo è {0}",
"max": "Il numero massimo è {0}",
"required": "Questo campo è obbligatorio",
"date": "Inserisci una data valida",
"pattern": "Assicurati che l'informazione che hai inserito rispecchi lo schema {0}",
"number": "Inserisci un numero valido",
"url": "Inserisci un valido URL nel formato http(s)://www.google.com"
}