2026-07-14 11:51:32 +02:00
|
|
|
{
|
2026-07-14 20:16:15 +02:00
|
|
|
"login.title": "Sign In",
|
|
|
|
|
"login.email": "Email Address",
|
|
|
|
|
"login.password": "Password",
|
|
|
|
|
"login.submit": "Sign In",
|
|
|
|
|
"login.success": "Login successful",
|
|
|
|
|
"login.error.emailRequired": "Email address is required",
|
|
|
|
|
"login.error.emailInvalid": "Invalid email address",
|
|
|
|
|
"login.error.passwordRequired": "Password is required",
|
|
|
|
|
"login.error.invalidCredentials": "Invalid email or password",
|
|
|
|
|
"nav.dashboard": "Dashboard",
|
|
|
|
|
"nav.vehicles": "Vehicles",
|
|
|
|
|
"nav.contacts": "Contacts",
|
|
|
|
|
"nav.sales": "Sales",
|
|
|
|
|
"nav.settings": "Settings",
|
|
|
|
|
"nav.logout": "Logout",
|
2026-07-19 17:25:35 +02:00
|
|
|
"nav.ki-copilot": "AI Copilot",
|
|
|
|
|
"nav.ocr": "OCR",
|
|
|
|
|
"nav.retouch": "Image Retouch",
|
|
|
|
|
"nav.menu": "Menu",
|
|
|
|
|
"nav.appName": "ERP Commercial Vehicles",
|
2026-07-19 19:33:08 +02:00
|
|
|
"dashboard.title": "Dashboard",
|
|
|
|
|
"dashboard.totalVehicles": "Total Vehicles",
|
|
|
|
|
"dashboard.available": "Available",
|
|
|
|
|
"dashboard.reserved": "Reserved",
|
|
|
|
|
"dashboard.sold": "Sold",
|
|
|
|
|
"dashboard.totalValue": "Total Value",
|
|
|
|
|
"dashboard.quickActions": "Quick Actions",
|
|
|
|
|
"dashboard.newVehicle": "New Vehicle",
|
|
|
|
|
"dashboard.newContact": "New Contact",
|
|
|
|
|
"dashboard.newSale": "New Sale",
|
|
|
|
|
"dashboard.recentVehicles": "Recent Vehicles",
|
|
|
|
|
"dashboard.noVehicles": "No vehicles available",
|
|
|
|
|
"dashboard.error": "Error loading data",
|
|
|
|
|
"dashboard.make": "Make",
|
|
|
|
|
"dashboard.model": "Model",
|
|
|
|
|
"dashboard.fin": "VIN",
|
|
|
|
|
"dashboard.price": "Price",
|
|
|
|
|
"dashboard.availability": "Availability",
|
2026-07-14 11:51:32 +02:00
|
|
|
"common.save": "Save",
|
|
|
|
|
"common.cancel": "Cancel",
|
|
|
|
|
"common.delete": "Delete",
|
|
|
|
|
"common.edit": "Edit",
|
|
|
|
|
"common.search": "Search",
|
|
|
|
|
"common.loading": "Loading...",
|
2026-07-14 20:16:15 +02:00
|
|
|
"common.error": "Error",
|
|
|
|
|
"common.confirm": "Confirm",
|
2026-07-14 11:51:32 +02:00
|
|
|
"user.role.admin": "Administrator",
|
|
|
|
|
"user.role.verkaeufer": "Sales",
|
2026-07-14 20:16:15 +02:00
|
|
|
"user.role.buchhaltung": "Accounting"
|
2026-07-14 11:51:32 +02:00
|
|
|
}
|