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]