1
0
forked from baron/baron-sso

adminfront 상단 화면 i18n 정리

This commit is contained in:
2026-05-18 13:14:19 +09:00
parent 279bfae9ec
commit 222dc6f4a4
16 changed files with 1090 additions and 67 deletions

View File

@@ -162,6 +162,31 @@ success = "Check completed."
[msg.admin.integrity.report]
load_error = "Failed to load the integrity report."
[msg.admin.integrity.check.duplicate_tenant_slugs]
description = "Checks duplicate active tenant slugs using LOWER(TRIM(slug))."
[msg.admin.integrity.check.orphan_tenant_parents]
description = "Checks whether tenants.parent_id points to a missing or soft-deleted tenant."
[msg.admin.integrity.check.orphan_user_login_id_tenants]
description = "Checks whether user_login_ids.tenant_id points to a missing or soft-deleted tenant."
[msg.admin.integrity.check.orphan_user_login_id_users]
description = "Checks whether user_login_ids.user_id points to a missing or soft-deleted user."
[msg.admin.integrity.check.orphan_user_tenant_memberships]
description = "Checks whether users.tenant_id points to a missing or soft-deleted tenant."
[msg.admin.user_projection]
action_error = "Projection operation failed."
action_success = "Refreshed the projection for {{count}} users."
forbidden_description = "This screen is only available to super_admin users."
load_error = "Failed to load projection status."
reset_confirm = "Rebuild user projection from the Kratos source of truth?"
[msg.admin.user_projection.forbidden]
description = "This screen is only available to super_admin users."
[msg.admin.groups.prompt]
user_id = "User Id"
@@ -910,6 +935,21 @@ user = "User"
tenant_integrity = "Tenant integrity"
user_integrity = "User integrity"
[ui.admin.integrity.check.duplicate_tenant_slugs]
title = "Duplicate tenant slug"
[ui.admin.integrity.check.orphan_tenant_parents]
title = "Orphan tenant parents"
[ui.admin.integrity.check.orphan_user_login_id_tenants]
title = "Orphan user login ID tenants"
[ui.admin.integrity.check.orphan_user_login_id_users]
title = "Orphan user login ID users"
[ui.admin.integrity.check.orphan_user_tenant_memberships]
title = "Orphan user tenant memberships"
[ui.admin.nav]
org_chart = "Org Chart"
api_keys = "API Keys"
@@ -925,6 +965,60 @@ tenants = "Tenants"
user_projection = "User Projection"
users = "Users"
[ui.admin.user_projection]
loading = "Loading user projection data..."
title = "User Projection Management"
[ui.admin.user_projection.actions]
reconcile = "Re-sync"
reset = "Reset and rebuild"
[ui.admin.user_projection.card]
description = "Current user read model state referenced by backend DB statistics."
title = "Kratos users projection"
[ui.admin.user_projection.forbidden]
title = "Access denied"
[ui.admin.user_projection.status]
failed = "failed"
not_ready = "not ready"
ready = "ready"
[ui.admin.user_projection.summary]
last_synced = "Last synced"
projected_users = "Projected users"
status = "Status"
updated_at = "Updated at"
[ui.admin.auth_guard]
subtitle = "Verify admin privileges and ReBAC relationships against the policy engine."
title = "Auth Guard"
[ui.admin.auth_guard.checker]
check = "Check permission"
checking = "Checking..."
denied = "Access DENIED"
denied_description = "The subject does not have access to the requested resource."
description = "Check in real time whether a subject has access to a resource through Ory Keto."
object_id = "Object ID"
object_id_placeholder = "Tenant UUID, etc."
allowed = "Access ALLOWED"
allowed_description = "The subject has access to the requested resource, including inherited permissions."
namespace = "Namespace"
relation = "Relation"
relation_placeholder = "view, manage, admins..."
subject = "Subject (User:ID)"
subject_placeholder = "User:uuid or Namespace:ID#Relation"
title = "ReBAC permission checker"
[ui.admin.auth_guard.checker.namespace]
label = "Namespace"
relying_party = "RelyingParty"
system = "System"
tenant = "Tenant"
tenant_group = "TenantGroup"
[ui.admin.org]
download_template = "Download Template"
import_btn = "Org/User Import"