JaBa/languages/ru-RU/economy/number.json
2022-08-13 19:55:20 +05:00

12 lines
No EOL
843 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": "",
"EXAMPLES": "number",
"GAME_START": "Я загадал число, начинайте!\nНапишите STOP, если хотите остановить игру!",
"TOO_BIG": "{{user}}, моё число **больше** чем `{{number}}`!",
"TOO_SMALL": "{{user}}, моё число **меньше** чем `{{number}}`!",
"WON": "{{winner}} выиграл {{credits}}!",
"DEFEAT": "Никто не угадал число! Им было **{{number}}**!",
"GAME_STATS": "🎉 | {{winner}} угадал число! Им было **{{number}}**!\n\n**Статистика:**\n*-* __**Длительность**__: {{time}}\n*-* __**Участники ({{participantCount}})**__: {{participants}}",
"GAME_RUNNING": "Игра уже идёт!"
}