passwords.php 1.1 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. ];