mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-11 15:18:41 +00:00
51 lines
1.7 KiB
PHP
Executable File
51 lines
1.7 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' => 'ซิป',
|
|
]];
|