email-verification-prompt.php 1.3KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'ផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នក',
  4. 'heading' => 'ផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នក',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'ផ្ញើឡើងវិញ',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'មិនបានទទួលអ៊ីមែលដែលយើងផ្ញើទេ?',
  12. 'notification_sent' => 'យើងបានផ្ញើអ៊ីមែលទៅ​​ :email ដែលមានការណែនាំអំពីរបៀបផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នក។.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'យើងបានផ្ញើអ៊ីមែលឡើងវិញ។.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'ការព្យាយាមផ្ញើឡើងវិញច្រើនពេក',
  20. 'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។.',
  21. ],
  22. ],
  23. ];