mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 07:23:23 +08:00
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"page": {
|
|
"demos": {
|
|
"title": "Demos",
|
|
"antd": "Ant Design Vue"
|
|
}
|
|
},
|
|
"component": {
|
|
"cropper": {
|
|
"selectImage": "Select Image",
|
|
"uploadSuccess": "Uploaded success!",
|
|
"imageTooBig": "Image too big",
|
|
"modalTitle": "Avatar upload",
|
|
"okText": "Confirm and upload",
|
|
"btn_reset": "Reset",
|
|
"btn_rotate_left": "Counterclockwise rotation",
|
|
"btn_rotate_right": "Clockwise rotation",
|
|
"btn_scale_x": "Flip horizontal",
|
|
"btn_scale_y": "Flip vertical",
|
|
"btn_zoom_in": "Zoom in",
|
|
"btn_zoom_out": "Zoom out",
|
|
"preview": "Preview"
|
|
}
|
|
}
|
|
}
|