From 5b4efae00197c4323d9d7ece637d111a86de04d5 Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 10 Jun 2026 16:05:01 +0900 Subject: [PATCH] =?UTF-8?q?adminfront:=20=ED=85=8C=EB=84=8C=ED=8A=B8=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=EC=9D=98=205=EB=B2=88=EC=A7=B8=20=EC=84=9C?= =?UTF-8?q?=EB=B8=8C=20=ED=83=AD=20'=EC=84=B8=EB=B6=80=20=EA=B6=8C?= =?UTF-8?q?=ED=95=9C'=20=EB=8B=A4=EA=B5=AD=EC=96=B4=20TOML=20=EB=B2=88?= =?UTF-8?q?=EC=97=AD=20=ED=82=A4(tab=5Frelations)=20=EB=B0=94=EC=9D=B8?= =?UTF-8?q?=EB=94=A9=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/locales/en.toml | 1 + adminfront/src/locales/ko.toml | 1 + adminfront/src/locales/template.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/adminfront/src/locales/en.toml b/adminfront/src/locales/en.toml index e4bb8294..83f3dc47 100644 --- a/adminfront/src/locales/en.toml +++ b/adminfront/src/locales/en.toml @@ -1180,6 +1180,7 @@ tab_organization = "Organization Manage" tab_permissions = "Permissions" tab_profile = "Profile" tab_schema = "Tab Schema" +tab_relations = "Fine-grained Permissions" title = "Details" [ui.admin.tenants.list] diff --git a/adminfront/src/locales/ko.toml b/adminfront/src/locales/ko.toml index 3986a369..d6a83836 100644 --- a/adminfront/src/locales/ko.toml +++ b/adminfront/src/locales/ko.toml @@ -1184,6 +1184,7 @@ tab_organization = "조직 관리" tab_permissions = "권한" tab_profile = "프로필" tab_schema = "사용자 스키마" +tab_relations = "세부 권한" title = "상세" [ui.admin.tenants.list] diff --git a/adminfront/src/locales/template.toml b/adminfront/src/locales/template.toml index 5ed03d4a..1db0b185 100644 --- a/adminfront/src/locales/template.toml +++ b/adminfront/src/locales/template.toml @@ -1193,6 +1193,7 @@ tab_organization = "" tab_permissions = "" tab_profile = "" tab_schema = "" +tab_relations = "" title = "" [ui.admin.tenants.list]