akaunting/resources/lang/tr-TR/taxes.php

13 lines
307 B
PHP
Raw Normal View History

2017-09-14 19:21:00 +00:00
<?php
return [
'rate' => 'Oran',
'rate_percent' => 'Oran (%)',
2018-11-16 13:02:06 +00:00
'normal' => 'Normal',
'inclusive' => 'Dahil',
'compound' => 'Bileşik',
2019-12-25 11:32:47 +00:00
'fixed' => 'Sabit',
2020-07-23 12:45:23 +00:00
'withholding' => 'Stopaj',
2017-09-14 19:21:00 +00:00
];