mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 18:47:38 +00:00
fix(console): better error messages (#5409)
* fix(console): better error messages * fix: fix i18n error labels * rollout cnsl-i18n-errors * move errors to form-field * fix: form control errors * rollout validators * translate * replace variables * lint * self review * fix confirm validation * use help observable * fix validation errors * cleanup * custom validator for idp templates * lint * validate on blur * remove element --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -239,11 +239,20 @@
|
||||
"NOROWS": "Nessun dato"
|
||||
},
|
||||
"ERRORS": {
|
||||
"REQUIRED": "Mancano alcuni campi obbligatori.",
|
||||
"REQUIRED": "Compilare questo campo.",
|
||||
"TOKENINVALID": {
|
||||
"TITLE": "Il tuo Access Token \u00e8 scaduto.",
|
||||
"DESCRIPTION": "Clicca il pulsante per richiedere una nuova sessione."
|
||||
}
|
||||
},
|
||||
"INVALID_FORMAT": "Il formato non è valido.",
|
||||
"NOTANEMAIL": "Il valore dato non \u00e8 un indirizzo e-mail.",
|
||||
"MINLENGTH": "Deve essere lunga almeno {{requiredLength}} caratteri.",
|
||||
"UPPERCASEMISSING": "Deve includere un carattere maiuscolo.",
|
||||
"LOWERCASEMISSING": "Deve includere un carattere minuscolo.",
|
||||
"SYMBOLERROR": "Deve includere un simbolo o un segno di punteggiatura.",
|
||||
"NUMBERERROR": "Deve includere una cifra.",
|
||||
"PWNOTEQUAL": "Le password fornite non corrispondono.",
|
||||
"PHONE": "Il numero di telefono deve iniziare con 00 o +."
|
||||
},
|
||||
"USER": {
|
||||
"SETTINGS": {
|
||||
@@ -524,8 +533,7 @@
|
||||
"SET": "Imposta nuova password",
|
||||
"RESENDNOTIFICATION": "Invia email per la reimpostazione",
|
||||
"REQUIRED": "Mancano alcuni campi obbligatori.",
|
||||
"MINLENGTHERROR": "Deve essere lunga almeno {{valore}} caratteri.",
|
||||
"NOTEQUAL": "Le password fornite non corrispondono."
|
||||
"MINLENGTHERROR": "Deve essere lunga almeno {{valore}} caratteri."
|
||||
},
|
||||
"ID": "ID",
|
||||
"EMAIL": "E-mail",
|
||||
@@ -579,17 +587,6 @@
|
||||
"3": "filtro per rolename"
|
||||
}
|
||||
},
|
||||
"VALIDATION": {
|
||||
"INVALIDPATTERN": "La password non soddisfa le regole definite.",
|
||||
"NOTANEMAIL": "Il valore dato non \u00e8 un indirizzo e-mail",
|
||||
"REQUIRED": "Il campo di input \u00e8 vuoto.",
|
||||
"MINLENGTH": "Deve essere lunga almeno {{requiredLength}} caratteri.",
|
||||
"NOEMAIL": "Il nome utente non pu\u00f2 essere un indirizzo e-mail.",
|
||||
"UPPERCASEMISSING": "Deve includere un carattere maiuscolo.",
|
||||
"LOWERCASEMISSING": "Deve includere un carattere minuscolo.",
|
||||
"SYMBOLERROR": "Deve includere un simbolo o un segno di punteggiatura.",
|
||||
"NUMBERERROR": "Deve includere una cifra."
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Sconosciuto",
|
||||
"1": "Attivo",
|
||||
|
Reference in New Issue
Block a user