Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
773 B
PHP
Raw Permalink Normal View History

2019-06-21 00:05:12 +03:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
2022-04-21 05:23:25 +03:00
'title' => 'Автентифікація',
2019-06-21 00:05:12 +03:00
'failed' => 'Ці облікові дані не відповідають нашим записам.',
2022-04-21 05:23:25 +03:00
'throttle' => 'Перевищено кількість спроб входу. Спробуйте ще раз через :seconds секунд.',
2019-06-21 00:05:12 +03:00
];