Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-engine/frontend/src/locale/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"uploadIntelligentFormComponentPackage": "Intelligent Form Component Package",
"plsUploadIntelligentFormComponentPackage": "Upload an intelligent form component package",
"onlyOneFomrTip": "Only supports uploading one form",
"uploadFormContent": "Only one form in ZIP format can be uploaded. The package cannot exceed 5 MB and \n must include a form component preview image with a maximum size of 1 MB",
"uploadFormContent": "Only one form in ZIP format can be uploaded. The size of the decompressed file should not exceed 5MB and \n must include a form component preview image with a maximum size of 1 MB",
"downloadTemplateForm": "Download Form Template",
"componentPreview": "Component Preview Image",
"emptyPreview": "No preview image available",
Expand Down
2 changes: 1 addition & 1 deletion app-engine/frontend/src/locale/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
"uploadIntelligentFormComponentPackage": "上传智能表单组件包",
"plsUploadIntelligentFormComponentPackage": "请上传智能表单组件包",
"onlyOneFomrTip": "仅支持上传一个表单",
"uploadFormContent": "仅支持.zip格式文件,仅支持上传一个表单;请包含表单组件预览图 \n 上传压缩包大小不超过5MB,预览图大小不超过1MB",
"uploadFormContent": "仅支持.zip格式文件,仅支持上传一个表单;请包含表单组件预览图 \n 解压后的文件大小不超过5MB,预览图大小不超过1MB",
"downloadTemplateForm": "下载模版表单",
"componentPreview": "组件预览图",
"emptyPreview": "暂无预览图",
Expand Down