| 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' => 'ບໍ່ພົບຜູ້ໃຊ້ທີ່ມີອີເມວດັ່ງກ່າວ.',
- ];
|