74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"financial_ledger": {
|
|
"title": "Financial Ledger",
|
|
"subtitle": "Browse the complete financial ledger — transactions, users and details",
|
|
"loading": "Loading ledger...",
|
|
"error": "Failed to load financial ledger.",
|
|
"retry": "Retry",
|
|
"no_results": "No financial ledger entries found.",
|
|
"no_results_hint": "Try different filter criteria.",
|
|
"id": "ID",
|
|
"user": "User",
|
|
"user_id": "User ID",
|
|
"amount": "Amount",
|
|
"currency": "Currency",
|
|
"transaction_type": "Transaction Type",
|
|
"entry_type": "Type",
|
|
"wallet_type": "Wallet",
|
|
"status": "Status",
|
|
"created_at": "Date",
|
|
"details": "Details",
|
|
"filter": "Filter",
|
|
"clear": "Clear",
|
|
"prev": "Previous",
|
|
"next": "Next",
|
|
"page_info": "{page} / {total} pages ({count} items)",
|
|
"export_csv": "Export CSV",
|
|
"all_types": "All Types",
|
|
"all_wallets": "All Wallets",
|
|
"all_statuses": "All Statuses",
|
|
"date_from": "Date From",
|
|
"date_to": "Date To",
|
|
"search": "Search",
|
|
"csv_downloaded": "CSV download started."
|
|
},
|
|
"enums": {
|
|
"entry_type": {
|
|
"credit": "Credit",
|
|
"debit": "Debit",
|
|
"CREDIT": "Credit",
|
|
"DEBIT": "Debit"
|
|
},
|
|
"wallet_type": {
|
|
"earned": "Earned",
|
|
"purchased": "Purchased",
|
|
"service_coins": "Service Coins",
|
|
"voucher": "Voucher",
|
|
"EARNED": "Earned",
|
|
"PURCHASED": "Purchased",
|
|
"SERVICE_COINS": "Service Coins",
|
|
"VOUCHER": "Voucher"
|
|
},
|
|
"status": {
|
|
"pending": "Pending",
|
|
"completed": "Completed",
|
|
"success": "Success",
|
|
"failed": "Failed",
|
|
"cancelled": "Cancelled",
|
|
"refunded": "Refunded",
|
|
"refund": "Refund"
|
|
},
|
|
"transaction_type": {
|
|
"subscription": "Subscription",
|
|
"commission": "Commission",
|
|
"refund": "Refund",
|
|
"manual_adjustment": "Manual Adjustment",
|
|
"purchase": "Purchase",
|
|
"withdrawal": "Withdrawal",
|
|
"bonus": "Bonus",
|
|
"fee": "Fee",
|
|
"reward": "Reward"
|
|
}
|
|
}
|
|
}
|