oms-Accounting/Theme/Backend/Lang/ko.lang.php
2024-01-12 00:30:03 +00:00

52 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' => '계정',
'Accounts' => '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-Account.',
'Text' => '텍스트',
'Total' => '총',
'Type' => '유형',
]];