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