2018-01-13 15:21:46 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Tasa',
|
|
|
|
'rate_percent' => 'Tasa (%)',
|
2019-03-07 16:37:05 +03:00
|
|
|
'normal' => 'Normal',
|
2020-02-18 17:13:54 +03:00
|
|
|
'inclusive' => 'Incluido',
|
|
|
|
'compound' => 'Compuesto',
|
|
|
|
'fixed' => 'Fijo',
|
2020-12-26 23:32:05 +00:00
|
|
|
'withholding' => 'Retención',
|
2018-01-13 15:21:46 +03:00
|
|
|
];
|