mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-21 12:18:41 +00:00
99 lines
2.9 KiB
PHP
99 lines
2.9 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ClientManagement' => [
|
|
'Accounting' => 'Buchhaltung',
|
|
'Addition' => '',
|
|
'Address' => 'Addresse',
|
|
'Addresses' => 'Addressen',
|
|
'AreaManager' => 'Area Manager',
|
|
'Articlegroup' => 'Artikelgruppe',
|
|
'Articles' => '',
|
|
'Balance' => '',
|
|
'Bonus' => 'Bonus',
|
|
'Business' => 'Business',
|
|
'CLV' => '',
|
|
'Calendar' => '',
|
|
'City' => 'Stadt',
|
|
'Client' => 'Kunde',
|
|
'Clients' => 'Kunden',
|
|
'Contact' => 'Kontakt',
|
|
'Country' => 'Land',
|
|
'Created' => '',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => '',
|
|
'Creditcard' => 'Kreditkarte',
|
|
'DSO' => '',
|
|
'Date' => 'Datum',
|
|
'Default' => 'Standard',
|
|
'Delivery' => 'Lieferung',
|
|
'Discount' => 'Rabatt',
|
|
'DiscountP' => 'Rabatt %',
|
|
'Documents' => '',
|
|
'Due' => '',
|
|
'Email' => 'Email',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Dateien',
|
|
'Freightage' => 'Frachtkosten',
|
|
'Group' => 'Gruppe',
|
|
'ID' => 'ID',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Rechnung',
|
|
'Invoices' => '',
|
|
'IsDefault' => 'Ist Standard?',
|
|
'LastContact' => '',
|
|
'LastOrder' => '',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs',
|
|
'MRR' => '',
|
|
'MTDSales' => '',
|
|
'Margin' => '',
|
|
'Messages' => '',
|
|
'Modified' => '',
|
|
'Modules' => '',
|
|
'Name' => 'Name',
|
|
'Name1' => 'Name1',
|
|
'Name2' => 'Name2',
|
|
'Name3' => 'Name3',
|
|
'Net' => '',
|
|
'Notes' => '',
|
|
'Number' => '',
|
|
'Office' => 'Büro',
|
|
'Payment' => 'Zahlung',
|
|
'PaymentTerm' => 'Zahlungsziel',
|
|
'Permission' => '',
|
|
'Phone' => 'Telefon',
|
|
'Postal' => '',
|
|
'Price' => 'Preis',
|
|
'Prices' => 'Preise',
|
|
'Private' => 'Privat',
|
|
'Productgroup' => 'Produktgruppe',
|
|
'Profile' => 'Profile',
|
|
'Purchase' => 'Einkauf',
|
|
'Quantity' => 'Anzahl',
|
|
'RecentInvoices' => '',
|
|
'Sales' => 'Umsatz',
|
|
'Segment' => 'Segment',
|
|
'Segments' => '',
|
|
'Subtype' => 'Untergruppe',
|
|
'Support' => 'Support',
|
|
'Tags' => '',
|
|
'Title' => '',
|
|
'Type' => 'Typ',
|
|
'Website' => '',
|
|
'Wire' => 'Wire',
|
|
'YTDSales' => '',
|
|
'Zip' => 'Postleitzahl',
|
|
]];
|