This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Languages.json
113 lines (110 loc) · 5.43 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
105
106
107
108
109
110
111
112
113
{"eng": {"start": "Please enter your token",
"command": "Select command",
"error": "Error!",
"q_error": "Failed to execute query",
"transaction_id": "Enter transaction id",
"tr_error": "Error. Transaction not found",
"no_recent_tr": "There are no recent transactions",
"ent_address": "Enter address",
"wrong_address": "Wrong address",
"data_error": "Unable to retrieve data",
"new_token": "Please enter your new token",
"up_acc_inf": "Updated account information",
"func_app_soon": "Function will appear soon",
"choose_lang": "Choise language",
"enter transaction id": "Please enter transaction id",
"enter email": "Please enter email",
"error email": "Wrong email",
"sent check": "The message was sent to the specified address",
"check error": "Failed to load image",
"enter phone": "Please enter phone",
"enter amount": "Please enter amount",
"enter user id": "Please enter user id",
"error number": "Wrong number",
"error wallet": "Incorrect amount",
"tr_s_error": "Transaction attempt failed",
"wrong_answer": "You should use the keyboard",
"off": "Shutdown",
"balance": "balance",
"pay": "pay",
"transactions": "transactions",
"check": "check",
"terminals": "terminals",
"options": "options",
"check status": "check status",
"last": "last",
"on map": "on map",
"address": "address",
"last ip": "last ip",
"enter address": "enter address",
"change token": "change token",
"version": "version",
"update user": "update user",
"get info": "get info",
"ch_lang": "change language",
"rus": "Russian",
"eng": "English",
"get image": "get image",
"send to email": "send to email",
"my email": "my email",
"other email": "other email",
"mobile phone": "mobile phone",
"qiwi user": "qiwi user",
"my phone": "my phone",
"other phone": "other phone",
"back": "back"},
"rus": {"start": "Введите ваш токен",
"command": "Выберите команду",
"error": "Ошибка!",
"q_error": "Не удалось выполнить запрос",
"transaction_id": "Введите id транзакции",
"tr_error": "Ошибка! Транзакция не найдена",
"no_recent_tr": "Нет последних транзакций",
"ent_address": "Введите адрес",
"wrong_address": "Неправильный адрес",
"data_error": "Невозможно получить данные",
"new_token": "Введите ваш новый токен",
"up_acc_inf": "Информация об аккаунте обновлена",
"func_app_soon": "Функция будет скоро добавлена",
"choose_lang": "Выберите язык",
"enter transaction id": "Введите id транзакции",
"enter email": "Введите email",
"error email": "Неверный email",
"sent check": "Сообщение было отправлено на выбранный адресу",
"check error": "Не удалось загрузить изображение",
"enter phone": "Введите номер телефона",
"enter amount": "Введите сумму платежа",
"enter user id": "Введите id пользователя",
"error number": "Неправильный номер",
"error wallet": "Неправильная сумма",
"tr_s_error": "Не удалось совершить транзакцию",
"wrong_answer": "Используйте клавиатуру",
"off": "Завершение работы",
"balance": "баланс",
"pay": "оплата",
"transactions": "транзакции",
"check": "чек",
"terminals": "терминалы",
"options": "настройки",
"check status": "проверить статус",
"last": "последние",
"on map": "на карте",
"address": "адреса",
"last ip": "последний ip",
"enter address": "ввести адрес",
"change token": "сменить токен",
"version": "версия",
"update user": "обновить информацию пользователя",
"get info": "получить информацию об аккаунте",
"ch_lang": "сменить язык",
"rus": "Русский",
"eng": "Английский",
"get image": "получить изображение",
"send to email": "отправить на email",
"my email": "мой email",
"other email": "другой email",
"mobile phone": "мобильный телефон",
"qiwi user": "пользователю qiwi",
"my phone": "мой номер",
"other phone": "другой номер",
"back": "назад"}}