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' => '全て',
|
|
'Amount' => '額',
|
|
'Arrivals' => '到着',
|
|
'Article' => '記事',
|
|
'Articles' => 'articles',
|
|
'City' => '市',
|
|
'Consignee' => '荷送人',
|
|
'Consignor' => '荷送人',
|
|
'Country' => '国',
|
|
'Date' => '日にち',
|
|
'Description' => '説明',
|
|
'Interval' => '間隔',
|
|
'Location' => '位置',
|
|
'Locations' => '#VALUE!',
|
|
'Matchcode' => 'マッチコード',
|
|
'Month' => '月',
|
|
'Name' => '名前',
|
|
'Order' => '注文',
|
|
'Quantity' => '量',
|
|
'Reference' => 'リファレンス',
|
|
'Shipping' => '運送',
|
|
'Statistics' => '統計学',
|
|
'Stock' => 'ストック',
|
|
'Stocks' => '#VALUE!',
|
|
'Street' => '街',
|
|
'Today' => '今日',
|
|
'Type' => 'タイプ',
|
|
'Week' => '週',
|
|
'Year' => '年',
|
|
'Zip' => 'ジップ',
|
|
]];
|