mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add backup and admin dist
This commit is contained in:
@@ -12,7 +12,7 @@ return [
|
||||
'current_value' => 'Current',
|
||||
'result' => 'Result',
|
||||
'result_pass' => 'Pass!',
|
||||
'result_not_pass' => '<bold color="red">Not pass!</bold>',
|
||||
'result_not_pass' => '<span style="color: red">Not pass!</span>',
|
||||
'checkout_pass_message_subject' => 'Exam pass!',
|
||||
'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!',
|
||||
|
||||
@@ -12,7 +12,7 @@ return [
|
||||
'current_value' => '当前',
|
||||
'result' => '结果',
|
||||
'result_pass' => '通过!',
|
||||
'result_not_pass' => '<bold color="red">未通过!</bold>',
|
||||
'result_not_pass' => '<span style="color: red">未通过!</span>',
|
||||
'checkout_pass_message_subject' => '考核通过!',
|
||||
'checkout_pass_message_content' => '恭喜!你在规定时间内(:begin ~ :end)顺利完成了考核::exam_name。',
|
||||
'checkout_not_pass_message_subject' => '考核未通过,账号被禁用!',
|
||||
|
||||
@@ -12,7 +12,7 @@ return [
|
||||
'current_value' => '當前',
|
||||
'result' => '結果',
|
||||
'result_pass' => '通過!',
|
||||
'result_not_pass' => '<bold color="red">未通過!</bold>',
|
||||
'result_not_pass' => '<span style="color: red">未通過!</span>',
|
||||
'checkout_pass_message_subject' => '考核通過!',
|
||||
'checkout_pass_message_content' => '恭喜!你在規定時間內(:begin ~ :end)順利完成了考核::exam_name。',
|
||||
'checkout_not_pass_message_subject' => '考核未通過,賬號被禁用!',
|
||||
|
||||
Reference in New Issue
Block a user