From a1f3604b24be4ff5cc8d9101a77bd5193fdefa91 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 18 May 2026 15:05:24 +0900 Subject: [PATCH] =?UTF-8?q?adminfront=20=EC=B9=B4=EB=93=9C=20=ED=83=80?= =?UTF-8?q?=EC=9D=B4=ED=8B=80=20=ED=81=AC=EA=B8=B0=20=ED=86=B5=EC=9D=BC=20?= =?UTF-8?q?(text-lg)=20=EB=B0=8F=20=ED=95=9C=EA=B5=AD=EC=96=B4=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/features/api-keys/ApiKeyListPage.tsx | 2 +- adminfront/src/features/audit/AuditLogsPage.tsx | 2 +- .../features/auth/components/PermissionChecker.tsx | 6 +++--- .../src/features/integrity/DataIntegrityPage.tsx | 6 +++--- .../src/features/overview/GlobalOverviewPage.tsx | 11 +++++++---- .../src/features/projections/UserProjectionPage.tsx | 2 +- .../src/features/tenants/routes/TenantListPage.tsx | 4 ++-- adminfront/src/features/users/UserListPage.tsx | 2 +- adminfront/src/locales/ko.toml | 6 +++--- 9 files changed, 22 insertions(+), 19 deletions(-) diff --git a/adminfront/src/features/api-keys/ApiKeyListPage.tsx b/adminfront/src/features/api-keys/ApiKeyListPage.tsx index 95931ade..c64b3fe6 100644 --- a/adminfront/src/features/api-keys/ApiKeyListPage.tsx +++ b/adminfront/src/features/api-keys/ApiKeyListPage.tsx @@ -193,7 +193,7 @@ function ApiKeyListPage() {
- + {t("ui.admin.apikeys.registry.title", "API Key Registry")} diff --git a/adminfront/src/features/audit/AuditLogsPage.tsx b/adminfront/src/features/audit/AuditLogsPage.tsx index 86e7eb84..71b83490 100644 --- a/adminfront/src/features/audit/AuditLogsPage.tsx +++ b/adminfront/src/features/audit/AuditLogsPage.tsx @@ -125,7 +125,7 @@ function AuditLogsPage() {
- + {t("ui.common.audit.registry.title", "Audit registry")}
diff --git a/adminfront/src/features/auth/components/PermissionChecker.tsx b/adminfront/src/features/auth/components/PermissionChecker.tsx index e286788b..2be914f1 100644 --- a/adminfront/src/features/auth/components/PermissionChecker.tsx +++ b/adminfront/src/features/auth/components/PermissionChecker.tsx @@ -47,7 +47,7 @@ function PermissionChecker() { return ( - + {t( "ui.admin.auth_guard.checker.title", "ReBAC permission checker", @@ -154,7 +154,7 @@ function PermissionChecker() { {result.allowed ? ( <> -
+
{t( "ui.admin.auth_guard.checker.allowed", "Access ALLOWED", @@ -170,7 +170,7 @@ function PermissionChecker() { ) : ( <> -
+
{t( "ui.admin.auth_guard.checker.denied", "Access DENIED", diff --git a/adminfront/src/features/integrity/DataIntegrityPage.tsx b/adminfront/src/features/integrity/DataIntegrityPage.tsx index 5b295a50..bd8988df 100644 --- a/adminfront/src/features/integrity/DataIntegrityPage.tsx +++ b/adminfront/src/features/integrity/DataIntegrityPage.tsx @@ -375,7 +375,7 @@ function DataIntegrityContent() {
-

+

{t( "ui.admin.integrity.read_model.title", "Read model integrity", @@ -444,7 +444,7 @@ function DataIntegrityContent() { className="rounded-lg border border-border bg-card p-5" >
-

+

{integritySectionLabel(section.key, section.label)}

@@ -489,7 +489,7 @@ function DataIntegrityContent() {
-

+

{t( "ui.admin.integrity.orphan_login_ids.title", "유령 로그인 ID 정리", diff --git a/adminfront/src/features/overview/GlobalOverviewPage.tsx b/adminfront/src/features/overview/GlobalOverviewPage.tsx index 59c33efc..dc04f151 100644 --- a/adminfront/src/features/overview/GlobalOverviewPage.tsx +++ b/adminfront/src/features/overview/GlobalOverviewPage.tsx @@ -201,8 +201,11 @@ function IntegrityOverviewSummary() { ) : ( )} -

- {t("ui.admin.integrity.summary.title", "정합성 최종 검증")} +

+ {t( + "ui.admin.integrity.summary.title", + "정합성 최종 검증", + )}

@@ -289,7 +292,7 @@ function RPUsageMixedChart({
-

+

{t("ui.admin.overview.chart.title", "회사별 앱별 로그인 요청 현황")}

@@ -564,7 +567,7 @@ function GlobalOverviewPage() {

-

+

{t( "ui.admin.overview.chart.title", "회사별 앱별 로그인 요청 현황", diff --git a/adminfront/src/features/projections/UserProjectionPage.tsx b/adminfront/src/features/projections/UserProjectionPage.tsx index 2c8efa7e..61666d9c 100644 --- a/adminfront/src/features/projections/UserProjectionPage.tsx +++ b/adminfront/src/features/projections/UserProjectionPage.tsx @@ -169,7 +169,7 @@ function UserProjectionContent() {
-

+

{t( "ui.admin.user_projection.card.title", "Kratos users projection", diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index e8c28d2e..1258f026 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -459,7 +459,7 @@ function TenantListPage() { ) { return (
-

+

{t("msg.admin.common.forbidden", "접근 권한이 없습니다.")}