forked from baron/baron-sso
orgfront 코드 체크 추가, 백엔드 기준 강화
This commit is contained in:
@@ -2606,3 +2606,99 @@ toggle_label = "Show active sessions only"
|
||||
|
||||
[msg.userfront.audit.filter]
|
||||
description = "Toggle to view only active sessions."
|
||||
|
||||
[msg.admin.integrity.forbidden]
|
||||
description = "This screen is available only to super_admin."
|
||||
|
||||
[msg.admin.integrity.orphan_login_ids]
|
||||
delete_confirm = "Delete {{count}} selected orphan login IDs?"
|
||||
delete_success = "Deleted {{count}} orphan login IDs."
|
||||
description = "Review login IDs that reference deleted or missing users/tenants, then delete selected rows."
|
||||
empty = "No orphan login IDs to delete."
|
||||
load_error = "Failed to load orphan login ID targets."
|
||||
|
||||
[msg.admin.integrity.read_model]
|
||||
description = "Checks anomalies in the backend DB read model without overwriting the Ory SoT."
|
||||
|
||||
[msg.admin.integrity.recheck]
|
||||
error = "Check failed."
|
||||
running = "Running integrity check."
|
||||
success = "Check completed."
|
||||
|
||||
[msg.admin.integrity.report]
|
||||
load_error = "Failed to load the integrity report."
|
||||
|
||||
[ui.admin.integrity]
|
||||
kicker = "System"
|
||||
loading = "Loading"
|
||||
title = "Data Integrity Check"
|
||||
|
||||
[ui.admin.integrity.forbidden]
|
||||
title = "Access denied"
|
||||
|
||||
[ui.admin.integrity.orphan_login_ids]
|
||||
delete = "Delete selected"
|
||||
title = "Orphan Login ID Cleanup"
|
||||
|
||||
[ui.admin.integrity.read_model]
|
||||
title = "Read model integrity"
|
||||
|
||||
[ui.admin.integrity.reason]
|
||||
deleted_tenant = "Deleted tenant"
|
||||
deleted_user = "Deleted user"
|
||||
missing_tenant = "Missing tenant"
|
||||
missing_user = "Missing user"
|
||||
|
||||
[ui.admin.integrity.recheck]
|
||||
run = "Run again"
|
||||
running = "Checking"
|
||||
|
||||
[ui.admin.integrity.status]
|
||||
fail = "Failed"
|
||||
pass = "Passed"
|
||||
warning = "Warning"
|
||||
|
||||
[ui.admin.integrity.summary]
|
||||
checked_at = "Checked at"
|
||||
failures = "Failures"
|
||||
passed = "Passed"
|
||||
total_checks = "Checks"
|
||||
|
||||
[ui.admin.integrity.table]
|
||||
field = "Field"
|
||||
login_id = "Login ID"
|
||||
reason = "Reason"
|
||||
select = "Select"
|
||||
select_item = "Select {{loginId}}"
|
||||
tenant = "Tenant"
|
||||
user = "User"
|
||||
|
||||
[msg.admin.api_keys.list]
|
||||
edit_scopes_desc = "Edit the scopes granted to this API key."
|
||||
rotate_confirm = "Rotate the secret for this API key?"
|
||||
rotate_secret_notice = "The new secret is shown only once."
|
||||
|
||||
[msg.admin.tenants]
|
||||
export_error = "Failed to export tenants."
|
||||
|
||||
[ui.admin.api_keys.list]
|
||||
edit_scopes = "Edit scopes"
|
||||
rotate_secret = "Rotate secret"
|
||||
rotate_secret_done = "Secret rotated"
|
||||
save_scopes = "Save scopes"
|
||||
|
||||
[ui.admin.overview.summary]
|
||||
total_users = "Total Users"
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
export = "Export"
|
||||
|
||||
[ui.admin.users.bulk]
|
||||
permission_placeholder = "Select permission"
|
||||
status_placeholder = "Select status"
|
||||
|
||||
[ui.dev.profile.org]
|
||||
tenant_slug = "Tenant slug"
|
||||
|
||||
[ui.userfront.profile.field]
|
||||
tenant_slug = "Tenant slug"
|
||||
|
||||
Reference in New Issue
Block a user