JaBa/languages/uk-UA/economy/horserace.json

15 lines
No EOL
823 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": "horserace [create/bet/go]",
"EXAMPLES": "horserace create\nhorserace bet 3 100",
"MISSING_STATUS": "Виберіть параметр: `create`, `bet` або `go`!",
"HORSE_NUM": "На перегонах всього 5 коней!",
"EMBED_T": "Кінні перегони",
"HORSE_NAME": "Кінь {{number}}",
"HORSE_VALUE": "Швидкість - {{speed}}\nПрибуток - *ставка* x **{{profit}}**",
"BET": "{{user}} поставив {{amount}} на коня **{{horse}}**!",
"NO_WINNERS": "Переміг кінь **{{horse}}**. Ніхто не виграв кредити!",
"WINNERS": "Переміг кінь **{{horse}}**. {{winners}}!",
"GAME_RUNNING": "Гра вже йде!",
"NO_GAME_RUNNING": "Гру не розпочато!"
}