forked from baron/baron-sso
orgfront 버그 픽스
This commit is contained in:
@@ -2961,3 +2961,79 @@ tenant_slug = "Tenant slug"
|
||||
"ui.admin.tenants.data_mgmt" = "temp"
|
||||
"ui.admin.tenants.toggle_status" = "temp"
|
||||
"ui.admin.users.data_mgmt" = "temp"
|
||||
|
||||
[msg.admin.ory_ssot]
|
||||
flush_confirm = "Flush only Redis identity cache keys?"
|
||||
flush_error = "Redis identity cache flush failed."
|
||||
flush_success = "Flushed {{count}} Redis identity cache keys."
|
||||
load_error = "Failed to load Ory SSOT system status."
|
||||
subtitle = "Review Kratos source-of-truth and Redis identity cache status separately."
|
||||
|
||||
[msg.admin.ory_ssot.forbidden]
|
||||
description = "This screen is only available to super_admin users."
|
||||
|
||||
[msg.admin.tenants.members]
|
||||
add_error = "Failed to add members"
|
||||
add_success = "Added {{count}} members."
|
||||
|
||||
[msg.admin.users.global_custom_claims]
|
||||
description = "Manage user claim definitions shared by all RPs and default read/write permissions."
|
||||
empty = "No global claims are defined."
|
||||
registry = "Only defined claim keys are available for global claim value management on user details."
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_ory_ssot = "Ory SSOT System"
|
||||
|
||||
[ui.admin.ory_ssot]
|
||||
loading = "Loading Ory SSOT status..."
|
||||
title = "Ory SSOT System"
|
||||
|
||||
[ui.admin.ory_ssot.actions]
|
||||
flush_identity_cache = "Redis cache flush"
|
||||
|
||||
[ui.admin.ory_ssot.cache_card]
|
||||
description = "Redis mirror/cache status for Kratos identity list and lookup operations."
|
||||
title = "Redis identity cache"
|
||||
|
||||
[ui.admin.ory_ssot.forbidden]
|
||||
title = "Access denied"
|
||||
|
||||
[ui.admin.ory_ssot.projection_card]
|
||||
description = "PostgreSQL read model status used by admin search and statistics."
|
||||
title = "Backend user read model"
|
||||
|
||||
[ui.admin.ory_ssot.status]
|
||||
failed = "failed"
|
||||
not_ready = "not ready"
|
||||
ready = "ready"
|
||||
|
||||
[ui.admin.ory_ssot.summary]
|
||||
cache_keys = "Cache keys"
|
||||
last_refreshed = "Last refreshed"
|
||||
last_synced = "Last read-model refresh"
|
||||
local_users = "Local users"
|
||||
observed_identities = "Observed identities"
|
||||
status = "Status"
|
||||
updated_at = "Updated at"
|
||||
|
||||
[ui.admin.tenants]
|
||||
search_match_badge = "Search match"
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
add_existing_description = "Select search results into an add queue, then assign them in one operation."
|
||||
add_queued = "Add selected members"
|
||||
export = "Selected organization users CSV"
|
||||
queue_empty = "Select members to add."
|
||||
queue_remove = "Remove from add queue"
|
||||
search_min_length = "Enter at least two characters."
|
||||
search_placeholder = "Search by name or email"
|
||||
|
||||
[ui.admin.users.global_custom_claims]
|
||||
description_placeholder = "Optional claim description"
|
||||
label_placeholder = "Display name"
|
||||
manage_definitions = "Manage Global Definitions"
|
||||
read_permission = "Read permission"
|
||||
registry = "Global Claim Registry"
|
||||
title = "Global Claim Settings"
|
||||
value_type = "Claim type"
|
||||
write_permission = "Write permission"
|
||||
|
||||
@@ -3387,3 +3387,79 @@ tenant_slug = "테넌트 slug"
|
||||
"ui.admin.tenants.data_mgmt" = "temp"
|
||||
"ui.admin.tenants.toggle_status" = "temp"
|
||||
"ui.admin.users.data_mgmt" = "temp"
|
||||
|
||||
[msg.admin.ory_ssot]
|
||||
flush_confirm = "Redis identity cache 키만 비우시겠습니까?"
|
||||
flush_error = "Redis identity cache flush에 실패했습니다."
|
||||
flush_success = "Redis identity cache key {{count}}개를 비웠습니다."
|
||||
load_error = "Ory SSOT 시스템 상태를 불러오지 못했습니다."
|
||||
subtitle = "Kratos 원장과 Redis identity cache 상태를 분리해서 확인합니다."
|
||||
|
||||
[msg.admin.ory_ssot.forbidden]
|
||||
description = "이 화면은 super_admin 권한으로만 접근할 수 있습니다."
|
||||
|
||||
[msg.admin.tenants.members]
|
||||
add_error = "구성원 추가 실패"
|
||||
add_success = "{{count}}명의 구성원이 추가되었습니다."
|
||||
|
||||
[msg.admin.users.global_custom_claims]
|
||||
description = "모든 RP에 공통 적용할 사용자 claim 정의와 읽기/쓰기 권한 기본값을 관리합니다."
|
||||
empty = "정의된 전역 claim이 없습니다."
|
||||
registry = "정의된 claim key만 사용자 상세의 전역 claim 값 관리 대상이 됩니다."
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_ory_ssot = "Ory SSOT 시스템"
|
||||
|
||||
[ui.admin.ory_ssot]
|
||||
loading = "불러오는 중"
|
||||
title = "Ory SSOT 시스템"
|
||||
|
||||
[ui.admin.ory_ssot.actions]
|
||||
flush_identity_cache = "Redis cache flush"
|
||||
|
||||
[ui.admin.ory_ssot.cache_card]
|
||||
description = "Kratos identity 목록 및 조회 작업을 위한 Redis mirror/cache 상태입니다."
|
||||
title = "Redis identity cache"
|
||||
|
||||
[ui.admin.ory_ssot.forbidden]
|
||||
title = "접근 권한이 없습니다"
|
||||
|
||||
[ui.admin.ory_ssot.projection_card]
|
||||
description = "관리자 검색과 통계에서 사용하는 PostgreSQL read model 상태입니다."
|
||||
title = "Backend 사용자 read model"
|
||||
|
||||
[ui.admin.ory_ssot.status]
|
||||
failed = "실패"
|
||||
not_ready = "준비되지 않음"
|
||||
ready = "준비됨"
|
||||
|
||||
[ui.admin.ory_ssot.summary]
|
||||
cache_keys = "Cache keys"
|
||||
last_refreshed = "마지막 refresh"
|
||||
last_synced = "마지막 read-model refresh"
|
||||
local_users = "Local users"
|
||||
observed_identities = "관측 identity"
|
||||
status = "상태"
|
||||
updated_at = "상태 갱신"
|
||||
|
||||
[ui.admin.tenants]
|
||||
search_match_badge = "검색 일치"
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
add_existing_description = "검색 결과를 선택해 추가 명단에 담은 뒤 한 번에 배정합니다."
|
||||
add_queued = "선택 구성원 추가"
|
||||
export = "선택 조직 사용자 CSV"
|
||||
queue_empty = "추가할 구성원을 선택하세요."
|
||||
queue_remove = "추가 명단에서 제거"
|
||||
search_min_length = "두 글자 이상 입력하세요."
|
||||
search_placeholder = "이름 또는 이메일 검색"
|
||||
|
||||
[ui.admin.users.global_custom_claims]
|
||||
description_placeholder = "설명"
|
||||
label_placeholder = "표시 이름"
|
||||
manage_definitions = "전역 정의 관리"
|
||||
read_permission = "읽기 권한"
|
||||
registry = "Global Claim Registry"
|
||||
title = "전역 Claim 설정"
|
||||
value_type = "Claim 타입"
|
||||
write_permission = "쓰기 권한"
|
||||
|
||||
@@ -3284,3 +3284,79 @@ tenant_slug = ""
|
||||
"ui.admin.tenants.data_mgmt" = "temp"
|
||||
"ui.admin.tenants.toggle_status" = "temp"
|
||||
"ui.admin.users.data_mgmt" = "temp"
|
||||
|
||||
[msg.admin.ory_ssot]
|
||||
flush_confirm = ""
|
||||
flush_error = ""
|
||||
flush_success = ""
|
||||
load_error = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.ory_ssot.forbidden]
|
||||
description = ""
|
||||
|
||||
[msg.admin.tenants.members]
|
||||
add_error = ""
|
||||
add_success = ""
|
||||
|
||||
[msg.admin.users.global_custom_claims]
|
||||
description = ""
|
||||
empty = ""
|
||||
registry = ""
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_ory_ssot = ""
|
||||
|
||||
[ui.admin.ory_ssot]
|
||||
loading = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.ory_ssot.actions]
|
||||
flush_identity_cache = ""
|
||||
|
||||
[ui.admin.ory_ssot.cache_card]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.ory_ssot.forbidden]
|
||||
title = ""
|
||||
|
||||
[ui.admin.ory_ssot.projection_card]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.ory_ssot.status]
|
||||
failed = ""
|
||||
not_ready = ""
|
||||
ready = ""
|
||||
|
||||
[ui.admin.ory_ssot.summary]
|
||||
cache_keys = ""
|
||||
last_refreshed = ""
|
||||
last_synced = ""
|
||||
local_users = ""
|
||||
observed_identities = ""
|
||||
status = ""
|
||||
updated_at = ""
|
||||
|
||||
[ui.admin.tenants]
|
||||
search_match_badge = ""
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
add_existing_description = ""
|
||||
add_queued = ""
|
||||
export = ""
|
||||
queue_empty = ""
|
||||
queue_remove = ""
|
||||
search_min_length = ""
|
||||
search_placeholder = ""
|
||||
|
||||
[ui.admin.users.global_custom_claims]
|
||||
description_placeholder = ""
|
||||
label_placeholder = ""
|
||||
manage_definitions = ""
|
||||
read_permission = ""
|
||||
registry = ""
|
||||
title = ""
|
||||
value_type = ""
|
||||
write_permission = ""
|
||||
|
||||
Reference in New Issue
Block a user