oms-ItemManagement/Theme/Backend/Lang/da.lang.php
2022-02-19 14:33:15 +01:00

142 lines
4.9 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['ItemManagement' => [
'Accounting' => 'Regnskab',
'Address' => '#VALUE!',
'All' => 'Alle',
'Article' => 'Artikel',
'Articlegroup' => 'ArticleGroup.',
'Attribute' => 'Attribut.',
'AttributeTypes' => '#VALUE!',
'Attributes' => 'Egenskaber',
'Available' => 'Ledig',
'AvgPrice' => 'Avg. Pris',
'Bills' => '#VALUE!',
'Bonus' => 'Bonus',
'ClientGroup' => 'Klient / Gruppe.',
'Commission' => 'Provision',
'Container' => 'Beholder',
'CostCenter' => 'Omkostningssted',
'CostIndicator' => 'COST-indikator',
'CostObject' => 'Costobject.',
'Countries' => 'Lande',
'Country' => 'Land',
'Created' => 'Oprettet',
'CreatedAt' => 'Oprettet',
'Customer' => 'Kunde',
'CustomerGroup' => 'KUNDER GROUP',
'CustomsID' => 'Told ID.',
'Date' => 'Dato',
'Description' => 'Beskrivelse',
'Discount' => 'Rabat',
'DiscountP' => 'Rabat i%',
'Disposal' => 'Bortskaffelse.',
'Documents' => 'Dokumenter',
'EarningIndicator' => 'Indtjeningsindikator',
'End' => 'Ende',
'Files' => 'Filer.',
'General' => 'Generel',
'GrossWeight' => 'Bruttovægt',
'Group' => 'Gruppe',
'Groups' => '#VALUE!',
'Height' => 'Højde',
'ID' => 'ID.',
'ILV' => 'ILV.',
'Info' => 'Info.',
'IsActive' => 'Aktiv?',
'Item' => 'Vare',
'Items' => 'Varer',
'Language' => 'Sprog',
'LastOrder' => 'Sidste ordre',
'Leadtime' => 'Ledetid',
'Length' => 'Længde.',
'Localization' => 'Lokalisering',
'Localizations' => 'Lokaliseringer',
'Location' => 'Beliggenhed',
'Log' => 'Log',
'Logs' => 'Logs.',
'Lot' => 'Masse',
'MRR' => 'MRR.',
'MTDSales' => 'MTD Sales.',
'Makespan' => 'Makespan.',
'Margin' => 'Margin.',
'Master' => 'Mestre',
'MaximumLevel' => 'Maksimal lagerniveau',
'Media' => 'Medier',
'MinimumLevel' => 'Minimum lager niveau',
'Modified' => 'Modificeret',
'Name' => 'Navn',
'Name1' => 'NAME1.',
'Name2' => 'NAME2.',
'Name3' => 'NAME3.',
'Name4' => 'NAME4.',
'Name5' => 'NAME5.',
'Net' => 'Nettovægt',
'NetWeight' => 'Nettovægt',
'None' => 'Ingen',
'Notes' => 'Noter.',
'Number' => 'Nummer',
'Ordered' => 'Bestilt.',
'Packaging' => 'Emballage',
'Price' => 'Pris',
'PriceChange' => 'Pris forandring',
'PriceUnit' => 'Enhed af pris.',
'Prices' => 'Priser.',
'Pricing' => '#VALUE!',
'Productgroup' => 'Produktgruppe',
'Production' => 'Produktion',
'Profile' => 'Profil',
'Properties' => 'Ejendomme',
'Property' => 'Ejendom',
'Purchase' => 'Køb',
'PurchasePrice' => 'Købspris',
'Purchasing' => 'Indkøb',
'QA' => 'QA.',
'QM' => 'Qm.',
'Quantity' => 'Antal',
'QuantityUnit' => 'Mængden af mængde',
'RecentInvoices' => '#VALUE!',
'ReorderLevel' => 'Ombestillingsniveau',
'Reserved' => 'Reserveret',
'SN' => 'Sn.',
'Sales' => 'SALG',
'SalesPrice' => 'Salgspris',
'Segment' => 'Segment',
'ShelfLife' => 'Holdbarhed',
'Source' => 'Kilde',
'Start' => 'Start',
'Status' => 'Status.',
'Stock' => 'Lager',
'StockList' => 'Lagerliste',
'Successor' => 'Efterfølger',
'Supplier' => 'Leverandør',
'Tax' => 'Skat',
'Text' => 'Tekst',
'TimeUnit' => 'Enhed af tid',
'Title' => 'Titel',
'Tracking' => 'Tracking.',
'TradingUnit' => 'Handelsenhed',
'Translation' => 'Oversættelse',
'Type' => 'Type',
'Unit' => 'Enhed',
'Value' => 'Værdi',
'Variation' => 'Variation',
'Variations' => 'Variationer',
'Volume' => 'Bind',
'Warehouse' => 'Lager',
'Width' => 'Bredde',
'YTDSales' => 'YTD SALG',
]];