Files
nexusphp/resources/lang/ja/cleanup.php
2025-04-19 02:06:51 +07:00

16 lines
1.6 KiB
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 array (
'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、levellevel Level Last Running timeは:: last_timeでした。セットの実行間隔は::間隔秒interval_human、確認してください',
'alarm_email_subject_for_queue_failed_jobs' => '[site_name] asyncタスクの例外',
'alarm_email_body_for_queue_failed_jobs' => 'それ以来、データテーブルに記録されているカウント不合格の非同期タスクがあります。',
);