JaBa/languages/ru-RU/economy/withdraw.json

9 lines
No EOL
411 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": "withdraw [сумма/all]",
"EXAMPLES": "withdraw 100\nwithdraw all",
"MISSING_AMOUNT": "Укажите сумму!",
"NO_CREDIT": "Недостаточно кредитов на банковском счёте!",
"NOT_ENOUGH": "У вас должно быть хотя бы `{{money}}`!",
"SUCCESS": "Вы сняли {{money}}!"
}