From 2f1d9b3941405de46f1a4ab8c4227c41050c3784 Mon Sep 17 00:00:00 2001 From: zer0Black Date: Wed, 29 Jun 2022 12:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E5=BA=93=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E5=8F=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- jero-web/src/common/lang/zh-cn.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 09f6cc80f..789c9ffa4 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1016,7 +1016,7 @@ module.exports = { Copysuccessful: 'Copy Successful', Copyfailed: 'Copy Failed', Synchronizedatabase: 'Synchronize the data of the selected row to the database?', - Aftersynchronization: 'After synchronization, the parameter items cannot be modified. Only the collection can be redistributed. The parameters have been updated', + Aftersynchronization: 'After synchronization, the parameter items cannot be modified.', FNumber: 'Number', NNNiONumber: 'Number', NNiONumber: 'NIO Number', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 8754dd686..d400195ba 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1021,7 +1021,7 @@ module.exports = { Copysuccessful: '复制成功', Copyfailed: '复制失败', Synchronizedatabase: '是否同步选中行数据至上报库?', - Aftersynchronization: '同步后的参数项将不可修改,仅能重新下发收集,已更新参数', + Aftersynchronization: '同步后的参数项将不可修改', FNumber: '账号', NNNiONumber: 'NIO编号', NNiONumber: 'NIO编号',