From 90fcc7d29c28f39fcc21fe10487ada1c8f6d2dcc Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 25 Sep 2024 16:54:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(X-Pack):=20=E6=95=B0=E6=8D=AE=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5=E4=BB=BB=E5=8A=A1=E8=AE=BE=E7=BD=AE=E4=B8=AD=E6=A8=A1?= =?UTF-8?q?=E7=89=88=E8=AE=BE=E7=BD=AE=E5=A2=9E=E5=8A=A0=E5=AF=B9=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E8=BE=93=E5=85=A5=E6=A1=86=E7=9A=84=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E8=A7=84=E5=88=99=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #12115 --- core/core-frontend/src/locales/en.ts | 6 +++++- core/core-frontend/src/locales/tw.ts | 6 +++++- core/core-frontend/src/locales/zh-CN.ts | 6 +++++- de-xpack | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 9cc5427fb1..9048832d86 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -365,7 +365,11 @@ export default { please_insert_end: 'End Time Column Name', save_form: 'Save Form', default: 'default', - default_built_in: 'Built-in Database' + default_built_in: 'Built-in Database', + lt_check: 'need less than {0}', + gt_check: 'need greater than {0}', + le_check: 'need less than or equal to {0}', + ge_check: 'need greater than or equal to {0}' }, database: { nvarchar: 'Nvarchar', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index a508e40c3e..f52bc96cd5 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -266,7 +266,11 @@ export default { please_insert_end: '請輸入結束時間', save_form: '保存表單', default: '默認', - default_built_in: '內建數據庫' + default_built_in: '內建數據庫', + lt_check: '值需要小于{0}', + gt_check: '值需要大于{0}', + le_check: '值需要小于等于{0}', + ge_check: '值需要大于等于{0}' }, database: { nvarchar: '字符串', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 1b8d1f7075..e2cf7fa674 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2703,7 +2703,11 @@ export default { please_insert_end: '请输入结束时间', save_form: '保存表单', default: '默认', - default_built_in: '内建数据库' + default_built_in: '内建数据库', + lt_check: '值需要小于{0}', + gt_check: '值需要大于{0}', + le_check: '值需要小于等于{0}', + ge_check: '值需要大于等于{0}' }, database: { nvarchar: '字符串', diff --git a/de-xpack b/de-xpack index ea86c71bc9..d415457510 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit ea86c71bc9060fee727ecc138e30ad8b0ae1bf84 +Subproject commit d415457510f49faf552ad2bfe51030f8c228e736