Files
akaunting/resources/lang/es-AR/taxes.php
2020-07-23 15:36:51 +03:00

13 lines
315 B
PHP

<?php
return [
'rate' => 'Tasa',
'rate_percent' => 'Tasa (%)',
'normal' => 'Normal',
'inclusive' => 'Incluido',
'compound' => 'Compuesto',
'fixed' => 'Fijo',
'withholding' => 'Withholding',
];