forked from baron/baron-sso
adminfront 및 백엔드: 글로벌 사이드바 11개 전 메뉴별 ReBAC 기반 접근 제어(Admin Control) 스키마, REST API, UI 설정 패널 전격 구현 완료
This commit is contained in:
@@ -2002,3 +2002,24 @@ verify = "Verify"
|
||||
|
||||
[ui.userfront.signup.success]
|
||||
action = "Action"
|
||||
|
||||
[ui.admin.permissions_direct]
|
||||
tab_tenant = "Tenant Features"
|
||||
tab_system = "Admin Control"
|
||||
tab_system_title = "Global Sidebar Access Control"
|
||||
select_tenant = "Select target tenant"
|
||||
select_tenant_desc = "Select target tenant to assign fine-grained permissions."
|
||||
placeholder = "-- Select Tenant --"
|
||||
add_system_user = "Add User to Admin Control"
|
||||
dialog_title_system = "Add User to Global Permissions"
|
||||
|
||||
[msg.admin.permissions_direct]
|
||||
description = "Directly assign and manage tab-level direct permissions and global sidebar menu access."
|
||||
tab_system_desc = "Directly grant users access to each sidebar menu page. Super admins always bypass and pass all access checks."
|
||||
system_empty = "No users with custom global menu permissions found. Add users to start managing."
|
||||
select_prompt = "Select a tenant from the dropdown above to manage its fine-grained features."
|
||||
|
||||
[msg.admin.system.relations]
|
||||
add_success = "Global menu permission added successfully."
|
||||
remove_success = "Global menu permission revoked successfully."
|
||||
remove_all_confirm = "Are you sure you want to revoke all global menu permissions for this user?"
|
||||
|
||||
Reference in New Issue
Block a user