mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
user modify migrate
This commit is contained in:
@@ -29,4 +29,13 @@ return [
|
||||
'change_username_lte_min_interval' => '上次修改时间::last_change_time,未满足最小间隔::interval 天',
|
||||
'destroy_by_admin' => '被管理员物理删除',
|
||||
'disable_by_admin' => '被管理員封禁',
|
||||
'genders' => [
|
||||
\App\Models\User::GENDER_MALE => '男',
|
||||
\App\Models\User::GENDER_FEMALE => '女',
|
||||
\App\Models\User::GENDER_UNKNOWN => '未知',
|
||||
],
|
||||
'grant_props_notification' => [
|
||||
'subject' => '获得道具::name',
|
||||
'body' => ':operator 授予你 :name, 有效期::duration。',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user