Files
nexusphp/resources/lang/zh_TW/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' => '無此賬號',
'admin' => [
'list' => [
'page_title' => '用戶列表'
]
]
2021-05-12 13:45:00 +08:00
];