Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"server2_settings_loading": "First server settings loaded. Trying to load second server settings...",
"servers_settings_loaded": "Second server settings loaded. All servers settings loaded. Trying to initialize script body...",
"greeting_log" : "Client is ready. Waiting for commands...\n__________________________",
"greeting_print" : "**Bot is started and ready to serve you. Type** «\\${cfg.general.cmd_prefix}${cfg.commands.general.help}\\» **for help.**",
"greeting_print1" : "**Bot is started and ready to serve you. Type** ",
"greeting_print2" : "**for help.**",
"bot_status_playing" : "with servers (${cfg.general.cmd_prefix}${cfg.commands.general.help})",
"server_online" : "ONLINE",
"server_offline" : "OFFLINE",
Expand Down
3 changes: 2 additions & 1 deletion locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"server2_settings_loading": "Настройки первого сервера загружены. Попытка загрузить настройки второго сервера...",
"servers_settings_loaded": "Настройки второго сервера загружены. Все настройки серверов загружены. Попытка инициализировать тело скрипта...",
"greeting_log": "Клиент готов. Ожидание команд...\n__________________________",
"greeting_print": "**Бот запущен и готов вам служить. Напечатай** «\\${cfg.general.cmd_prefix}${cfg.commands.general.help}\\» **для помощи.**",
"greeting_print1": "**Bot is started and ready to serve you. Type** ",
"greeting_print2": "**for help.**",
"bot_status_playing": "с серверами (${cfg.general.cmd_prefix}${cfg.commands.general.help})",
"server_online": "В СЕТИ",
"server_offline": "НЕ В СЕТИ",
Expand Down