diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 990a759694..502db22d64 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -531,6 +531,7 @@ return [ 'report_include_help' => 'In all cases, transfers to shared accounts count as expenses, and transfers from shared accounts count as income.', 'report_preset_ranges' => 'Pre-set ranges', 'shared' => 'Shared', + 'fiscal_year' => 'Fiscal year', // charts: 'dayOfMonth' => 'Day of the month', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index e2599ed714..5f02d0c10a 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -531,6 +531,7 @@ return [ 'report_include_help' => 'Overboekingen naar gedeelde rekeningen tellen als uitgave. Overboekingen van gedeelde rekeningen tellen als inkomsten.', 'report_preset_ranges' => 'Standaardbereik', 'shared' => 'Gedeeld', + 'fiscal_year' => 'Boekjaar', // charts: 'dayOfMonth' => 'Dag vd maand', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 00885f1211..22805ae830 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -531,6 +531,7 @@ return [ 'report_include_help' => 'In all cases, transfers to shared accounts count as expenses, and transfers from shared accounts count as income.', 'report_preset_ranges' => 'Pre-set ranges', 'shared' => 'Shared', + 'fiscal_year' => 'Fiscal year', // charts: 'dayOfMonth' => 'Dia do mês',