友情链接管理;封装上传接口
This commit is contained in:
@ -31,4 +31,13 @@ export default {
|
||||
// Buttons
|
||||
"common.confirm": "Confirm",
|
||||
"common.cancel": "Cancel",
|
||||
|
||||
// FileUpload component
|
||||
'component.fileUpload.buttonText': 'Upload File',
|
||||
'component.fileUpload.dragText': 'Click or drag file to this area to upload',
|
||||
'component.fileUpload.fileTypeTip': 'Supported file types: {types}',
|
||||
'component.fileUpload.fileSizeTip': 'File size should not exceed {size}MB',
|
||||
'component.fileUpload.uploadFailed': 'Upload failed',
|
||||
'component.fileUpload.parseError': 'Failed to parse response',
|
||||
'component.fileUpload.networkError': 'Network error',
|
||||
};
|
||||
|
@ -51,6 +51,7 @@ export default {
|
||||
'friendLink.enable.confirm.content': 'Are you sure you want to enable this link?',
|
||||
'friendLink.disable.confirm.title': 'Disable Confirmation',
|
||||
'friendLink.disable.confirm.content': 'Are you sure you want to disable this link?',
|
||||
'friendLink.detail.failed': 'Failed to get link details',
|
||||
|
||||
// Friendly Link Category Management
|
||||
'friendLink.category.title': 'Friendly Link Category Management',
|
||||
|
@ -22,6 +22,7 @@ export default {
|
||||
'helpManage.cancel': 'Cancel',
|
||||
'helpManage.confirmDelete': 'Are you sure you want to delete this help item?',
|
||||
'helpManage.batchDelete': 'Are you sure you want to delete the selected help items?',
|
||||
'helpManage.batchDeleteButton': 'Batch Delete',
|
||||
'helpManage.confirmPublish': 'Are you sure you want to publish this help item?',
|
||||
'helpManage.confirmUnpublish': 'Are you sure you want to unpublish this help item?',
|
||||
'helpManage.confirmTop': 'Are you sure you want to top this help item?',
|
||||
|
@ -23,9 +23,10 @@ export default {
|
||||
'policyManage.confirmDeleteBatch': 'Are you sure you want to delete the selected policies?',
|
||||
'policyManage.confirmPublish': 'Are you sure you want to publish this policy?',
|
||||
'policyManage.confirmUnpublish': 'Are you sure you want to unpublish this policy?',
|
||||
'policyManage.batchDelete': 'Batch Delete',
|
||||
'policyManage.deleteSuccess': 'Delete successful',
|
||||
'policyManage.deleteFailed': 'Delete failed',
|
||||
'policyManage.batchDeleteSuccess': 'Delete successful',
|
||||
'policyManage.batchDeleteSuccess': 'Batch delete successful',
|
||||
'policyManage.batchDeletePartialFailed': 'Some deletions failed, please refresh and try again',
|
||||
'policyManage.batchDeleteFailed': 'Batch delete failed',
|
||||
'policyManage.publishSuccess': 'Publish successful',
|
||||
|
@ -62,7 +62,7 @@ export default {
|
||||
'readQuestion.search': 'Search',
|
||||
'readQuestion.reset': 'Reset',
|
||||
'readQuestion.confirmDelete': 'Are you sure you want to delete this question?',
|
||||
'readQuestion.batchDelete': 'Delete Selected',
|
||||
'readQuestion.batchDelete': 'Batch Delete',
|
||||
'readQuestion.viewDetails': 'View Question Details',
|
||||
'readQuestion.questionDetails': 'Question Details',
|
||||
'readQuestion.answerDetails': 'Reply Details',
|
||||
@ -103,7 +103,7 @@ export default {
|
||||
'unreadQuestion.search': 'Search',
|
||||
'unreadQuestion.reset': 'Reset',
|
||||
'unreadQuestion.confirmDelete': 'Are you sure you want to delete this question?',
|
||||
'unreadQuestion.batchDelete': 'Delete Selected',
|
||||
'unreadQuestion.batchDelete': 'Batch Delete',
|
||||
'unreadQuestion.replyModal': 'Reply to Question',
|
||||
'unreadQuestion.questionContent': 'Question Content',
|
||||
'unreadQuestion.answerContent': 'Reply Content',
|
||||
|
@ -31,4 +31,13 @@ export default {
|
||||
// 按钮
|
||||
"common.confirm": "确定",
|
||||
"common.cancel": "取消",
|
||||
|
||||
// FileUpload组件
|
||||
'component.fileUpload.buttonText': '上传文件',
|
||||
'component.fileUpload.dragText': '点击或拖拽文件到此区域上传',
|
||||
'component.fileUpload.fileTypeTip': '支持的文件类型:{types}',
|
||||
'component.fileUpload.fileSizeTip': '文件大小不超过{size}MB',
|
||||
'component.fileUpload.uploadFailed': '上传失败',
|
||||
'component.fileUpload.parseError': '解析响应失败',
|
||||
'component.fileUpload.networkError': '网络错误',
|
||||
};
|
||||
|
@ -51,6 +51,7 @@ export default {
|
||||
'friendLink.enable.confirm.content': '确定要启用该友情链接吗?',
|
||||
'friendLink.disable.confirm.title': '禁用确认',
|
||||
'friendLink.disable.confirm.content': '确定要禁用该友情链接吗?',
|
||||
'friendLink.detail.failed': '获取友情链接详情失败',
|
||||
|
||||
// 友情链接分类管理
|
||||
'friendLink.category.title': '友情链接分类管理',
|
||||
|
Reference in New Issue
Block a user