login.php 1.1KB

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