mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
backend change class to vip can set until time
This commit is contained in:
@@ -44,4 +44,8 @@ return [
|
||||
'gift_btn' => 'Gift',
|
||||
'confirm_to_gift' => 'Confirm to gift to user ',
|
||||
'max_allow_wearing' => 'A maximum of :count medals can be worn at the same time',
|
||||
'wearing_status_text' => [
|
||||
0 => 'Wearing',
|
||||
1 => 'Not wearing'
|
||||
],
|
||||
];
|
||||
|
||||
@@ -17,6 +17,10 @@ return [
|
||||
'attendance_card' => 'Attend card',
|
||||
'props' => 'Props',
|
||||
'class' => 'Class',
|
||||
'vip_added' => 'VIP status is obtained by bonus',
|
||||
'vip_added_help' => 'Is the VIP status redeemed by bonus.',
|
||||
'vip_until' => 'VIP status end time',
|
||||
'vip_until_help' => "The time format is 'Year-Year-Month-Day Hour:Minute:Second The time when the VIP status ends.' VIP status is obtained by bonus' must be set to 'Yes' for this rule to take effect.",
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => 'Vip',
|
||||
|
||||
@@ -44,4 +44,8 @@ return [
|
||||
'gift_btn' => '赠送',
|
||||
'confirm_to_gift' => '确定要赠送给用户 ',
|
||||
'max_allow_wearing' => '最多允许同时佩戴 :count 个勋章',
|
||||
'wearing_status_text' => [
|
||||
0 => '未佩戴',
|
||||
1 => '已佩戴'
|
||||
],
|
||||
];
|
||||
|
||||
@@ -17,6 +17,10 @@ return [
|
||||
'attendance_card' => '补签卡',
|
||||
'props' => '道具',
|
||||
'class' => '等级',
|
||||
'vip_added' => '贵宾资格为通过魔力值获得',
|
||||
'vip_added_help' => '该贵宾资格是否为通过魔力值换取。',
|
||||
'vip_until' => '贵宾资格结束时间',
|
||||
'vip_until_help' => "时间格式为'年年年年-月月-日日 时时:分分:秒秒'。贵宾资格结束的时间。'贵宾资格为通过魔力值获得'必须设为'是'此规则才能生效。",
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => '贵宾',
|
||||
|
||||
@@ -44,4 +44,8 @@ return [
|
||||
'gift_btn' => '贈送',
|
||||
'confirm_to_gift' => '確定要贈送給用戶 ',
|
||||
'max_allow_wearing' => '最多允許同時佩戴 :count 個勛章',
|
||||
'wearing_status_text' => [
|
||||
0 => '未佩戴',
|
||||
1 => '已佩戴'
|
||||
],
|
||||
];
|
||||
|
||||
@@ -17,6 +17,10 @@ return [
|
||||
'attendance_card' => '補簽卡',
|
||||
'props' => '道具',
|
||||
'class' => '等級',
|
||||
'vip_added' => '貴賓資格為通過魔力值獲得',
|
||||
'vip_added_help' => '該貴賓資格是否為通過魔力值換取。',
|
||||
'vip_until' => '貴賓資格結束時間',
|
||||
'vip_until_help' => "時間格式為'年年年年-月月-日日 時時:分分:秒秒'。貴賓資格結束的時間。'貴賓資格為通過魔力值獲得'必須設為'是'此規則才能生效。",
|
||||
],
|
||||
'class_names' => [
|
||||
\App\Models\User::CLASS_VIP => '貴賓',
|
||||
|
||||
Reference in New Issue
Block a user