Rebrands the product from MobilityOps to Fleet Ops across the UI, backend defaults and knowledge base, and makes nl-BE/en-GB/fr-BE full first-class languages: i18next with eager-bundled per-namespace resources, a persisted accessible language switcher (topbar and mobile drawer), locale-aware date/number formatting, and a coverage test that fails the build on any missing or empty translation key. Backend dynamic content (demo scenarios, blocked-reason text, integration status) moves from fixed English/Dutch prose to stable message codes + params so the frontend can localize it; the demo knowledge base gains a fully translated NL/EN/FR procedure corpus (11 documents each) with per-language retrieval and localized evidence-state messages. The Demo Guide becomes breakpoint-adaptive: a docked rail on extra-wide desktop, a floating panel that auto-collapses to a persistent, closable progress chip on standard desktop/tablet, and a collapsed/half/full bottom sheet on mobile -- with scroll+focus+ highlight on "go to this step", Escape handling, and reduced-motion support. The Data Quality Workbench gets accessible choice-card decisions with a clear primary/ secondary/tertiary action hierarchy; the Automation ledger groups repeated successes and uses meaningful short refs; the Audit trail groups events by correlation id with human action labels and readable before/after diffs. Attention Queue, Today's movements, Vehicles, Bookings and Data Quality rows are fully clickable (stretched-link pattern) with independent secondary links, keyboard support and mobile touch targets. Fixes a topbar overflow on mobile caused by the new language switcher (moved into the mobile drawer at <=960px) and two dangling aria-labelledby references introduced this session. Updates all affected Playwright specs for the new nl-BE default and the new Audit/DemoGuide DOM structure, and adds new i18n-coverage, demo-guide-adaptive and clickable-rows specs. 131 backend tests, Ruff and mypy, and 71 Playwright tests pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"list": {
|
|
"eyebrow": "Fleet / Registry",
|
|
"title": "Vehicle fleet",
|
|
"description": "Live operational state, location and service readiness.",
|
|
"searchLabel": "Search",
|
|
"searchPlaceholder": "Reference, make or location",
|
|
"statusLabel": "Status",
|
|
"statusAll": "All statuses",
|
|
"attentionOnly": "Attention only",
|
|
"loading": "Loading fleet registry…",
|
|
"empty": "No vehicles found",
|
|
"emptyDetail": "Adjust the current fleet filters.",
|
|
"noMatch": "No matching vehicles",
|
|
"noMatchDetail": "Try a broader search term.",
|
|
"unavailable": "Vehicle list is unavailable right now.",
|
|
"count": "{{count}} vehicles",
|
|
"persisted": "Persisted fleet data",
|
|
"columns": {
|
|
"reference": "Reference",
|
|
"makeModel": "Make / model",
|
|
"location": "Location",
|
|
"status": "Status",
|
|
"odometer": "Odometer (km)",
|
|
"attention": "Attention"
|
|
},
|
|
"needsAttention": "Needs attention"
|
|
},
|
|
"statuses": {
|
|
"available": "available",
|
|
"rented": "rented",
|
|
"cleaning": "cleaning",
|
|
"maintenance": "maintenance",
|
|
"blocked": "blocked"
|
|
},
|
|
"detail": {
|
|
"backLink": "Fleet registry",
|
|
"eyebrow": "Fleet / Vehicle record",
|
|
"notFound": "This vehicle could not be found.",
|
|
"loading": "Loading vehicle record…",
|
|
"needsAttention": "Needs attention",
|
|
"tabs": {
|
|
"overview": "Overview",
|
|
"bookings": "Bookings",
|
|
"inspections": "Inspections",
|
|
"maintenance": "Maintenance",
|
|
"quality": "Quality"
|
|
},
|
|
"tabsAriaLabel": "Vehicle sections",
|
|
"overview": {
|
|
"registration": "Registration",
|
|
"modelYear": "Model year",
|
|
"location": "Location",
|
|
"odometer": "Odometer",
|
|
"nextService": "Next service",
|
|
"active": "Active"
|
|
},
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"noBookings": "No bookings recorded.",
|
|
"noInspections": "No inspections recorded.",
|
|
"noMaintenance": "No maintenance records.",
|
|
"noQualityIssues": "No quality issues recorded.",
|
|
"fuel": "Fuel {{percent}}%",
|
|
"damage": "Damage",
|
|
"technicalWarning": "Technical warning"
|
|
}
|
|
}
|