JaBa/languages/en-US/economy/deposit.json
2021-12-22 16:50:28 +05:00

9 lines
No EOL
358 B
JSON

{
"DESCRIPTION": "Deposit your money in the bank",
"USAGE": "{{prefix}}deposit [amount]",
"EXAMPLES": "{{prefix}}deposit 400",
"MISSING_AMOUNT": "Please specify an amount!",
"NO_CREDIT": "You have no credit to deposit in the bank!",
"NO_ENOUGH_CREDIT": "You don't have `{{money}}` credits!",
"SUCCESS": "**{{money}}** credits deposited in the bank!"
}