Files
nexusphp/resources/lang/zh_TW/cleanup.php
2025-04-21 02:53:56 +07:00

37 lines
3.1 KiB
PHP
Raw Permalink 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請檢查',
'alarm_email_subject_for_queue_failed_jobs' => '[:site_name]異步任務異常',
'alarm_email_body_for_queue_failed_jobs' => '自 :since 起共有 :count 條失敗的異步任務,記錄在數據表 :failed_job_table 中,請檢查!',
'msg_low_ratio_warning_removed' => "低分享率警告取消",
'msg_your_ratio_warning_removed' => "你因分享率過低而獲得的警告被取消。你的等級已恢復為[b]User[/b]。請注意提高分享率,避免再次被警告。\n",
'msg_promoted_to' => "升級為",
'msg_now_you_are' => "祝賀你,你的等級已自動升級為[b]",
'msg_see_faq' => "[/b]. :)\n請查看[b][url=faq.php#id22]常見問題[/url][/b]瞭解你現在擁有的特權。\n",
'msg_demoted_to' => "降級為",
'msg_demoted_from' => "很遺憾,你的等級從[b]",
'msg_to' => "[/b]自動降為[b]",
'msg_because_ratio_drop_below' => "[/b],因為你的分享率已低於",
'msg_must_fix_ratio_within' => "鄭重警告:你的等級已從[b]User[/b]自動降為[b]Peasant[/b],同時你被警告!因為你的分享率過低。如果你在",
'msg_days_or_get_banned' => "天內仍未設法提高分享率,你的帳戶將被禁用!如果你不明白什麼是分享率及其要求,請參考[url=faq.php#id17]常見問題[/url]。",
'msg_vip_status_removed' => "VIP待遇到期",
'msg_vip_status_removed_body' => "你的VIP待遇因到期而被系統停止。你可以使用魔力值再次獲得該待遇。好運",
'msg_donor_status_removed' => "捐贈者待遇到期",
'msg_donor_status_removed_body' => "你的捐赠者待遇因到期而被系統停止。你可以捐贈我们再次獲得該待遇。好運!",
'msg_warning_removed' => "警告被系統移除",
'msg_your_warning_removed' => "你的警告被系統移除。我們希望你自此能好好表現。",
'msg_your_torrent_deleted' => "你發布的種子被刪除",
'msg_your_torrent' => "很遺憾,你發布的種子",
'msg_was_deleted_because_dead' => "因斷種過久,已被系統自動刪除。然而,你發布該種子時獲得的魔力值沒有被扣除。",
];