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