| 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' => 'එම ඊමේල් ලිපිනයෙන් පරිශීලකයෙකු සොයාගත නොහැක.',
- ];
|