mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-25 13:18:40 +00:00
47 lines
1.2 KiB
PHP
Executable File
47 lines
1.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* 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' => 'All',
|
|
'Amount' => 'Amount',
|
|
'Arrivals' => 'Arrivals',
|
|
'Article' => 'Article',
|
|
'Articles' => 'Articles',
|
|
'City' => 'City',
|
|
'Consignee' => 'Consignee',
|
|
'Consignor' => 'Consignor',
|
|
'Country' => 'Country',
|
|
'Date' => 'Date',
|
|
'Description' => 'Description',
|
|
'Interval' => 'Interval',
|
|
'Location' => 'Location',
|
|
'Locations' => 'Locations',
|
|
'Matchcode' => 'Matchcode',
|
|
'Month' => 'Month',
|
|
'Name' => 'Name',
|
|
'Order' => 'Order',
|
|
'Quantity' => 'Quantity',
|
|
'Reference' => 'Reference',
|
|
'Shipping' => 'Shipping',
|
|
'Statistics' => 'Statistics',
|
|
'Stock' => 'Stock',
|
|
'Stocks' => 'Stocks',
|
|
'Street' => 'Street',
|
|
'Today' => 'Today',
|
|
'Type' => 'Type',
|
|
'Week' => 'Week',
|
|
'Year' => 'Year',
|
|
'Zip' => 'Zip',
|
|
]];
|