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

18 lines
525 B
JSON
Raw Permalink Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Shows or clears your transaction history",
2023-06-06 10:21:47 +05:00
"USAGE": "(clear)",
"EXAMPLES": "transactions\n transactions clear:True",
2023-06-06 22:48:46 +05:00
"CLEAR": "Clear the transaction list?",
"CLEARED": "Transaction list cleared",
"NO_TRANSACTIONS": "You have no transactions",
"EMBED_TRANSACTIONS": "Your Transactions",
"BANK": "Bank",
"NUMBERS": "Guess the Number",
"TTT": "Tic Tac Toe",
"T_GOT": "Deposit",
"T_SEND": "Withdrawal",
"T_USER_GOT": "Source",
"T_USER_SEND": "Recipient",
"T_AMOUNT": "Amount",
"T_DATE": "Date"
2023-06-06 10:21:47 +05:00
}