ocr刷新

This commit is contained in:
caoyang
2022-03-14 17:51:23 +08:00
parent c3bee0a86b
commit 4cb567eaf7
10 changed files with 370 additions and 40 deletions
+6 -1
View File
@@ -535,5 +535,10 @@ module.exports = {
theRelease: 'The release date should not exceed the standard implementation date',
zoneOfApplication: 'zone of application',
releaseTime: 'release Time',
standardImplementationTime: 'Standard implementation time'
standardImplementationTime: 'Standard implementation time',
onlyPicture:'only upload pictures!',
fileUploadFailed:'file upload failed',
deletedSuccessfully:'deleted successfully',
uploadSuccessful:'upload successful',
}
+5
View File
@@ -540,4 +540,9 @@ module.exports = {
zoneOfApplication:'适用地区',
releaseTime:'发布时间',
standardImplementationTime:'标准实施时间',
onlyPicture:'只能上传图片',
fileUploadFailed:'文件上传失败',
deletedSuccessfully:'删除成功',
uploadSuccessful:'上传成功',
}