diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 663897b..efece01 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -12,115 +12,34 @@ */ declare(strict_types=1); -return ['ClientManagement' => [ - 'Accounting' => 'Buchhaltung', - 'Addition' => 'Zusatz', - 'Address' => 'Adresse', - 'Addresses' => 'Adressen', - 'Africa' => '#VALUE!', - 'AllCustomers' => '#VALUE!', - 'America' => '#VALUE!', - 'Analyse' => '#VALUE!', - 'AreaManager' => 'Bereichsleiter', - 'Articlegroup' => 'ArtikelGroup.', - 'Articles' => 'Artikel', - 'Asia' => '#VALUE!', - 'Attribute' => '#VALUE!', - 'Attributes' => '#VALUE!', - 'Balance' => 'Gleichgewicht', - 'BaseTime' => '#VALUE!', - 'Bills' => '#VALUE!', - 'Bonus' => 'Bonus', - 'Business' => 'Geschäft', - 'CIS' => '#VALUE!', - 'CLV' => 'CLV', - 'Calendar' => 'Kalender', - 'City' => 'Stadt', - 'Client' => 'Klient', - 'ClientID' => '#VALUE!', - 'Clients' => 'Kunden', - 'ComparisonTime' => '#VALUE!', - 'Contact' => 'Kontakt', - 'Country' => 'Land', - 'Created' => 'Erstellt', - 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'Kreditbeurteilung', - 'Creditcard' => 'Kreditkarte', - 'Customers' => '#VALUE!', - 'DSO' => 'DSO.', - 'Date' => 'Datum', - 'Default' => 'Standard', - 'Delivery' => 'Die Zustellung', - 'Discount' => 'Rabatt', - 'DiscountBonus' => '#VALUE!', - 'DiscountP' => 'Rabatt %', - 'Documents' => 'Unterlagen', - 'Due' => 'Fällig', - 'Email' => 'Email', - 'Europe' => '#VALUE!', - 'Fax' => 'Fax', - 'Files' => 'Dateien', - 'Filter' => 'Filter', - 'Freightage' => 'Fracht', - 'Group' => 'Gruppe', - 'ID' => 'ICH WÜRDE', - 'Info' => 'Die Info', - 'Invoice' => 'Rechnung', - 'Invoices' => 'Rechnungen', - 'IsDefault' => 'Ist standardmäßig?', - 'Items' => '#VALUE!', - 'LastContact' => 'Letzter Kontakt', - 'LastOrder' => 'Letzte Bestellung', - 'Log' => 'Protokoll', - 'Logs' => 'Protokoll', - 'LostCustomers' => '#VALUE!', - 'MRR' => 'Mrr.', - 'MTDSales' => 'MTD-Verkäufe.', - 'Margin' => 'Rand', - 'Messages' => 'Mitteilungen', - 'Modified' => 'Geändert', - 'Modules' => 'Module', - 'Name' => 'Name', - 'Name1' => 'Name1.', - 'Name2' => 'Name2.', - 'Name3' => 'Name3.', - 'Net' => 'Netz', - 'NewCustomers' => '#VALUE!', - 'Notes' => 'Anmerkungen', - 'Number' => 'Nummer', - 'Office' => 'Sekretariat', - 'Other' => '#VALUE!', - 'Payment' => 'Zahlung', - 'PaymentTerm' => 'Zahlungsbezeichnung', - 'Permission' => 'Erlaubnis', - 'Phone' => 'Telefon', - 'Postal' => 'Post', - 'Price' => 'Preis', - 'Prices' => 'Preise', - 'Private' => 'Privatgelände', - 'Productgroup' => 'Produktgruppe', - 'Profile' => 'Profil', - 'Profit' => '#VALUE!', - 'Purchase' => 'Kaufen', - 'Quantity' => 'Menge', - 'RecentInvoices' => 'Jüngste Rechnungen', - 'Region' => '#VALUE!', - 'Rep' => '#VALUE!', - 'Retention' => '#VALUE!', - 'Sales' => 'Der Umsatz', - 'Segment' => 'Segment', - 'Segments' => 'Segmente', - 'Subtype' => 'Untertyp', - 'Support' => 'Unterstützung', - 'Tags' => 'Stichworte', - 'Title' => '#VALUE!', - 'Total' => '#VALUE!', - 'TotalPrice' => '#VALUE!', - 'Type' => 'Typ', - 'UnitPrice' => '#VALUE!', - 'Value' => '#VALUE!', - 'Website' => 'Webseite', - 'Wire' => 'Kabel', - 'YTDSales' => 'Ytd Sales.', - 'Zip' => 'Reißverschluss', +return ['FleetManagement' => [ + 'Vehicle' => 'Fahrzeug', + 'Vehicles' => 'Fahrzeuge', + 'Status' => 'Status', + 'Name' => 'Name', + 'Type' => 'Typ', + 'Make' => 'Marke', + 'Model' => 'Modell', + 'Start' => 'Start', + 'End' => 'Ende', + 'Profile' => 'Profile', + 'Attributes' => 'Attribute', + 'Files' => 'Dateien', + 'Notes' => 'Notizen', + 'Costs' => 'Kosten', + 'Inspections' => 'Inspektionen', + 'Drivers' => 'Fahrer', + 'Milage' => 'Tacho', + 'Driver' => 'Fahrer', + 'Vin' => 'Vin', + 'History' => 'Historie', + 'Upcoming' => 'Upcoming', + 'Responsible' => 'Verantwortlich', + 'Date' => 'Datum', + 'PurchasePrice' => 'Kaufpreis', + 'LeasingFee' => 'Leasingkosten', + ':status1' => 'Aktiv', + ':status2' => 'Inaktiv', + ':status3' => 'Beschädigt', + ':status4' => 'Außer Betrieb', ]];