admin_users_personels

This commit is contained in:
Roo
2026-06-29 14:11:15 +00:00
parent 383e5511b6
commit df4a0f07ff
237 changed files with 17849 additions and 2934 deletions

View File

@@ -4301,7 +4301,7 @@ function _expandFromEnv(value) {
const _inlineRuntimeConfig = {
"app": {
"baseURL": "/",
"buildId": "9bec55ba-4ecf-449d-9a96-4f3ecc37770a",
"buildId": "2e53a892-7df2-4904-8849-6b15dd7e936c",
"buildAssetsDir": "/_nuxt/",
"cdnURL": ""
},
@@ -4989,6 +4989,7 @@ var packages$1 = {
allowances: "Korlátok",
max_vehicles: "Max Jármű",
max_garages: "Max Garázs",
max_users: "Max Dolgozó",
monthly_credits: "Havi Kredit",
tier_level: "Szint",
form_name: "Rendszer Név",
@@ -5067,6 +5068,16 @@ var garages$1 = {
subscription_updated: "előfizetése sikeresen frissítve!",
view_details: "Részletek",
indefinite: "Határozatlan",
addons_title: "Kiegészítők (Add-ons)",
addon_vehicles: "Extra Jármű",
addon_branches: "Extra Telephely",
addon_users: "Extra Dolgozó",
active_addons: "Aktív kiegészítők",
no_active_addons: "Nincsenek aktív kiegészítők",
addon_vehicles_expiration: "Extra Jármű lejárati dátuma",
addon_branches_expiration: "Extra Telephely lejárati dátuma",
addon_users_expiration: "Extra Dolgozó lejárati dátuma",
addon_expiration_hint: "Ha üres, a meglévő lejárati dátumok megmaradnak.",
details: {
loading: "Garázs adatainak betöltése...",
retry: "Újra",
@@ -5140,6 +5151,8 @@ var garages$1 = {
vehicles_used: "Járművek",
branches_used: "Telephelyek",
employees_used: "Dolgozók",
branches: "telephely",
employees: "dolgozó",
status: "Státusz",
subscription_history: "Előfizetési Előzmények",
history_date: "Dátum",
@@ -5223,10 +5236,109 @@ var garages$1 = {
no_fleet_access: "Nincs jogosultságod a flotta adatok megtekintéséhez."
}
};
var users$1 = {
title: "Felhasználó Kezelés",
subtitle: "Felhasználók listája, keresés, szűrés és tömeges műveletek",
loading: "Felhasználók betöltése...",
retry: "Újra",
search_placeholder: "Keresés email, név vagy telefonszám alapján...",
all_statuses: "Összes státusz",
status_active: "Aktív",
status_inactive: "Inaktív",
status_deleted: "Törölt",
status_banned: "Kitiltott",
all_roles: "Összes szerepkör",
role_user: "Felhasználó",
role_admin: "Admin",
role_staff: "Munkatárs",
role_superadmin: "Superadmin",
all_plans: "Összes csomag",
plan_free: "Ingyenes",
plan_premium: "Prémium",
plan_enterprise: "Vállalati",
total_users: "Összes Felhasználó",
active_users: "Aktív Felhasználók",
deleted_users: "Törölt Felhasználók",
banned_users: "Kitiltott Felhasználók",
new_today: "Ma Regisztrált",
filtered_results: "Szűrt találat",
selected_count: "{count} felhasználó kiválasztva",
bulk_activate: "Aktiválás",
bulk_deactivate: "Deaktiválás",
clear_selection: "Kijelölés törlése",
email: "E-mail",
name: "Név",
role: "Szerepkör",
status: "Státusz",
"package": "Csomag",
registration: "Regisztráció",
language: "Nyelv",
actions: "Műveletek",
view: "Megtekintés",
activate: "Aktiválás",
deactivate: "Deaktiválás",
no_results: "Nincs a keresésnek megfelelő felhasználó.",
showing: "Mutató",
prev: "Előző",
next: "Következő",
details: {
loading: "Felhasználó adatainak betöltése...",
retry: "Újra",
back: "Vissza a felhasználókhoz",
edit: "Felhasználó szerkesztése",
edit_user: "Felhasználó szerkesztése",
profile_tab: "Profil",
memberships_tab: "Tagságok",
account_info: "Fiók Információk",
user_id: "Felhasználó ID",
registration_date: "Regisztráció Dátuma",
last_login: "Utolsó Belépés",
ui_mode: "UI Mód",
region: "Régió",
currency: "Pénznem",
subscription_info: "Előfizetés Információk",
subscription_expires: "Lejárat Dátuma",
scope_level: "Hatáskör Szint",
scope_id: "Hatáskör ID",
max_vehicles: "Max Járművek",
max_garages: "Max Garázsok",
personal_info: "Személyes Információk",
last_name: "Vezetéknév",
first_name: "Keresztnév",
phone: "Telefonszám",
birth_place: "Születési Hely",
birth_date: "Születési Dátum",
mothers_name: "Anyja Vezetékneve",
mothers_first_name: "Anyja Keresztneve",
address: "Cím",
zip: "Irányítószám",
city: "Város",
street: "Utca",
house_number: "Házszám",
no_person_record: "Nem található személyes adat ehhez a felhasználóhoz.",
memberships: "Szervezeti Tagságok",
memberships_count: "{count} tagság",
no_memberships: "Ez a felhasználó nem tagja egyetlen szervezetnek sem.",
org_name: "Szervezet",
org_role: "Szerepkör",
member_status: "Státusz",
joined_at: "Csatlakozott",
verified: "Ellenőrzött",
verified_yes: "Igen",
verified_no: "Nem",
preferred_language: "Előnyben Részesített Nyelv",
is_active: "Aktív",
is_vip: "VIP",
cancel: "Mégse",
save: "Változtatások Mentése",
saving: "Mentés..."
}
};
const locale_hu_46json_ee06c965 = {
permissions: permissions$1,
packages: packages$1,
garages: garages$1
garages: garages$1,
users: users$1
};
var permissions = {
@@ -5288,6 +5400,7 @@ var packages = {
allowances: "Allowances",
max_vehicles: "Max Vehicles",
max_garages: "Max Garages",
max_users: "Max Users",
monthly_credits: "Monthly Credits",
tier_level: "Level",
form_name: "System Name",
@@ -5366,6 +5479,16 @@ var garages = {
subscription_updated: "subscription updated successfully!",
view_details: "Details",
indefinite: "Indefinite",
addons_title: "Add-ons",
addon_vehicles: "Extra Vehicle",
addon_branches: "Extra Branch",
addon_users: "Extra Employee",
active_addons: "Active Add-ons",
no_active_addons: "No active add-ons",
addon_vehicles_expiration: "Extra Vehicle Expiration",
addon_branches_expiration: "Extra Branch Expiration",
addon_users_expiration: "Extra Employee Expiration",
addon_expiration_hint: "If empty, existing expiration dates remain.",
details: {
loading: "Loading garage details...",
retry: "Retry",
@@ -5439,6 +5562,8 @@ var garages = {
vehicles_used: "Vehicles",
branches_used: "Branches",
employees_used: "Employees",
branches: "branches",
employees: "employees",
status: "Status",
subscription_history: "Subscription History",
history_date: "Date",
@@ -5522,10 +5647,109 @@ var garages = {
no_fleet_access: "You don't have permission to view fleet data."
}
};
var users = {
title: "User Management",
subtitle: "User list, search, filters and bulk actions",
loading: "Loading users...",
retry: "Retry",
search_placeholder: "Search by email, name or phone...",
all_statuses: "All statuses",
status_active: "Active",
status_inactive: "Inactive",
status_deleted: "Deleted",
status_banned: "Banned",
all_roles: "All roles",
role_user: "User",
role_admin: "Admin",
role_staff: "Staff",
role_superadmin: "Superadmin",
all_plans: "All plans",
plan_free: "Free",
plan_premium: "Premium",
plan_enterprise: "Enterprise",
total_users: "Total Users",
active_users: "Active Users",
deleted_users: "Deleted Users",
banned_users: "Banned Users",
new_today: "New Today",
filtered_results: "Filtered results",
selected_count: "{count} user(s) selected",
bulk_activate: "Activate",
bulk_deactivate: "Deactivate",
clear_selection: "Clear",
email: "Email",
name: "Name",
role: "Role",
status: "Status",
"package": "Package",
registration: "Registration",
language: "Language",
actions: "Actions",
view: "View",
activate: "Activate",
deactivate: "Deactivate",
no_results: "No users match your search.",
showing: "Showing",
prev: "Previous",
next: "Next",
details: {
loading: "Loading user details...",
retry: "Retry",
back: "Back to Users",
edit: "Edit User",
edit_user: "Edit User",
profile_tab: "Profile",
memberships_tab: "Memberships",
account_info: "Account Information",
user_id: "User ID",
registration_date: "Registration Date",
last_login: "Last Login",
ui_mode: "UI Mode",
region: "Region",
currency: "Currency",
subscription_info: "Subscription Information",
subscription_expires: "Expires At",
scope_level: "Scope Level",
scope_id: "Scope ID",
max_vehicles: "Max Vehicles",
max_garages: "Max Garages",
personal_info: "Personal Information",
last_name: "Last Name",
first_name: "First Name",
phone: "Phone",
birth_place: "Birth Place",
birth_date: "Birth Date",
mothers_name: "Mother's Name",
mothers_first_name: "Mother's First Name",
address: "Address",
zip: "ZIP Code",
city: "City",
street: "Street",
house_number: "House Number",
no_person_record: "No personal information record found for this user.",
memberships: "Organization Memberships",
memberships_count: "{count} membership(s)",
no_memberships: "This user is not a member of any organization.",
org_name: "Organization",
org_role: "Role",
member_status: "Status",
joined_at: "Joined",
verified: "Verified",
verified_yes: "Yes",
verified_no: "No",
preferred_language: "Preferred Language",
is_active: "Active",
is_vip: "VIP",
cancel: "Cancel",
save: "Save Changes",
saving: "Saving..."
}
};
const locale_en_46json_0b63539c = {
permissions: permissions,
packages: packages,
garages: garages
garages: garages,
users: users
};
// @ts-nocheck
@@ -6049,175 +6273,203 @@ const assets = {
"/logo.svg": {
"type": "image/svg+xml",
"etag": "\"1c93-1cv7aKDbuz99JYhQ43U9hm4KE3Q\"",
"mtime": "2026-06-26T13:42:13.161Z",
"mtime": "2026-06-29T13:04:44.059Z",
"size": 7315,
"path": "../public/logo.svg"
},
"/_nuxt/BPZZgRgP.js": {
"/_nuxt/BRSeVrJ6.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"161c-5AKpPFo1It/PkWBAwiOluJIMGMk\"",
"mtime": "2026-06-26T13:42:13.157Z",
"size": 5660,
"path": "../public/_nuxt/BPZZgRgP.js"
"etag": "\"664c-u6p4HUSLBkeM+Dy1SQpCEr7JRGQ\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 26188,
"path": "../public/_nuxt/BRSeVrJ6.js"
},
"/_nuxt/BVodpYs3.js": {
"/_nuxt/BL04W_c6.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"36da-G+Qgfd70g43td9rTVIF/pyY4eS0\"",
"mtime": "2026-06-26T13:42:13.157Z",
"size": 14042,
"path": "../public/_nuxt/BVodpYs3.js"
"etag": "\"15e90-EXSWVSTyGQxmoiIhBrE9taNwU4k\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 89744,
"path": "../public/_nuxt/BL04W_c6.js"
},
"/_nuxt/CSkx_E93.js": {
"/_nuxt/BMRPljNC.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"1e6-JmjTeAjAXnn3w5MDifCuMeASOnY\"",
"mtime": "2026-06-26T13:42:13.157Z",
"etag": "\"1e6-9U0BM597ukFtG/3JdjQX6Jd2Jjw\"",
"mtime": "2026-06-29T13:04:44.053Z",
"size": 486,
"path": "../public/_nuxt/CSkx_E93.js"
"path": "../public/_nuxt/BMRPljNC.js"
},
"/_nuxt/CfRvSqVD.js": {
"/_nuxt/BZYi31Gu.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"d45-lFjcvRhUyo6B+JksxiFKtgvFASE\"",
"mtime": "2026-06-26T13:42:13.157Z",
"etag": "\"444-K+0CVT/dFSrmy6Amy/3vaBxb4Lc\"",
"mtime": "2026-06-29T13:04:44.053Z",
"size": 1092,
"path": "../public/_nuxt/BZYi31Gu.js"
},
"/_nuxt/BkOfz63t.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"331a-FtGG6cVTvK4tIT3RMMCpxrIH0MA\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 13082,
"path": "../public/_nuxt/BkOfz63t.js"
},
"/_nuxt/BkQDb8NA.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"5be1-u372qs8cwwcAKvUHrwfMAe1AANQ\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 23521,
"path": "../public/_nuxt/BkQDb8NA.js"
},
"/_nuxt/CKNXzFL5.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"d45-k3GQWSC/8Xi/MHpQrxXdFRv0QX0\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 3397,
"path": "../public/_nuxt/CfRvSqVD.js"
"path": "../public/_nuxt/CKNXzFL5.js"
},
"/_nuxt/DU5nqnNf.js": {
"/_nuxt/C3p9-W8g.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"ee-bIWIJa39cVGeS1l/OZGh01fUoiY\"",
"mtime": "2026-06-26T13:42:13.157Z",
"etag": "\"36da-lBYaR56Z02gSwVq4krxjE6Qftk4\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 14042,
"path": "../public/_nuxt/C3p9-W8g.js"
},
"/_nuxt/C94yYWrE.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"161f-c2bdD5zWtS/sFJu2t2auXJsnUfA\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 5663,
"path": "../public/_nuxt/C94yYWrE.js"
},
"/_nuxt/CmLwdxkM.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"ee-UfNGrdLfvL1w+ki0Y5HR+KL/4Iw\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 238,
"path": "../public/_nuxt/DU5nqnNf.js"
"path": "../public/_nuxt/CmLwdxkM.js"
},
"/_nuxt/CGTxeHv7.js": {
"/_nuxt/CYfDGx4h.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"3f79d-x1w34Lv9Rak1B4JxrhfvbxN+r18\"",
"mtime": "2026-06-26T13:42:13.157Z",
"size": 259997,
"path": "../public/_nuxt/CGTxeHv7.js"
"etag": "\"9d2b-br9DLttn9Mg/vCNAnBA4gVracPA\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 40235,
"path": "../public/_nuxt/CYfDGx4h.js"
},
"/_nuxt/D_jf_u12.js": {
"/_nuxt/CgGKKGWt.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"43e3-TUT2rRK17AMzPujtuYcRBz02c8I\"",
"mtime": "2026-06-26T13:42:13.157Z",
"size": 17379,
"path": "../public/_nuxt/D_jf_u12.js"
},
"/_nuxt/Di7O2dT-.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"13b7c-mOQdaU3+tI96+f0+TUCEA1yc8Bk\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 80764,
"path": "../public/_nuxt/Di7O2dT-.js"
},
"/_nuxt/DkxL14wO.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"cf5-lpb35wp4OGmmPIntXCyDC1S0Pfw\"",
"mtime": "2026-06-26T13:42:13.158Z",
"etag": "\"cf5-pjthLxympb6r29B96RDoEe2eo4Q\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 3317,
"path": "../public/_nuxt/DkxL14wO.js"
"path": "../public/_nuxt/CgGKKGWt.js"
},
"/_nuxt/Dsqi8-Rp.js": {
"/_nuxt/BopcD-t8.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"1fb8-FQBvUsFrpmbbrtJ47/JBXBLqDbo\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 8120,
"path": "../public/_nuxt/Dsqi8-Rp.js"
"etag": "\"320e-9m1j6ySWiUrtmmu2+OcfSir6LTw\"",
"mtime": "2026-06-29T13:04:44.054Z",
"size": 12814,
"path": "../public/_nuxt/BopcD-t8.js"
},
"/_nuxt/entry.KrfumMBl.css": {
"type": "text/css; charset=utf-8",
"etag": "\"19-60Qvpq/4eRs/sHLgNwhHUEqqm/o\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 25,
"path": "../public/_nuxt/entry.KrfumMBl.css"
},
"/_nuxt/IlbAEw5Q.js": {
"/_nuxt/D8FsUCiz.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"3119-DvF3DRaeIBBZNL19I72Z5WejRaU\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 12569,
"path": "../public/_nuxt/IlbAEw5Q.js"
"etag": "\"4575-xqpX3yc85jGVhtV+IKnPviWXhO0\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 17781,
"path": "../public/_nuxt/D8FsUCiz.js"
},
"/_nuxt/DlAUqK2U.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"5b-eFCz/UrraTh721pgAl0VxBNR1es\"",
"mtime": "2026-06-26T13:42:13.158Z",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 91,
"path": "../public/_nuxt/DlAUqK2U.js"
},
"/_nuxt/DLBkCode.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"eb2-83JdBOPaaPVyvMrxhiLy91f3esQ\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 3762,
"path": "../public/_nuxt/DLBkCode.js"
},
"/_nuxt/entry.KrfumMBl.css": {
"type": "text/css; charset=utf-8",
"etag": "\"19-60Qvpq/4eRs/sHLgNwhHUEqqm/o\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 25,
"path": "../public/_nuxt/entry.KrfumMBl.css"
},
"/_nuxt/Dc9IRd06.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"4073d-32g2sEBtGkvguO7SechUfTIPN3Y\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 263997,
"path": "../public/_nuxt/Dc9IRd06.js"
},
"/_nuxt/error-404.DL_4WIao.css": {
"type": "text/css; charset=utf-8",
"etag": "\"dca-KnjyV0UbpsrliiJzZx69defY74k\"",
"mtime": "2026-06-26T13:42:13.158Z",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 3530,
"path": "../public/_nuxt/error-404.DL_4WIao.css"
},
"/_nuxt/b-bIta7J.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"a1fa-xaNKp7TAPs/FKXcsk6THTkeq5Y4\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 41466,
"path": "../public/_nuxt/b-bIta7J.js"
},
"/_nuxt/bPZppHdV.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"3a94-0yt61jkmS73qAjFu8ALWj8duT5E\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 14996,
"path": "../public/_nuxt/bPZppHdV.js"
},
"/_nuxt/DmyQTZVv.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"86ad-bzvTtnKdBEwxuxbA7U7qFfEaWNc\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 34477,
"path": "../public/_nuxt/DmyQTZVv.js"
},
"/_nuxt/error-500.I1Dtv2V5.css": {
"type": "text/css; charset=utf-8",
"etag": "\"75a-vEGyJqldBVJrnMfcLsrGaHcxYl0\"",
"mtime": "2026-06-26T13:42:13.158Z",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 1882,
"path": "../public/_nuxt/error-500.I1Dtv2V5.css"
},
"/_nuxt/fLPEiaqv.js": {
"/_nuxt/iRX-7sV5.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"eb2-X+i2jFJGGqFN1BeAjdglcPZjHuo\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 3762,
"path": "../public/_nuxt/fLPEiaqv.js"
"etag": "\"561c-MdfbVwAs2IhGYQqUzRNFPqKJyok\"",
"mtime": "2026-06-29T13:04:44.055Z",
"size": 22044,
"path": "../public/_nuxt/iRX-7sV5.js"
},
"/_nuxt/p3BZMbac.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"4575-p55AI+7m/wNGE23e9QdfmncIZec\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 17781,
"path": "../public/_nuxt/p3BZMbac.js"
},
"/_nuxt/iGXES_tj.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"8ef4-mupIOaLM/tTCgakL6nLU9k7D+Lg\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 36596,
"path": "../public/_nuxt/iGXES_tj.js"
"/_nuxt/builds/meta/2e53a892-7df2-4904-8849-6b15dd7e936c.json": {
"type": "application/json",
"etag": "\"58-82n693dDFqZQ2Z1MfvDeA7VbGOQ\"",
"mtime": "2026-06-29T13:04:44.040Z",
"size": 88,
"path": "../public/_nuxt/builds/meta/2e53a892-7df2-4904-8849-6b15dd7e936c.json"
},
"/_nuxt/builds/latest.json": {
"type": "application/json",
"etag": "\"47-jVGLNWIulIpgxIrI9A0vzJBSyf0\"",
"mtime": "2026-06-26T13:42:13.150Z",
"etag": "\"47-m6bdTDqs/R7tlTS6cMGlfabmWl4\"",
"mtime": "2026-06-29T13:04:44.045Z",
"size": 71,
"path": "../public/_nuxt/builds/latest.json"
},
"/_nuxt/builds/meta/9bec55ba-4ecf-449d-9a96-4f3ecc37770a.json": {
"type": "application/json",
"etag": "\"58-bnn7595g9HCWb/C9lhsu/VFXvus\"",
"mtime": "2026-06-26T13:42:13.147Z",
"size": 88,
"path": "../public/_nuxt/builds/meta/9bec55ba-4ecf-449d-9a96-4f3ecc37770a.json"
},
"/_nuxt/nwypRWOF.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"445-I8r0pF76iEwq2zZb9xp6nJYmQQI\"",
"mtime": "2026-06-26T13:42:13.158Z",
"size": 1093,
"path": "../public/_nuxt/nwypRWOF.js"
},
"/_nuxt/woz7WbxD.js": {
"type": "text/javascript; charset=utf-8",
"etag": "\"4009-DA5xQpdmZdcMcpSElp9cmmLQRaM\"",
"mtime": "2026-06-26T13:42:13.159Z",
"size": 16393,
"path": "../public/_nuxt/woz7WbxD.js"
},
"/_nuxt/builds/meta/dev.json": {
"type": "application/json",
"etag": "\"37-7CFGAUHH2jpvVnqmAnnRkG5JQP8\"",
"mtime": "2026-06-26T13:42:13.147Z",
"etag": "\"37-9mxJkDFXtEDfXARpPVLsoYF/OxA\"",
"mtime": "2026-06-29T13:04:44.041Z",
"size": 55,
"path": "../public/_nuxt/builds/meta/dev.json"
},
"/sf_logo.png": {
"type": "image/png",
"etag": "\"4366a8-5u0A+e1MYT8zegFkKhhzxt5KbGs\"",
"mtime": "2026-06-26T13:42:13.161Z",
"mtime": "2026-06-29T13:04:44.059Z",
"size": 4417192,
"path": "../public/sf_logo.png"
}