1
0
forked from baron/baron-sso

서브 타이틀 텍스트 렌더링 오류 수정

This commit is contained in:
2026-05-18 13:32:50 +09:00
parent 222dc6f4a4
commit d1184613d8
11 changed files with 69 additions and 3 deletions

View File

@@ -183,6 +183,7 @@ 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?"
subtitle = "Review and sync the Kratos user read model."
[msg.admin.user_projection.forbidden]
description = "This screen is only available to super_admin users."
@@ -364,14 +365,14 @@ self_password_reset_blocked = "Please change your own password from the UserFron
delete_confirm = "Delete Confirm"
empty = "Empty"
fetch_error = "Fetch Error"
subtitle = "Subtitle"
subtitle = "View and manage system users."
[msg.admin.users.list.columns]
description = "Select columns to display in the table."
no_custom = "No custom fields defined for this tenant."
[msg.admin.users.list.registry]
count = "Count"
count = "{{count}} users loaded."
[msg.dev]
logout_confirm = "Are you sure you want to log out?"
@@ -888,6 +889,7 @@ kicker = "System"
loading = "Loading data integrity report..."
title = "Data Integrity Check"
fetch_error = "Unable to load the final integrity check result."
subtitle = "Review integrity status and inspect checks across the admin data model."
[ui.admin.integrity.forbidden]
title = "Access denied"
@@ -967,6 +969,7 @@ users = "Users"
[ui.admin.user_projection]
loading = "Loading user projection data..."
subtitle = "Review and sync the Kratos user read model."
title = "User Projection Management"
[ui.admin.user_projection.actions]
@@ -1428,7 +1431,7 @@ title = "Column Settings"
tenant = "Tenant Filter"
[ui.admin.users.list.registry]
count = "Count"
count = "Registered users"
title = "User Registry"
[ui.admin.users.list.table]

View File

@@ -177,12 +177,16 @@ description = "user_login_ids.user_id가 존재하지 않거나 soft-deleted use
[msg.admin.integrity.check.orphan_user_tenant_memberships]
description = "users.tenant_id가 존재하지 않거나 soft-deleted tenant를 참조하는지 검사합니다."
[msg.admin.integrity]
subtitle = "정합성 상태를 확인하고 데이터 모델 전반의 검증 결과를 살펴봅니다."
[msg.admin.user_projection]
action_error = "사용자 동기화 작업에 실패했습니다."
action_success = "{{count}}명 기준으로 사용자 동기화를 갱신했습니다."
forbidden_description = "이 화면은 super_admin 권한으로만 접근할 수 있습니다."
load_error = "사용자 동기화 상태를 불러오지 못했습니다."
reset_confirm = "사용자 동기화를 Kratos 기준으로 다시 구축하시겠습니까?"
subtitle = "Kratos 사용자 read model을 확인하고 동기화 상태를 갱신합니다."
[msg.admin.user_projection.forbidden]
description = "이 화면은 super_admin 권한으로만 접근할 수 있습니다."

View File

@@ -182,12 +182,16 @@ description = ""
[msg.admin.integrity.check.orphan_user_tenant_memberships]
description = ""
[msg.admin.integrity]
subtitle = ""
[msg.admin.user_projection]
action_error = ""
action_success = ""
forbidden_description = ""
load_error = ""
reset_confirm = ""
subtitle = ""
[msg.admin.user_projection.forbidden]
description = ""