@@ -2205,7 +2205,7 @@ const _FMnHxsRb1XnhSkgrcxwDEP1elfSPjrP7Wr27yXkb3Aw = (function(nitro) {
* Released under the MIT License.
*/
const _create = Object . create ;
const create$2 = ( obj = null ) => _create ( obj ) ;
const create = ( obj = null ) => _create ( obj ) ;
/* eslint-enable */
/**
* Useful Utilities By Evan you
@@ -2240,7 +2240,7 @@ function deepCopy(src, des) {
// if src[key] is an object/array, set des[key]
// to empty object/array to prevent setting by reference
if ( isObject ( src [ key ] ) && ! isObject ( des [ key ] ) ) {
des [ key ] = Array . isArray ( src [ key ] ) ? [ ] : create$2 ( ) ;
des [ key ] = Array . isArray ( src [ key ] ) ? [ ] : create ( ) ;
}
if ( isNotObjectOrIsArray ( des [ key ] ) || isNotObjectOrIsArray ( src [ key ] ) ) {
// replace with src[key] when:
@@ -2259,18 +2259,18 @@ function deepCopy(src, des) {
const _ _nuxtMock = { runWithContext : async ( fn ) => await fn ( ) } ;
const merger = createDefu ( ( obj , key , value ) => {
if ( key === "messages" || key === "datetimeFormats" || key === "numberFormats" ) {
obj [ key ] ? ? = create$2 ( null ) ;
obj [ key ] ? ? = create ( null ) ;
deepCopy ( value , obj [ key ] ) ;
return true ;
}
} ) ;
async function loadVueI18nOptions ( vueI18nConfigs ) {
const nuxtApp = _ _nuxtMock ;
let vueI18nOptions = { messages : create$2 ( null ) } ;
let vueI18nOptions = { messages : create ( null ) } ;
for ( const configFile of vueI18nConfigs ) {
const resolver = await configFile ( ) . then ( ( x ) => isModule ( x ) ? x . default : x ) ;
const resolved = isFunction ( resolver ) ? await nuxtApp . runWithContext ( ( ) => resolver ( ) ) : resolver ;
vueI18nOptions = merger ( create$2 ( null ) , resolved , vueI18nOptions ) ;
vueI18nOptions = merger ( create ( null ) , resolved , vueI18nOptions ) ;
}
vueI18nOptions . fallbackLocale ? ? = false ;
return vueI18nOptions ;
@@ -2416,6 +2416,7 @@ var menu$1 = {
finance _management : "Pénzügyek Kezelése" ,
packages : "Csomagok" ,
commission _rules : "Jutalék Szabályok" ,
financial _ledger : "Pénzügyi Napló" ,
gamification : "Gamification" ,
game _settings : "Játékmenet Beállítások" ,
point _rules : "Pontszabályok" ,
@@ -2429,6 +2430,7 @@ var menu$1 = {
statistics : "Statisztikák" ,
leaderboard : "Ranglista" ,
points _ledger : "Pontnapló" ,
ledger : "Pontnapló" ,
gamification _hq : "Gamification HQ" ,
system _config : "Rendszer Konfig" ,
system _parameters : "Rendszerparaméterek" ,
@@ -2441,16 +2443,31 @@ const locale_menu_46json_d8dcbc3e = {
} ;
var dashboard$1 = {
title : "Gamification HQ " ,
subtitle : "Gamification r endszer áttekintő irányítópultja " ,
title : "Admin Dashboard " ,
subtitle : "R endszer áttekintő irányítópult" ,
loading : "Dashboard betöltése..." ,
error : "Nem sikerült betölteni a dashboard adatokat." ,
active _users : "Aktív Felhasználók" ,
new _this _month : "új e hónapban" ,
total _vehicles : "Összes Jármű" ,
organizations : "Szervezetek" ,
memberships : "tagság" ,
new _users : "Új Felhasználók" ,
new _today : "ma" ,
users _by _role : "Felhasználók Szerepkör Szerint" ,
users _by _plan : "Felhasználók Csomag Szerint" ,
users _by _language : "Felhasználók Nyelv Szerint" ,
registration _trend : "Regisztrációs Trend" ,
quick _actions : "Gyors Műveletek" ,
invite _admin : "Admin Meghívása" ,
add _vehicle : "Jármű Hozzáadása" ,
view _reports : "Jelentések Megtekintése" ,
recent _activity : "Legutóbbi Tevékenység" ,
total _users : "Összes Felhasználó" ,
active _season : "Aktív Szezon" ,
pending _contributions : "Függő Hozzájárulások" ,
xp _earned _today : "Ma Szerzett XP" ,
none : "Nincs" ,
quick _actions : "Gyors Műveletek" ,
manage _point _rules : "Pontszabályok kezelése" ,
manage _badges : "Kitüntetések kezelése" ,
manage _seasons : "Szezonok kezelése" ,
@@ -3495,6 +3512,11 @@ const locale_gamification_46json_15470408 = {
} ;
var system$1 = {
logs : {
subtitle : "Rendszernaplók — auditált események áttekintése" ,
placeholder _title : "Rendszernaplók megtekintése" ,
placeholder _desc : "Itt jelennek meg a rendszer által auditált események, naplóbejegyzések és rendszerszintű műveletek. A modul még fejlesztés alatt áll."
} ,
config : {
title : "Rendszer Konfig" ,
subtitle : "Gamification master konfiguráció szerkesztése" ,
@@ -3519,7 +3541,18 @@ var system$1 = {
updated : "Konfiguráció frissítve!" ,
save _error : "Hiba történt a mentés során." ,
json _applied : "JSON alkalmazva a form mezőkre!" ,
invalid _json : "Érvénytelen JSON: "
invalid _json : "Érvénytelen JSON: " ,
inactivity _monitor : "Inaktivitás Figyelő" ,
inactivity _desc : "Az inaktivitási küszöbérték konfigurálása automatikus fiók felfüggesztéshez. Az ennyi napja inaktív felhasználók jelölésre kerülnek az MLM Jutalék Motor által." ,
inactivity _threshold : "Inaktivitási Küszöb (nap)" ,
inactivity _range : "Tartomány: 30– 730 nap (alapértelmezett: 180)" ,
inactivity _updated : "Inaktivitási küszöb elmentve!" ,
inactivity _save _error : "Nem sikerült elmenteni az inaktivitási küszöböt." ,
effective _threshold : "Hatályos Küszöb" ,
last _changed : "Utolsó módosítás" ,
never : "soha" ,
save _inactivity : "Mentés" ,
has _changes : "Változások észlelve"
} ,
params : {
title : "Rendszerparaméterek" ,
@@ -3778,6 +3811,82 @@ const locale_commission_46json_2229a18b = {
commission _rules : commission _rules$1
} ;
var financial _ledger$1 = {
title : "Pénzügyi Napló" ,
subtitle : "A teljes pénzügyi főkönyv böngészése — tranzakciók, felhasználók és részletek" ,
loading : "Napló betöltése..." ,
error : "Nem sikerült betölteni a pénzügyi naplót." ,
retry : "Újrapróbálkozás" ,
no _results : "Nincsenek pénzügyi napló bejegyzések." ,
no _results _hint : "Próbálj más szűrési feltételeket használni." ,
id : "ID" ,
user : "Felhasználó" ,
user _id : "User ID" ,
amount : "Összeg" ,
currency : "Pénznem" ,
transaction _type : "Tranzakció Típus" ,
entry _type : "Típus" ,
wallet _type : "Tárca" ,
status : "Státusz" ,
created _at : "Dátum" ,
details : "Részletek" ,
filter : "Szűrés" ,
clear : "Törlés" ,
prev : "Előző" ,
next : "Következő" ,
page _info : "{page} / {total} oldal ({count} elem)" ,
export _csv : "CSV Export" ,
all _types : "Minden típus" ,
all _wallets : "Minden tárca" ,
all _statuses : "Minden státusz" ,
date _from : "Dátumtól" ,
date _to : "Dátumig" ,
search : "Keresés" ,
csv _downloaded : "CSV letöltés elindítva."
} ;
var enums$1 = {
entry _type : {
credit : "Jóváírás" ,
debit : "Terhelés" ,
CREDIT : "Jóváírás" ,
DEBIT : "Terhelés"
} ,
wallet _type : {
earned : "Megszerzett" ,
purchased : "Vásárolt" ,
service _coins : "Szolgáltatási Coin" ,
voucher : "Utalvány" ,
EARNED : "Megszerzett" ,
PURCHASED : "Vásárolt" ,
SERVICE _COINS : "Szolgáltatási Coin" ,
VOUCHER : "Utalvány"
} ,
status : {
pending : "Függőben" ,
completed : "Teljesítve" ,
success : "Sikeres" ,
failed : "Sikertelen" ,
cancelled : "Visszavonva" ,
refunded : "Visszatérítve" ,
refund : "Visszatérítés"
} ,
transaction _type : {
subscription : "Előfizetés" ,
commission : "Jutalék" ,
refund : "Visszatérítés" ,
manual _adjustment : "Kézi Korrekció" ,
purchase : "Vásárlás" ,
withdrawal : "Kivét" ,
bonus : "Bónusz" ,
fee : "Díj" ,
reward : "Jutalom"
}
} ;
const locale _finance _46json _ae59f62d = {
financial _ledger : financial _ledger$1 ,
enums : enums$1
} ;
var common$5 = {
loading : "Loading..." ,
saving : "Saving..." ,
@@ -3897,6 +4006,7 @@ var menu = {
finance _management : "Finance Management" ,
packages : "Packages" ,
commission _rules : "Commission Rules" ,
financial _ledger : "Financial Ledger" ,
gamification : "Gamification" ,
game _settings : "Game Settings" ,
point _rules : "Point Rules" ,
@@ -3910,6 +4020,7 @@ var menu = {
statistics : "Statistics" ,
leaderboard : "Leaderboard" ,
points _ledger : "Points Ledger" ,
ledger : "Points Ledger" ,
gamification _hq : "Gamification HQ" ,
system _config : "System Config" ,
system _parameters : "System Parameters" ,
@@ -4976,6 +5087,11 @@ const locale_gamification_46json_111ebf57 = {
} ;
var 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" ,
@@ -5000,7 +5116,18 @@ var system = {
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: 30– 730 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" ,
@@ -5259,6 +5386,82 @@ const locale_commission_46json_ea60861a = {
commission _rules : commission _rules
} ;
var 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."
} ;
var 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"
}
} ;
const locale _finance _46json _5597e160 = {
financial _ledger : financial _ledger ,
enums : enums
} ;
var common$4 = {
loading : "Wird geladen..." ,
saving : "Wird gespeichert..." ,
@@ -5775,6 +5978,11 @@ const localeLoaders = {
key : "locale_commission_46json_2229a18b" ,
load : ( ) => Promise . resolve ( locale _commission _46json _2229a18b ) ,
cache : true
} ,
{
key : "locale_finance_46json_ae59f62d" ,
load : ( ) => Promise . resolve ( locale _finance _46json _ae59f62d ) ,
cache : true
}
] ,
en : [
@@ -5822,6 +6030,11 @@ const localeLoaders = {
key : "locale_commission_46json_ea60861a" ,
load : ( ) => Promise . resolve ( locale _commission _46json _ea60861a ) ,
cache : true
} ,
{
key : "locale_finance_46json_5597e160" ,
load : ( ) => Promise . resolve ( locale _finance _46json _5597e160 ) ,
cache : true
}
] ,
de : [
@@ -6512,22 +6725,7 @@ _1xyvuM2CQDhMlDxE8qY1t3Wi66ocgNUNDNce4pREOrU,
_wH6JrtIxmaSoA8lCPWFnE9z4lQeXW6H5z3l5aymEQw
] ;
const assets = {
"/index.mjs" : {
"type" : "text/javascript; charset=utf-8" ,
"etag" : "\"3db35-gliVpBtK5107QX2IT8SR1tGeiAs\"" ,
"mtime" : "2026-07-24T12:30:16.660Z" ,
"size" : 252725 ,
"path" : "index.mjs"
} ,
"/index.mjs.map" : {
"type" : "application/json" ,
"etag" : "\"84c6f-gMC45UcEAiPwtJNbdMr3pGk5iUE\"" ,
"mtime" : "2026-07-24T12:30:16.660Z" ,
"size" : 543855 ,
"path" : "index.mjs.map"
}
} ;
const assets = { } ;
function readAsset ( id ) {
const serverDir = dirname$1 ( fileURLToPath ( globalThis . _importMeta _ . url ) ) ;