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' => '조항',
|
|
'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' => '지퍼',
|
|
]];
|