13 lines
316 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
2020-08-26 00:28:32 +00:00
'rate' => 'Tarif',
'rate_percent' => 'Tarif (%)',
2019-02-04 19:07:34 +03:00
'normal' => 'Normal',
'inclusive' => 'Inklusif',
2021-06-27 15:31:40 +00:00
'compound' => 'Gabungan',
'fixed' => 'Tetap',
2020-08-26 00:28:32 +00:00
'withholding' => 'Pemotongan',
2018-01-13 15:08:50 +03:00
];