eauth.php 1.35 KB
<?php

return [
	'Undefined service name: {service}.' => 'Авторизація за допомогою {service} не підтримується.',
	'Invalid response http code: {code}.' => 'Невірна відповідь від сервера авторизації: {code}.',
	'Invalid response format.' => 'Сервер авторизації повернув данні в невірному форматі.',
	'Unable to complete the authentication because the required data was not received.' => 'Неможливо завершити авторизацію користувача, так як {provider} не передає необхідну інформацію.',
	'Unable to complete the request because the user was not authenticated.' => 'Неможливо виконати захищений запит, так як користувач не був авторизований.',

	'Redirecting back to the application...' => 'Redirecting back to the application...',
	'Click here to return to the application.' => 'Click here to return to the application.',

	'Google' => 'Google',
	'Twitter' => 'Twitter',
	'Yandex' => 'Яндекс',
	'VK.com' => 'ВКонтакте',
	'Facebook' => 'Facebook',
	'Mail.ru' => 'Mail.ru',
	'Moikrug.ru' => 'Мой круг',
	'Odnoklassniki' => 'Одноклассники',
	'LinkedIn' => 'LinkedIn',
	'GitHub' => 'GitHub',
];