mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 11:42:10 +00:00
cleanup register, check for allowed methods
This commit is contained in:
@@ -122,6 +122,14 @@
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"disabled": {
|
||||
"title": "Registrierung deaktiviert",
|
||||
"description": "Die Registrierung ist deaktiviert. Bitte wenden Sie sich an den Administrator."
|
||||
},
|
||||
"missingdata": {
|
||||
"title": "Registrierung fehlgeschlagen",
|
||||
"description": "Einige Daten fehlen. Bitte überprüfen Sie Ihre Eingaben."
|
||||
},
|
||||
"title": "Registrieren",
|
||||
"description": "Erstellen Sie Ihr ZITADEL-Konto.",
|
||||
"selectMethod": "Wählen Sie die Methode, mit der Sie sich authentifizieren möchten",
|
||||
|
||||
@@ -122,6 +122,14 @@
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"disabled": {
|
||||
"title": "Registration disabled",
|
||||
"description": "The registration is disabled. Please contact your administrator."
|
||||
},
|
||||
"missingdata": {
|
||||
"title": "Missing data",
|
||||
"description": "Provide email, first and last name to register."
|
||||
},
|
||||
"title": "Register",
|
||||
"description": "Create your ZITADEL account.",
|
||||
"selectMethod": "Select the method you would like to authenticate",
|
||||
|
||||
@@ -122,6 +122,14 @@
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"disabled": {
|
||||
"title": "Registro deshabilitado",
|
||||
"description": "Registrarse está deshabilitado en este momento."
|
||||
},
|
||||
"missingdata": {
|
||||
"title": "Datos faltantes",
|
||||
"description": "No se proporcionaron datos suficientes para el registro."
|
||||
},
|
||||
"title": "Registrarse",
|
||||
"description": "Crea tu cuenta ZITADEL.",
|
||||
"selectMethod": "Selecciona el método con el que deseas autenticarte",
|
||||
|
||||
@@ -122,6 +122,14 @@
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"disabled": {
|
||||
"title": "Registration disabled",
|
||||
"description": "Registrazione disabilitata. Contatta l'amministratore di sistema per assistenza."
|
||||
},
|
||||
"missingdata": {
|
||||
"title": "Registrazione",
|
||||
"description": "Inserisci i tuoi dati per registrarti."
|
||||
},
|
||||
"title": "Registrati",
|
||||
"description": "Crea il tuo account ZITADEL.",
|
||||
"selectMethod": "Seleziona il metodo con cui desideri autenticarti",
|
||||
|
||||
Reference in New Issue
Block a user