From 82f2d7e23f9aaa35a2207351f3b6041a9aa4822b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 20 Jan 2025 15:42:28 +0800 Subject: [PATCH] fix: i18n --- .../items/DatePickerConstructor.vue | 1 + .../generate-related-dialog/index.vue | 2 +- .../lang/en_US/views/application-workflow.ts | 10 +++------- .../lang/zh_CN/views/application-workflow.ts | 10 +++------- ui/src/locales/lang/zh_CN/views/template.ts | 3 ++- .../lang/zh_TW/views/application-workflow.ts | 10 +++------- ui/src/views/document/component/Status.vue | 2 +- ui/src/views/document/index.vue | 6 +++--- ui/src/views/hit-test/index.vue | 2 +- ui/src/views/paragraph/index.vue | 4 ++-- ui/src/workflow/common/data.ts | 20 +++++++++---------- ui/src/workflow/nodes/ai-chat-node/index.vue | 6 +++++- .../component/ApiInputFieldTable.vue | 2 +- .../workflow/nodes/condition-node/index.vue | 4 ++-- ui/src/workflow/nodes/form-node/index.vue | 6 +++--- .../reranker-node/ParamSettingDialog.vue | 4 ++-- ui/src/workflow/nodes/reranker-node/index.vue | 8 ++++---- 17 files changed, 47 insertions(+), 53 deletions(-) diff --git a/ui/src/components/dynamics-form/constructor/items/DatePickerConstructor.vue b/ui/src/components/dynamics-form/constructor/items/DatePickerConstructor.vue index 0826d17c5..cad658a36 100644 --- a/ui/src/components/dynamics-form/constructor/items/DatePickerConstructor.vue +++ b/ui/src/components/dynamics-form/constructor/items/DatePickerConstructor.vue @@ -57,6 +57,7 @@