Files
opensem/resources/lang/bg/auth.php
Ludovic CANDELLIER 0879b0abf0 add shipping rules
2023-07-16 14:45:42 +02:00

19 lines
724 B
PHP

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