test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent f306a32069
commit 6a88c6d3e9

View File

@ -13,67 +13,68 @@
declare(strict_types=1);
return ['ClientManagement' => [
'AttributeTypes' => 'Attributtypen',
'Accounting' => 'Buchhaltung',
'Addition' => 'Zusatz',
'Address' => 'Adresse',
'Addresses' => 'Adressen',
'Africa' => '#VALUE!',
'AllCustomers' => '#VALUE!',
'America' => '#VALUE!',
'Analyse' => '#VALUE!',
'Africa' => 'Afrika',
'AllCustomers' => 'Alle Kunden',
'America' => 'Amerika',
'Analyse' => 'Analyse',
'AreaManager' => 'Bereichsleiter',
'Articlegroup' => 'ArtikelGroup.',
'Articles' => 'Artikel',
'Asia' => '#VALUE!',
'Attribute' => '#VALUE!',
'Attributes' => '#VALUE!',
'Asia' => 'Asien',
'Attribute' => 'Attribute',
'Attributes' => 'Attribute',
'Balance' => 'Gleichgewicht',
'BaseTime' => '#VALUE!',
'Bills' => '#VALUE!',
'BaseTime' => 'Basiszeit',
'Bills' => 'Rechnungen',
'Bonus' => 'Bonus',
'Business' => 'Geschäft',
'CIS' => '#VALUE!',
'CIS' => 'CIS',
'CLV' => 'CLV',
'Calendar' => 'Kalender',
'City' => 'Stadt',
'Client' => 'Klient',
'ClientID' => '#VALUE!',
'Client' => 'Kunde',
'ClientID' => 'Kunden ID',
'Clients' => 'Kunden',
'ComparisonTime' => '#VALUE!',
'ComparisonTime' => 'Vergleichszeit',
'Contact' => 'Kontakt',
'Country' => 'Land',
'Created' => 'Erstellt',
'CreatedAt' => '#VALUE!',
'CreatedAt' => 'Erstellt',
'CreditRating' => 'Kreditbeurteilung',
'Creditcard' => 'Kreditkarte',
'Customers' => '#VALUE!',
'Customers' => 'Kunden',
'DSO' => 'DSO.',
'Date' => 'Datum',
'Default' => 'Standard',
'Delivery' => 'Die Zustellung',
'Discount' => 'Rabatt',
'DiscountBonus' => '#VALUE!',
'DiscountBonus' => 'Mengenrabatt',
'DiscountP' => 'Rabatt %',
'Documents' => 'Unterlagen',
'Due' => 'Fällig',
'Email' => 'Email',
'Europe' => '#VALUE!',
'Europe' => 'Europa',
'Fax' => 'Fax',
'Files' => 'Dateien',
'Filter' => 'Filter',
'Freightage' => 'Fracht',
'Group' => 'Gruppe',
'ID' => 'ICH WÜRDE',
'ID' => 'ID',
'Info' => 'Die Info',
'Invoice' => 'Rechnung',
'Invoices' => 'Rechnungen',
'IsDefault' => 'Ist standardmäßig?',
'Items' => '#VALUE!',
'Items' => 'Artikel',
'LastContact' => 'Letzter Kontakt',
'LastOrder' => 'Letzte Bestellung',
'Log' => 'Protokoll',
'Logs' => 'Protokoll',
'LostCustomers' => '#VALUE!',
'LostCustomers' => 'Verlorene Kunden',
'MRR' => 'Mrr.',
'MTDSales' => 'MTD-Verkäufe.',
'Margin' => 'Rand',
@ -85,11 +86,11 @@ return ['ClientManagement' => [
'Name2' => 'Name2.',
'Name3' => 'Name3.',
'Net' => 'Netz',
'NewCustomers' => '#VALUE!',
'NewCustomers' => 'Neue Kunden',
'Notes' => 'Anmerkungen',
'Number' => 'Nummer',
'Office' => 'Sekretariat',
'Other' => '#VALUE!',
'Other' => 'Sonstige',
'Payment' => 'Zahlung',
'PaymentTerm' => 'Zahlungsbezeichnung',
'Permission' => 'Erlaubnis',
@ -100,27 +101,28 @@ return ['ClientManagement' => [
'Private' => 'Privatgelände',
'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil',
'Profit' => '#VALUE!',
'Profit' => 'Profit',
'Purchase' => 'Kaufen',
'Quantity' => 'Menge',
'RecentInvoices' => 'Jüngste Rechnungen',
'Region' => '#VALUE!',
'Rep' => '#VALUE!',
'Retention' => '#VALUE!',
'Region' => 'Region',
'Rep' => 'Vertriebler',
'Retention' => 'Kundenbindung',
'Sales' => 'Der Umsatz',
'Segment' => 'Segment',
'Segments' => 'Segmente',
'Subtype' => 'Untertyp',
'Support' => 'Unterstützung',
'Tags' => 'Stichworte',
'Title' => '#VALUE!',
'Total' => '#VALUE!',
'TotalPrice' => '#VALUE!',
'Title' => 'Titel',
'Total' => 'Gesamt',
'TotalPrice' => 'Gesamtpreis',
'Type' => 'Typ',
'UnitPrice' => '#VALUE!',
'Value' => '#VALUE!',
'UnitPrice' => 'Einheitspreis',
'Value' => 'Wert',
'Website' => 'Webseite',
'Wire' => 'Kabel',
'YTDSales' => 'Ytd Sales.',
'Zip' => 'Reißverschluss',
'IMG_alt_map' => 'Karte',
]];