mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Fix bread crumbs, clean up routes.
This commit is contained in:
@@ -374,9 +374,7 @@ return [
|
||||
// 'reportForMonth' => 'Montly report for :month',
|
||||
// 'reportForMonthShared' => 'Montly report for :month (including shared accounts)',
|
||||
|
||||
'report_default_month' => 'Default financial report for :start until :end',
|
||||
'report_default_year' => 'Default financial report for :start until :end',
|
||||
'report_default_multi-year' => 'Default financial report for :start until :end',
|
||||
'report_default' => 'Default financial report for :start until :end',
|
||||
|
||||
'incomeVsExpenses' => 'Income vs. expenses',
|
||||
'accountBalances' => 'Account balances',
|
||||
|
@@ -395,9 +395,7 @@ return [
|
||||
// 'reportForMonth' => 'Maandoverzicht voor :month',
|
||||
// 'reportForMonthShared' => 'Maandoverzicht voor :month (inclusief gedeelde rekeningen)',
|
||||
|
||||
'report_default_month' => 'Standard financieel rapport (:start tot :end)',
|
||||
'report_default_year' => 'Standard financieel rapport (:start tot :end)',
|
||||
'report_default_multi-year' => 'Standard financieel rapport (:start tot :end)',
|
||||
'report_default' => 'Standard financieel rapport (:start tot :end)',
|
||||
|
||||
'incomeVsExpenses' => 'Inkomsten tegenover uitgaven',
|
||||
'accountBalances' => 'Rekeningsaldi',
|
||||
|
Reference in New Issue
Block a user