2025-06-18 15:21:40 +08:00
|
|
|
export default {
|
|
|
|
// Menu
|
|
|
|
'menu.首页': 'Home',
|
|
|
|
'menu.管理员管理': 'Admin Management',
|
|
|
|
'menu.下载中心管理': 'Download Center Management',
|
|
|
|
'menu.通知中心管理': 'Notice Center Management',
|
|
|
|
'menu.政策法规管理': 'Policy Management',
|
|
|
|
'menu.关于我们管理': 'About Us Management',
|
|
|
|
'menu.帮助中心管理': 'Help Center Management',
|
|
|
|
'menu.用户提问管理': 'User Questions Management',
|
|
|
|
'menu.已阅问题': 'Read Questions',
|
|
|
|
'menu.未阅问题': 'Unread Questions',
|
|
|
|
'menu.友情链接管理': 'Friendly Links Management',
|
|
|
|
'menu.友情链接分类': 'Friendly Links Category',
|
|
|
|
'menu.友情链接列表': 'Friendly Links List',
|
|
|
|
|
|
|
|
// Common Text
|
|
|
|
"查看": "Info",
|
|
|
|
"采购需求公示": "Procurement Demand Announcement",
|
|
|
|
"招标采购公告": "Bidding Procurement Announcement",
|
|
|
|
"非招标采购公告": "Non-bidding Procurement Announcement",
|
|
|
|
"资格预审公告": "Pre-qualification Announcement",
|
|
|
|
"招募公告": "Recruitment Announcement",
|
|
|
|
"变更公告": "Change Announcement",
|
|
|
|
"中标(中选)候选人公示": "Bid Winner Candidate Announcement",
|
|
|
|
"中标(中选)结果公示": "Bid Result Announcement",
|
|
|
|
"采购失败(流标)公告": "Failed Procurement Announcement",
|
|
|
|
"加载更多": "Load More",
|
|
|
|
"登录/注册": "Login/Register",
|
2025-06-18 16:37:25 +08:00
|
|
|
|
|
|
|
// Buttons
|
|
|
|
"common.confirm": "Confirm",
|
|
|
|
"common.cancel": "Cancel",
|
2025-06-18 18:46:32 +08:00
|
|
|
|
|
|
|
// 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',
|
2025-06-18 15:21:40 +08:00
|
|
|
};
|