akaunting/resources/lang/es-MX/taxes.php

13 lines
314 B
PHP
Raw Normal View History

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