diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 19ce13fad2..c14f07ff81 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -275,6 +275,10 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(this will also disable two-factor authentication)', 'pref_save_settings' => 'Save settings', 'saved_preferences' => 'Preferences saved!', + 'transaction_page_size_title' => 'Page size', + 'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions', + 'transaction_page_size_label' => 'Page size', + 'budget_maximum' => 'Budget maximum', // profile: 'change_your_password' => 'Change your password', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index bf83beacae..332aec8d35 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -275,6 +275,10 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(hiermee zet je authenticatie in twee stappen ook uit)', 'pref_save_settings' => 'Instellingen opslaan', 'saved_preferences' => 'Voorkeuren opgeslagen!', + 'transaction_page_size_title' => 'Paginalengte', + 'transaction_page_size_help' => 'Elke lijst met transacties er op is zo lang', + 'transaction_page_size_label' => 'Paginalengte', + 'budget_maximum' => 'Maximale budgetgrootte', // profile: 'change_your_password' => 'Verander je wachtwoord', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 127de5f722..ba0b6bd44c 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -275,6 +275,10 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(isso também irá desativar a autenticação de duas etapas)', 'pref_save_settings' => 'Salvar definições', 'saved_preferences' => 'Preferências salvas!', + 'transaction_page_size_title' => 'Page size', + 'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions', + 'transaction_page_size_label' => 'Page size', + 'budget_maximum' => 'Budget maximum', // profile: 'change_your_password' => 'Alterar sua senha',