[update]新增submittedReward页面
This commit is contained in:
@@ -10,6 +10,7 @@ export default {
|
||||
[adminBaseRoutePath + '/moduleStore']: ['./backend/${lang}/module.ts'],
|
||||
[adminBaseRoutePath + '/user/rule']: ['./backend/${lang}/auth/rule.ts'],
|
||||
[adminBaseRoutePath + '/user/moneyLog/annualReport']: ['./backend/${lang}/user/moneyLog.ts'],
|
||||
[adminBaseRoutePath + '/user/submittedReward']: ['./backend/${lang}/user/submittedReward.ts'],
|
||||
[adminBaseRoutePath + '/user/scoreLog']: ['./backend/${lang}/user/moneyLog.ts'],
|
||||
[adminBaseRoutePath + '/crud/crud']: ['./backend/${lang}/crud/log.ts', './backend/${lang}/crud/state.ts'],
|
||||
}
|
||||
|
||||
27
web/src/lang/backend/en/user/submittedReward.ts
Normal file
27
web/src/lang/backend/en/user/submittedReward.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
'Promotion type': 'Promotion type',
|
||||
'Submitted Rewards': 'Submitted Rewards',
|
||||
Running: 'Running',
|
||||
'Start Date': 'Start Date',
|
||||
'End Date': 'End Date',
|
||||
Status: 'Status',
|
||||
Username: 'Username',
|
||||
'All status': '- All status -',
|
||||
'Approve Reward': 'Approve Reward',
|
||||
'Reject Reward': 'Reject Reward',
|
||||
'In process': 'In process',
|
||||
'Search by username': 'Search by username',
|
||||
Clear: 'Clear',
|
||||
'Date of data': 'Date of data',
|
||||
'Submitted Time': 'Submitted Time',
|
||||
'Reward Claim': 'Reward Claim',
|
||||
Action: 'Action',
|
||||
Agree: 'Agree',
|
||||
Reject: 'Reject',
|
||||
'Confirm reward action': 'Are you sure you want to {action} the reward request from {username}?',
|
||||
'No records': 'No records',
|
||||
'Total records': 'Total {total} records',
|
||||
to: 'to',
|
||||
Day: 'Day',
|
||||
Days: 'Days',
|
||||
}
|
||||
27
web/src/lang/backend/zh-cn/user/submittedReward.ts
Normal file
27
web/src/lang/backend/zh-cn/user/submittedReward.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
'Promotion type': '活动类型',
|
||||
'Submitted Rewards': '已提交奖励',
|
||||
Running: '运行中',
|
||||
'Start Date': '开始日期',
|
||||
'End Date': '结束日期',
|
||||
Status: '状态',
|
||||
Username: '用户名',
|
||||
'All status': '- 全部状态 -',
|
||||
'Approve Reward': '批准奖励',
|
||||
'Reject Reward': '拒绝奖励',
|
||||
'In process': '处理中',
|
||||
'Search by username': '按用户名搜索',
|
||||
Clear: '清除',
|
||||
'Date of data': '数据日期',
|
||||
'Submitted Time': '提交时间',
|
||||
'Reward Claim': '领取奖励',
|
||||
Action: '操作',
|
||||
Agree: '同意',
|
||||
Reject: '拒绝',
|
||||
'Confirm reward action': '确定要{action}用户 {username} 的奖励申请吗?',
|
||||
'No records': '暂无记录',
|
||||
'Total records': '共 {total} 条记录',
|
||||
to: '至',
|
||||
Day: '天',
|
||||
Days: '天',
|
||||
}
|
||||
Reference in New Issue
Block a user