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