Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@
"operate_with_caution": "삭제 후 해당 작업 공간의 사용자가 제거되고 모든 리소스도 삭제됩니다. 신중하게 작업하십시오."
},
"permission": {
"search_field": "검색 필드",
"search_rule_group": "규칙 그룹 검색",
"add_rule_group": "규칙 그룹 추가",
"permission_rule": "권한 규칙",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@
"operate_with_caution": "删除后,该工作空间下的用户将被移除,所有资源也将被删除,请谨慎操作。"
},
"permission": {
"search_field": "搜索字段",
"search_rule_group": "搜索规则组",
"add_rule_group": "添加规则组",
"permission_rule": "权限规则",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/system/permission/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ const columnRules = {
<el-input
v-if="ruleType !== 1"
v-model="searchColumn"
:placeholder="$t('permission.search_rule_group')"
:placeholder="$t('permission.search_field')"
autocomplete="off"
clearable
><template #prefix>
Expand Down
Loading