felhasználói felületre pü

This commit is contained in:
Roo
2026-07-27 08:39:18 +00:00
parent c9118bf52f
commit 6f28d3e70d
72 changed files with 6311 additions and 749 deletions

View File

@@ -0,0 +1,73 @@
{
"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"
}
}
}