diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index f7e995c2..c9db6e6c 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -575,6 +575,7 @@ "operate_with_caution": "After deletion, the users under the workspace will be removed and all resources will be deleted. Please operate with caution." }, "permission": { + "search_field": "Search field", "search_rule_group": "Search rule group", "add_rule_group": "Add rule group", "permission_rule": "Permission rules", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 34c27650..f1241465 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -575,6 +575,7 @@ "operate_with_caution": "삭제 후 해당 작업 공간의 사용자가 제거되고 모든 리소스도 삭제됩니다. 신중하게 작업하십시오." }, "permission": { + "search_field": "검색 필드", "search_rule_group": "규칙 그룹 검색", "add_rule_group": "규칙 그룹 추가", "permission_rule": "권한 규칙", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 66f81772..e2e222ae 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -575,6 +575,7 @@ "operate_with_caution": "删除后,该工作空间下的用户将被移除,所有资源也将被删除,请谨慎操作。" }, "permission": { + "search_field": "搜索字段", "search_rule_group": "搜索规则组", "add_rule_group": "添加规则组", "permission_rule": "权限规则", diff --git a/frontend/src/views/system/permission/index.vue b/frontend/src/views/system/permission/index.vue index 9f1d6dab..44021d01 100644 --- a/frontend/src/views/system/permission/index.vue +++ b/frontend/src/views/system/permission/index.vue @@ -867,7 +867,7 @@ const columnRules = {