updated translations
This commit is contained in:
		@@ -7,11 +7,24 @@ return [
 | 
			
		||||
    'this_quarter'          => 'This Quarter',
 | 
			
		||||
    'previous_quarter'      => 'Previous Quarter',
 | 
			
		||||
    'last_12_months'        => 'Last 12 Months',
 | 
			
		||||
    'profit_loss'           => 'Profit & Loss',
 | 
			
		||||
    'gross_profit'          => 'Gross Profit',
 | 
			
		||||
    'net_profit'            => 'Net Profit',
 | 
			
		||||
    'total_expenses'        => 'Total Expenses',
 | 
			
		||||
    'net'                   => 'NET',
 | 
			
		||||
 | 
			
		||||
    'summary' => [
 | 
			
		||||
        'income'            => 'Inkomsten Samenvatting',
 | 
			
		||||
        'expense'           => 'Kosten overzicht',
 | 
			
		||||
        'income_expense'    => 'Inkomen vs kosten',
 | 
			
		||||
        'tax'               => 'Tax Summary',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'quarter' => [
 | 
			
		||||
        '1'                 => 'Jan-Mar',
 | 
			
		||||
        '2'                 => 'Apr-Jun',
 | 
			
		||||
        '3'                 => 'Jul-Sep',
 | 
			
		||||
        '4'                 => 'Oct-Dec',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user