mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
104 lines
3.3 KiB
PHP
104 lines
3.3 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' => 'Regnskab',
|
|
'Addition' => 'Tilsætning',
|
|
'Address' => 'Adresse',
|
|
'Addresses' => 'Adresser',
|
|
'AreaManager' => 'Områdechef',
|
|
'Articlegroup' => 'ArticleGroup.',
|
|
'Articles' => 'Artikler',
|
|
'Balance' => 'Balance',
|
|
'Bonus' => 'Bonus',
|
|
'Business' => 'Forretning',
|
|
'CLV' => 'CLV.',
|
|
'Calendar' => 'Kalender',
|
|
'City' => 'City.',
|
|
'Client' => 'Klient',
|
|
'Clients' => 'Klienter.',
|
|
'Contact' => 'Kontakt',
|
|
'Country' => 'Land',
|
|
'Created' => 'Oprettet',
|
|
'CreatedAt' => '#VALUE!',
|
|
'CreditRating' => 'Kreditvurdering',
|
|
'Creditcard' => 'Kreditkort',
|
|
'DSO' => 'DSO.',
|
|
'DUE' => 'På grund',
|
|
'Date' => 'Dato',
|
|
'Default' => 'Standard',
|
|
'Delivery' => 'Levering',
|
|
'Discount' => 'Rabat',
|
|
'DiscountP' => 'Rabat%',
|
|
'Documents' => 'Dokumenter',
|
|
'Due' => '#VALUE!',
|
|
'Email' => 'Email.',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Filer.',
|
|
'Freightage' => 'Gods',
|
|
'Group' => 'Gruppe',
|
|
'ID' => 'ID.',
|
|
'Info' => 'Info.',
|
|
'Invoice' => 'Faktura',
|
|
'Invoices' => 'Fakturaer.',
|
|
'IsDefault' => 'Er standard.',
|
|
'LastContact' => 'Sidste kontakt',
|
|
'LastOrder' => 'Sidste ordre',
|
|
'Log' => 'Log',
|
|
'Logs' => 'Logs.',
|
|
'MRR' => 'MRR.',
|
|
'MTDSales' => 'MTD Sales.',
|
|
'Main' => 'Main.',
|
|
'Margin' => 'Margin.',
|
|
'Master' => 'Mestre',
|
|
'Messages' => 'Beskeder',
|
|
'Modified' => 'Modificeret',
|
|
'Modules' => 'Moduler.',
|
|
'Name' => 'Navn',
|
|
'Name1' => 'NAME1.',
|
|
'Name2' => 'NAME2.',
|
|
'Name3' => 'NAME3.',
|
|
'Net' => 'Net',
|
|
'Notes' => 'Noter.',
|
|
'Number' => 'Nummer',
|
|
'Office' => 'Kontor',
|
|
'Payment' => 'Betaling',
|
|
'PaymentTerm' => 'Betalingsbetingelser',
|
|
'Permission' => 'Tilladelse',
|
|
'Phone' => 'telefon',
|
|
'Postal' => 'Postal.',
|
|
'Price' => 'Pris',
|
|
'Prices' => 'Priser.',
|
|
'Private' => 'Privat',
|
|
'Productgroup' => 'Produktgruppe',
|
|
'Profile' => 'Profil',
|
|
'Purchase' => 'Køb',
|
|
'Quantity' => 'Antal',
|
|
'RecentInvoices' => 'Nylige fakturaer.',
|
|
'Sales' => 'SALG',
|
|
'Segment' => 'Segment',
|
|
'Segments' => 'Segmenter.',
|
|
'Subtype' => 'Subtype.',
|
|
'Supplier' => 'Leverandør',
|
|
'Suppliers' => 'Leverandører.',
|
|
'Support' => 'Support',
|
|
'Tags' => 'Tags.',
|
|
'Title' => '#VALUE!',
|
|
'Type' => 'Type',
|
|
'Website' => '#VALUE!',
|
|
'Wire' => 'Tråd',
|
|
'YTDSales' => 'YTD SALG',
|
|
'Zip' => 'Zip.',
|
|
]];
|