notification.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'attribute' => 'NOTIFICATIONS',
  4. 'new' => ':num new message|:num new messages',
  5. 'empty' => 'No new message',
  6. 'payment_received' => 'Order has paid, Amount:¥:amount! Click me to view the detail',
  7. 'account_expired' => 'Account Going to Expired',
  8. 'account_expired_content' => 'Your account will be expired after【:days】days. For your server experience, please renew your account ahead of time.',
  9. 'account_expired_blade' => 'Account will be expired after【:days】days, Please renew',
  10. 'active_email' => 'Please completed this action under 30 minutes',
  11. 'close_ticket' => 'Ticket #【:id】 - :title Closed',
  12. 'view_web' => 'View Our Website',
  13. 'view_ticket' => 'View The Ticket',
  14. 'new_ticket' => 'New Ticket Opened: :title',
  15. 'reply_ticket' => 'New Ticket Replied: :title',
  16. 'ticket_content' => 'Ticket Content: ',
  17. 'node_block' => 'Node Blocked Warning',
  18. 'node_offline' => 'Node maybe offline!',
  19. 'node_offline_content' => 'Following Nodes abnormal: return heartbeats information are abnormal, Please pay attention.',
  20. 'block_report' => 'Blocked Report: ',
  21. 'traffic_warning' => 'Data Traffic Waring: ',
  22. 'traffic_remain' => 'Data Traffic Consumption: :percent%',
  23. 'traffic_tips' => 'Please pay attention on the service reset day. You may also cloud consider reset your data before the reset day.',
  24. 'verification_account' => 'Account Verification',
  25. 'verification' => 'Your verification code: ',
  26. 'data_anomaly' => 'User Data Traffic Abnormal Warning',
  27. 'data_anomaly_content' => 'User :id:Recent Hourly Data Usage [Upload: :upload | Download: :download | Total: :total]',
  28. 'node' => [
  29. 'upload' => 'Upload',
  30. 'download' => 'download',
  31. 'total' => 'Total',
  32. ],
  33. ];