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