re #224 add missing method and translation message
This commit is contained in:
@ -110,6 +110,7 @@ return [
|
||||
'Gravatar email' => 'Gravatar email',
|
||||
'Hello' => 'Привіт',
|
||||
'Here you can download your personal data in a comma separated values format.' => 'Тут Ви можете скачати Ваші персональні дані у форматі CSV.',
|
||||
'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}' => '@@Я даю згоду на обробку моїх персональних даних та на використання cookie даним сайтом. Для більш детальної інформації ознайомтесь з {privacyPolicy}@@',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Якщо Ви вже зареєстровані - увійдіть та підключіть цей акаунт в налаштуваннях.',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Якщо Ви не можете натиснути на посилання, спробуйте вставити його адресу у Ваш браузер.',
|
||||
'If you did not make this request you can ignore this email' => 'Якщо Ви не робили запит - можете ігнорувати дане повідомлення.',
|
||||
@ -267,6 +268,7 @@ return [
|
||||
'Your password has expired, you must change it now' => 'Ваш пароль застарів, Ви маєте змінити його зараз',
|
||||
'Your personal information has been removed' => 'Ваші персональні дані видалені',
|
||||
'Your profile has been updated' => 'Ваш профіль оновлено',
|
||||
'privacy policy' => '@@політика конфіденційності@@',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '{0, date, MMM dd, YYYY HH:mm}',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, MMMM dd, YYYY HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} не може бути порожнім.',
|
||||
@ -283,7 +285,6 @@ return [
|
||||
'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}' => '@@Я даю згоду на обробку моїх персональних даних та на використання cookie даним сайтом. Для більш детальної інформації ознайомтесь з {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}' => '@@Я даю згоду на обробку моїх персональних даних та на використання cookie даним сайтом. Для більш детальної інформації ознайомтесь з {privacyPolicy}@@',
|
||||
'Invalid two-factor code' => '@@Невірний код двофакторної авторизації@@',
|
||||
'Last login' => '@@Останній вхід@@',
|
||||
'Registration ip' => '@@IP реєстрації@@',
|
||||
@ -301,5 +302,4 @@ return [
|
||||
'Unable to disable two-factor authorization.' => '@@Неможливо відключити двофакторну авторизацію.@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Ми не змогли надіслати email для підтвердження Вашої електронної адреси.@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Ми надіслали повідомлення з підтверджуючими посиланнями на обидві Ваші електронні адреси: стару і нову.@@',
|
||||
'privacy policy' => '@@політика конфіденційності@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user