Blame view

resources/lang/es-ES/dashboard.php 1.01 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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',
  
  ];