more styling #141

This commit is contained in:
denisdulici
2017-12-13 02:21:32 +03:00
parent d0055e1634
commit 6f9e6477a8
3 changed files with 41 additions and 22 deletions

View File

@ -50,6 +50,7 @@ return [
'na' => 'N/A',
'daily' => 'Daily',
'monthly' => 'Monthly',
'quarterly' => 'Quarterly',
'yearly' => 'Yearly',
'add' => 'Add',
'add_new' => 'Add New',

View File

@ -2,6 +2,12 @@
return [
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'summary' => [
'income' => 'Income Summary',
'expense' => 'Expense Summary',