auth.php 666 B

123456789101112131415161718
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Authentication Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are used during authentication for various
  8. | messages that we need to display to the user. You are free to modify
  9. | these language lines according to your application's requirements.
  10. |
  11. */
  12. return [
  13. 'failed' => 'Tyto přihlašovací údaje neodpovídají žadnému záznamu.',
  14. 'password' => 'Zadané heslo je neplatné.',
  15. 'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.',
  16. ];