diff --git a/adminfront/src/features/users/UserListPage.tsx b/adminfront/src/features/users/UserListPage.tsx index 3a10e02a..92267cc4 100644 --- a/adminfront/src/features/users/UserListPage.tsx +++ b/adminfront/src/features/users/UserListPage.tsx @@ -1005,7 +1005,7 @@ function UserListPage() { {user.name} diff --git a/adminfront/src/locales/en.toml b/adminfront/src/locales/en.toml index bdac84f5..c3af7822 100644 --- a/adminfront/src/locales/en.toml +++ b/adminfront/src/locales/en.toml @@ -1452,12 +1452,18 @@ count = "Registered users" title = "User Registry" [ui.admin.users.list.table] -actions = "ACTIONS" -created = "CREATED" -name_email = "NAME / EMAIL" -role = "ROLE" -status = "STATUS" -tenant_dept = "TENANT / DEPT" +actions = "Actions" +created = "Created" +email = "Email" +id = "ID" +name = "Name" +phone = "Phone" +role = "Role" +status = "Status" +tenant_dept = "Tenant / Dept" + +[ui.admin.users] +data_mgmt = "Data Management" [ui.admin.users.table] email = "Email" diff --git a/adminfront/src/locales/ko.toml b/adminfront/src/locales/ko.toml index 81cd50bf..711d481b 100644 --- a/adminfront/src/locales/ko.toml +++ b/adminfront/src/locales/ko.toml @@ -1455,12 +1455,18 @@ count = "총 {{count}}명의 사용자가 등록되어 있습니다." title = "사용자 레지스트리" [ui.admin.users.list.table] -actions = "ACTIONS" -created = "CREATED" -name_email = "NAME / EMAIL" -role = "ROLE" -status = "STATUS" -tenant_dept = "TENANT / DEPT" +actions = "액션" +created = "등록일" +email = "이메일" +id = "ID" +name = "이름" +phone = "전화번호" +role = "역할" +status = "상태" +tenant_dept = "테넌트 / 부서" + +[ui.admin.users] +data_mgmt = "데이터 관리" [ui.admin.users.table] email = "이메일" diff --git a/adminfront/src/locales/template.toml b/adminfront/src/locales/template.toml index 444bff20..09849111 100644 --- a/adminfront/src/locales/template.toml +++ b/adminfront/src/locales/template.toml @@ -1426,11 +1426,17 @@ title = "" [ui.admin.users.list.table] actions = "" created = "" -name_email = "" +email = "" +id = "" +name = "" +phone = "" role = "" status = "" tenant_dept = "" +[ui.admin.users] +data_mgmt = "" + [ui.admin.users.table] email = "" name = ""