mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-11 15:18:41 +00:00
51 lines
1.3 KiB
PHP
Executable File
51 lines
1.3 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øp',
|
|
'Arrivals' => 'Ankomster.',
|
|
'Article' => 'Artikkel',
|
|
'Articles' => 'Artikler',
|
|
'City' => 'By',
|
|
'Consignee' => 'Mottaker',
|
|
'Consignor' => 'Avsender',
|
|
'Country' => 'Land',
|
|
'Date' => 'Dato',
|
|
'Description' => 'Beskrivelse',
|
|
'Interval' => 'Intervall',
|
|
'Language' => '',
|
|
'Localization' => '',
|
|
'Localizations' => '',
|
|
'Location' => 'plassering',
|
|
'Locations' => '',
|
|
'Matchcode' => 'MatchCode.',
|
|
'Month' => 'Måned',
|
|
'Name' => 'Navn',
|
|
'Order' => 'Rekkefølge',
|
|
'Quantity' => 'Mengde',
|
|
'Reference' => 'Referanse',
|
|
'Shipping' => 'Shipping',
|
|
'Statistics' => 'Statistikk',
|
|
'Stock' => 'Lager',
|
|
'Stocks' => '',
|
|
'Street' => 'gate',
|
|
'Today' => 'I dag',
|
|
'Type' => 'Type',
|
|
'Types' => '',
|
|
'Week' => 'Uke',
|
|
'Year' => 'År',
|
|
'Zip' => 'Glidelås',
|
|
]];
|