diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index e59f9726b5..84455320f0 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -521,6 +521,9 @@ return [ 'stored_new_account' => 'Nouveau compte ":name" créé !', 'updated_account' => 'Nom du compte ":name"', 'credit_card_options' => 'Cartes de crédit', + 'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".', + 'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.', + 'select_more_than_one_account' => 'Please select more than one account', // categories: 'new_category' => 'Nouvelle catégorie',