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' => 'Allt',
|
|
'Amount' => 'Belopp',
|
|
'Arrivals' => 'ankomster',
|
|
'Article' => 'Artikel',
|
|
'Articles' => 'Artiklar',
|
|
'City' => 'Stad',
|
|
'Consignee' => 'Mottagare',
|
|
'Consignor' => 'Avsändare',
|
|
'Country' => 'Land',
|
|
'Date' => 'Datum',
|
|
'Description' => 'Beskrivning',
|
|
'Interval' => 'Intervall',
|
|
'Language' => '',
|
|
'Localization' => '',
|
|
'Localizations' => '',
|
|
'Location' => 'Plats',
|
|
'Locations' => '',
|
|
'Matchcode' => 'Matchcode',
|
|
'Month' => 'Månad',
|
|
'Name' => 'namn',
|
|
'Order' => 'Beställa',
|
|
'Quantity' => 'Kvantitet',
|
|
'Reference' => 'Referens',
|
|
'Shipping' => 'Frakt',
|
|
'Statistics' => 'Statistik',
|
|
'Stock' => 'Stock',
|
|
'Stocks' => '',
|
|
'Street' => 'Gata',
|
|
'Today' => 'I dag',
|
|
'Type' => 'Typ',
|
|
'Types' => '',
|
|
'Week' => 'Vecka',
|
|
'Year' => 'År',
|
|
'Zip' => 'Blixtlås',
|
|
]];
|