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

@@ -58,6 +58,7 @@
"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",
@@ -136,6 +137,16 @@
"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",
@@ -210,6 +221,8 @@
"vehicles_used": "Vehicles",
"branches_used": "Branches",
"employees_used": "Employees",
"branches": "branches",
"employees": "employees",
"status": "Status",
"subscription_history": "Subscription History",
"history_date": "Date",
@@ -292,5 +305,103 @@
"no_vehicles": "No vehicles assigned to this garage yet.",
"no_fleet_access": "You don't have permission to view fleet data."
}
},
"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..."
}
}
}