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