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,24 @@
<?php
return [
'total_incomes' => 'Total ingresos',
'receivables' => 'Cuentas por cobrar',
'open_invoices' => 'Facturas pendientes',
'overdue_invoices' => 'Facturas vencidas',
'total_expenses' => 'Total de gastos',
'payables' => 'Cuentas por pagar',
'open_bills' => 'Facturas Pendientes',
'overdue_bills' => 'Facturas Vencidas',
'total_profit' => 'Ingresos Totales',
'open_profit' => 'Ingresos Pendientes',
'overdue_profit' => 'Ingresos Vencidos',
'cash_flow' => 'Flujo de efectivo',
'no_profit_loss' => 'No hay pérdidas',
'incomes_by_category' => 'Ingresos por categoría',
'expenses_by_category' => 'Gastos por categoría',
'account_balance' => 'Saldo de la cuenta',
'latest_incomes' => 'Últimos ingresos',
'latest_expenses' => 'Últimos gastos',
];