对接关于我们 ,正则法规,帮助中心 ,用户提问模块
This commit is contained in:
67
src/locales/en-US/help.ts
Normal file
67
src/locales/en-US/help.ts
Normal file
@ -0,0 +1,67 @@
|
||||
export default {
|
||||
// Help Center Page
|
||||
'menu.帮助中心': 'Help Center',
|
||||
'help.title': 'Help Center',
|
||||
'help.ask': 'Ask a Question',
|
||||
'help.back': 'Back to List',
|
||||
'help.submit': 'Submit Question',
|
||||
'help.cancel': 'Cancel',
|
||||
'help.total': 'Total {total} records',
|
||||
|
||||
// Table Column Titles
|
||||
'help.column.index': 'No.',
|
||||
'help.column.title': 'Title',
|
||||
'help.column.type': 'Category',
|
||||
'help.column.time': 'Published Time',
|
||||
'help.column.views': 'Views',
|
||||
|
||||
// Help Center Detail Page
|
||||
'help.info.notFound': 'Help information not found',
|
||||
'help.info.publishTime': 'Published Time',
|
||||
'help.info.questionType': 'Category',
|
||||
'help.info.publisher': 'Publisher',
|
||||
|
||||
// Help Center Question Page
|
||||
'help.question.title': 'Submit a Question',
|
||||
'help.question.subtitle': 'Please describe your question in detail, we will respond as soon as possible',
|
||||
|
||||
// Form Fields
|
||||
'help.form.type': 'Question Category',
|
||||
'help.form.type.placeholder': 'Please select a category',
|
||||
'help.form.type.required': 'Please select a category',
|
||||
'help.form.title': 'Question Title',
|
||||
'help.form.title.placeholder': 'Please briefly describe your question',
|
||||
'help.form.title.required': 'Please enter a question title',
|
||||
'help.form.content': 'Question Content',
|
||||
'help.form.content.placeholder': 'Please describe your question in detail so we can better assist you',
|
||||
'help.form.content.required': 'Please describe your question',
|
||||
'help.form.name': 'Name',
|
||||
'help.form.name.placeholder': 'Please enter your name',
|
||||
'help.form.name.required': 'Please enter your name',
|
||||
'help.form.company': 'Company',
|
||||
'help.form.company.placeholder': 'Please enter your company name',
|
||||
'help.form.company.required': 'Please enter your company name',
|
||||
'help.form.account': 'Account',
|
||||
'help.form.account.placeholder': 'Please enter your platform account',
|
||||
'help.form.account.required': 'Please enter your account',
|
||||
'help.form.email': 'Email',
|
||||
'help.form.email.placeholder': 'Please enter your email address',
|
||||
'help.form.email.required': 'Please enter your email',
|
||||
'help.form.email.invalid': 'Please enter a valid email address',
|
||||
'help.form.phone': 'Contact Number',
|
||||
'help.form.phone.placeholder': 'Please enter your phone number (optional)',
|
||||
'help.form.phone.invalid': 'Please enter a valid phone number',
|
||||
|
||||
// Messages
|
||||
'help.message.submitSuccess': 'Your question has been submitted successfully. We will process it as soon as possible!',
|
||||
'help.message.submitFailed': 'Submission failed, please try again later',
|
||||
'help.message.loadFailed': 'Failed to get help information, please try again later',
|
||||
'help.message.idNotFound': 'Parameter error, question ID not found',
|
||||
|
||||
// Question Categories
|
||||
'help.type.account': 'Account Issues',
|
||||
'help.type.system': 'System Operations',
|
||||
'help.type.bid': 'Bidding Questions',
|
||||
'help.type.qualification': 'Qualification Review',
|
||||
'help.type.other': 'Other Questions',
|
||||
};
|
Reference in New Issue
Block a user