JaBa/languages/en-US/economy/deposit.json

9 lines
338 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Deposit your money in the bank",
"USAGE": "deposit [amount]",
"EXAMPLES": "deposit 400",
2022-01-04 02:18:28 +05:00
"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!"
}