JaBa/languages/ru-RU/fun/horserace.json
2022-01-19 18:48:21 +05:00

14 lines
No EOL
798 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"DESCRIPTION": "Конные скачки!",
"USAGE": "{{prefix}}horserace [create/bet/go]",
"EXAMPLES": "{{prefix}}horserace create\n{{prefix}}horserace bet 3 100",
"MISSING_STATUS": "Выберите параметр: `create`, `bet` или `go`!",
"HORSE_NUM": "На скачках всего 5 лошадей!",
"EMBED_T": "Конные скачки",
"HORSE_NAME": "Лошадь {{number}}",
"HORSE_VALUE": "Скорость - {{speed}}\nПрибыль - {{profit}}%",
"BET": "**{{user}}** поставил {{amount}} на лошадь **{{horse}}**!",
"NO_WINNERS": "Победила лошадь **{{horse}}**. Никто не выиграл кредиты!",
"WINNERS": "Победила лошадь **{{horse}}**. {{winners}}!",
"GAME_RUNNING": "Игра уже идёт!"
}