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

9 lines
No EOL
327 B
JSON

{
"DESCRIPTION": "Withdraw money!",
"USAGE": "withdraw [amount]",
"EXAMPLES": "withdraw 400",
"MISSING_AMOUNT": "Please specify an amount to be withdrawn!",
"NO_CREDIT": "You don't have any credit in your bank!",
"NOT_ENOUGH": "You need at least `{{money}}` credit(s)!",
"SUCCESS": "**{{money}}** credit(s) withdrawn!"
}