oms-FleetManagement/Theme/Backend/Lang/de.lang.php
2024-04-02 21:40:47 +00:00

52 lines
1.4 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',
'End' => 'Ende',
'From' => 'Von',
'Description' => 'Beschreibung',
'To' => 'Nach',
'Files' => 'Dateien',
'History' => 'Historie',
'Inspections' => 'Inspektionen',
'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',
'Vin' => 'Vin',
]];