oms-FleetManagement/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 1391447183 fix language
2023-09-23 23:05:19 +00:00

153 lines
4.2 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',
'Accounting' => '',
'Addition' => '',
'Address' => '',
'Addresses' => '',
'Africa' => '',
'AllCustomers' => '',
'America' => '',
'Analyse' => '',
'AreaManager' => '',
'Articlegroup' => '',
'Articles' => '',
'Asia' => '',
'Attribute' => '',
'Attributes' => 'Attribute',
'Balance' => '',
'BaseTime' => '',
'Bills' => '',
'Bonus' => '',
'Business' => '',
'CIS' => '',
'CLV' => '',
'Calendar' => '',
'City' => '',
'Client' => '',
'ClientID' => '',
'Clients' => '',
'ComparisonTime' => '',
'Contact' => '',
'Costs' => 'Kosten',
'Country' => '',
'Created' => '',
'CreatedAt' => '',
'CreditRating' => '',
'Creditcard' => '',
'Customers' => '',
'DSO' => '',
'Date' => 'Datum',
'Default' => '',
'Delivery' => '',
'Description' => '',
'Discount' => '',
'DiscountBonus' => '',
'DiscountP' => '',
'Documents' => '',
'Driver' => 'Fahrer',
'Drivers' => 'Fahrer',
'Due' => '',
'Email' => '',
'End' => 'Ende',
'Europe' => '',
'Fax' => '',
'Files' => 'Dateien',
'Filter' => '',
'Freightage' => '',
'From' => '',
'Group' => '',
'History' => 'Historie',
'ID' => '',
'Info' => '',
'Inspections' => 'Inspektionen',
'Invoice' => '',
'Invoices' => '',
'IsDefault' => '',
'Items' => '',
'LastContact' => '',
'LastOrder' => '',
'LeasingFee' => 'Leasingkosten',
'Log' => '',
'Logs' => '',
'LostCustomers' => '',
'MRR' => '',
'MTDSales' => '',
'Make' => 'Marke',
'Margin' => '',
'Messages' => '',
'Milage' => 'Tacho',
'Model' => 'Modell',
'Modified' => '',
'Modules' => '',
'Name' => 'Name',
'Name1' => '',
'Name2' => '',
'Name3' => '',
'Net' => '',
'NewCustomers' => '',
'Notes' => 'Notizen',
'Number' => '',
'Office' => '',
'Other' => '',
'Payment' => '',
'PaymentTerm' => '',
'Permission' => '',
'Phone' => '',
'Postal' => '',
'Price' => '',
'Prices' => '',
'Private' => '',
'Productgroup' => '',
'Profile' => 'Profile',
'Profit' => '',
'Purchase' => '',
'PurchasePrice' => 'Kaufpreis',
'Quantity' => '',
'RecentInvoices' => '',
'Region' => '',
'Rep' => '',
'Responsible' => 'Verantwortlich',
'Retention' => '',
'Sales' => '',
'Segment' => '',
'Segments' => '',
'Start' => 'Start',
'Status' => 'Status',
'Subtype' => '',
'Support' => '',
'Tags' => '',
'Title' => '',
'To' => '',
'Total' => '',
'TotalPrice' => '',
'Type' => 'Typ',
'UnitPrice' => '',
'Upcoming' => 'Upcoming',
'VIN' => '',
'Value' => '',
'Vehicle' => 'Fahrzeug',
'Vehicles' => 'Fahrzeuge',
'Vin' => 'Vin',
'Website' => '',
'Wire' => '',
'YTDSales' => '',
'Zip' => '',
]];