forked from baron/baron-sso
orgfront refresh token 관리 추가
This commit is contained in:
@@ -273,8 +273,20 @@ desc_tenants = "Desc Tenants"
|
||||
desc_users = "Desc Users"
|
||||
desc_worksmobile = "Desc Worksmobile"
|
||||
description = "Assign and grant fine-grained functional permissions for tenants and global sidebar menu tab access."
|
||||
assignment_empty = "No direct assignments found."
|
||||
assignment_table_desc = "Review and revoke direct permission assignments."
|
||||
bulk_description = "Grant a direct permission to selected users."
|
||||
bulk_grant_success = "Direct permission granted."
|
||||
bulk_users_required = "Select at least one user."
|
||||
no_user_selected_desc = "No User Selected Desc"
|
||||
no_users_found = "No Users Found"
|
||||
protected_relation = "This relation is protected and cannot be changed here."
|
||||
super_admin_description = "Grant or revoke system super administrator access."
|
||||
super_admin_grant_success = "Super administrator access granted."
|
||||
super_admin_revoke_success = "Super administrator access revoked."
|
||||
super_admin_users_required = "Select at least one user."
|
||||
target_tenant_picker_desc = "Choose the tenant scope for this permission."
|
||||
target_tenant_required = "Select a target tenant."
|
||||
|
||||
[msg.admin.system]
|
||||
|
||||
@@ -1447,6 +1459,19 @@ total_users = "Total Users"
|
||||
|
||||
[ui.admin.permissions_direct]
|
||||
allowed = "Allowed"
|
||||
assignment_search = "Search assignments"
|
||||
assignment_table_title = "Direct assignments"
|
||||
bulk_action = "Action"
|
||||
bulk_mode = "Mode"
|
||||
bulk_mode_page = "Page"
|
||||
bulk_mode_target_action = "Target action"
|
||||
bulk_page_relation = "Page permission"
|
||||
bulk_selected = "selected"
|
||||
bulk_submit_grant = "Grant permission"
|
||||
bulk_target = "Target"
|
||||
bulk_tenant_page = "Tenant page"
|
||||
bulk_title = "Bulk direct grant"
|
||||
bulk_users = "Users"
|
||||
cat_dashboard = "Cat Dashboard"
|
||||
cat_integrations = "Cat Integrations"
|
||||
cat_resources = "Cat Resources"
|
||||
@@ -1454,7 +1479,28 @@ cat_system = "Cat System"
|
||||
dialog_title_system = "Dialog Title System"
|
||||
no_user_selected = "No User Selected"
|
||||
revoke_all = "Revoke All"
|
||||
scope_system = "System"
|
||||
scope_tenant = "Tenant"
|
||||
sort_level = "Sort by level"
|
||||
sort_relation = "Sort by relation"
|
||||
sort_user = "Sort by user"
|
||||
super_admin_grant = "Grant super administrator"
|
||||
super_admin_revoke = "Revoke super administrator"
|
||||
super_admin_only = "Super Admin Only"
|
||||
super_admin_title = "Super administrators"
|
||||
super_admin_users = "Super admin users"
|
||||
tab_direct = "Direct permissions"
|
||||
tab_super_admin = "Super administrators"
|
||||
table_level = "Level"
|
||||
table_relation = "Relation"
|
||||
table_target = "Target"
|
||||
table_user = "User"
|
||||
tabs = "Permission tabs"
|
||||
target_org_picker = "Select organization"
|
||||
target_queue_empty = "No targets selected"
|
||||
target_queue_remove = "Remove target"
|
||||
target_tenant_picker_title = "Select tenant"
|
||||
target_tenant_required_option = "Target tenant required"
|
||||
user_list = "User List"
|
||||
|
||||
[ui.admin.profile]
|
||||
@@ -1501,6 +1547,8 @@ section = "Tenants"
|
||||
[ui.admin.tenants.bulk]
|
||||
selected_count = "temp"
|
||||
status_placeholder = "temp"
|
||||
type_placeholder = "Change type"
|
||||
visibility_placeholder = "Change visibility"
|
||||
|
||||
[ui.admin.tenants.create]
|
||||
title = "Tenant Add"
|
||||
@@ -2575,13 +2623,16 @@ actions = "Actions"
|
||||
application = "Application"
|
||||
client_id = "Client ID"
|
||||
created_at = "Created At"
|
||||
creator = "Creator"
|
||||
status = "Status"
|
||||
type = "Type"
|
||||
|
||||
[ui.dev.clients.type]
|
||||
headless = "Headless Login"
|
||||
pkce = "PKCE"
|
||||
pkce_headless = "Headless PKCE"
|
||||
private = "Server side App"
|
||||
private_headless = "Server side App (Headless Login)"
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = "devfront ready"
|
||||
|
||||
Reference in New Issue
Block a user