mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add-trans
This commit is contained in:
9
resources/lang/zh_CN/exam-user.php
Normal file
9
resources/lang/zh_CN/exam-user.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '考核用户列表'
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -19,4 +19,9 @@ return [
|
||||
'checkout_not_pass_message_content' => '你在规定时间内(:begin ~ :end)未完成考核::exam_name,账号已被禁用。',
|
||||
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
|
||||
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系统禁用.',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '考核列表'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
@@ -2,4 +2,9 @@
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => '被管理人员禁用',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '用户列表'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user