login.php 1.5KB

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