passwords.php 1.2 KB

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Password Reset Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are the default lines which match reasons
  9. | that are given by the password broker for a password update attempt
  10. | has failed, such as for an invalid token or invalid new password.
  11. |
  12. */
  13. 'reset' => 'သင့်စကားဝှက်ကို ပြန်လည်သတ်မှတ်ပြီးပါပြီ။',
  14. 'sent' => 'စကားဝှက် ပြန်လည်သတ်မှတ်ရန် လင့်ခ်ကို အီးမေးလ်ပို့ပြီးပါပြီ။',
  15. 'throttled' => 'ထပ်မံမကြိုးစားမီ ခဏစောင့်ပါ။',
  16. 'token' => 'ဤစကားဝှက် ပြန်လည်သတ်မှတ်ရေး တိုကင်သည် မမှန်ကန်ပါ။',
  17. 'user' => 'ထိုအီးမေးလ်လိပ်စာဖြင့် အသုံးပြုသူကို ရှာမတွေ့ပါ။',
  18. ];