mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
12 lines
207 B
PHP
12 lines
207 B
PHP
<?php
|
|
|
|
return [
|
|
'edit_ban_reason' => '被管理人員禁用',
|
|
'deleted_username' => '無此賬號',
|
|
'admin' => [
|
|
'list' => [
|
|
'page_title' => '用戶列表'
|
|
]
|
|
]
|
|
];
|