拆分条款详情修改

This commit is contained in:
caoyang
2022-04-09 20:24:46 +08:00
parent 7d9dc44461
commit e08332d385
11 changed files with 230 additions and 111 deletions
+10
View File
@@ -628,4 +628,14 @@ module.exports = {
CurrentStatusOfTheProject:'Current status of the project',
NonConformance:'Non conformance',
listSubclauses:'list subclauses',
fileType:'file type',
view:'view',
Korea:'Korea',
America:'America',
Europe:'Europe',
Japan:'Japan',
China:'China',
onlyOnefileUploaded:'only one file can be uploaded',
typeCannotUploaded:'this type of file cannot be uploaded',
}
+12 -1
View File
@@ -631,5 +631,16 @@ module.exports = {
DeliverableStatus:'交付物状态',
CurrentStatusOfTheProject:'项目当前状态',
NonConformance:'未符合项',
listSubclauses:'清单条目'
listSubclauses:'清单条目',
fileType:'文件类型',
view:'查看',
Korea:'韩国',
America:'美国',
Europe:'欧洲',
Japan:'日本',
China:'中国',
onlyOnefileUploaded:'只能上传一个文件',
typeCannotUploaded:'不支持上传该类型的文件',
}