mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Fix some translations.
This commit is contained in:
@@ -369,10 +369,15 @@ return [
|
|||||||
'profile' => 'Profile',
|
'profile' => 'Profile',
|
||||||
|
|
||||||
// reports:
|
// reports:
|
||||||
'reportForYear' => 'Yearly report for :year',
|
// 'reportForYear' => 'Yearly report for :year',
|
||||||
'reportForYearShared' => 'Yearly report for :year (including shared accounts)',
|
// 'reportForYearShared' => 'Yearly report for :year (including shared accounts)',
|
||||||
'reportForMonth' => 'Montly report for :month',
|
// 'reportForMonth' => 'Montly report for :month',
|
||||||
'reportForMonthShared' => 'Montly report for :month (including shared accounts)',
|
// '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',
|
||||||
|
|
||||||
'incomeVsExpenses' => 'Income vs. expenses',
|
'incomeVsExpenses' => 'Income vs. expenses',
|
||||||
'accountBalances' => 'Account balances',
|
'accountBalances' => 'Account balances',
|
||||||
'balanceStartOfYear' => 'Balance at start of year',
|
'balanceStartOfYear' => 'Balance at start of year',
|
||||||
|
@@ -390,10 +390,15 @@ return [
|
|||||||
'average_of_year' => 'Gemiddelde in jaar',
|
'average_of_year' => 'Gemiddelde in jaar',
|
||||||
|
|
||||||
// reports:
|
// reports:
|
||||||
'reportForYear' => 'Jaaroverzicht :year',
|
// 'reportForYear' => 'Jaaroverzicht :year',
|
||||||
'reportForYearShared' => 'Jaaroverzicht :year (inclusief gedeelde rekeningen)',
|
// 'reportForYearShared' => 'Jaaroverzicht :year (inclusief gedeelde rekeningen)',
|
||||||
'reportForMonth' => 'Maandoverzicht voor :month',
|
// 'reportForMonth' => 'Maandoverzicht voor :month',
|
||||||
'reportForMonthShared' => 'Maandoverzicht voor :month (inclusief gedeelde rekeningen)',
|
// '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)',
|
||||||
|
|
||||||
'incomeVsExpenses' => 'Inkomsten tegenover uitgaven',
|
'incomeVsExpenses' => 'Inkomsten tegenover uitgaven',
|
||||||
'accountBalances' => 'Rekeningsaldi',
|
'accountBalances' => 'Rekeningsaldi',
|
||||||
'balanceStartOfYear' => 'Saldo aan het begin van het jaar',
|
'balanceStartOfYear' => 'Saldo aan het begin van het jaar',
|
||||||
|
Reference in New Issue
Block a user