mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 15:03:14 +08:00
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user