notification.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'account_expired' => 'Account expiration reminder',
  5. 'account_expired_blade' => 'Account will expire in :days days, please renew promptly',
  6. 'account_expired_content' => 'Your account will expire in :days days. Please renew promptly to continue using our services.',
  7. 'active_email' => 'Please complete verification within 30 minutes',
  8. 'attribute' => 'Notification',
  9. 'block_report' => 'Block report:',
  10. 'close_ticket' => 'Ticket [ID: :id, Title: :title] has been closed',
  11. 'data_anomaly' => 'User data anomaly alert',
  12. 'data_anomaly_content' => 'User [ID: :id], data usage in the last hour: [Upload: :upload, Download: :download, Total: :total]',
  13. 'details' => 'View Details',
  14. 'details_btn' => 'Please click the button below to view the details.',
  15. 'ding_bot_limit' => 'Each bot can send up to 20 messages per minute. Exceeding this limit will trigger a 10-minute rate limit.',
  16. 'empty' => 'You have no new messages',
  17. 'error' => '[:channel] Message push with exception: :reason',
  18. 'get_access_token_failed' => 'Failed to obtain access token!\nWith request parameters: :body',
  19. 'into_maintenance' => 'Automatically enter maintenance mode',
  20. 'new' => '{1} :num new message|[1,*] :num new messages',
  21. 'new_ticket' => 'You have received a new ticket: [Title: :title], please click to view details.',
  22. 'next_check_time' => 'Next node blockage detection time: :time',
  23. 'node' => [
  24. 'download' => 'Download',
  25. 'total' => 'Total',
  26. 'upload' => 'Upload',
  27. ],
  28. 'node_block' => 'Node block warning',
  29. 'node_offline' => 'Node offline warning',
  30. 'node_offline_content' => 'Abnormal nodes, may be offline:',
  31. 'node_renewal' => 'Node Renewal Reminder',
  32. 'node_renewal_blade' => 'The following nodes are about to expire. Please renew in advance: :nodes',
  33. 'node_renewal_content' => 'The following nodes are about to expire. Please renew before the expiration to avoid service interruption.',
  34. 'payment_received' => 'Payment received, amount: :amount. View order details',
  35. 'reply_ticket' => 'Ticket replied: :title',
  36. 'reset_failed' => '[Daily Task] Data reset failed for User [ID: :uid, Username: :username]',
  37. 'serverChan_exhausted' => 'Today\'s limit has been exhausted!',
  38. 'serverChan_limit' => 'Frequency too high per minute. Please optimize the notification settings!',
  39. 'sign_failed' => 'Secure signature verification failed',
  40. 'ticket_content' => 'Ticket content:',
  41. 'traffic_remain' => 'You have used :percent% of your data, please manage your remaining data usage wisely',
  42. 'traffic_tips' => 'Please be aware of the data reset date and plan your usage accordingly, or top up when data is exhausted.',
  43. 'traffic_warning' => 'Data usage warning',
  44. 'verification' => 'Your verification code:',
  45. 'verification_account' => 'Account verification',
  46. 'verification_limit' => 'Please verify within :minutes minutes',
  47. 'view_ticket' => 'View ticket',
  48. 'view_web' => 'View website',
  49. ];