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