From f57cb89b2cb05cd998145102e1f20194799a48fe Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 21 Oct 2024 15:28:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(X-Pack):=20=E7=94=A8=E6=88=B7=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=A1=AB=E6=8A=A5=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E5=A4=9A=E6=9D=A1=E6=95=B0=E6=8D=AE=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E5=A2=9E=E5=8A=A0=E5=B1=95=E7=A4=BA=E5=A1=AB=E6=8A=A5?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 5 ++++- core/core-frontend/src/locales/tw.ts | 5 ++++- core/core-frontend/src/locales/zh-CN.ts | 5 ++++- de-xpack | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index ee614d2760..e1ae4fce33 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -532,7 +532,10 @@ export default { lt_check: 'need less than {0}: {1}', gt_check: 'need greater than {0}: {1}', le_check: 'need less than or equal to {0}: {1}', - ge_check: 'need greater than or equal to {0}: {1}' + ge_check: 'need greater than or equal to {0}: {1}', + status: 'Status', + status_0: 'Unfinished', + status_1: 'Finished' }, database: { nvarchar: 'Nvarchar', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 98a5037506..b38e5f3ae4 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -270,7 +270,10 @@ export default { lt_check: '值需要小于{0}: {1}', gt_check: '值需要大于{0}: {1}', le_check: '值需要小于等于{0}: {1}', - ge_check: '值需要大于等于{0}: {1}' + ge_check: '值需要大于等于{0}: {1}', + status: '填報狀態', + status_0: '未填报', + status_1: '已填报' }, database: { nvarchar: '字符串', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index e243938f7a..e695efd0d4 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2865,7 +2865,10 @@ export default { lt_check: '值需要小于{0}: {1}', gt_check: '值需要大于{0}: {1}', le_check: '值需要小于等于{0}: {1}', - ge_check: '值需要大于等于{0}: {1}' + ge_check: '值需要大于等于{0}: {1}', + status: '填报状态', + status_0: '未填报', + status_1: '已填报' }, database: { nvarchar: '字符串', diff --git a/de-xpack b/de-xpack index b9334a87f7..5c5f302b17 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit b9334a87f72aa91432486afe0b12aa910dafeeea +Subproject commit 5c5f302b178affd3c301efb48df66ce1ceb0de57