akaunting 3.0 (the last dance)
This commit is contained in:
		@@ -2,29 +2,26 @@
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'this_year'             => 'Este Año',
 | 
			
		||||
    'previous_year'         => 'Año Anterior',
 | 
			
		||||
    'this_quarter'          => 'Este Trimestre',
 | 
			
		||||
    'previous_quarter'      => 'Trimestre Anterior',
 | 
			
		||||
    'last_12_months'        => 'Últimos 12 Meses',
 | 
			
		||||
    'profit_loss'           => 'Ganancias y Pérdidas',
 | 
			
		||||
    'gross_profit'          => 'Ganancia Bruta',
 | 
			
		||||
    'net_profit'            => 'Ganancia Neta',
 | 
			
		||||
    'total_expenses'        => 'Total de Gastos',
 | 
			
		||||
    'net'                   => 'Neto',
 | 
			
		||||
    'income_expense'        => 'Ingresos y Gastos',
 | 
			
		||||
 | 
			
		||||
    'summary' => [
 | 
			
		||||
        'income'            => 'Resumen de Ingresos',
 | 
			
		||||
        'expense'           => 'Resumen de Gastos',
 | 
			
		||||
        'income_expense'    => 'Ingresos vs Gastos',
 | 
			
		||||
        'tax'               => 'Resumen de impuestos',
 | 
			
		||||
    ],
 | 
			
		||||
    'this_year'                 => 'Este Año',
 | 
			
		||||
    'previous_year'             => 'Año Anterior',
 | 
			
		||||
    'this_quarter'              => 'Este Trimestre',
 | 
			
		||||
    'previous_quarter'          => 'Trimestre Anterior',
 | 
			
		||||
    'last_12_months'            => 'Últimos 12 Meses',
 | 
			
		||||
    'profit_loss'               => 'Ganancias y Pérdidas',
 | 
			
		||||
    'gross_profit'              => 'Ganancia Bruta',
 | 
			
		||||
    'net_profit'                => 'Ganancia Neta',
 | 
			
		||||
    'total_expenses'            => 'Total de Gastos',
 | 
			
		||||
    'net'                       => 'Neto',
 | 
			
		||||
    'income_expense'            => 'Ingresos y Gastos',
 | 
			
		||||
    'income_summary'            => 'Resumen de Ingresos',
 | 
			
		||||
    'expense_summary'           => 'Resumen de Gastos',
 | 
			
		||||
    'income_expense_summary'    => 'Ingresos vs Gastos',
 | 
			
		||||
    'tax_summary'               => 'Resumen de impuestos',
 | 
			
		||||
 | 
			
		||||
    'charts' => [
 | 
			
		||||
        'line'              => 'Línea',
 | 
			
		||||
        'bar'               => 'Barra',
 | 
			
		||||
        'pie'               => 'Pastel',
 | 
			
		||||
        'line'                  => 'Línea',
 | 
			
		||||
        'bar'                   => 'Barra',
 | 
			
		||||
        'pie'                   => 'Pastel',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user