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 @@