13 lines
315 B
PHP
Raw Normal View History

2020-07-23 15:36:51 +03:00
<?php
return [
'rate' => 'Tasa',
'rate_percent' => 'Tasa (%)',
'normal' => 'Normal',
'inclusive' => 'Incluido',
'compound' => 'Compuesto',
'fixed' => 'Fijo',
'withholding' => 'Withholding',
];