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. ];