mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 05:18:40 +00:00
54 lines
1.6 KiB
PHP
Executable File
54 lines
1.6 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' => 'Account',
|
|
'Accounts' => 'Accounts',
|
|
'BatchPostings' => 'Batch Postings',
|
|
'Charts' => 'Charts',
|
|
'COA' => 'Chart of Accounts (COA)',
|
|
'Code' => 'Code',
|
|
'ContraAccount' => 'Contra Account',
|
|
'CostCenter' => 'Cost Center',
|
|
'CostCenters' => 'Cost Centers',
|
|
'CostObject' => 'Cost Object',
|
|
'CostObjects' => 'Cost Objects',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Credit' => 'Credit',
|
|
'Debit' => 'Debit',
|
|
'Description' => '',
|
|
'Due' => 'Due',
|
|
'Entries' => 'Entries',
|
|
'EntryDate' => 'Entry Date',
|
|
'Evaluation' => 'Evaluation',
|
|
'ExternalVoucher' => 'External Voucher',
|
|
'GL' => 'GL',
|
|
'Incoming' => 'Incoming',
|
|
'Journal' => 'Journal',
|
|
'List' => 'List',
|
|
'Name' => 'Name',
|
|
'Outgoing' => 'Outgoing',
|
|
'Parent' => 'Parent',
|
|
'Receipt' => 'Receipt',
|
|
'ReceiptDate' => 'Receipt Date',
|
|
'Search' => 'Search',
|
|
'Stack' => 'Stack',
|
|
'TAccount' => 'T-Account',
|
|
'Text' => 'Text',
|
|
'To' => 'To',
|
|
'Total' => 'Total',
|
|
'Type' => 'Type',
|
|
]];
|