schneespur/lang/en/vehicle.php
Michael 2c63440ed8 Revert: move code back to project root from schneespur/ subdirectory
- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
  removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
2026-05-17 18:24:26 +00:00

26 lines
1.3 KiB
PHP

<?php
return [
'page_list' => 'Manage Vehicles',
'page_create' => 'Create Vehicle',
'page_edit' => 'Edit Vehicle',
'btn_create' => 'Create Vehicle',
'col_name' => 'Name',
'col_license' => 'License Plate',
'col_owntracks_device_id' => 'OwnTracks Device ID',
'col_actions' => 'Actions',
'empty_heading' => 'No vehicles created yet.',
'empty_body' => 'Each vehicle needs its own OwnTracks Device ID for GPS assignment.',
'empty_cta' => 'Create first vehicle',
'field_name' => 'Name',
'field_license_plate' => 'License Plate',
'field_owntracks_device_id' => 'OwnTracks Device ID',
'field_notes' => 'Notes',
'flash_created' => 'Vehicle ":name" has been created.',
'flash_updated' => 'Vehicle ":name" has been updated.',
'flash_deleted' => 'Vehicle ":name" has been deleted.',
'modal_delete_title' => 'Delete Vehicle',
'modal_delete_body1' => 'Really delete vehicle <strong>:name</strong>?',
'modal_delete_body2' => 'This action cannot be undone.',
'modal_delete_submit' => 'Delete permanently',
];