13 lines
320 B
PHP
13 lines
320 B
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
|
|||
|
'rate' => 'Dərəcə',
|
|||
|
'rate_percent' => 'Dərəcə (%)',
|
|||
|
'normal' => 'Normal',
|
|||
|
'inclusive' => 'Daxil',
|
|||
|
'compound' => 'Qarışıq',
|
|||
|
'fixed' => 'Sabit',
|
|||
|
'withholding' => 'Tutulma',
|
|||
|
];
|