From 042fd6dc5b3dde5a965eae661aa48234567c2084 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 5 Jan 2026 16:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.js | 6 +++++- src/i18n/langs/zh.js | 6 +++++- src/pages/modules/device/save-chain.vue | 10 +++++----- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index 467426b..20ace28 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -139,5 +139,9 @@ module.exports = { reversePath: 'Reverse Path', bidirectionalPath: 'Bidirectional Path', closed: 'Close', - reversingabnormalitiesneedtoclose: 'The vehicle is automatically reversing. Closing it may cause mapping abnormalities. Do you need to close it?' + reversingabnormalitiesneedtoclose: 'The vehicle is automatically reversing. Closing it may cause mapping abnormalities. Do you need to close it?', + settings: 'Settings', + entertaskchainname: 'Please enter the task chain name', + taskchainnotempty: 'The task chain name cannot be empty', + taskchainname: 'Task Chain Name' } diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index dbefef4..8cf0666 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -139,5 +139,9 @@ module.exports = { reversePath: '后退路径', bidirectionalPath: '双向路径', closed: '关闭', - reversingabnormalitiesneedtoclose: '车辆正在自动回退,关闭可能会导致建图异常,是否需要关闭?' + reversingabnormalitiesneedtoclose: '车辆正在自动回退,关闭可能会导致建图异常,是否需要关闭?', + settings: '设置', + entertaskchainname: '请输入任务链名称', + taskchainnotempty: '任务链名称不能为空', + taskchainname: '任务链名称' } diff --git a/src/pages/modules/device/save-chain.vue b/src/pages/modules/device/save-chain.vue index 1cc9c7e..149b945 100644 --- a/src/pages/modules/device/save-chain.vue +++ b/src/pages/modules/device/save-chain.vue @@ -1,12 +1,12 @@