admin_users_personels
This commit is contained in:
@@ -2311,6 +2311,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",
|
||||
@@ -2389,6 +2390,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",
|
||||
@@ -2462,6 +2473,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",
|
||||
@@ -2545,10 +2558,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 = {
|
||||
@@ -2610,6 +2722,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",
|
||||
@@ -2688,6 +2801,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",
|
||||
@@ -2761,6 +2884,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",
|
||||
@@ -2844,10 +2969,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
|
||||
@@ -3496,16 +3720,16 @@ _wH6JrtIxmaSoA8lCPWFnE9z4lQeXW6H5z3l5aymEQw
|
||||
const assets = {
|
||||
"/index.mjs": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"253ec-9gWita9FIFOcxrWJJImCHqiAiEc\"",
|
||||
"mtime": "2026-06-26T13:42:06.440Z",
|
||||
"size": 152556,
|
||||
"etag": "\"26f47-FxUsDl+Qw3SM1eutSdt3YslLdnY\"",
|
||||
"mtime": "2026-06-29T13:04:36.052Z",
|
||||
"size": 159559,
|
||||
"path": "index.mjs"
|
||||
},
|
||||
"/index.mjs.map": {
|
||||
"type": "application/json",
|
||||
"etag": "\"83251-gdWWzINLTOdOWQypEY8kD82/CME\"",
|
||||
"mtime": "2026-06-26T13:42:06.440Z",
|
||||
"size": 537169,
|
||||
"etag": "\"83331-ZjNHkLjUBSxWFNgfXByOQYuJexY\"",
|
||||
"mtime": "2026-06-29T13:04:36.052Z",
|
||||
"size": 537393,
|
||||
"path": "index.mjs.map"
|
||||
}
|
||||
};
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user