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"
|
||||
|
||||
Reference in New Issue
Block a user