notification.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'attribute' => 'Notification',
  5. 'new' => '{1} :num new message|[1,*] :num new messages',
  6. 'empty' => 'You have no new messages',
  7. 'payment_received' => 'Payment received, amount: :amount. View order details',
  8. 'account_expired' => 'Account expiration reminder',
  9. 'account_expired_content' => 'Your account will expire in :days days. Please renew promptly to continue using our services.',
  10. 'account_expired_blade' => 'Account will expire in :days days, please renew promptly',
  11. 'active_email' => 'Please complete verification within 30 minutes',
  12. 'close_ticket' => 'Ticket :id: :title closed',
  13. 'view_web' => 'View website',
  14. 'view_ticket' => 'View ticket',
  15. 'new_ticket' => 'New ticket received: :title',
  16. 'reply_ticket' => 'Ticket replied: :title',
  17. 'ticket_content' => 'Ticket content:',
  18. 'node_block' => 'Node block warning',
  19. 'node_offline' => 'Node offline warning',
  20. 'node_offline_content' => 'Abnormal nodes, may be offline:',
  21. 'block_report' => 'Block report:',
  22. 'traffic_warning' => 'Data usage warning',
  23. 'traffic_remain' => ':percent% of data used, please pay attention',
  24. 'traffic_tips' => 'Please note the data reset date and use data rationally, or renew after exhausted',
  25. 'verification_account' => 'Account verification',
  26. 'verification' => 'Your verification code:',
  27. 'verification_limit' => 'Please verify within :minutes minutes',
  28. 'data_anomaly' => 'Data anomaly user warning',
  29. 'data_anomaly_content' => 'User :id: [Upload: :upload | Download: :download | Total: :total] in last 1 hour',
  30. 'node' => [
  31. 'upload' => 'Upload',
  32. 'download' => 'Download',
  33. 'total' => 'Total',
  34. ],
  35. ];