mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
52 lines
1.5 KiB
PHP
Executable File
52 lines
1.5 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' => 'Hesap',
|
||
'Accounts' => 'Hesap',
|
||
'BatchPostings' => 'Parti ilanları',
|
||
'Charts' => 'Grafikler',
|
||
'Code' => 'Kodu',
|
||
'ContraAccount' => 'Contra hesabı',
|
||
'CostCenter' => 'Ödeme merkezi',
|
||
'CostCenters' => 'Maliyet merkezleri',
|
||
'CostObject' => 'Maliyet nesnesi',
|
||
'CostObjects' => 'Maliyet nesneleri',
|
||
'Created' => 'Yaratılmış',
|
||
'Creator' => 'Yaratıcı',
|
||
'Credit' => 'Kredi',
|
||
'Debit' => 'Borç',
|
||
'Description' => '',
|
||
'Due' => 'Vadesi dolmuş',
|
||
'Entries' => 'Girdileri',
|
||
'EntryDate' => 'Giriş tarihi',
|
||
'Evaluation' => 'Değerlendirme',
|
||
'ExternalVoucher' => 'Harici kupon',
|
||
'GL' => 'GL',
|
||
'Incoming' => 'Gelen',
|
||
'Journal' => 'Dergi',
|
||
'List' => 'Liste',
|
||
'Name' => 'İsim',
|
||
'Outgoing' => 'Dışa dönük',
|
||
'Parent' => 'Ebeveyn',
|
||
'Receipt' => 'Fiş',
|
||
'ReceiptDate' => 'Makbuz Tarihi',
|
||
'Search' => 'Aramak',
|
||
'Stack' => 'Yığın',
|
||
'TAccount' => 'Te hesabı',
|
||
'Text' => 'Metin',
|
||
'Total' => 'Toplam',
|
||
'Type' => 'Tip',
|
||
]];
|