-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguages.json
104 lines (104 loc) · 8.42 KB
/
languages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"ru": {
"debug": {
"log_request": "Дамп запроса. URL: {url}, параметры: {params}.",
"log_response": "Дамп ответа. Получено: {response}.",
"sleep_time": "Спим {seconds} секунд.",
"sleep_time_end": "Выспались, идём дальше."
},
"general": {
"enter_login": "Введите логин: ",
"enter_password": "Введите пароль: ",
"password_not_visible": "Пароль при вводе не отображается.",
"online_need_token": "Для запуска онлайна требуется токен!",
"start_online": "Запуск онлайна…",
"error_loading_vk_info": "Что-то пошло не так при запросе данных о странице.",
"success_online_started": "Онлайн успешно запущен для аккаунта id{id} ({name} {surname})!",
"success_method_call": "Вызов метода {method} прошёл успешно.",
"error_method_call": "Произошла ошибка при вызове метода {method}.",
"success_authorization": "Авторизация прошла успешно, токен получен!",
"error_authorization_unknown_error": "При авторизации что-то пошло не так. Ответ от сервера неизвестен.",
"error_unknown_server_response": "От сервера пришёл неизвестный скрипту ответ.",
"error_authorization": "Ошибка авторизации.",
"error_token_revoked": "Токен был отозван.",
"error_token_incorrect": "Некорректный токен.",
"error_2fa_app": "У вас включена двухфакторная авторизация, требуется подтверждение с помощью приложения для генерации кодов.",
"error_2fa_sms": "У вас включена двухфакторная авторизация, требуется подтверждение через SMS.",
"error_unknown_server_error": "Сервер ответил ошибкой, которую скрипт не может обработать.",
"enter_code": "Ввести код",
"request_code_sms": "Запросить код по СМС",
"retry_request_code_sms": "Повторно запросить код по СМС",
"error_unknown_validation_type": "Неизвестный тип подтверждения",
"choose_variant": "Выберите вариант: ",
"please_enter_code": "Введите код: ",
"code_send_to_phone": "Код будет выслан на номер {phone_mask}",
"error_unknown_variant": "Неизвестный вариант",
"error_need_captcha": "Требуется ввод капчи!",
"please_open_captcha": "Откройте капчу по ссылке ниже любым удобным для вас способом и введите в ответ код, изображённый на капче.",
"captcha_url": "Ссылка на капчу: {captcha_img}",
"enter_code_captcha": "Введите код с капчи: ",
"error_login_empty": "Логин не может быть пустым",
"error_password_empty": "Пароль не может быть пустым",
"auth_login_password": "Авторизация по логину и паролю",
"auth_token": "Авторизация по токену",
"choose_auth_mode": "Выберите режим авторизации: ",
"auth_token_warn": "Обратите внимание, что при авторизации по токену онлайн будет работать от имени того приложения, через которое токен был получен!",
"enter_token": "Введите токен: ",
"error_unknown_auth_type": "Неизвестный режим авторизации",
"bye_bye": "Нажал Ctrl+C? Закрой дверь с той стороны!",
"network_error_log": "Произошла ошибка при попытке запроса. Данные запроса можно посмотреть в logs/network.log, если был включен режим дебага.\nТекст ошибки: {error}",
"network_error_retry": "Произошла ошибка при попытке запроса. Повторная попытка через {seconds} секунд."
}
},
"en": {
"debug": {
"log_request": "Request dump. URL: {url}, parameters: {params}",
"log_response": "Response dump. Received: {response}",
"sleep_time": "Sleep {seconds} seconds.",
"sleep_time_end": "Sleep well, let's move on."
},
"general": {
"enter_login": "Enter username: ",
"enter_password": "Enter password: ",
"password_not_visible": "The password as you type is not displayed.",
"online_need_token": "To start online requires a token!",
"start_online": "Start an online...",
"error_loading_vk_info": "Something went wrong when requesting data about the page.",
"success_online_started": "Online successfully running for account id{id} ({name} {surname})!",
"success_method_call": "Calling the method {method} was successful.",
"error_method_call": "An error occurred when calling the method {method}.",
"success_authorization": "Authorization was successful, the token was received!",
"error_authorization_unknown_error": "Something went wrong during authorization. The response from the server is unknown.",
"error_unknown_server_response": "From the server came unknown to the script in response.",
"error_authorization": "Authorization error.",
"error_token_revoked": "Token has been revoked.",
"error_token_incorrect": "Invalid token.",
"error_2fa_app": "You have enabled two-factor authentication, confirmation is required with the application to generate codes.",
"error_2fa_sms": "You have two-factor authorization enabled, confirmation via SMS is required.",
"error_unknown_server_error": "The server responded with an error that the script cannot handle.",
"enter_code": "Enter code",
"request_code_sms": "Request code by SMS",
"retry_request_code_sms": "Re-request code by SMS",
"error_unknown_validation_type": "Unknown confirmation type",
"choose_variant": "Select an option: ",
"please_enter_code": "Enter the code: ",
"code_send_to_phone": "The code will be sent to the number {phone_mask}",
"error_unknown_variant": "Unknown option",
"error_need_captcha": "You must enter captcha code!",
"please_open_captcha": "Open the captcha from the link below in any convenient way for you, and enter the response code shown in the captcha.",
"captcha_url": "Link to captcha: {captcha_img}",
"enter_code_captcha": "Please enter the captcha code: ",
"error_login_empty": "Username cannot be empty",
"error_password_empty": "The password cannot be empty",
"auth_login_password": "Authorization by login and password",
"auth_token": "Authorization token",
"choose_auth_mode": "Select an authentication mode: ",
"auth_token_warn": "Please note that when you log in online token will work on behalf of the application, through which the token has been retrieved!",
"enter_token": "Enter token: ",
"error_unknown_auth_type": "Unknown authentication",
"bye_bye": "You pressed Ctrl+C? Bye-Bye!",
"network_error": "An error occurred while attempting the request. The request data can be viewed in logs/network.log, if the debug mode was enabled.\nError text: {error}",
"network_error_retry": "An error occurred during the request attempt. Retry after {seconds} seconds."
}
}
}