From d5b5421cf14089a80cd890927eae561bb34f07e9 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 1 Nov 2023 13:57:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=8C=E6=9D=83=E9=99=90-=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=8F=98=E9=87=8F=E9=BB=98=E8=AE=A4=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/lang/en.js | 1 + core/frontend/src/lang/tw.js | 1 + core/frontend/src/lang/zh.js | 1 + 3 files changed, 3 insertions(+) diff --git a/core/frontend/src/lang/en.js b/core/frontend/src/lang/en.js index 3d339a99e0..08801bc895 100644 --- a/core/frontend/src/lang/en.js +++ b/core/frontend/src/lang/en.js @@ -2429,6 +2429,7 @@ export default { webFormat: 'Please enter the correct URL starting with [https:// or http://]' }, auth: { + selct_filter_fields: 'Please select a filter field', no_item_selected: 'Please select organization、user or role on the left', no_resource_selected: 'Please select resource on the left', search_pre: 'Search by ', diff --git a/core/frontend/src/lang/tw.js b/core/frontend/src/lang/tw.js index a4c6f889ea..68ed9e7965 100644 --- a/core/frontend/src/lang/tw.js +++ b/core/frontend/src/lang/tw.js @@ -2423,6 +2423,7 @@ export default { webFormat: '請輸入以[https://或http://]開頭的正確網址' }, auth: { + selct_filter_fields: '請選擇篩選字段', no_item_selected: '請在左側選擇組織、角色或用戶', no_resource_selected: '請在左側選擇資源', search_pre: '通過', diff --git a/core/frontend/src/lang/zh.js b/core/frontend/src/lang/zh.js index d8d963222e..a1fed00e95 100644 --- a/core/frontend/src/lang/zh.js +++ b/core/frontend/src/lang/zh.js @@ -2423,6 +2423,7 @@ export default { webFormat: '请输入以[https://或http://]开头的正确网址' }, auth: { + selct_filter_fields: '请选择筛选字段', no_item_selected: '请在左侧选择组织、角色或用户', no_resource_selected: '请在左侧选择资源', search_pre: '通过',