email-verification-prompt.php 1.5KB

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. ];