mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 12:44:23 +00:00
fix(console): move org domains into settings page of the organization (#6612)
* fix: hide domains settings for unauthorized users * refine sidenav object mapping * move domains to settings * change docs * set anchor to list element * remove canwrite check in ngif --------- Co-authored-by: Miguel A. C <doncicuto@gmail.com>
This commit is contained in:
@@ -95,7 +95,6 @@
|
||||
"EVENTS": "活动",
|
||||
"FAILEDEVENTS": "失败事件",
|
||||
"ORGANIZATION": "组织",
|
||||
"DOMAINS": "域名",
|
||||
"PROJECT": "项目",
|
||||
"PROJECTOVERVIEW": "概览",
|
||||
"PROJECTGRANTS": "授予",
|
||||
@@ -953,7 +952,7 @@
|
||||
},
|
||||
"DOMAINS": {
|
||||
"NEW": "添加域名",
|
||||
"TITLE": "域名",
|
||||
"TITLE": "已验证的域名",
|
||||
"DESCRIPTION": "配置您的域名。此域名可用于您的用户登录。",
|
||||
"SETPRIMARY": "设置为主域名",
|
||||
"DELETE": {
|
||||
@@ -1023,6 +1022,7 @@
|
||||
"NOTIFICATIONS_DESC": "SMTP 和 SMS 设置",
|
||||
"MESSAGETEXTS": "消息文本",
|
||||
"IDP": "身份提供者",
|
||||
"VERIFIED_DAMAINS": "已验证的域名",
|
||||
"DOMAIN": "域名设置",
|
||||
"LOGINTEXTS": "登录界面文本",
|
||||
"BRANDING": "品牌标识",
|
||||
|
||||
Reference in New Issue
Block a user