Blame view

common/components/nodge/eauth/src/messages/ru/eauth.php 1.48 KB
14a09168   Alex Savenko   init commit
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',

  ];