forked from baron/baron-sso
devfront rp_admin tenant_admin 제거
This commit is contained in:
@@ -1001,11 +1001,8 @@ total_tenants = "Total Tenants"
|
||||
manageable_tenants = "Manageable Tenants"
|
||||
|
||||
[ui.admin.role]
|
||||
rp_admin = "Service Administrator (RP Admin)"
|
||||
super_admin = "System Administrator (Super Admin)"
|
||||
tenant_admin = "Tenant Administrator (Tenant Admin)"
|
||||
tenant_member = "General User (Tenant Member)"
|
||||
user = "General User (Tenant Member)"
|
||||
user = "General User"
|
||||
|
||||
[ui.admin.tenants]
|
||||
add = "Add Tenant"
|
||||
@@ -1366,10 +1363,8 @@ collapse = "Collapse sidebar"
|
||||
expand = "Expand sidebar"
|
||||
|
||||
[ui.shell.role]
|
||||
rp_admin = "Service Administrator (RP Admin)"
|
||||
super_admin = "System Administrator (Super Admin)"
|
||||
tenant_admin = "Tenant Administrator (Tenant Admin)"
|
||||
user = "General User (Tenant Member)"
|
||||
user = "General User"
|
||||
|
||||
[ui.dev.clients]
|
||||
new = "Add Connected Application"
|
||||
@@ -2043,10 +2038,7 @@ title = "System Role"
|
||||
description = "The permission level granted to this account."
|
||||
current = "Current Role"
|
||||
desc_super_admin = "Can manage all tenants and applications system-wide without restriction."
|
||||
desc_tenant_admin = "Can manage all applications within their assigned tenant."
|
||||
desc_rp_admin = "Can view and manage only assigned/linked applications."
|
||||
desc_user = "Standard application access. DevFront access is denied."
|
||||
desc_tenant_member = "Standard application access. DevFront access is denied."
|
||||
|
||||
[ui.admin.nav]
|
||||
api_keys = "API Keys"
|
||||
@@ -2068,9 +2060,7 @@ single_notice = "You belong to a single tenant and do not need to switch."
|
||||
|
||||
[msg.dev.forbidden]
|
||||
default = "You do not have permission to access this resource. Please contact an administrator."
|
||||
rp_admin = "RP administrators can only view resources for their assigned apps."
|
||||
tenant_admin = "Tenant administrator permissions are not configured correctly or have expired."
|
||||
user.clients = "General user accounts can only use this feature if they have been granted operational or management relationships for the relevant RP (App). If you need access, please request it from an administrator."
|
||||
user.consents = "Viewing consent history for this App (RP) is only available when granted 'RP Admin', 'Consent View', or 'Consent Revoke' relationships. If you need access, please request it from an administrator."
|
||||
user.audit = "Viewing audit logs for this App (RP) is only available when granted 'RP Admin' or 'Audit View' relationships. If you need access, please request it from an administrator."
|
||||
user.consents = "Viewing consent history for this App (RP) is only available when granted operational, consent view, or consent revoke relationships. If you need access, please request it from an administrator."
|
||||
user.audit = "Viewing audit logs for this App (RP) is only available when granted operational or audit view relationships. If you need access, please request it from an administrator."
|
||||
title = "Access Denied: {{resource}}"
|
||||
|
||||
Reference in New Issue
Block a user