对接关于我们 ,正则法规,帮助中心 ,用户提问模块
This commit is contained in:
18
src/locales/en-US/policy.ts
Normal file
18
src/locales/en-US/policy.ts
Normal file
@ -0,0 +1,18 @@
|
||||
export default {
|
||||
'policy.title': 'Policies & Regulations',
|
||||
'policy.list.column.index': 'No.',
|
||||
'policy.list.column.title': 'Title',
|
||||
'policy.list.column.publishTime': 'Publish Time',
|
||||
'policy.list.empty': 'No Data',
|
||||
'policy.list.total': 'Total {total} Records',
|
||||
|
||||
'policy.detail.back': 'Back to List',
|
||||
'policy.detail.publisher': 'Publisher',
|
||||
'policy.detail.publishTime': 'Publish Time',
|
||||
'policy.detail.notFound': 'Policy Not Found',
|
||||
'policy.detail.loading': 'Loading...',
|
||||
|
||||
'policy.message.getListFailed': 'Failed to get policy list',
|
||||
'policy.message.getDetailFailed': 'Failed to get policy detail',
|
||||
'policy.message.idNotExist': 'Policy ID does not exist',
|
||||
};
|
Reference in New Issue
Block a user