mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-19 12:26:37 +00:00
fix(console): Idp settings, settings reset warn dialog, Accept-Language header interceptor, i18n (#3727)
* fix idp table, settings reset warn dialog, fix i18n interceptor, i18n * fix label policy on org change * fallback * fix preview button styles * footer, login-policy null check * org create btn alignment * show error with toast * error toast
This commit is contained in:
@@ -1,5 +1 @@
|
||||
{
|
||||
"api": "https://zitadel.zitadel.cloud",
|
||||
"issuer": "https://zitadel.zitadel.cloud/oauth/v2",
|
||||
"clientid": "158948468591689985@zitadel"
|
||||
}
|
||||
{ "api": "https://zitadel.cloud", "issuer": "https://zitadel.cloud/oauth/v2", "clientid": "163447659854627073@zitadel" }
|
||||
|
@@ -899,6 +899,13 @@
|
||||
"INCLUDEUPPERLETTERS": "Enthält Grossbuchstaben",
|
||||
"LENGTH": "Länge",
|
||||
"UPDATED": "Einstellungen geändert"
|
||||
},
|
||||
"DIALOG": {
|
||||
"RESET": {
|
||||
"DEFAULTTITLE": "Einstellungen zurücksetzen",
|
||||
"DEFAULTDESCRIPTION": "Sie sind im Begriff, Einstellungen auf die der Instanz zurückzusetzen? Wollen Sie fortfahren?",
|
||||
"LOGINPOLICY_DESCRIPTION": "Achtung: Wenn Sie fortfahren werden auch Identity Provider auf die Instanzeinstellungen zurückgesetzt."
|
||||
}
|
||||
}
|
||||
},
|
||||
"POLICY": {
|
||||
|
@@ -899,6 +899,13 @@
|
||||
"INCLUDEUPPERLETTERS": "Include Upper letters",
|
||||
"LENGTH": "Length",
|
||||
"UPDATED": "Settings updated."
|
||||
},
|
||||
"DIALOG": {
|
||||
"RESET": {
|
||||
"DEFAULTTITLE": "Reset Setting",
|
||||
"DEFAULTDESCRIPTION": "You are about to reset your settings to the default configuration of your instance. Are you sure you want to continue?",
|
||||
"LOGINPOLICY_DESCRIPTION": "Warning: If your continue, Identiy Provider settings will be reset to the instance setting too."
|
||||
}
|
||||
}
|
||||
},
|
||||
"POLICY": {
|
||||
|
@@ -899,6 +899,13 @@
|
||||
"INCLUDEUPPERLETTERS": "Contiene lettere maiuscole",
|
||||
"LENGTH": "Lunghezza",
|
||||
"UPDATED": "Impostazioni aggiornati"
|
||||
},
|
||||
"DIALOG": {
|
||||
"RESET": {
|
||||
"DEFAULTTITLE": "Ripristina impostazioni",
|
||||
"DEFAULTDESCRIPTION": "Stai per ripristinare le impostazioni sulla configurazione predefinita della tua istanza. Sei sicuro di voler continuare?",
|
||||
"LOGINPOLICY_DESCRIPTION": "Avviso: Se continui, anche le impostazioni del provider di identità verranno ripristinate sull'impostazione dell'istanza."
|
||||
}
|
||||
}
|
||||
},
|
||||
"POLICY": {
|
||||
|
Reference in New Issue
Block a user