对接关于我们 ,正则法规,帮助中心 ,用户提问模块

This commit is contained in:
linxd
2025-06-18 20:14:11 +08:00
parent e8804d6140
commit 8176a9b3d0
32 changed files with 2094 additions and 506 deletions

View 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',
};