Files
librenms-librenms/resources/lang/uk/auth.php
p4k8 210529cff3 Ukrainian language support (#10328)
* first pass of uk translation

* Update commands.php

* Update commands.php

* Update wireless.php
2019-06-20 16:05:12 -05:00

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 секунд.',
];