删减文件

This commit is contained in:
linxd
2025-06-24 10:32:29 +08:00
parent ca3d1b251b
commit f24a87a15c
51 changed files with 156 additions and 7926 deletions

View File

@ -1,52 +0,0 @@
export default {
// About Us Management Page
'aboutManage.title': 'About Us Management',
'aboutManage.save': 'Save',
'aboutManage.saveSuccess': 'Save successful',
'aboutManage.saveFailed': 'Save failed',
'aboutManage.fetchFailed': 'Failed to fetch data',
// Form Tabs
'aboutManage.form.chineseTab': 'Chinese',
'aboutManage.form.englishTab': 'English',
// Chinese Form Items
'aboutManage.form.title': 'Title (Chinese)',
'aboutManage.form.titleRequired': 'Please enter Chinese title',
'aboutManage.form.titlePlaceholder': 'Please enter Chinese title',
'aboutManage.form.content': 'Content (Chinese)',
'aboutManage.form.contentRequired': 'Please enter Chinese content',
'aboutManage.form.contentPlaceholder': 'Please enter Chinese content...',
'aboutManage.form.address': 'Address (Chinese)',
'aboutManage.form.addressRequired': 'Please enter Chinese address',
'aboutManage.form.addressPlaceholder': 'Please enter Chinese address',
'aboutManage.form.contactsPhone': 'Contact Phone (Chinese)',
'aboutManage.form.contactsPhoneRequired': 'Please enter Chinese contact phone',
'aboutManage.form.contactsPhonePlaceholder': 'Please enter Chinese contact phone',
'aboutManage.form.contactsEmail': 'Contact Email (Chinese)',
'aboutManage.form.contactsEmailRequired': 'Please enter Chinese contact email',
'aboutManage.form.contactsEmailPlaceholder': 'Please enter Chinese contact email',
'aboutManage.form.contactsConsult': 'Consultation Method (Chinese)',
'aboutManage.form.contactsConsultRequired': 'Please enter Chinese consultation method',
'aboutManage.form.contactsConsultPlaceholder': 'Please enter Chinese consultation method',
// English Form Items
'aboutManage.form.titleEn': 'Title (English)',
'aboutManage.form.titleEnRequired': 'Please enter English title',
'aboutManage.form.titleEnPlaceholder': 'Please enter English title',
'aboutManage.form.contentEn': 'Content (English)',
'aboutManage.form.contentEnRequired': 'Please enter English content',
'aboutManage.form.contentEnPlaceholder': 'Please enter English content...',
'aboutManage.form.addressEn': 'Address (English)',
'aboutManage.form.addressEnRequired': 'Please enter English address',
'aboutManage.form.addressEnPlaceholder': 'Please enter English address',
'aboutManage.form.contactsPhoneEn': 'Contact Phone (English)',
'aboutManage.form.contactsPhoneEnRequired': 'Please enter English contact phone',
'aboutManage.form.contactsPhoneEnPlaceholder': 'Please enter English contact phone',
'aboutManage.form.contactsEmailEn': 'Contact Email (English)',
'aboutManage.form.contactsEmailEnRequired': 'Please enter English contact email',
'aboutManage.form.contactsEmailEnPlaceholder': 'Please enter English contact email',
'aboutManage.form.contactsConsultEn': 'Consultation Method (English)',
'aboutManage.form.contactsConsultEnRequired': 'Please enter English consultation method',
'aboutManage.form.contactsConsultEnPlaceholder': 'Please enter English consultation method',
};

View File

@ -1,56 +0,0 @@
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',
// Supplier Evaluation Management
'menu.供应商评价': 'Supplier Evaluation',
'menu.模板管理': 'Template Management',
'menu.任务管理': 'Task Management',
'menu.评价打分': 'Evaluation Scoring',
'menu.评价结果': 'Evaluation Results',
'menu.评价结果审批': 'Results Approval',
// Supplier Annual Review Management
'menu.供应商年审': 'Supplier Annual Review',
'menu.年审模板管理': 'Review Template Management',
'menu.年审任务管理': 'Review Task Management',
'menu.年度查询': 'Annual Query',
'menu.年审结果': 'Review Results',
// 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",
// 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',
};

View File

@ -1,96 +0,0 @@
export default {
// Friendly Links Management page
'friendLink.title': 'Friendly Links Management',
'friendLink.name': 'Name',
'friendLink.nameEn': 'English Name',
'friendLink.url': 'URL',
'friendLink.logo': 'Logo',
'friendLink.thumbnail': 'Thumbnail',
'friendLink.sort': 'Sort Order',
'friendLink.status': 'Status',
'friendLink.category': 'Category',
'friendLink.operation': 'Operation',
'friendLink.add': 'Add Link',
'friendLink.edit': 'Edit Link',
'friendLink.delete': 'Delete Link',
'friendLink.batchDelete': 'Batch Delete',
'friendLink.enable': 'Enable',
'friendLink.disable': 'Disable',
'friendLink.enabled': 'Enabled',
'friendLink.disabled': 'Disabled',
'friendLink.selectedCount': '{count} items selected',
// Form related
'friendLink.form.name.required': 'Please enter link name',
'friendLink.form.name.placeholder': 'Please enter link name',
'friendLink.form.nameEn.required': 'Please enter English name',
'friendLink.form.nameEn.placeholder': 'Please enter English name',
'friendLink.form.category.required': 'Please select category',
'friendLink.form.category.placeholder': 'Please select category',
'friendLink.form.url.required': 'Please enter URL',
'friendLink.form.url.invalid': 'Please enter a valid URL',
'friendLink.form.url.placeholder': 'Please enter URL starting with http:// or https://',
'friendLink.form.thumbnail.required': 'Please upload thumbnail',
'friendLink.form.thumbnail.upload': 'Upload Thumbnail',
'friendLink.form.sort.required': 'Please enter sort order',
'friendLink.form.sort.placeholder': 'Please enter sort order, smaller number comes first',
// Operation tips
'friendLink.delete.confirm.title': 'Delete Confirmation',
'friendLink.delete.confirm.content': 'Are you sure you want to delete this link?',
'friendLink.delete.success': 'Deleted successfully',
'friendLink.batchDelete.empty': 'Please select items to delete',
'friendLink.batchDelete.confirm.title': 'Batch Delete Confirmation',
'friendLink.batchDelete.confirm.content': 'Are you sure you want to delete {count} selected items?',
'friendLink.batchDelete.success': 'Batch delete successful',
'friendLink.add.success': 'Added successfully',
'friendLink.update.success': 'Updated successfully',
'friendLink.enable.success': 'Enabled successfully',
'friendLink.disable.success': 'Disabled successfully',
'friendLink.enable.confirm.title': 'Enable Confirmation',
'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',
'friendLink.category.name': 'Category Name',
'friendLink.category.level': 'Level',
'friendLink.category.sort': 'Sort Order',
'friendLink.category.parentCategory': 'Parent Category',
'friendLink.category.operation': 'Operation',
'friendLink.category.add': 'Add Category',
'friendLink.category.addChild': 'Add Subcategory',
'friendLink.category.edit': 'Edit',
'friendLink.category.delete': 'Delete',
'friendLink.category.form.title.add': 'Add Category',
'friendLink.category.form.title.addChild': 'Add Subcategory',
'friendLink.category.form.title.edit': 'Edit Category',
'friendLink.category.form.name': 'Category Name',
'friendLink.category.form.name.placeholder': 'Please enter category name',
'friendLink.category.form.name.required': 'Please enter category name',
'friendLink.category.form.parentCategory': 'Parent Category',
'friendLink.category.form.parentCategory.placeholder': 'Please select parent category',
'friendLink.category.form.parentCategory.required': 'Please select parent category',
'friendLink.category.form.sort': 'Sort Order',
'friendLink.category.form.sort.placeholder': 'Please enter sort value, smaller number comes first',
'friendLink.category.form.sort.required': 'Please enter sort value',
'friendLink.category.delete.confirm.title': 'Delete Category',
'friendLink.category.delete.confirm.content': 'Are you sure you want to delete category "{name}"?',
'friendLink.category.delete.hasChildren': 'This category has subcategories and cannot be deleted directly',
'friendLink.category.delete.success': 'Deleted successfully',
'friendLink.category.add.success': 'Added successfully',
'friendLink.category.update.success': 'Updated successfully',
// Category Type
'friendLink.category.type': 'Type',
'friendLink.category.type.normal': 'Normal Display',
'friendLink.category.type.featured': 'Featured Display',
'friendLink.category.form.type': 'Category Type',
'friendLink.category.form.type.placeholder': 'Please select category type',
'friendLink.category.form.type.required': 'Please select category type',
'friendLink.category.form.remark': 'Remark',
'friendLink.category.form.remark.placeholder': 'Please enter remark',
'friendLink.category.form.remark.required': 'Please enter remark',
};

View File

@ -1,109 +0,0 @@
export default {
// Help Center Management List Page
'helpManage.title': 'Help Center Management',
'helpManage.serialNumber': 'No.',
'helpManage.title.label': 'Title',
'helpManage.category': 'Category',
'helpManage.date': 'Date',
'helpManage.status': 'Status',
'helpManage.publisher': 'Publisher',
'helpManage.operation': 'Operation',
'helpManage.view': 'View',
'helpManage.edit': 'Edit',
'helpManage.publish': 'Publish',
'helpManage.unpublish': 'Unpublish',
'helpManage.delete': 'Delete',
'helpManage.top': 'Top',
'helpManage.untop': 'Untop',
'helpManage.add': 'Add',
'helpManage.search': 'Search',
'helpManage.reset': 'Reset',
'helpManage.submit': 'Submit',
'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?',
'helpManage.confirmUntop': 'Are you sure you want to untop this help item?',
'helpManage.publishSuccess': 'Publish successful',
'helpManage.unpublishSuccess': 'Unpublish successful',
'helpManage.publishFailed': 'Publish failed',
'helpManage.unpublishFailed': 'Unpublish failed',
'helpManage.topSuccess': 'Top successful',
'helpManage.untopSuccess': 'Untop successful',
'helpManage.topFailed': 'Top failed',
'helpManage.untopFailed': 'Untop failed',
'helpManage.deleteSuccess': 'Delete successful',
'helpManage.deleteFailed': 'Delete failed',
'helpManage.batchDeleteSuccess': 'Batch delete successful',
'helpManage.batchDeleteFailed': 'Batch delete failed',
'helpManage.addSuccess': 'Add successful',
'helpManage.addFailed': 'Add failed',
'helpManage.updateSuccess': 'Update successful',
'helpManage.updateFailed': 'Update failed',
'helpManage.fetchFailed': 'Failed to fetch help center list',
'helpManage.fetchDetailFailed': 'Failed to fetch details',
'helpManage.noDeleteItems': 'No items to delete',
'helpManage.selectedCount': '{count} items selected',
'helpManage.publishedNoEdit': 'Published help items cannot be edited',
'helpManage.publishedNoDelete': 'Published help items cannot be deleted',
'helpManage.deleteConfirmTitle': 'Title',
'helpManage.deleteConfirmContent': 'This action cannot be undone',
'helpManage.searchTitlePlaceholder': 'Enter title keywords',
'helpManage.searchCategoryPlaceholder': 'Select category',
'helpManage.searchStatusPlaceholder': 'Select status',
// Help Center Form
'helpManage.form.isTop': 'Top',
'helpManage.form.category': 'Category',
'helpManage.form.categoryRequired': 'Please select a category',
'helpManage.form.categoryPlaceholder': 'Please select a category',
'helpManage.form.chineseTab': 'Chinese',
'helpManage.form.englishTab': 'English',
'helpManage.form.titleZh': 'Title (Chinese)',
'helpManage.form.titleZhRequired': 'Please enter Chinese title',
'helpManage.form.titleZhPlaceholder': 'Please enter Chinese title',
'helpManage.form.contentZh': 'Content (Chinese)',
'helpManage.form.contentZhRequired': 'Please enter Chinese content',
'helpManage.form.contentZhPlaceholder': 'Please enter help content...',
'helpManage.form.answerContentZh': 'Answer Content (Chinese)',
'helpManage.form.answerContentZhPlaceholder': 'Please enter answer content...',
'helpManage.form.titleEn': 'Title (English)',
'helpManage.form.titleEnRequired': 'Please enter English title',
'helpManage.form.titleEnPlaceholder': 'Please enter English title',
'helpManage.form.contentEn': 'Content (English)',
'helpManage.form.contentEnRequired': 'Please enter English content',
'helpManage.form.contentEnPlaceholder': 'Please enter help content...',
'helpManage.form.answerContentEn': 'Answer Content (English)',
'helpManage.form.answerContentEnPlaceholder': 'Please enter answer content...',
// Help Center Detail
'helpManage.detail.title': 'Title',
'helpManage.detail.titleEn': 'English Title',
'helpManage.detail.category': 'Category',
'helpManage.detail.isTop': 'Is Top',
'helpManage.detail.status': 'Status',
'helpManage.detail.creator': 'Creator',
'helpManage.detail.createTime': 'Create Time',
'helpManage.detail.updateTime': 'Update Time',
'helpManage.detail.contentZh': 'Content (Chinese)',
'helpManage.detail.contentEn': 'Content (English)',
'helpManage.detail.answerContentZh': 'Answer Content (Chinese)',
'helpManage.detail.answerContentEn': 'Answer Content (English)',
'helpManage.detail.yes': 'Yes',
'helpManage.detail.no': 'No',
// Help Status
'helpManage.status.draft': 'Draft',
'helpManage.status.published': 'Published',
'helpManage.status.unpublished': 'Unpublished',
'helpManage.status.unknown': 'Unknown',
// Help Categories
'helpManage.category.registerGuide': 'Registration Guide',
'helpManage.category.biddingGuide': 'Bidding Guide',
'helpManage.category.faq': 'FAQ',
'helpManage.category.contactUs': 'Contact Us',
};

25
src/locales/en-US/menu.ts Normal file
View File

@ -0,0 +1,25 @@
export default {
'menu.首页': 'Home',
// 供应商评价模块
'menu.供应商评价': 'Supplier Evaluation',
'menu.模板管理': 'Template Management',
'menu.模板管理新增': 'Add Template',
'menu.模板管理详情': 'Template Detail',
'menu.任务管理': 'Task Management',
'menu.任务管理新增': 'Add Task',
'menu.评价打分': 'Evaluation Scoring',
'menu.评价结果': 'Evaluation Results',
'menu.评价结果详情': 'Evaluation Results Detail',
'menu.评价结果得分明细': 'Evaluation Score Details',
'menu.评价结果打分情况': 'Evaluation Scoring Status',
'menu.评价结果审批': 'Evaluation Results Approval',
'menu.评价审批详情': 'Evaluation Approval Detail',
// 供应商年审模块
'menu.供应商年审': 'Supplier Annual Review',
'menu.年审模板管理': 'Annual Review Template Management',
'menu.年审任务管理': 'Annual Review Task Management',
'menu.年度查询': 'Annual Query',
'menu.年审结果': 'Annual Review Results',
};

View File

@ -1,87 +0,0 @@
export default {
// Policies and Regulations Management List Page
'policyManage.title': 'Policies & Regulations Management',
'policyManage.serialNumber': 'No.',
'policyManage.title.label': 'Title',
'policyManage.date': 'Date',
'policyManage.status': 'Status',
'policyManage.publisher': 'Publisher',
'policyManage.operation': 'Operation',
'policyManage.view': 'View',
'policyManage.edit': 'Edit',
'policyManage.publish': 'Publish',
'policyManage.unpublish': 'Unpublish',
'policyManage.delete': 'Delete',
'policyManage.top': 'Top',
'policyManage.add': 'Add',
'policyManage.search': 'Search',
'policyManage.reset': 'Reset',
'policyManage.submit': 'Submit',
'policyManage.cancel': 'Cancel',
'policyManage.close': 'Close',
'policyManage.confirmDelete': 'Are you sure you want to delete this policy?',
'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': 'Batch delete successful',
'policyManage.batchDeletePartialFailed': 'Some deletions failed, please refresh and try again',
'policyManage.batchDeleteFailed': 'Batch delete failed',
'policyManage.publishSuccess': 'Publish successful',
'policyManage.unpublishSuccess': 'Unpublish successful',
'policyManage.publishFailed': 'Publish failed',
'policyManage.unpublishFailed': 'Unpublish failed',
'policyManage.fetchFailed': 'Failed to fetch data',
'policyManage.fetchDetailFailed': 'Failed to fetch details',
'policyManage.deleteConfirmTitle': 'Title',
'policyManage.deleteConfirmContent': 'This action cannot be undone',
'policyManage.selectedCount': '{count} items selected',
'policyManage.searchTitlePlaceholder': 'Enter title keywords',
'policyManage.searchStatusPlaceholder': 'Select status',
// Policy Form Page
'policyManage.form.title': 'Policy & Regulation',
'policyManage.form.add': 'Add Policy & Regulation',
'policyManage.form.edit': 'Edit Policy & Regulation',
'policyManage.form.view': 'View Policy & Regulation',
'policyManage.form.isTop': 'Set as Top',
'policyManage.form.chineseTab': 'Chinese',
'policyManage.form.englishTab': 'English',
'policyManage.form.titleZh': 'Title (Chinese)',
'policyManage.form.titleZhRequired': 'Please enter Chinese title',
'policyManage.form.titleZhPlaceholder': 'Please enter Chinese title',
'policyManage.form.contentZh': 'Content (Chinese)',
'policyManage.form.contentZhRequired': 'Please enter Chinese content',
'policyManage.form.contentZhPlaceholder': 'Please enter Chinese content...',
'policyManage.form.titleEn': 'Title (English)',
'policyManage.form.titleEnRequired': 'Please enter English title',
'policyManage.form.titleEnPlaceholder': 'Please enter English title',
'policyManage.form.contentEn': 'Content (English)',
'policyManage.form.contentEnRequired': 'Please enter English content',
'policyManage.form.contentEnPlaceholder': 'Please enter English content...',
'policyManage.form.addSuccess': 'Add successful',
'policyManage.form.updateSuccess': 'Update successful',
'policyManage.form.addFailed': 'Add failed',
'policyManage.form.updateFailed': 'Update failed',
// Policy Details Page
'policyManage.detail.title': 'Title',
'policyManage.detail.titleEn': 'English Title',
'policyManage.detail.isTop': 'Is Top',
'policyManage.detail.status': 'Status',
'policyManage.detail.creator': 'Creator',
'policyManage.detail.createTime': 'Create Time',
'policyManage.detail.updateTime': 'Update Time',
'policyManage.detail.contentZh': 'Chinese Content',
'policyManage.detail.contentEn': 'English Content',
'policyManage.detail.yes': 'Yes',
'policyManage.detail.no': 'No',
// Policy Status
'policyManage.status.draft': 'Draft',
'policyManage.status.published': 'Published',
'policyManage.status.unpublished': 'Unpublished',
'policyManage.status.unknown': 'Unknown',
};

View File

@ -1,161 +0,0 @@
export default {
// User Questions Management page
'userQuestion.title': 'User Questions Management',
'userQuestion.user': 'User',
'userQuestion.question': 'Question',
'userQuestion.answer': 'Answer',
'userQuestion.createTime': 'Asked At',
'userQuestion.status': 'Status',
'userQuestion.operation': 'Operation',
'userQuestion.unanswered': 'Unanswered',
'userQuestion.answered': 'Answered',
'userQuestion.reply': 'Reply',
'userQuestion.view': 'View',
'userQuestion.viewAll': 'View All',
'userQuestion.confirmDelete': 'Are you sure you want to delete this question?',
'userQuestion.batchDelete': 'Are you sure you want to delete the selected questions?',
'userQuestion.description': 'User Questions Management Instructions',
'userQuestion.descriptionText': 'The User Questions Management module is used to process questions submitted by users on the platform. Read questions are questions that have been replied to, and unread questions are questions waiting to be replied to. You can click on the respective card to enter the corresponding management page.',
'userQuestion.deleteSuccess': 'Successfully deleted',
'userQuestion.deleteFailed': 'Failed to delete',
'userQuestion.replySuccess': 'Successfully replied',
'userQuestion.replyFailed': 'Failed to reply',
'userQuestion.selectRequired': 'Please select at least one item',
'userQuestion.batchDeleteConfirm': 'This action cannot be undone. Are you sure you want to continue?',
'userQuestion.unread': 'Unread',
'userQuestion.read': 'Read',
'userQuestion.delete': 'Delete',
'userQuestion.edit': 'Edit Answer',
'userQuestion.editSuccess': 'Successfully edited',
'userQuestion.editFailed': 'Failed to edit',
'userQuestion.publishStatus': 'Publish Status',
'userQuestion.topStatus': 'Top Status',
'userQuestion.published': 'Published',
'userQuestion.unpublished': 'Unpublished',
'userQuestion.top': 'Topped',
'userQuestion.untop': 'Not Topped',
'userQuestion.submitAnswer': 'Submit Answer',
'userQuestion.saveEdit': 'Save Changes',
'userQuestion.confirmSubmit': 'Confirm Submit Answer',
'userQuestion.confirmEdit': 'Confirm Save Changes',
'userQuestion.submitConfirmText': 'Are you sure you want to submit this answer? After submission, the status will change to answered.',
'userQuestion.editConfirmText': 'Are you sure you want to save changes to this answer?',
// Question Categories
'questionCategory.biddingProcess': 'Bidding Process',
'questionCategory.biddingGuide': 'Bidding Guide',
'questionCategory.registrationGuide': 'Registration Guide',
'questionCategory.systemOperation': 'System Operation',
'questionCategory.otherIssues': 'Other Issues',
// Read Questions page
'readQuestion.title': 'Read Questions Management',
'readQuestion.user': 'Username',
'readQuestion.question': 'Question Content',
'readQuestion.answer': 'Reply Content',
'readQuestion.createTime': 'Asked Time',
'readQuestion.answerTime': 'Reply Time',
'readQuestion.status': 'Status',
'readQuestion.operation': 'Operation',
'readQuestion.view': 'View Details',
'readQuestion.delete': 'Delete',
'readQuestion.search': 'Search',
'readQuestion.reset': 'Reset',
'readQuestion.confirmDelete': 'Are you sure you want to delete this question?',
'readQuestion.batchDelete': 'Batch Delete',
'readQuestion.viewDetails': 'View Question Details',
'readQuestion.questionDetails': 'Question Details',
'readQuestion.answerDetails': 'Reply Details',
'readQuestion.close': 'Close',
'readQuestion.deleteSuccess': 'Successfully deleted',
'readQuestion.deleteFailed': 'Failed to delete',
'readQuestion.selectRequired': 'Please select at least one item',
'readQuestion.batchDeleteConfirm': 'This action cannot be undone. Are you sure you want to continue?',
'readQuestion.questionPlaceholder': 'Please enter question keywords',
'readQuestion.fetchFailed': 'Failed to fetch answered questions',
'readQuestion.edit': 'Edit Answer',
'readQuestion.serialNumber': 'No.',
'readQuestion.questionTitle': 'Question Title',
'readQuestion.category': 'Category',
'readQuestion.asker': 'Asker',
'readQuestion.company': 'Company',
'readQuestion.account': 'Account',
'readQuestion.contact': 'Contact',
'readQuestion.email': 'Email',
'readQuestion.askTime': 'Asked At',
'readQuestion.respondent': 'Respondent',
'readQuestion.answerStatus': 'Answer Status',
'readQuestion.confirm': 'Confirm',
'readQuestion.cancel': 'Cancel',
'readQuestion.batchDeleteSuccess': 'Batch delete successful',
'readQuestion.batchDeleteFailed': 'Batch delete failed',
'readQuestion.selectedCount': 'Selected {count} items',
// Unread Questions page
'unreadQuestion.title': 'Unread Questions Management',
'unreadQuestion.user': 'Username',
'unreadQuestion.question': 'Question Content',
'unreadQuestion.createTime': 'Asked Time',
'unreadQuestion.status': 'Status',
'unreadQuestion.operation': 'Operation',
'unreadQuestion.reply': 'Answer',
'unreadQuestion.delete': 'Delete',
'unreadQuestion.search': 'Search',
'unreadQuestion.reset': 'Reset',
'unreadQuestion.confirmDelete': 'Are you sure you want to delete this question?',
'unreadQuestion.batchDelete': 'Batch Delete',
'unreadQuestion.replyModal': 'Reply to Question',
'unreadQuestion.questionContent': 'Question Content',
'unreadQuestion.answerContent': 'Reply Content',
'unreadQuestion.answerPlaceholder': 'Please enter your reply...',
'unreadQuestion.submit': 'Submit',
'unreadQuestion.cancel': 'Cancel',
'unreadQuestion.answerRequired': 'Please enter reply content',
'unreadQuestion.selectRequired': 'Please select at least one item',
'unreadQuestion.batchDeleteConfirm': 'This action cannot be undone. Are you sure you want to continue?',
'unreadQuestion.questionPlaceholder': 'Please enter question keywords',
'unreadQuestion.fetchFailed': 'Failed to fetch unanswered questions',
'unreadQuestion.serialNumber': 'No.',
'unreadQuestion.questionTitle': 'Question Title',
'unreadQuestion.category': 'Category',
'unreadQuestion.asker': 'Asker',
'unreadQuestion.company': 'Company',
'unreadQuestion.account': 'Account',
'unreadQuestion.contact': 'Contact',
'unreadQuestion.email': 'Email',
'unreadQuestion.askTime': 'Asked At',
'unreadQuestion.batchDeleteSuccess': 'Batch delete successful',
'unreadQuestion.batchDeleteFailed': 'Batch delete failed',
'unreadQuestion.selectedCount': 'Selected {count} items',
// Question Detail Component
'questionDetail.title': 'Title',
'questionDetail.category': 'Category',
'questionDetail.askTime': 'Asked Time',
'questionDetail.asker': 'Asker',
'questionDetail.company': 'Company Name',
'questionDetail.account': 'Account',
'questionDetail.contact': 'Contact',
'questionDetail.email': 'Email',
'questionDetail.publishStatus': 'Publish Status',
'questionDetail.topStatus': 'Top Status',
'questionDetail.answerTime': 'Answer Time',
'questionDetail.respondent': 'Respondent',
'questionDetail.questionContent': 'Question Content',
'questionDetail.answerContent': 'Answer Content',
// Question Modal Component
'questionModal.answer': 'Answer Question',
'questionModal.edit': 'Edit Answer',
'questionModal.view': 'Question Details',
'questionModal.publishSwitch': 'Publish',
'questionModal.topSwitch': 'Top',
'questionModal.confirmSubmit': 'Confirm Submit',
'questionModal.confirmEdit': 'Confirm Edit',
'questionModal.close': 'Close',
'questionModal.answerRequired': 'Please enter answer content',
'questionModal.answerSuccess': 'Answer submitted successfully',
'questionModal.answerFailed': 'Failed to submit answer',
'questionModal.editSuccess': 'Edit successful',
'questionModal.editFailed': 'Edit failed',
};