mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-01-11 12:58:42 +00:00
55 lines
1.6 KiB
PHP
Executable File
55 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['FleetManagement' => [
|
|
':status1' => 'Aktiv',
|
|
':status2' => 'Inaktiv',
|
|
':status3' => 'Beschädigt',
|
|
':status4' => 'Außer Betrieb',
|
|
':status-d1' => 'Aktiv',
|
|
':status-d2' => 'Inaktiv',
|
|
':status-d3' => 'Fahrunfähig',
|
|
'Attributes' => 'Attribute',
|
|
'Costs' => 'Kosten',
|
|
'Date' => 'Datum',
|
|
'Driver' => 'Fahrer',
|
|
'Drivers' => 'Fahrer',
|
|
'Reference' => 'Referenz',
|
|
'End' => 'Ende',
|
|
'From' => 'Von',
|
|
'Description' => 'Beschreibung',
|
|
'To' => 'Nach',
|
|
'Files' => 'Dateien',
|
|
'History' => 'Historie',
|
|
'Inspections' => 'Inspektionen',
|
|
'InspectionTypes' => 'Inspektionsarten',
|
|
'LeasingFee' => 'Leasingkosten',
|
|
'Make' => 'Marke',
|
|
'Milage' => 'Tacho',
|
|
'Model' => 'Modell',
|
|
'Name' => 'Name',
|
|
'Notes' => 'Notizen',
|
|
'Profile' => 'Profile',
|
|
'PurchasePrice' => 'Kaufpreis',
|
|
'Responsible' => 'Verantwortlich',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'VIN' => 'VIN',
|
|
'Type' => 'Typ',
|
|
'Upcoming' => 'Upcoming',
|
|
'Vehicles' => 'Fahrzeuge',
|
|
'Vehicle' => 'Fahrzeug',
|
|
'Vin' => 'Vin',
|
|
]];
|