passwords.php 902 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Password Reminder 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. ];