From 1fae0f055d1434cc6c505fdcb516bf96d2cc4409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BA=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=BD=D0=B0?= Date: Wed, 18 Oct 2017 18:13:08 +0300 Subject: [PATCH] Fixes after merge with #88 --- src/User/resources/i18n/ru/usuario.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/User/resources/i18n/ru/usuario.php b/src/User/resources/i18n/ru/usuario.php index a714a31..d7fe376 100644 --- a/src/User/resources/i18n/ru/usuario.php +++ b/src/User/resources/i18n/ru/usuario.php @@ -27,8 +27,8 @@ return [ 'Disable Two-Factor Auth' => 'Отключить двухфакторную авторизацию', 'Enable' => 'Включить', 'Enable Two-factor auth' => 'Включить двухфакторную авторизацию', - 'Error sending registration message to "{email}". Please try again later.' => '', - 'Error sending welcome message to "{email}". Please try again later.' => '', + 'Error sending registration message to "{email}". Please try again later.' => 'Ошибка при отправке письма о регистрации на "{email}". Пожалуйста, попробуйте позже.', + 'Error sending welcome message to "{email}". Please try again later.' => 'Ошибка при отправке приветственного письма на "{email}". Пожалуйста, попробуйте позже.', 'Invalid two-factor code' => 'Неверный код двухфакторной авторизации', 'Last login' => 'Последний вход', 'Never' => 'Никогда', @@ -49,8 +49,8 @@ return [ 'Two-factor code' => 'Код двухфакторной авторизации', 'Unable to disable two-factor authorization.' => 'Не удалось отключить двухфакторную авторизацию.', 'Unable to send recovery message to the user' => 'Не удалось отправить пользователю письмо восстановления', - 'User account could not be created.' => '', - 'User could not be registered.' => '', + 'User account could not be created.' => 'Не удалось создать аккаунт для пользователя.', + 'User could not be registered.' => 'Не удалось зарегистрировать пользователя.', 'User not found.' => 'Пользователь не найден.', 'Verification failed. Please, enter new code.' => 'Проверка не удалась. Пожауйста, введите новый код', 'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => 'Не удалось повторно отправить письмо для подтверждения вашего адреса электронной почты. Пожалуйста, проверьте, что ввели корректный адрес или что он ещё не был подтверждён.', @@ -64,7 +64,6 @@ return [ 'Rule class must extend "yii\\rbac\\Rule"' => '@@Класс правила должен наследоваться от "yii\\rbac\\Rule"@@', 'We couldn\'t re-send the mail to confirm your address. ' => '@@Мы не можем повторно отправить письмо для подтверждения вашего адреса электронной почты.@@', 'We have sent confirmation links to both old and new email addresses. ' => '@@Мы отправили письма на ваш старый и новый почтовые ящики. Вы должны перейти по обеим, чтобы завершить процесс смены адреса.@@', - 'We couldn\'t re-send the mail to confirm your address. ' => 'Не удалось повторно отправить письмо для подтверждения вашего адреса электронной почты.', '(not set)' => '(не задано)', 'A confirmation message has been sent to your new email address' => 'На указанный адрес было отправлено письмо с дальнейшими инструкциями', 'A new confirmation link has been sent' => 'Ссылка для подтверждения была отправлена вам на почту',