Update message strings after GDPR merge

This commit is contained in:
Lorenzo Milesi
2018-07-13 09:44:28 +02:00
parent 4c70824ddc
commit 0d06d4812b
24 changed files with 505 additions and 644 deletions

View File

@ -17,77 +17,43 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => '',
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => '',
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => '',
'Are you sure you wish the user to change their password at next login?' => '',
'Back to privacy settings' => '',
'Cancel' => '',
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => '',
'Close' => '',
'Data processing consent' => '',
'Delete my account' => '',
'Delete personal data' => '',
'Deleted by GDPR request' => '',
'Disable Two-Factor Auth' => '',
'Download my data' => '',
'Enable' => '',
'Enable Two-factor auth' => '',
'Export my data' => '',
'Force password change at next login' => '',
'Here you can download your personal data in a comma separated values format.' => '',
'I aggree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '',
'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '',
'Invalid password' => '',
'Invalid two-factor code' => '',
'Last login' => '',
'Never' => '',
'Last login IP' => '',
'Last login time' => '',
'Last password change' => '',
'Once you have deleted your data, you will not longer be able to sign in with this account.' => '',
'Password age' => '',
'Privacy' => '',
'Privacy settings' => '',
'Required "key" cannot be empty.' => '',
'Required "secret" cannot be empty.' => '',
'Role "{0}" not found. Creating it.' => '',
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => '',
'The "recaptcha" component must be configured.' => '',
'The verification code is incorrect.' => '',
'This will disable two-factor auth. Are you sure?' => '',
'There was an error in saving user' => '',
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
'Two Factor Authentication' => '',
'Two factor successfully enabled.' => '',
'Two-Factor Authentication' => '',
'Two-factor auth protects you against stolen credentials' => '',
'Two-factor authentication code' => '',
'Two-factor authorization has been disabled.' => '',
'Two-factor code' => '',
'Unable to disable two-factor authorization.' => '',
'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.' => '',
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => '',
'User will be required to change password at next login' => '',
'You are about to delete all your personal data from this site.' => '',
'Your consent is required to register' => '',
'Your password has expired, you must change it now' => '',
'Your personal information has been removed' => '',
'privacy policy' => '',
'{0} cannot be blank.' => '',
'A message has been sent to your email address. ' => '@@Сообщение было отправлено на вашу электронную почту@@',
'Awesome, almost there. ' => '@@Замечательно, почти готово!@@',
'Class "{0}" does not exist' => '@@Класс "{0}" не найден@@',
'I aggree processing of my personal data and the use of cookies
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
'Disable two factor authentication' => 'Выключить двухфакторную авторизацию',
'Enable two factor authentication' => 'Включить двухфакторную авторизацию',
'Invalid two factor authentication code' => 'Неверный код двухфакторной авторизации',
'This will disable two factor authentication. Are you sure?' => 'Двухфакторная авторизация будет отключена. Вы уверены?',
'Two Factor Authentication (2FA)' => 'Двухфакторная авторизация (2FA)',
'Two factor authentication code' => 'Код двухфакторной авторизации',
'Two factor authentication has been disabled.' => 'Двухфакторная авторизация отключена.',
'Two factor authentication protects you against stolen credentials' => 'Двухфакторная авторизация защитит вас от кражи параметров доступа',
'Two factor authentication successfully enabled.' => 'Двухфакторная авторизация успешно включена.',
'Unable to disable Two factor authentication.' => 'Не удалось отключить двухфакторную авторизацию.',
'A message has been sent to your email address. ' => '@@Сообщение было отправлено на вашу электронную почту@@',
'Awesome, almost there. ' => '@@Замечательно, почти готово!@@',
'Class "{0}" does not exist' => '@@Класс "{0}" не найден@@',
'Disable Two-Factor Auth' => '@@Отключить двухфакторную авторизацию@@',
'Enable Two-factor auth' => '@@Включить двухфакторную авторизацию@@',
'I aggree processing of my personal data and the use of cookies
to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
'I aggree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
'Invalid two-factor code' => '@@Неверный код двухфакторной авторизации@@',
'Last login' => '@@Последний вход@@',
'Registration ip' => '@@IP при регистрации@@',
'Rule class can not be instantiated' => '@@Класс правила не может быть создан@@',
'Rule class must extend "yii\\rbac\\Rule"' => '@@Класс правила должен наследоваться от "yii\\rbac\\Rule"@@',
@ -102,6 +68,7 @@ return [
'Unable to disable two-factor authorization.' => '@@Не удалось отключить двухфакторную авторизацию.@@',
'We couldn\'t re-send the mail to confirm your address. ' => '@@Мы не можем повторно отправить письмо для подтверждения вашего адреса электронной почты.@@',
'We have sent confirmation links to both old and new email addresses. ' => '@@Мы отправили письма на ваш старый и новый почтовые ящики. Вы должны перейти по обеим, чтобы завершить процесс смены адреса.@@',
'{0, date, MMM dd, YYYY HH:mm}' => '@@@@',
'(not set)' => '(не задано)',
'A confirmation message has been sent to your new email address' => 'На указанный адрес было отправлено письмо с дальнейшими инструкциями',
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'На вашу электронную почту было отправлено сообщение со ссылкой подтверждения регистрации.',
@ -169,11 +136,13 @@ return [
'Delete account' => 'Удалить аккаунт',
'Description' => 'Описание',
'Didn\'t receive confirmation message?' => 'Не пришло письмо?',
'Disable two factor authentication' => 'Выключить двухфакторную авторизацию',
'Disconnect' => 'Отключить',
'Don\'t have an account? Sign up!' => 'Нет аккаунта? Зарегистрируйтесь!',
'Email' => 'Email',
'Email (public)' => 'Публичный email',
'Enable' => 'Включить',
'Enable two factor authentication' => 'Включить двухфакторную авторизацию',
'Error occurred while changing password' => 'Произошла ошибка при смене пароля',
'Error occurred while confirming user' => 'Произошла ошибка при активации пользователя',
'Error occurred while deleting user' => 'Произошла ошибка при удалении пользователя',
@ -193,11 +162,11 @@ return [
'Information' => 'Информация',
'Invalid login or password' => 'Неправильный логин или пароль',
'Invalid or expired link' => 'Ссылка неправильна или устарела',
'Invalid two factor authentication code' => 'Неверный код двухфакторной авторизации',
'Invalid value' => 'Неправильное значение',
'It will be deleted forever' => 'Он будет удалён навсегда',
'Items' => 'Элементы',
'Joined on {0, date}' => 'Зарегистрирован {0, date}',
'Last login' => 'Последний вход',
'Location' => 'Местоположение',
'Login' => 'Логин',
'Logout' => 'Выйти',
@ -260,13 +229,20 @@ return [
'This account has already been connected to another user' => 'Этот аккаунт уже привязан к другой учетной записи',
'This email address has already been taken' => 'Email уже используется',
'This username has already been taken' => 'Это имя пользователя уже используется',
'This will disable two factor authentication. Are you sure?' => 'Двухфакторная авторизация будет отключена. Вы уверены?',
'Time zone' => 'Часовой пояс',
'Time zone is not valid' => 'Некорректный часовой пояс',
'Two Factor Authentication (2FA)' => 'Двухфакторная авторизация (2FA)',
'Two factor authentication code' => 'Код двухфакторной авторизации',
'Two factor authentication has been disabled.' => 'Двухфакторная авторизация отключена.',
'Two factor authentication protects you against stolen credentials' => 'Двухфакторная авторизация защитит вас от кражи параметров доступа',
'Two factor authentication successfully enabled.' => 'Двухфакторная авторизация успешно включена.',
'Unable to confirm user. Please, try again.' => 'Не удалось активировать пользователя. Пожалуйста, попробуйте ещё раз.',
'Unable to create an account.' => 'Не удалось создать аккаунт.',
'Unable to create authorization item.' => 'Не удалось создать элемент авторизации',
'Unable to create new authorization rule.' => 'Не удалось создать правило авторизации.',
'Unable to delete user. Please, try again later.' => 'Не удалось удалить пользователя. Пожалуйста, попробуйте позже.',
'Unable to disable Two factor authentication.' => 'Не удалось отключить двухфакторную авторизацию.',
'Unable to remove authorization item.' => 'Не удалось удалить элемент авторизации.',
'Unable to send confirmation link' => 'Не удалось отправить ссылку для активации аккаунта.',
'Unable to send recovery message to the user' => 'Не удалось отправить пользователю письмо восстановления',