mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-24 03:34:31 +08:00
- 新增通用的 `useBlobExport` 组合式函数,封装导出逻辑,支持加载状态和取消操作 - 在用户管理页面使用新的导出函数替换原有的 `commonDownloadExcel` 调用 - 添加中英文国际化文案,包括导出标题、加载提示和取消提示 - 为通用页面文案补充“取消”按钮的翻译
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"common": {
|
|
"add": "Add",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"more": "More",
|
|
"search": "Search",
|
|
"reset": "Reset",
|
|
"import": "Import",
|
|
"export": "Export",
|
|
"expand": "Expand",
|
|
"collapse": "Collapse",
|
|
"info": "Info",
|
|
"clear": "Clear",
|
|
"unlock": "Unlock",
|
|
"download": "Download",
|
|
"sync": "Sync",
|
|
"refresh": "Refresh",
|
|
"generate": "Generate",
|
|
"downloadLoading": "Downloading... Please wait.",
|
|
"preview": "Preview",
|
|
"tip": "Tip",
|
|
"enable": "On",
|
|
"disable": "Off",
|
|
"beforeCloseTip": "You have unsaved changes. Are you sure you want to exit?",
|
|
"cancel": "Cancel"
|
|
}
|
|
}
|