mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-13 22:28:41 +00:00
52 lines
1.5 KiB
PHP
52 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
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' => 'out',
|
|
'Parent' => '父母',
|
|
'Receipt' => '收据',
|
|
'ReceiptDate' => '收据日期',
|
|
'Search' => '搜索',
|
|
'Stack' => '堆',
|
|
'TAccount' => 't账户',
|
|
'Text' => '文本',
|
|
'To' => '到',
|
|
'Total' => '全部的',
|
|
'Type' => '类型',
|
|
]];
|