From 2a07136b395adae47ec95d329b6aaac4f8c9e595 Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 19 Aug 2024 17:18:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=20X-Pack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 3 +++ core/core-frontend/src/locales/tw.ts | 3 +++ core/core-frontend/src/locales/zh-CN.ts | 3 +++ de-xpack | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index b5f0034ed1..d510e00099 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -292,6 +292,8 @@ export default { option: 'Option', form_setting: 'Form Setting', input_limit_50: 'No more than 50 characters', + input_limit_max: 'No more than {0} characters', + input_limit_min: 'No less than {0} characters', confirm_delete: 'Confirm delete? (The tables created in database will not be deleted)', list: 'Form List', record: 'Fill Record', @@ -389,6 +391,7 @@ export default { data_not_found: '] Not Found' }, task: { + finish_rate_hint: 'Finished Rate = Finished Task Count / Assigned Task Count * 100%', distribute_frequency: 'Distribute Frequency', one_time: 'One Time', interval: 'Interval', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 5fb59cd916..d15ed8c0e4 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -192,6 +192,8 @@ export default { component_setting: '組件設置', hint: '提示詞', input_limit_50: '不超過50個字符', + input_limit_max: '不超過{0}個字符', + input_limit_min: '不少于{0}個字符', option: '選項', form_setting: '表單設置', confirm_delete: '確認刪除?(不會刪除已創建的數據庫表)', @@ -290,6 +292,7 @@ export default { data_not_found: ']的數據不存在' }, task: { + finish_rate_hint: '填報完成率=已填報數據條數/下發填報條數*100%', distribute_frequency: '發送頻率', one_time: '僅下發一次', interval: '定期下發', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index bf1bdc73c2..49ea70bab7 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2622,6 +2622,8 @@ export default { component_setting: '组件设置', hint: '提示词', input_limit_50: '不超过50个字符', + input_limit_max: '不超过{0}个字符', + input_limit_min: '不少于{0}个字符', option: '选项', form_setting: '表单设置', confirm_delete: '确认删除?(不会删除已创建的数据库表)', @@ -2720,6 +2722,7 @@ export default { data_not_found: ']的数据不存在' }, task: { + finish_rate_hint: '填报完成率=已填报数据条数/下发填报条数*100%', distribute_frequency: '发送频率', one_time: '仅下发一次', interval: '定期下发', diff --git a/de-xpack b/de-xpack index 475c252508..4d6e54f478 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 475c252508432a23ec5164a586993e68d2e2e1e0 +Subproject commit 4d6e54f4788840bd4a2ed0ed25c5394855554174