mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
52 lines
2.0 KiB
PHP
Executable File
52 lines
2.0 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 ['Accounting' => [
|
|
'Account' => 'บัญชี',
|
|
'Accounts' => 'บัญชี',
|
|
'BatchPostings' => 'การโพสต์ชุด',
|
|
'Charts' => 'ชาร์ต',
|
|
'Code' => 'รหัส',
|
|
'ContraAccount' => 'บัญชีควบคุม',
|
|
'CostCenter' => 'ศูนย์ต้นทุน',
|
|
'CostCenters' => 'ศูนย์ต้นทุน',
|
|
'CostObject' => 'วัตถุต้นทุน',
|
|
'CostObjects' => 'วัตถุต้นทุน',
|
|
'Created' => 'สร้าง',
|
|
'Creator' => 'ผู้สร้าง',
|
|
'Credit' => 'เครดิต',
|
|
'Debit' => 'การหักบัญชี',
|
|
'Description' => '',
|
|
'Due' => 'เนื่องจาก',
|
|
'Entries' => 'รายการ',
|
|
'EntryDate' => 'วันที่เข้า',
|
|
'Evaluation' => 'การประเมิน',
|
|
'ExternalVoucher' => 'บัตรกำนัลภายนอก',
|
|
'GL' => 'ก๋ง',
|
|
'Incoming' => 'ที่เข้ามา',
|
|
'Journal' => 'วารสาร',
|
|
'List' => 'รายการ',
|
|
'Name' => 'ชื่อ',
|
|
'Outgoing' => 'ขาออก',
|
|
'Parent' => 'พ่อแม่',
|
|
'Receipt' => 'ใบเสร็จ',
|
|
'ReceiptDate' => 'วันที่ใบเสร็จรับเงิน',
|
|
'Search' => 'ค้นหา',
|
|
'Stack' => 'ซ้อนกัน',
|
|
'TAccount' => 'บัญชี T',
|
|
'Text' => 'ข้อความ',
|
|
'Total' => 'ทั้งหมด',
|
|
'Type' => 'พิมพ์',
|
|
]];
|