| 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' => 'আমরা ঐ ইমেল ঠিকানায় ব্যবহারকারী খুঁজে পাচ্ছি না।',
- ];
|