allocatr/application/admin/lang/zh-cn/blacklist.php
2025-03-09 21:40:36 +08:00

14 lines
289 B
PHP

<?php
return [
'User_id' => '账号',
'Username' => '用户名',
// 'Username' => '用户名',
'Added_time' => '加入时间',
'Removed_time' => '移除时间',
'Reason' => '原因',
'Active' => '生效',
'Removed' => '移除',
'Remarks' => '备注'
];