13 lines
307 B
PHP
13 lines
307 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'rate' => 'Oran',
|
|
'rate_percent' => 'Oran (%)',
|
|
'normal' => 'Normal',
|
|
'inclusive' => 'Dahil',
|
|
'compound' => 'Bileşik',
|
|
'fixed' => 'Sabit',
|
|
'withholding' => 'Stopaj',
|
|
];
|