forked from baron/baron-sso
chore(i18n): TenantFineGrainedPermissionsPage 누락된 다국어 키 추가 및 정적 검사 통과
1. TenantFineGrainedPermissionsPage 컴포넌트에서 사용하는 msg/ui 관련 9개 번역 키를 locales(template.toml, ko.toml, en.toml)에 추가 2. 누락된 키 매핑 및 한국어/영어 번역 값 보정으로 로컬 CI 정적 검사(make code-check-lint) 통과 완료
This commit is contained in:
@@ -283,6 +283,9 @@ 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_grant_queue_empty = "Add users to grant from the search results on the left."
|
||||
super_admin_grant_users_required = "Please add one or more users to grant."
|
||||
super_admin_search_empty = "Please enter a search term."
|
||||
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."
|
||||
@@ -1500,6 +1503,12 @@ target_org_picker = "Select organization"
|
||||
target_queue_empty = "No targets selected"
|
||||
target_queue_remove = "Remove target"
|
||||
target_tenant_picker_title = "Select tenant"
|
||||
search_results = "results"
|
||||
super_admin_grant_queue_add = "Add to targets"
|
||||
super_admin_grant_queue_remove = "Remove from targets"
|
||||
super_admin_grant_targets = "Grant Targets"
|
||||
super_admin_search = "Search User"
|
||||
super_admin_search_placeholder = "Search UUID, name, email, phone number"
|
||||
target_tenant_required_option = "Target tenant required"
|
||||
user_list = "User List"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user