mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 18:10:51 +00:00
feat(console): replace wget with curl, user login prompt, warn dialog (#387)
* remove evil wget, add warn-dialog, login hint * i18n * reference ngsw.js * update clientid * fix warn dialog * lint * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> * Update console/src/assets/i18n/en.json Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
"PERSONAL_INFO": "Personal Information",
|
||||
"IAM":"Administration",
|
||||
"ORGANIZATION": "Organization",
|
||||
"PROJECTSSECTION":"Projects",
|
||||
"PROJECTSSECTION":"projects section",
|
||||
"PROJECT": "Projects",
|
||||
"GRANTEDPROJECT":"Granted Projects",
|
||||
"USERSECTION":"Benutzer",
|
||||
"USERSECTION":"user section",
|
||||
"USER": "Users",
|
||||
"LOGOUT": "Logout all users",
|
||||
"NEWORG":"New Organization",
|
||||
@@ -231,7 +231,11 @@
|
||||
},
|
||||
"DOMAINS": {
|
||||
"TITLE":"Domains",
|
||||
"DESCRIPTION":"Configure your domains on which your users will be registered."
|
||||
"DESCRIPTION":"Configure your domains on which your users will be registered.",
|
||||
"DELETE": {
|
||||
"TITLE":"Delete domain?",
|
||||
"DESCRIPTION":"You are about to delete one of your domains. Note that your users can no longer use this domain for their logins."
|
||||
}
|
||||
},
|
||||
"STATE": {
|
||||
"0": "not defined",
|
||||
@@ -626,4 +630,4 @@
|
||||
"user.selfregistered":"self registered"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user