From 64f983786e290d97502be344d1beb6788d9ec379 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 22 Mar 2017 01:20:18 +0100 Subject: [PATCH] New translations firefly.php (French) --- resources/lang/fr_FR/firefly.php | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 60171a0460..0daec045d0 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -73,8 +73,8 @@ return [ 'search_found_categories' => 'Trouvé :count catégorie(s) correspondant à votre requête.', 'search_found_budgets' => 'Trouvé :count budget(s) correspondant à votre requête.', 'search_found_tags' => 'Trouvé :count mot(s)-clef(s) correspondant à votre requête.', - 'search_found_transactions' => 'Found :count transaction(s) for your query.', - 'results_limited' => 'The results are limited to :count entries.', + 'search_found_transactions' => 'Trouvé :count transaction(s) correspondant à votre requête.', + 'results_limited' => 'Les résultats sont limités à :count entrées.', 'tagbalancingAct' => 'Balancing act', 'tagadvancePayment' => 'Advance payment', 'tagnothing' => '', @@ -85,25 +85,25 @@ return [ 'source_accounts' => 'Compte(s) source', 'destination_accounts' => 'Compte(s) de destination', 'user_id_is' => 'Votre identifiant d’utilisateur est :user', - 'field_supports_markdown' => 'This field supports Markdown.', - 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', - 'nothing_to_display' => 'There are no transactions to show you', - 'show_all_no_filter' => 'Show all transactions without grouping them by date.', - 'expenses_by_category' => 'Expenses by category', - 'expenses_by_budget' => 'Expenses by budget', - 'income_by_category' => 'Income by category', - 'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.', - 'sum_of_expenses' => 'Sum of expenses', - 'sum_of_income' => 'Sum of income', + 'field_supports_markdown' => 'Ce champ prend en charge la syntaxe Markdown.', + 'need_more_help' => 'Si vous désirez plus de renseignements sur l\'utilisation de Firefly III, merci d\'ouvrir un ticket sur Github.', + 'nothing_to_display' => 'Il n’y a aucune transaction à afficher', + 'show_all_no_filter' => 'Montrer toutes les transactions sans les classer par date.', + 'expenses_by_category' => 'Dépenses par catégorie', + 'expenses_by_budget' => 'Dépenses par budget', + 'income_by_category' => 'Revenu par catégorie', + 'cannot_redirect_to_account' => 'Firefly III n\'est pas en mesure de vous rediriger vers la bonne page. Veuillez nous en excuser.', + 'sum_of_expenses' => 'Montant des dépenses', + 'sum_of_income' => 'Montant des revenus', 'spent_in_specific_budget' => 'Spent in budget ":budget"', 'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"', 'left_in_budget_limit' => 'Left to spend according to budgeting', - 'cannot_change_demo' => 'You cannot change the password of the demonstration account.', - 'cannot_delete_demo' => 'You cannot remove the demonstration account.', - 'cannot_reset_demo_user' => 'You cannot reset the password of the demonstration account', + 'cannot_change_demo' => 'Vous ne pouvez pas modifier le mot de passe du compte de démonstration.', + 'cannot_delete_demo' => 'Vous ne pouvez pas supprimer le compte de démonstration.', + 'cannot_reset_demo_user' => 'Vous ne pouvez pas réinitialiser le mot de passe du compte démonstration', 'per_period' => 'Per period', - 'all_periods' => 'All periods', - 'current_period' => 'Current period', + 'all_periods' => 'Toutes les périodes', + 'current_period' => 'Période en cours', 'show_the_current_period_and_overview' => 'Show the current period and overview', 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', 'budget_in_period' => '":name" between :start and :end',