2017-12-12 09:20:57 -08:00
|
|
|
|
<?php
|
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
return [
|
2017-12-12 09:20:57 -08:00
|
|
|
|
|
2018-01-20 04:53:04 -08:00
|
|
|
|
'account_already_exists' => 'Обліковий запис з цією електронною адресою вже існує.',
|
|
|
|
|
'account_not_found' => 'Неправильне ім\'я користувача або пароль.',
|
|
|
|
|
'account_not_activated' => 'Цей обліковий запис не активовано.',
|
|
|
|
|
'account_suspended' => 'Дію цього аккаунта призупинено.',
|
|
|
|
|
'account_banned' => 'Цей аккаунт заблоковано.',
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'two_factor' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'already_enrolled' => 'Your device is already enrolled.',
|
|
|
|
|
'success' => 'You have successfully logged in.',
|
|
|
|
|
'code_required' => 'Two-factor code is required.',
|
|
|
|
|
'invalid_code' => 'Two-factor code is invalid.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'signin' => [
|
2018-01-20 04:53:04 -08:00
|
|
|
|
'error' => 'Під час спроби входу в систему сталася помилка. Будь ласка, спробуйте ще раз.',
|
|
|
|
|
'success' => 'Ви успішно увійшли в систему.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'logout' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'error' => 'There was a problem while trying to log you out, please try again.',
|
|
|
|
|
'success' => 'You have successfully logged out.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2020-11-09 14:52:11 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'signup' => [
|
2018-01-20 04:53:04 -08:00
|
|
|
|
'error' => 'Сталася помилка під час створення свого облікового запису, будь ласка, спробуйте ще раз.',
|
|
|
|
|
'success' => 'Обліковий запис успішно створено.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'forgot-password' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'error' => 'There was a problem while trying to get a reset password code, please try again.',
|
|
|
|
|
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'forgot-password-confirm' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'error' => 'There was a problem while trying to reset your password, please try again.',
|
|
|
|
|
'success' => 'Your password has been successfully reset.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
];
|