Files
akaunting/resources/lang/id-ID/taxes.php
2020-04-22 12:48:51 +03:00

12 lines
269 B
PHP

<?php
return [
'rate' => 'Kurs',
'rate_percent' => 'Kurs (%)',
'normal' => 'Normal',
'inclusive' => 'Inklusif',
'compound' => 'Campuran',
'fixed' => 'Fixed',
];