oms-EquipmentManagement/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn ed7035c192 fix templates
2024-04-17 17:45:07 +00:00

47 lines
1.3 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 ['EquipmentManagement' => [
':status1' => 'Aktiv',
':status2' => 'Inaktiv',
':status3' => 'Beschädigt',
':status4' => 'Außer Betrieb',
'Attributes' => 'Attribute',
'Costs' => 'Kosten',
'Date' => 'Datum',
'Driver' => 'Fahrer',
'EIN' => 'WKN',
'Ein' => 'Ein',
'End' => 'Ende',
'Number' => 'Nummer',
'Equipments' => 'Equipment',
'Equipment' => 'Equipment',
'Files' => 'Dateien',
'History' => 'Historie',
'Inspections' => 'Inspectionen',
'InspectionTypes' => 'Inspektionsarten',
'LeasingFee' => 'Leasingkosten',
'Make' => 'Marke',
'Model' => 'Modell',
'Name' => 'Name',
'Notes' => 'Notizen',
'Profile' => 'Profile',
'PurchasePrice' => 'Kaufpreis',
'Responsible' => 'Verantwortlich',
'Start' => 'Start',
'Status' => 'Status',
'Type' => 'Typ',
'Upcoming' => 'Upcoming',
]];