change user class migrate to admin

This commit is contained in:
xiaomlove
2023-01-07 19:34:59 +08:00
parent 02058237f1
commit 2cef77a7f2
11 changed files with 122 additions and 20 deletions
+1
View File
@@ -77,6 +77,7 @@ return [
'confirm_bulk' => '批量确认',
'change_bonus_etc_duration_label' => '有效期',
'change_bonus_etc_duration_help' => '增加临时邀请时必须,单位:天',
'change_class_btn' => '修改等级',
]
],
'exam_user' => [
+9
View File
@@ -16,6 +16,7 @@ return [
'invites' => '邀请',
'attendance_card' => '补签卡',
'props' => '道具',
'class' => '等级',
],
'class_names' => [
\App\Models\User::CLASS_VIP => '贵宾',
@@ -41,4 +42,12 @@ return [
'metas' => [
'already_valid_forever' => ':meta_key_text already valid forever',
],
'edit_notifications' => [
'change_class' => [
'promote' => '提升',
'demote' => '降级',
'subject' => '等级变化',
'body' => '你被:action为:new_class,管理员::operator, 原因::reason。',
],
],
];