oms-SupplierManagement/Theme/Backend/Lang/de.lang.php
2024-04-02 21:40:48 +00:00

134 lines
4.7 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['SupplierManagement' => [
'Accounting' => 'Buchhaltung',
'Address' => 'Adresse',
'Addresses' => 'Adressen',
'AreaManager' => 'Bereichsleiter',
'Articlegroup' => 'ArtikelGroup.',
'Articles' => 'Artikel',
'Attribute' => 'Attribut',
'AttributeTypes' => 'Attributetypen',
'Attributes' => 'Attribute',
'Balance' => 'Gleichgewicht',
'Bills' => 'Rechnungen',
'Bonus' => 'Bonus',
'CLV' => 'CLV',
'Calendar' => 'Kalender',
'City' => 'Stadt',
'Client' => 'Kunde',
'ClientID' => 'Kunden ID',
'Contact' => 'Kontakt',
'Country' => 'Land',
'Created' => 'Erstellt',
'CreatedAt' => 'Erstellt',
'CreditRating' => 'Kreditbeurteilung',
'Creditcard' => 'Kreditkarte',
'DSO' => 'DSO.',
'DUE' => 'Fällig',
'Date' => 'Datum',
'Default' => 'Standard',
'Delivery' => 'Die Zustellung',
'Discount' => 'Rabatt',
'DiscountBonus' => '',
'DiscountP' => 'Rabatt %',
'Documents' => 'Unterlagen',
'Due' => 'Fällig',
'Email' => 'Email',
'Fax' => 'Fax',
'Files' => 'Dateien',
'Freightage' => 'Fracht',
'Group' => 'Gruppe',
'ID' => 'ICH WÜRDE',
'Info' => 'Die Info',
'Invoice' => 'Rechnung',
'Invoices' => 'Rechnungen',
'IsDefault' => 'Ist default',
'Items' => 'Artikel',
'LastContact' => 'Letzter Kontakt',
'LastOrder' => 'Letzte Bestellung',
'Log' => 'Protokoll',
'Logs' => 'Protokoll',
'MRR' => 'Mrr.',
'MTDSales' => 'MTD-Verkäufe.',
'Map' => '',
'Margin' => 'Rand',
'Master' => 'Meister',
'Messages' => 'Mitteilungen',
'Modified' => 'Geändert',
'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',
'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil',
'Profit' => 'Gewinn',
'Purchase' => 'Kaufen',
'Quantity' => 'Menge',
'RecentInvoices' => 'Jüngste Rechnungen',
'Sales' => 'Umsatz',
'Segment' => 'Segment',
'Segments' => 'Segmente',
'Subtype' => 'Untertyp',
'Supplier' => 'Anbieter',
'Suppliers' => 'Lieferanten',
'Support' => 'Unterstützung',
'Tags' => 'Stichworte',
'Title' => 'Titel',
'TotalPrice' => '',
'Type' => 'Typ',
'UnitPrice' => '',
'Website' => 'Webseite',
'Wire' => 'Überweisung',
'YTDSales' => 'Ytd Sales',
'SLV' => 'SLV',
'Bill' => 'Rechnung',
'Account' => 'Konto',
'EarningIndicator' => 'Verkaufssteuerkennzeichen',
'CostIndicator' => 'Einkaufssteuerkennzeichen',
'Zip' => 'Reißverschluss',
'Status' => 'Status',
'Bills' => 'Rechnungen',
'Items' => 'Artikel',
'ViewAccount' => 'Buchhaltung',
'CreateBill' => 'Erstelle Rechnung',
':status-1' => 'Aktiv',
':status-2' => 'Inaktiv',
':status-3' => 'Blockiert',
'Pricing' => 'Pricing',
'Start' => 'Start',
'End' => 'End',
'ItemSegment' => 'Artikelsegment',
'ClientSegment' => 'Kundensegment',
'ItemSection' => 'Artikelsparte',
'ClientSection' => 'Kundensparte',
'ItemSalesGroup' => 'Artikel Umsatzgruppe',
'ClientGroup' => 'Kundengruppe',
'ClientType' => 'Kundenart',
'ItemType' => 'Artikeltyp',
'Item' => 'Artikel',
]];