oms-SupplierManagement/Theme/Backend/Lang/de.lang.php

104 lines
3.4 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['SupplierManagement' => [
'Accounting' => 'Buchhaltung',
'Addition' => 'Zusatz',
'Address' => 'Adresse',
'Addresses' => 'Adressen',
'AreaManager' => 'Bereichsleiter',
'Articlegroup' => 'ArtikelGroup.',
'Articles' => 'Artikel',
'Balance' => 'Gleichgewicht',
'Bonus' => 'Bonus',
'Business' => 'Geschäft',
'CLV' => 'CLV',
'Calendar' => 'Kalender',
'City' => 'Stadt',
'Client' => 'Klient',
'Clients' => 'Kunden',
'Contact' => 'Kontakt',
'Country' => 'Land',
'Created' => 'Erstellt',
'CreatedAt' => '#VALUE!',
'CreditRating' => 'Kreditbeurteilung',
'Creditcard' => 'Kreditkarte',
'DSO' => 'DSO.',
'DUE' => 'Fällig',
'Date' => 'Datum',
'Default' => 'Standard',
'Delivery' => 'Die Zustellung',
'Discount' => 'Rabatt',
'DiscountP' => 'Rabatt %',
'Documents' => 'Unterlagen',
'Due' => '#VALUE!',
'Email' => 'Email',
'Fax' => 'Fax',
'Files' => 'Dateien',
'Freightage' => 'Fracht',
'Group' => 'Gruppe',
'ID' => 'ICH WÜRDE',
'Info' => 'Die Info',
'Invoice' => 'Rechnung',
'Invoices' => 'Rechnungen',
'IsDefault' => 'Ist default',
'LastContact' => 'Letzter Kontakt',
'LastOrder' => 'Letzte Bestellung',
'Log' => 'Protokoll',
'Logs' => 'Protokoll',
'MRR' => 'Mrr.',
'MTDSales' => 'MTD-Verkäufe.',
'Main' => 'Hauptsächlich',
'Margin' => 'Rand',
'Master' => 'Meister',
'Messages' => 'Mitteilungen',
'Modified' => 'Geändert',
'Modules' => 'Module',
'Name' => 'Name',
'Name1' => 'Name1.',
'Name2' => 'Name2.',
'Name3' => 'Name3.',
'Net' => 'Netz',
'Notes' => 'Anmerkungen',
'Number' => 'Nummer',
'Office' => 'Sekretariat',
'Payment' => 'Zahlung',
'PaymentTerm' => 'Zahlungsbezeichnung',
'Permission' => 'Erlaubnis',
'Phone' => 'Telefon',
'Postal' => 'Post',
'Price' => 'Preis',
'Prices' => 'Preise',
'Private' => 'Privatgelände',
'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil',
'Purchase' => 'Kaufen',
'Quantity' => 'Menge',
'RecentInvoices' => 'Jüngste Rechnungen',
'Sales' => 'Der Umsatz',
'Segment' => 'Segment',
'Segments' => 'Segmente',
'Subtype' => 'Untertyp',
'Supplier' => 'Anbieter',
'Suppliers' => 'Lieferanten',
'Support' => 'Unterstützung',
'Tags' => 'Stichworte',
'Title' => '#VALUE!',
'Type' => 'Typ',
'Website' => '#VALUE!',
'Wire' => 'Kabel',
'YTDSales' => 'Ytd Sales.',
'Zip' => 'Reißverschluss',
]];