mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-23 18:18:41 +00:00
52 lines
1.5 KiB
PHP
Executable File
52 lines
1.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Accounting' => [
|
|
'Account' => '帐户',
|
|
'Accounts' => '帐号',
|
|
'BatchPostings' => '批过帐',
|
|
'Charts' => '图表',
|
|
'Code' => '代码',
|
|
'ContraAccount' => '对方科目',
|
|
'CostCenter' => '成本中心',
|
|
'CostCenters' => '成本中心',
|
|
'CostObject' => '成本对象',
|
|
'CostObjects' => '成本对象',
|
|
'Created' => '创建',
|
|
'Creator' => '创造者',
|
|
'Credit' => '信用',
|
|
'Debit' => '借方',
|
|
'Due' => '到期的',
|
|
'Entries' => '项',
|
|
'EntryDate' => '入学日期',
|
|
'Evaluation' => '评估',
|
|
'ExternalVoucher' => '外部凭证',
|
|
'GL' => 'GL',
|
|
'Incoming' => '来',
|
|
'Journal' => '杂志',
|
|
'List' => '列表',
|
|
'Name' => '姓名',
|
|
'Outgoing' => '传出',
|
|
'Parent' => '亲',
|
|
'Receipt' => '收据',
|
|
'ReceiptDate' => '收据日期',
|
|
'Search' => '搜索',
|
|
'Stack' => '堆',
|
|
'TAccount' => 'T-账户',
|
|
'Text' => '文本',
|
|
'To' => '到',
|
|
'Total' => '全部的',
|
|
'Type' => '类型',
|
|
]];
|