added Spanish translation

This commit is contained in:
denisdulici
2017-09-24 17:42:02 +03:00
parent 447f314eb5
commit 36c5f5bdf1
27 changed files with 723 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<?php
return [
'accounts_cash' => 'Efectivo',
'categories_uncat' => 'Sin categoría',
'categories_deposit' => 'Depósito',
'categories_sales' => 'Ventas',
'currencies_usd' => 'Dólar EEUU',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libra esterlina',
'currencies_try' => 'Libra turca',
'taxes_exempt' => 'Exentos de impuestos',
'taxes_normal' => 'Normal',
'taxes_sales' => 'Impuesto sobre Ventas',
];