From a34e928b0e96cf4f003c4d725ec9efeb3c74f737 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 29 Dec 2022 17:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=BC=80=E5=A7=8B=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E7=9A=84=E5=8F=82=E6=95=B0=E6=B8=85=E5=8D=95=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=B8=8D=E5=87=86?= =?UTF-8?q?=E7=A1=AE?= 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 13adbf197..834bf8118 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -750,7 +750,7 @@ module.exports = { ParameterViewPage: 'Parameter View Page', Areyousureparameteritems: 'Are you sure to submit the selected parameter items?', Theselectedconfiguration: 'The configuration can only be added when the parameter items in the parameter list are to be collected or changed', - NoConfigurationNotStart: 'No configuration added, unable to start collection, please check', + NoConfigurationNotStart: 'No configuration information is added and cannot be viewed', theCurrent: 'The current status of this data is', thisbuttonCompleted: 'You can operate this button only when the state is Completed or not Collected', Frozenstatus: 'Frozen status, can only be viewed', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 575e30e6d..371c1be91 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -766,7 +766,7 @@ module.exports = { ParameterViewPage: '参数项查看页', Areyousureparameteritems: '确认提交所选参数项嘛?', Theselectedconfiguration: '参数清单中参数项均为待发起收集或变更时,才能添加配置', - NoConfigurationNotStart: '未添加任何配置,无法开始收集,请检查', + NoConfigurationNotStart: '未添加任何配置信息,无法查看', theCurrent: '此数据当前状态为', thisbuttonCompleted: '当状态为"已完成或未收集"时,才可操作此按钮', Frozenstatus: '冻结状态,仅可以查看',