mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-07 23:31:08 +08:00
feat(upload prop:crop,aspectRatio): from Upload component accept prop… (#7095)
* feat(upload prop:crop,aspectRatio): from Upload component accept prop crop,aspectRatio * feat(upload prop:crop,aspectRatio): from Upload component accept prop crop,aspectRatio * feat(upload prop:crop,aspectRatio): from Upload component accept prop crop,aspectRatio * feat(upload prop:crop,aspectRatio): from Upload component accept prop crop,aspectRatio
This commit is contained in:
@@ -54,6 +54,12 @@
|
||||
"copy": "Copy",
|
||||
"copied": "Copied"
|
||||
},
|
||||
"crop": {
|
||||
"title": "Image Cropping",
|
||||
"confirm": "Crop",
|
||||
"cancel": "Cancel cropping",
|
||||
"errorTip": "Cropping error"
|
||||
},
|
||||
"fallback": {
|
||||
"pageNotFound": "Oops! Page Not Found",
|
||||
"pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
|
||||
|
||||
@@ -54,6 +54,12 @@
|
||||
"copy": "复制",
|
||||
"copied": "已复制"
|
||||
},
|
||||
"crop": {
|
||||
"title": "图片裁剪",
|
||||
"confirm": "裁剪",
|
||||
"cancel": "取消裁剪",
|
||||
"errorTip": "裁剪错误"
|
||||
},
|
||||
"fallback": {
|
||||
"pageNotFound": "哎呀!未找到页面",
|
||||
"pageNotFoundDesc": "抱歉,我们无法找到您要找的页面。",
|
||||
|
||||
Reference in New Issue
Block a user