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"
}
}
}

View File

@@ -16,6 +16,7 @@
"finance_management": "Finance Management",
"packages": "Packages",
"commission_rules": "Commission Rules",
"financial_ledger": "Financial Ledger",
"gamification": "Gamification",
"game_settings": "Game Settings",
"point_rules": "Point Rules",
@@ -29,6 +30,7 @@
"statistics": "Statistics",
"leaderboard": "Leaderboard",
"points_ledger": "Points Ledger",
"ledger": "Points Ledger",
"gamification_hq": "Gamification HQ",
"system_config": "System Config",
"system_parameters": "System Parameters",

View File

@@ -1,5 +1,10 @@
{
"system": {
"logs": {
"subtitle": "System Logs — audited event overview",
"placeholder_title": "System Logs Viewer",
"placeholder_desc": "This section will display audited system events, log entries, and system-wide operations. Module is under development."
},
"config": {
"title": "System Config",
"subtitle": "Gamification master configuration editor",
@@ -24,7 +29,18 @@
"updated": "Configuration updated!",
"save_error": "Failed to save configuration.",
"json_applied": "JSON applied to form fields!",
"invalid_json": "Invalid JSON: "
"invalid_json": "Invalid JSON: ",
"inactivity_monitor": "Inactivity Monitor",
"inactivity_desc": "Configure the inactivity threshold for automatic account suspension. Users inactive for this many days will be flagged by the MLM Commission Engine.",
"inactivity_threshold": "Inactivity Threshold (days)",
"inactivity_range": "Range: 30730 days (default: 180)",
"inactivity_updated": "Inactivity threshold saved!",
"inactivity_save_error": "Failed to save inactivity threshold.",
"effective_threshold": "Effective Threshold",
"last_changed": "Last changed",
"never": "never",
"save_inactivity": "Save",
"has_changes": "Changes detected"
},
"params": {
"title": "System Parameters",