-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json
61 lines (56 loc) · 2.74 KB
/
config.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
{
"languages": {
"English": {
"restart_language": "Restart Language",
"webhook_label": "Enter your Discord Webhook URL:",
"bot_token_label": "Enter your Telegram Bot Token:",
"chat_id_label": "Enter your Telegram Chat ID:",
"send_discord": "Send to Discord",
"send_telegram": "Send to Telegram",
"send_both": "Send to Both",
"title": "Prysmax Builder",
"default_bot_token": "t.me/prysmax",
"default_chat_id": "t.me/lawxsz",
"confirm_compilation": "Are you sure you want to compile your file to Executable?"
},
"Español": {
"restart_language": "Reiniciar el idioma",
"webhook_label": "ingresa tu webhook aca bolu:",
"bot_token_label": "ingresa tu bot token de telegram amiko:",
"chat_id_label": "ingresa tu chat id aca:",
"send_discord": "Mandar a Discord",
"send_telegram": "Mandar a Telegram",
"send_both": "Mandar a Ambos",
"title": "Prysmax Stealer - Constructor",
"default_bot_token": "t.me/prysmax",
"default_chat_id": "t.me/lawxsz",
"confirm_compilation": "seguro que queres compilar el archivo a ejecutable?"
},
"Русский": {
"restart_language": "Перезагрузить язык",
"webhook_label": "Введите ваш Discord Webhook URL:",
"bot_token_label": "Введите ваш Telegram Bot Token:",
"chat_id_label": "Введите ваш Telegram Chat ID:",
"send_discord": "Отправить в Discord",
"send_telegram": "Отправить в Telegram",
"send_both": "Отправить в оба",
"title": "Строитель Prysmax",
"default_bot_token": "t.me/prysmax",
"default_chat_id": "t.me/lawxsz",
"confirm_compilation": "Вы уверены, что хотите скомпилировать файл в исполняемый файл?"
},
"中文": {
"restart_language": "重启语言",
"webhook_label": "输入您的 Discord Webhook URL:",
"bot_token_label": "输入您的 Telegram Bot Token:",
"chat_id_label": "输入您的 Telegram 聊天 ID:",
"send_discord": "发送到 Discord",
"send_telegram": "发送到 Telegram",
"send_both": "发送到两个",
"title": "Prysmax 构建器",
"default_bot_token": "t.me/prysmax",
"default_chat_id": "t.me/lawxsz",
"confirm_compilation": "你确定要将文件编译为可执行文件吗?"
}
}
}