mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
9 lines
No EOL
338 B
JSON
9 lines
No EOL
338 B
JSON
{
|
|
"DESCRIPTION": "Deposit your money in the bank",
|
|
"USAGE": "deposit [amount]",
|
|
"EXAMPLES": "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!"
|
|
} |