diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index ce0e0dd4f9..f1c3209bea 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -144,7 +144,10 @@ return [ // repeat frequencies: 'repeat_freq_yearly' => 'rocznie', + 'repeat_freq_half-year' => 'every half-year', + 'repeat_freq_quarterly' => 'quarterly', 'repeat_freq_monthly' => 'miesięcznie', + 'repeat_freq_weekly' => 'weekly', 'weekly' => 'tygodniowo', 'quarterly' => 'kwartalnie', 'half-year' => 'co pół roku',