Files
nexusphp/resources/lang/zh_TW/cleanup.php
2024-03-23 23:18:30 +08:00

14 lines
971 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'ban_user_with_leech_warning_expired' => '上傳警告到期,被系統禁用.',
'disable_user_unconfirmed' => '超時未確認,被系統封禁.',
'disable_user_no_transfer_alt_last_access_time' => '封禁非活躍的無流量賬號,由最近訪問時間斷定.',
'disable_user_no_transfer_alt_register_time' => '封禁非活躍的無流量賬號,由註冊時間時間斷定.',
'disable_user_not_parked' => '定時封禁未掛起的非活躍賬號.',
'disable_user_parked' => '定時封禁已掛起的非活躍賬號.',
'destroy_disabled_account' => '定時物理刪除已封禁賬號',
'alarm_email_subject' => '[:site_name]後臺清理任務異常',
'alarm_email_body' => '當前時間::now_time, 級別 :level 上次運行時間是::last_time已經超過:elapsed_seconds 秒(:elapsed_seconds_human沒有運行設置的運行間隔是:interval 秒(:interval_human請檢查',
];