-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from qianmoQ/feature-dev
chore(release): 2024.5.0
- Loading branch information
Showing
18 changed files
with
354 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
export default { | ||
upload: { | ||
text: { | ||
placeholder: '<span class="text-blue-600"> Click upload</span> or drag and drop the file here', | ||
description: 'Support for a single or bulk upload.', | ||
success: 'Upload successfully', | ||
error: 'Upload failed' | ||
} | ||
}, | ||
toolbar: { | ||
text: { | ||
ok: 'OK', | ||
cancel: 'Cancel' | ||
} | ||
}, | ||
modal: { | ||
text: { | ||
ok: 'OK', | ||
cancel: 'Cancel' | ||
} | ||
}, | ||
exception: { | ||
text: { | ||
401: { | ||
title: 'Not logged in', | ||
description: 'Sorry, you need to login first to access this page.' | ||
}, | ||
403: { | ||
title: 'No permission to access this page', | ||
description: 'Sorry, you do not have permission to access this page.' | ||
}, | ||
404: { | ||
title: 'The visited page does not exist', | ||
description: 'The page you are looking for does not exist.' | ||
}, | ||
500: { | ||
title: 'There was an error on the server', | ||
description: 'Sorry, there was an error on the server.' | ||
} | ||
}, | ||
action: { | ||
backHome: 'Back Home' | ||
} | ||
}, | ||
select: { | ||
text: { | ||
placeholder: 'Please select a option' | ||
} | ||
}, | ||
pagination: { | ||
text: { | ||
total: 'Total {{ total }} items', | ||
previous: 'Prev page', | ||
next: 'Next page', | ||
item: '{{ item }} items' | ||
} | ||
}, | ||
dataBuilder: { | ||
placeholder: { | ||
width: 'Width', | ||
height: 'Height', | ||
backgroundImage: 'Background image' | ||
}, | ||
text: { | ||
showGrid: 'Show grid', | ||
snapToGrid: 'Snap to grid', | ||
showRuler: 'Show ruler', | ||
dragResize: 'Drag resize', | ||
showGuidelines: 'Show guidelines', | ||
configureCenter: 'Configure center', | ||
basicConfigure: 'Basic configure', | ||
backgroundColor: 'Background color', | ||
backgroundImage: 'Background image', | ||
opacity: 'Opacity', | ||
xCoordinate: 'X Coordinate', | ||
yCoordinate: 'Y Coordinate', | ||
width: 'Width', | ||
height: 'Height' | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
export default { | ||
upload: { | ||
text: { | ||
placeholder: '<span class="text-blue-600">点击上传</span> 或拖拽文件到这里', | ||
description: '支持单文件或批量上传', | ||
success: '上传成功', | ||
error: '上传失败' | ||
} | ||
}, | ||
toolbar: { | ||
text: { | ||
ok: '确定', | ||
cancel: '取消' | ||
} | ||
}, | ||
modal: { | ||
text: { | ||
ok: '确定', | ||
cancel: '取消' | ||
} | ||
}, | ||
exception: { | ||
text: { | ||
401: { | ||
title: '未登录', | ||
description: '抱歉,您需要先登录才能访问此页面。' | ||
}, | ||
403: { | ||
title: '无权限访问此页面', | ||
description: '抱歉,您没有访问此页面的权限。' | ||
}, | ||
404: { | ||
title: '找不到页面', | ||
description: '抱歉,找不到您要访问的页面。' | ||
}, | ||
500: { | ||
title: '服务器错误', | ||
description: '抱歉,服务器出现了错误。' | ||
} | ||
}, | ||
action: { | ||
backHome: '返回首页' | ||
} | ||
}, | ||
select: { | ||
text: { | ||
placeholder: '请选择一个选项' | ||
} | ||
}, | ||
pagination: { | ||
text: { | ||
total: '共 {{ total }} 条', | ||
previous: '上一页', | ||
next: '下一页', | ||
item: '{{ item }} 条' | ||
} | ||
}, | ||
dataBuilder: { | ||
placeholder: { | ||
width: '宽度', | ||
height: '高度', | ||
backgroundImage: '背景图' | ||
}, | ||
text: { | ||
showGrid: '显示网格', | ||
snapToGrid: '网格对齐', | ||
showRuler: '显示尺子', | ||
dragResize: '拖拽调整大小', | ||
showGuidelines: '显示参考线', | ||
configureCenter: '配置中心', | ||
basicConfigure: '基础配置', | ||
backgroundColor: '背景颜色', | ||
backgroundImage: '背景图', | ||
opacity: '透明度', | ||
xCoordinate: 'X 坐标', | ||
yCoordinate: 'Y 坐标', | ||
width: '宽度', | ||
height: '高度' | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.