mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
11 lines
165 B
PHP
11 lines
165 B
PHP
<?php
|
|
|
|
return [
|
|
'edit_ban_reason' => '被管理人员禁用',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => '用户列表'
|
|
]
|
|
]
|
|
];
|