oms-WarehouseManagement/Theme/Backend/Lang/da.lang.php
2023-06-17 03:13:36 +02:00

47 lines
1.2 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['WarehouseManagement' => [
'All' => 'Alle',
'Amount' => 'Beløb',
'Arrivals' => 'Ankomster.',
'Article' => 'Artikel',
'Articles' => 'Artikler',
'City' => 'City.',
'Consignee' => 'Modtageren.',
'Consignor' => 'Afsender.',
'Country' => 'Land',
'Date' => 'Dato',
'Description' => 'Beskrivelse',
'Interval' => 'Interval',
'Location' => 'Beliggenhed',
'Locations' => '#VALUE!',
'Matchcode' => 'MatchCode.',
'Month' => 'Måned',
'Name' => 'Navn',
'Order' => 'Bestille',
'Quantity' => 'Antal',
'Reference' => 'Reference',
'Shipping' => 'Forsendelse',
'Statistics' => 'Statistikker',
'Stock' => 'Lager',
'Stocks' => '#VALUE!',
'Street' => 'Gade',
'Today' => 'I dag',
'Type' => 'Type',
'Week' => 'Uge',
'Year' => 'År',
'Zip' => 'Zip.',
]];