From 9b5825d6481a282aea9aae4bf4d46f0f3b4f1fd3 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 16 Mar 2024 23:16:44 +0100 Subject: [PATCH] max 2 spaces & remove "machine translation" header --- i18n/fr.toml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/i18n/fr.toml b/i18n/fr.toml index 33712cfa2..e764c2bc4 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -1,10 +1,6 @@ -# This has been machine translated. -# If you would like to help correct errors or improve the translation, -# please open an issue or submit a pull request. -# https://github.com/welpo/tabi language_name = "Français" # Shown in language picker for multi-language sites. date_locale = "fr_FR" -full_stop = "." # Used at the end of a sentence. +full_stop = "." # Used at the end of a sentence. # Menu items. # Should match the names in config.extra.menu and config.extra.footer_menu. @@ -20,23 +16,23 @@ sitemap = "plan du site" # Search. search = "Rechercher" -search_icon_title = "Cliquez ou appuyez sur $SHORTCUT pour ouvrir la recherche" # $SHORTCUT will be replaced with the actual keyboard shortcut. -clear_search = "Effacer la recherche" # Title of the X icon next to search input. +search_icon_title = "Cliquez ou appuyez sur $SHORTCUT pour ouvrir la recherche" # $SHORTCUT will be replaced with the actual keyboard shortcut. +clear_search = "Effacer la recherche" # Title of the X icon next to search input. zero_results = "Aucun résultat trouvé" -one_results = "$NUMBER résultat" # "1 result" -many_results = "$NUMBER résultats" # "3 results" +one_results = "$NUMBER résultat" # "1 result" +many_results = "$NUMBER résultats" # "3 results" # Navigation. read_more = "Lire plus" one_posts = "$NUMBER article" many_posts = "$NUMBER articles" -prev = "Précédent" # As in "Previous" page. -next = "Suivant" # As in "Next" page. -of = "sur" # E.g. Page 1 "of" 3 +prev = "Précédent" # As in "Previous" page. +next = "Suivant" # As in "Next" page. +of = "sur" # E.g. Page 1 "of" 3 all_posts = "Tous les articles" all_tags = "Toutes les étiquettes" language_selection = "Sélection de la langue" -toggle_mode = "Basculer en mode $MODE" # $MODE will be replaced by a value (or both) below. +toggle_mode = "Basculer en mode $MODE" # $MODE will be replaced by a value (or both) below. dark = "sombre" light = "clair" reset_mode = "Réinitialiser le mode aux valeurs par défaut"