mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
change user class migrate to admin
This commit is contained in:
@@ -79,6 +79,7 @@ return [
|
||||
'confirm_bulk' => 'Bulk confirm',
|
||||
'change_bonus_etc_duration_label' => 'Duration',
|
||||
'change_bonus_etc_duration_help' => 'Required when adding temporary invitation, in days',
|
||||
'change_class_btn' => 'Change class',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
|
||||
@@ -16,6 +16,7 @@ return [
|
||||
'invites' => 'Invites',
|
||||
'attendance_card' => 'Attend card',
|
||||
'props' => 'Props',
|
||||
'class' => 'Class',
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => 'Vip',
|
||||
@@ -39,6 +40,14 @@ return [
|
||||
'body' => ':operator Grant you :name, Validity period: :duration.',
|
||||
],
|
||||
'metas' => [
|
||||
'already_valid_forever' => ':meta_key_text 已經永久有效',
|
||||
'already_valid_forever' => ':meta_key_text already valid forever',
|
||||
],
|
||||
'edit_notifications' => [
|
||||
'change_class' => [
|
||||
'promote' => 'Promote',
|
||||
'demote' => 'Demote',
|
||||
'subject' => 'Class changed',
|
||||
'body' => 'You had been :action to :new_class, administrator: :operator, reason: :reason.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user