mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 04:37:53 +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": "Passwort neu setzen",
|
||||
"RESENDNOTIFICATION": "Email zum Zurücksetzen senden",
|
||||
"REQUIRED": "Bitte prüfe, dass alle notwendigen Felder ausgefüllt sind.",
|
||||
"MINLENGTHERROR": "Das Passwort muss mindestens {{value}} Zeichen lang sein.",
|
||||
"MINLENGTHERROR": "Muss mindestens {{value}} Zeichen lang sein.",
|
||||
"NOTEQUAL": "Die Passwörter stimmen nicht überein."
|
||||
},
|
||||
"ID": "ID",
|
||||
@@ -542,10 +542,10 @@
|
||||
"REQUIRED": "Das Eingabefeld ist leer.",
|
||||
"MINLENGTH": "Das Passwort muss mindestens {{requiredLength}} Zeichen lang sein.",
|
||||
"NOEMAIL": "Benutzername darf keine E-Mail-Adresse sein.",
|
||||
"UPPERCASEMISSING": "Passwort muss einen Grossbuchstaben beinhalten.",
|
||||
"LOWERCASEMISSING": "Passwort muss einen Kleinbuchstaben beinhalten.",
|
||||
"SYMBOLERROR": "Das Passwort muss ein Symbol/Satzzeichen beinhalten.",
|
||||
"NUMBERERROR": "Das Passwort muss eine Ziffer beinhalten."
|
||||
"UPPERCASEMISSING": "Muss einen Grossbuchstaben beinhalten.",
|
||||
"LOWERCASEMISSING": "Muss einen Kleinbuchstaben beinhalten.",
|
||||
"SYMBOLERROR": "Muss ein Symbol/Satzzeichen beinhalten.",
|
||||
"NUMBERERROR": "Muss eine Ziffer beinhalten."
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Unbekannt",
|
||||
@@ -978,9 +978,9 @@
|
||||
"PWD_COMPLEXITY": {
|
||||
"TITLE": "Passwortkomplexität",
|
||||
"DESCRIPTION": "Stellt sicher, dass alle festgelegten Passwörter einem bestimmten Muster entsprechen.",
|
||||
"SYMBOLANDNUMBERERROR": "Das Passwort muss ein Symbol/Satzzeichen und eine Ziffer beinhalten.",
|
||||
"SYMBOLERROR": "Das Passwort muss ein Symbol/Satzzeichen beinhalten.",
|
||||
"NUMBERERROR": "Das Passwort muss eine Ziffer beinhalten.",
|
||||
"SYMBOLANDNUMBERERROR": "Muss ein Symbol/Satzzeichen und eine Ziffer beinhalten.",
|
||||
"SYMBOLERROR": "Muss ein Symbol/Satzzeichen beinhalten.",
|
||||
"NUMBERERROR": "Muss eine Ziffer beinhalten.",
|
||||
"PATTERNERROR": "Das Passwort erfüllt nicht die vorgeschriebene Richtlinie."
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
@@ -1005,6 +1005,7 @@
|
||||
"MAXSIZE": "Die maximale Grösse von Uploads ist mit 524kB begrenzt",
|
||||
"EMAILNOSVG": "Das SVG Dateiformat wird nicht in emails unterstützt. Laden Sie deshalb ihr Logo im PNG oder einem anderen unterstützten Format hoch.",
|
||||
"MAXSIZEEXCEEDED": "Maximale Grösse von 524kB überschritten",
|
||||
"NOSVGSUPPORTED": "SVG werden nicht unterstützt!",
|
||||
"FONTINLOGINONLY": "Die Schriftart wird momentan nur im Login interface angezeigt.",
|
||||
"VIEWS": {
|
||||
"PREVIEW": "Vorschau",
|
||||
|
@@ -482,7 +482,7 @@
|
||||
"SET": "Set New Password",
|
||||
"RESENDNOTIFICATION": "Send Password Reset Link",
|
||||
"REQUIRED": "Some required fields are missing.",
|
||||
"MINLENGTHERROR": "The password has to be at least {{value}} characters long.",
|
||||
"MINLENGTHERROR": "Has to be at least {{value}} characters long.",
|
||||
"NOTEQUAL": "The passwords provided do not match."
|
||||
},
|
||||
"ID": "ID",
|
||||
@@ -542,10 +542,10 @@
|
||||
"REQUIRED": "The input field is empty.",
|
||||
"MINLENGTH": "The password has to be at least {{requiredLength}} characters long.",
|
||||
"NOEMAIL": "The user name cannot be an e-mail address.",
|
||||
"UPPERCASEMISSING": "The password must include an uppercase character.",
|
||||
"LOWERCASEMISSING": "The password must include a lowercase character.",
|
||||
"SYMBOLERROR": "The password must include a symbol or punctuation mark.",
|
||||
"NUMBERERROR": "The password must include a digit."
|
||||
"UPPERCASEMISSING": "Must include an uppercase character.",
|
||||
"LOWERCASEMISSING": "Must include a lowercase character.",
|
||||
"SYMBOLERROR": "Must include a symbol or punctuation mark.",
|
||||
"NUMBERERROR": "Must include a digit."
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Unknown",
|
||||
@@ -978,9 +978,9 @@
|
||||
"PWD_COMPLEXITY": {
|
||||
"TITLE": "Password Complexity",
|
||||
"DESCRIPTION": "Ensures that all set passwords correspond to a specific pattern",
|
||||
"SYMBOLANDNUMBERERROR": "The password must consist of a digit and a symbol/punctuation mark.",
|
||||
"SYMBOLERROR": "The password must include a symbol/punctuation mark.",
|
||||
"NUMBERERROR": "The password must include a digit.",
|
||||
"SYMBOLANDNUMBERERROR": "Must consist of a digit and a symbol/punctuation mark.",
|
||||
"SYMBOLERROR": "Must include a symbol/punctuation mark.",
|
||||
"NUMBERERROR": "Must include a digit.",
|
||||
"PATTERNERROR": "The password does not meet the required pattern."
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
@@ -1005,6 +1005,7 @@
|
||||
"MAXSIZE": "The maximum size is limited to 524kB",
|
||||
"EMAILNOSVG": "The SVG file format is not supported in emails. Therefore upload your logo in PNG or other supported format.",
|
||||
"MAXSIZEEXCEEDED": "Maximum size of 524kB exceeded.",
|
||||
"NOSVGSUPPORTED": "SVG are not supported!",
|
||||
"FONTINLOGINONLY": "The font is currently only displayed in the login interface.",
|
||||
"VIEWS": {
|
||||
"PREVIEW": "Preview",
|
||||
|
@@ -482,7 +482,7 @@
|
||||
"SET": "Définir un nouveau mot de passe",
|
||||
"RESENDNOTIFICATION": "Envoyer le lien de réinitialisation du mot de passe",
|
||||
"REQUIRED": "Certains champs obligatoires sont manquants.",
|
||||
"MINLENGTHERROR": "Le mot de passe doit comporter au moins{{value}} caractères.",
|
||||
"MINLENGTHERROR": "Doit comporter au moins {{value}} caractères.",
|
||||
"NOTEQUAL": "Les mots de passe fournis ne correspondent pas."
|
||||
},
|
||||
"ID": "ID",
|
||||
@@ -542,10 +542,10 @@
|
||||
"REQUIRED": "Le champ de saisie est vide.",
|
||||
"MINLENGTH": "Le mot de passe doit comporter au moins{{length}} caractères.",
|
||||
"NOEMAIL": "Le nom d'utilisateur ne peut pas être une adresse électronique.",
|
||||
"UPPERCASEMISSING": "Le mot de passe doit comporter un caractère majuscule.",
|
||||
"LOWERCASEMISSING": "Le mot de passe doit inclure un caractère minuscule.",
|
||||
"SYMBOLERROR": "Le mot de passe doit inclure un symbole ou un signe de ponctuation.",
|
||||
"NUMBERERROR": "Le mot de passe doit contenir un chiffre."
|
||||
"UPPERCASEMISSING": "Doit inclure un caractère majuscule.",
|
||||
"LOWERCASEMISSING": "Doit inclure un caractère minuscule.",
|
||||
"SYMBOLERROR": "Doit inclure un symbole ou un signe de ponctuation.",
|
||||
"NUMBERERROR": "Doit inclure un chiffre."
|
||||
},
|
||||
"STATE": {
|
||||
"0": "Inconnu",
|
||||
@@ -978,9 +978,9 @@
|
||||
"PWD_COMPLEXITY": {
|
||||
"TITLE": "Complexité des mots de passe",
|
||||
"DESCRIPTION": "Assure que tous les mots de passe définis correspondent à un modèle spécifique.",
|
||||
"SYMBOLANDNUMBERERROR": "Le mot de passe doit être composé d'un chiffre et d'un symbole/une marque de ponctuation.",
|
||||
"SYMBOLERROR": "Le mot de passe doit comprendre un symbole ou un signe de ponctuation.",
|
||||
"NUMBERERROR": "Le mot de passe doit comprendre un chiffre.",
|
||||
"SYMBOLANDNUMBERERROR": "Doit être composé d'un chiffre et d'un symbole/signe de ponctuation.",
|
||||
"SYMBOLERROR": "Doit inclure un symbole/un signe de ponctuation.",
|
||||
"NUMBERERROR": "Doit inclure un chiffre.",
|
||||
"PATTERNERROR": "Le mot de passe ne correspond pas au modèle requis."
|
||||
},
|
||||
"PRIVATELABELING": {
|
||||
@@ -1005,6 +1005,7 @@
|
||||
"MAXSIZE": "La taille maximale est limitée à 524 Ko.",
|
||||
"EMAILNOSVG": "Le format de fichier SVG n'est pas supporté dans les emails. Téléchargez donc votre logo en PNG ou dans un autre format pris en charge.",
|
||||
"MAXSIZEEXCEEDED": "La taille maximale de 524kB est dépassée.",
|
||||
"NOSVGSUPPORTED": "SVG n'est pas pris en charge",
|
||||
"FONTINLOGINONLY": "La police n'est actuellement affichée que dans l'interface de connexion.",
|
||||
"VIEWS": {
|
||||
"PREVIEW": "Aperçu",
|
||||
|
@@ -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