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' => '全部',
|
|
'Amount' => '数量',
|
|
'Arrivals' => '到达',
|
|
'Article' => '文章',
|
|
'Articles' => '文章',
|
|
'City' => '城市',
|
|
'Consignee' => '收货人',
|
|
'Consignor' => '托运人',
|
|
'Country' => '国家',
|
|
'Date' => '日期',
|
|
'Description' => '描述',
|
|
'Interval' => '间隔',
|
|
'Language' => '',
|
|
'Localization' => '',
|
|
'Localizations' => '',
|
|
'Location' => '地点',
|
|
'Locations' => '',
|
|
'Matchcode' => '匹配码',
|
|
'Month' => '月',
|
|
'Name' => '名称',
|
|
'Order' => '命令',
|
|
'Quantity' => '数量',
|
|
'Reference' => '参考',
|
|
'Shipping' => '船运',
|
|
'Statistics' => '统计数据',
|
|
'Stock' => '库存',
|
|
'Stocks' => '',
|
|
'Street' => '街道',
|
|
'Today' => '今天',
|
|
'Type' => '类型',
|
|
'Types' => '',
|
|
'Week' => '星期',
|
|
'Year' => '年',
|
|
'Zip' => '压缩',
|
|
]];
|