-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy patheauth.php
23 lines (20 loc) · 1.46 KB
/
eauth.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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...' => 'Перенаправление обратно в приложение...',
'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',
];