oms-Accounting/Theme/Backend/Lang/tr.lang.php
2022-02-19 14:33:14 +01:00

52 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '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ç',
'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',
'To' => 'İle',
'Total' => 'Toplam',
'Type' => 'Tip',
]];