test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent 412450a4e7
commit d8efc9b1ab

View File

@ -12,115 +12,34 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
return ['ClientManagement' => [ return ['FleetManagement' => [
'Accounting' => 'Buchhaltung', 'Vehicle' => 'Fahrzeug',
'Addition' => 'Zusatz', 'Vehicles' => 'Fahrzeuge',
'Address' => 'Adresse', 'Status' => 'Status',
'Addresses' => 'Adressen', 'Name' => 'Name',
'Africa' => '#VALUE!', 'Type' => 'Typ',
'AllCustomers' => '#VALUE!', 'Make' => 'Marke',
'America' => '#VALUE!', 'Model' => 'Modell',
'Analyse' => '#VALUE!', 'Start' => 'Start',
'AreaManager' => 'Bereichsleiter', 'End' => 'Ende',
'Articlegroup' => 'ArtikelGroup.', 'Profile' => 'Profile',
'Articles' => 'Artikel', 'Attributes' => 'Attribute',
'Asia' => '#VALUE!', 'Files' => 'Dateien',
'Attribute' => '#VALUE!', 'Notes' => 'Notizen',
'Attributes' => '#VALUE!', 'Costs' => 'Kosten',
'Balance' => 'Gleichgewicht', 'Inspections' => 'Inspektionen',
'BaseTime' => '#VALUE!', 'Drivers' => 'Fahrer',
'Bills' => '#VALUE!', 'Milage' => 'Tacho',
'Bonus' => 'Bonus', 'Driver' => 'Fahrer',
'Business' => 'Geschäft', 'Vin' => 'Vin',
'CIS' => '#VALUE!', 'History' => 'Historie',
'CLV' => 'CLV', 'Upcoming' => 'Upcoming',
'Calendar' => 'Kalender', 'Responsible' => 'Verantwortlich',
'City' => 'Stadt', 'Date' => 'Datum',
'Client' => 'Klient', 'PurchasePrice' => 'Kaufpreis',
'ClientID' => '#VALUE!', 'LeasingFee' => 'Leasingkosten',
'Clients' => 'Kunden', ':status1' => 'Aktiv',
'ComparisonTime' => '#VALUE!', ':status2' => 'Inaktiv',
'Contact' => 'Kontakt', ':status3' => 'Beschädigt',
'Country' => 'Land', ':status4' => 'Außer Betrieb',
'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',
]]; ]];