mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 13:57:47 +00:00
feat(console): set email verified on org creation, disable svg upload, password page optimizations (#4149)
* feat: set email verified on org creation * catch svg files and throw error * password changes * passwordpage * rm log * it * fr * localhost env * Update fr.json Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
"SET": "Imposta nuova password",
|
||||
"RESENDNOTIFICATION": "Invia email per la reimpostazione",
|
||||
"REQUIRED": "Mancano alcuni campi obbligatori.",
|
||||
"MINLENGTHERROR": "La password deve essere lunga almeno {{valore}} caratteri.",
|
||||
"MINLENGTHERROR": "Deve essere lunga almeno {{valore}} caratteri.",
|
||||
"NOTEQUAL": "Le password fornite non corrispondono."
|
||||
},
|
||||
"ID": "ID",
|
||||
@@ -540,12 +540,12 @@
|
||||
"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": "La password deve essere lunga almeno {{requiredLength}} caratteri.",
|
||||
"MINLENGTH": "Deve essere lunga almeno {{requiredLength}} caratteri.",
|
||||
"NOEMAIL": "Il nome utente non pu\u00f2 essere un indirizzo e-mail.",
|
||||
"UPPERCASEMISSING": "La password deve includere un carattere maiuscolo.",
|
||||
"LOWERCASEMISSING": "La password deve includere un carattere minuscolo.",
|
||||
"SYMBOLERROR": "La password deve includere un simbolo o un segno di punteggiatura.",
|
||||
"NUMBERERROR": "La password deve includere una cifra."
|
||||
"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",
|
||||
@@ -978,9 +978,9 @@
|
||||
"PWD_COMPLEXITY": {
|
||||
"TITLE": "Complessit\u00e0 della password",
|
||||
"DESCRIPTION": "Assicura che tutte le password impostate corrispondano a un modello specifico",
|
||||
"SYMBOLANDNUMBERERROR": "La password deve essere composta da una cifra e un simbolo/segno di interpunzione.",
|
||||
"SYMBOLERROR": "La password deve includere un simbolo/segno di punteggiatura.",
|
||||
"NUMBERERROR": "La password deve includere una cifra.",
|
||||
"SYMBOLANDNUMBERERROR": "Deve essere composta da una cifra e un simbolo/segno di interpunzione.",
|
||||
"SYMBOLERROR": "Deve includere un simbolo/segno di punteggiatura.",
|
||||
"NUMBERERROR": "Deve includere una cifra.",
|
||||
"PATTERNERROR": "La password non corrisponde al modello richiesto."
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
@@ -1005,6 +1005,7 @@
|
||||
"MAXSIZE": "La dimensione massima \u00e8 limitata a 524kB",
|
||||
"EMAILNOSVG": "Il formato di file SVG non \u00e8 supportato nelle email. Perci\u00f2 carica il tuo logo in PNG o in un altro formato supportato.",
|
||||
"MAXSIZEEXCEEDED": "Dimensione massima di 524kB superata.",
|
||||
"NOSVGSUPPORTED": "SVG non sono supportati",
|
||||
"FONTINLOGINONLY": "Il carattere \u00e8 attualmente visualizzato solo nell'interfaccia di accesso.",
|
||||
"VIEWS": {
|
||||
"PREVIEW": "Anteprima",
|
||||
|
Reference in New Issue
Block a user