From 5c4d61c45c4b0d366f0d9561c5d8a83431b12c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=B9?= <12582130+fit2cloudwangdan@user.noreply.gitee.com> Date: Thu, 16 Jan 2025 22:55:42 +0800 Subject: [PATCH] feat: i18n --- .../ai-chat/ExecutionDetailDialog.vue | 33 +++++++++++++---- .../ai-chat/component/control/index.vue | 5 +-- .../locales/lang/zh_CN/components/ai-chat.ts | 3 ++ .../lang/zh_CN/views/application-workflow.ts | 20 +++++++++-- ui/src/workflow/common/NodeContainer.vue | 35 ++++++++++++------- ui/src/workflow/common/shortcut.ts | 2 +- ui/src/workflow/nodes/start-node/index.vue | 2 +- 7 files changed, 74 insertions(+), 26 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 11e3f1b4..e25678d5 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -198,7 +198,11 @@
语音文件:
@@ -429,7 +439,8 @@
- 前置
+ {{ $t('views.applicationWorkflow.condition.front') }}