oms-FleetManagement/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 52c3d479bf update
2024-01-02 23:34:17 +00:00

64 lines
1.9 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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',
'Accounting' => 'Buchhaltung',
'Addition' => 'Zhd.',
'Address' => 'Adresse',
'Addresses' => 'Adressen',
'Attributes' => 'Attribute',
'Client' => 'Kunde',
'ClientID' => 'Kunden ID',
'Clients' => 'Kunden',
'Costs' => 'Kosten',
'Created' => 'Erstellt',
'CreatedAt' => 'Erstellt',
'Date' => 'Datum',
'Driver' => 'Fahrer',
'Drivers' => 'Fahrer',
'End' => 'Ende',
'Files' => 'Dateien',
'Freightage' => 'Fracht',
'History' => 'Historie',
'Inspections' => 'Inspektionen',
'LeasingFee' => 'Leasingkosten',
'Make' => 'Marke',
'Milage' => 'Tacho',
'Model' => 'Modell',
'Name' => 'Name',
'Name1' => 'Name 1',
'Name2' => 'Name 2',
'Name3' => 'Name 3',
'Notes' => 'Notizen',
'Profile' => 'Profile',
'PurchasePrice' => 'Kaufpreis',
'Responsible' => 'Verantwortlich',
'Start' => 'Start',
'Status' => 'Status',
'Tags' => 'Stichworte',
'Type' => 'Typ',
'Upcoming' => 'Upcoming',
'Vehicle' => 'Fahrzeug',
'Vehicles' => 'Fahrzeuge',
'Vin' => 'Vin',
'Zip' => 'Postleitzahl',
]];