snipe-it/resources/lang/bg/auth.php
snipe bd0863d9c7 Added new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-09-25 10:54:46 +01:00

21 lines
770 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| 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' => 'Неуспешно удостоверяване на потребител.',
'password' => 'Невалидна парола.',
'throttle' => 'Твърде много опити за логин. Моля, опитайте отново след :seconds секунди.',
);