OTA管理工具-注释

This commit is contained in:
刘彦泽
2023-03-27 17:14:44 +08:00
parent 693641b7b7
commit 995130a9bd
6 changed files with 19 additions and 15 deletions
+1
View File
@@ -1721,4 +1721,5 @@ module.exports = {
cantTransferToYourself:"Can't transfer to yourself",
theDataYouInitiate:'The data you selected does not meet the process initiation criteria. Please recheck and initiate',
dataWithProcessReleasedCannotBeReset:'Data with a process status of list to be released cannot be reset',
noteone:'Note: CSV format is supported. The value is within 20M and the number is 1 to 10',
}
+1
View File
@@ -1821,6 +1821,7 @@ module.exports = {
note:':附件包括测试项目清单测试报告测试标准或技术规范',
format:'支持doc/docx/pdf格式,大小50M以内',
cantTransferToYourself:"不能转办给自己",
noteone:':支持CSV格式大小20M以内数量1-10个',
theDataYouInitiate:'您所选的数据均不符合流程发起条件请重新检查后发起',
dataWithProcessReleasedCannotBeReset:'流程状态为清单待发布的数据不能被重置',
}