mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
user ban log
This commit is contained in:
@@ -17,4 +17,6 @@ return [
|
||||
'checkout_pass_message_content' => 'Congratulation! You have complete the exam: :exam_name in time(:begin ~ :end)',
|
||||
'checkout_not_pass_message_subject' => 'Exam not pass, and account is banned!',
|
||||
'checkout_not_pass_message_content' => 'You did not complete the exam: :exam_name in time(:begin ~ :end), and your account has be banned!',
|
||||
'ban_log_reason' => 'Not complete exam: :exam_name in time(:begin ~ :end)',
|
||||
'ban_user_modcomment' => 'Due to not complete exam: :exam_name(:begin ~ :end), ban by system',
|
||||
];
|
||||
|
||||
5
resources/lang/en/user.php
Normal file
5
resources/lang/en/user.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => 'Disable by administrator',
|
||||
];
|
||||
@@ -17,4 +17,6 @@ return [
|
||||
'checkout_pass_message_content' => '恭喜!你在规定时间内(:begin ~ :end)顺利完成了考核::exam_name。',
|
||||
'checkout_not_pass_message_subject' => '考核未通过,账号被禁用!',
|
||||
'checkout_not_pass_message_content' => '你在规定时间内(:begin ~ :end)未完成考核::exam_name,账号已被禁用。',
|
||||
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
|
||||
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系统禁用',
|
||||
];
|
||||
|
||||
5
resources/lang/zh_CN/user.php
Normal file
5
resources/lang/zh_CN/user.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => '被管理人员禁用',
|
||||
];
|
||||
@@ -17,4 +17,6 @@ return [
|
||||
'checkout_pass_message_content' => '恭喜!你在規定時間內(:begin ~ :end)順利完成了考核::exam_name。',
|
||||
'checkout_not_pass_message_subject' => '考核未通過,賬號被禁用!',
|
||||
'checkout_not_pass_message_content' => '你在規定時間內(:begin ~ :end)未完成考核::exam_name,賬號已被禁用。',
|
||||
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
|
||||
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系統禁用',
|
||||
];
|
||||
|
||||
5
resources/lang/zh_TW/user.php
Normal file
5
resources/lang/zh_TW/user.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'edit_ban_reason' => '被管理人員禁用',
|
||||
];
|
||||
Reference in New Issue
Block a user