register.php 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. return [
  3. 'title' => 'အကောင့်အသစ်ဖွင့်ရန်',
  4. 'heading' => 'အကောင့်အသစ်ဖွင့်ပါ',
  5. 'actions' => [
  6. 'login' => [
  7. 'before' => 'သို့မဟုတ်',
  8. 'label' => 'အကောင့်ဝင်ရန်',
  9. ],
  10. ],
  11. 'form' => [
  12. 'email' => [
  13. 'label' => 'အီးမေးလ်လိပ်စာ',
  14. ],
  15. 'name' => [
  16. 'label' => 'အမည်',
  17. ],
  18. 'password' => [
  19. 'label' => 'စကားဝှက်',
  20. 'validation_attribute' => 'စကားဝှက်',
  21. ],
  22. 'password_confirmation' => [
  23. 'label' => 'စကားဝှက်အတည်ပြုပါ',
  24. ],
  25. 'actions' => [
  26. 'register' => [
  27. 'label' => 'အကောင့်ဖွင့်မည်',
  28. ],
  29. ],
  30. ],
  31. 'notifications' => [
  32. 'throttled' => [
  33. 'title' => 'အကောင့်ဖွင့်ရန် ကြိုးပမ်းမှု များလွန်းနေပါသည်',
  34. 'body' => 'ကျေးဇူးပြု၍ စက္ကန့် :seconds မှ ပြန်လည်ကြိုးစားပါ။',
  35. ],
  36. ],
  37. ];