JaBa/languages/uk-UA/economy/deposit.json
Salosos 02bf9de947 Перевод
Перевёл набор команд - экономика
2022-03-16 09:32:06 +02:00

9 lines
No EOL
426 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}}deposit [сума/all]",
"EXAMPLES": "{{prefix}}deposit 1000\n{{prefix}}deposit all",
"MISSING_AMOUNT": "Вкажіть суму!",
"NO_CREDIT": "У вас немає кредитів!",
"NOT_ENOUGH_CREDIT": "У вас немає `{{money}}`!",
"SUCCESS": "{{money}} внесено на ваш банківський рахунок!"
}