Files
nexusphp/resources/lang/zh_CN/user.php
T

12 lines
207 B
PHP
Raw Normal View History

2021-05-12 13:45:00 +08:00
<?php
return [
'edit_ban_reason' => '被管理人员禁用',
'deleted_username' => '无此账号',
2021-05-19 19:45:41 +08:00
'admin' => [
'list' => [
'page_title' => '用户列表'
]
]
2021-05-12 13:45:00 +08:00
];