refactor: 文件上传/图片上传重构(破坏性更新 不兼容之前的api)
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
"uploadError": "Upload failed",
|
||||
"uploading": "Uploading",
|
||||
"uploadWait": "Please wait for the file upload to finish",
|
||||
"reUploadFailed": "Re-upload failed files"
|
||||
"reUploadFailed": "Re-upload failed files",
|
||||
"uploadHelpMessage": "Please upload a file in {ext} format that does not exceed {size} MB.",
|
||||
"unknownFileType": "Unknown file type, unable to upload",
|
||||
"confirmDelete": "Confirm file deletion {0}?"
|
||||
}
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@
|
||||
"refresh": "Refresh",
|
||||
"generate": "Generate",
|
||||
"downloadLoading": "Downloading... Please wait.",
|
||||
"preview": "Preview"
|
||||
"preview": "Preview",
|
||||
"tip": "Tip"
|
||||
}
|
||||
}
|
||||
|
@@ -50,6 +50,9 @@
|
||||
"uploadError": "上传失败",
|
||||
"uploading": "上传中",
|
||||
"uploadWait": "请等待文件上传结束后操作",
|
||||
"reUploadFailed": "重新上传失败文件"
|
||||
"reUploadFailed": "重新上传失败文件",
|
||||
"uploadHelpMessage": "请上传不超过{size}MB的{ext}格式文件",
|
||||
"unknownFileType": "未知的文件类型, 无法上传",
|
||||
"confirmDelete": "确认删除文件 {0}?"
|
||||
}
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@
|
||||
"refresh": "刷新",
|
||||
"generate": "生成",
|
||||
"downloadLoading": "下载中, 请稍后...",
|
||||
"preview": "预览"
|
||||
"preview": "预览",
|
||||
"tip": "提示"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user