From 4a88e4fd971b681dcee96987c0e3e8da42f079bd Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 10 Jun 2026 16:02:26 +0900 Subject: [PATCH] =?UTF-8?q?adminfront:=20=EA=B8=80=EB=A1=9C=EB=B2=8C=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20'=EA=B6=8C=ED=95=9C=20?= =?UTF-8?q?=EB=B6=80=EC=97=AC'=20=EB=A9=94=EB=89=B4=20=ED=95=9C=EA=B8=80?= =?UTF-8?q?=ED=99=94=20=EB=B0=8F=20ko/en=20=EB=8B=A4=EA=B5=AD=EC=96=B4=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=20=ED=82=A4(TOML)=20=EB=A7=A4=ED=95=91=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/components/layout/AppLayout.tsx | 2 +- adminfront/src/locales/en.toml | 1 + adminfront/src/locales/ko.toml | 1 + adminfront/src/locales/template.toml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/adminfront/src/components/layout/AppLayout.tsx b/adminfront/src/components/layout/AppLayout.tsx index d378f9e1..b10dcc4d 100644 --- a/adminfront/src/components/layout/AppLayout.tsx +++ b/adminfront/src/components/layout/AppLayout.tsx @@ -64,7 +64,7 @@ const staticNavItems: ShellSidebarNavItem[] = [ }, { labelKey: "ui.admin.nav.permissions_direct", - labelFallback: "Direct Permissions", + labelFallback: "권한 부여", to: "/permissions-direct", icon: ShieldCheck, }, diff --git a/adminfront/src/locales/en.toml b/adminfront/src/locales/en.toml index 2d557d61..e4bb8294 100644 --- a/adminfront/src/locales/en.toml +++ b/adminfront/src/locales/en.toml @@ -967,6 +967,7 @@ org_chart = "Org Chart" api_keys = "API Keys" audit_logs = "Audit Logs" auth_guard = "Auth Guard" +permissions_direct = "Direct Permissions" data_integrity = "Data Integrity" logout = "Logout" overview = "Overview" diff --git a/adminfront/src/locales/ko.toml b/adminfront/src/locales/ko.toml index a98544ad..3986a369 100644 --- a/adminfront/src/locales/ko.toml +++ b/adminfront/src/locales/ko.toml @@ -971,6 +971,7 @@ org_chart = "조직도" api_keys = "API 키" audit_logs = "감사 로그" auth_guard = "인증 가드" +permissions_direct = "권한 부여" data_integrity = "데이터 정합성" logout = "로그아웃" overview = "개요" diff --git a/adminfront/src/locales/template.toml b/adminfront/src/locales/template.toml index 45fbf91a..5ed03d4a 100644 --- a/adminfront/src/locales/template.toml +++ b/adminfront/src/locales/template.toml @@ -980,6 +980,7 @@ org_chart = "" api_keys = "" audit_logs = "" auth_guard = "" +permissions_direct = "" data_integrity = "" logout = "" overview = ""