mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
12 lines
No EOL
502 B
JSON
12 lines
No EOL
502 B
JSON
{
|
|
"DESCRIPTION": "Manages your bank account",
|
|
"USAGE": "[option] [credits/all]",
|
|
"EXAMPLES": "bank option:deposit credits:1000\nbank option:withdraw credits:all",
|
|
"OPTION": "Action",
|
|
"DEPOSIT": "Deposit",
|
|
"WITHDRAW": "Withdraw",
|
|
"NOT_ENOUGH_CREDIT": "You don't have {{money}}",
|
|
"NOT_ENOUGH_BANK": "Insufficient credits in your bank account, {{money}} required",
|
|
"SUCCESS_DEP": "{{money}} deposited into your bank account",
|
|
"SUCCESS_WD": "You have withdrawn {{money}} from your bank account"
|
|
} |