mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-23 18:18:41 +00:00
52 lines
1.6 KiB
PHP
Executable File
52 lines
1.6 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' => '유형',
|
|
]];
|