akaunting 3.0 (the last dance)
This commit is contained in:
		| @@ -2,30 +2,27 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'years'                 => 'Year|Years', | ||||
|     'this_year'             => 'This Year', | ||||
|     'previous_year'         => 'Previous Year', | ||||
|     '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', | ||||
|     'income_expense'        => 'Income & Expense', | ||||
|  | ||||
|     'summary' => [ | ||||
|         'income'            => 'Income Summary', | ||||
|         'expense'           => 'Expense Summary', | ||||
|         'income_expense'    => 'Income vs Expense', | ||||
|         'tax'               => 'Tax Summary', | ||||
|     ], | ||||
|     'years'                     => 'Year|Years', | ||||
|     'this_year'                 => 'This Year', | ||||
|     'previous_year'             => 'Previous Year', | ||||
|     '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', | ||||
|     'income_expense'            => 'Income & Expense', | ||||
|     'income_summary'            => 'Income Summary', | ||||
|     'expense_summary'           => 'Expense Summary', | ||||
|     'income_expense_summary'    => 'Income vs Expense', | ||||
|     'tax_summary'               => 'Tax Summary', | ||||
|  | ||||
|     'charts' => [ | ||||
|         'line'              => 'Line', | ||||
|         'bar'               => 'Bar', | ||||
|         'pie'               => 'Pie', | ||||
|         'line'                  => 'Line', | ||||
|         'bar'                   => 'Bar', | ||||
|         'pie'                   => 'Pie', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user