mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
20 lines
747 B
PHP
20 lines
747 B
PHP
|
|
<?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.
|
||
|
|
|
|
||
|
|
*/
|
||
|
|
|
||
|
|
'failed' => 'Ці облікові дані не відповідають нашим записам.',
|
||
|
|
'throttle' => 'Перевищено кількість спроб входу. Будь ласка, спробуйте ще раз через :seconds секунд.',
|
||
|
|
|
||
|
|
];
|