added Spanish translation
This commit is contained in:
17
resources/lang/es-ES/demo.php
Normal file
17
resources/lang/es-ES/demo.php
Normal 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',
|
||||
|
||||
];
|
Reference in New Issue
Block a user