diff --git a/po/documentation.fr.po b/po/documentation.fr.po
index 0854cd9b92d71de912300df252b077e62219cd27..3579ca2d1a67b1a67723cc4d44c103f98413300f 100644
--- a/po/documentation.fr.po
+++ b/po/documentation.fr.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the Git package.
 # Jean-No챘l Avila <jn.avila@free.fr>, 2019.
 msgid ""
-msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-02-27 18:16+0100\nPO-Revision-Date: 2021-04-13 01:42+0000\nLast-Translator: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage-Team: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage: fr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 4.6-dev\n"
+msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-02-27 18:16+0100\nPO-Revision-Date: 2021-04-23 15:32+0000\nLast-Translator: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage-Team: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage: fr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 4.7-dev\n"
 
 #. type: Labeled list
 #: en/blame-options.txt:1 en/diff-options.txt:738 en/git-instaweb.txt:45 en/git-mailinfo.txt:47 en/git-mailsplit.txt:35 en/git-repack.txt:126 en/git-status.txt:31
@@ -34719,37 +34719,37 @@ msgstr "Ajoute, supprime ou lit les notes attach챕es aux objets, sans toucher le
 #: en/git-notes.txt:34
 #, priority:280
 msgid "By default, notes are saved to and read from `refs/notes/commits`, but this default can be overridden.  See the OPTIONS, CONFIGURATION, and ENVIRONMENT sections below.  If this ref does not exist, it will be quietly created when it is first needed to store a note."
-msgstr ""
+msgstr "Par d챕faut, les notes sont enregistr챕es et lues dans `refs/notes/commits`, mais cette valeur peut 챗tre modifi챕e.  Voir les sections OPTIONS, CONFIGURATION, et ENVIRONNEMENT ci-dessous.  Si cette r챕f챕rence n'existe pas, elle sera discr챔tement cr챕챕e lorsqu'elle sera n챕cessaire pour stocker une note."
 
 #. type: Plain text
 #: en/git-notes.txt:41
 #, priority:280
 msgid "A typical use of notes is to supplement a commit message without changing the commit itself. Notes can be shown by 'git log' along with the original commit message. To distinguish these notes from the message stored in the commit object, the notes are indented like the message, after an unindented line saying \"Notes (<refname>):\" (or \"Notes:\" for `refs/notes/commits`)."
-msgstr ""
+msgstr "Une utilisation typique des notes est de compl챕ter un message de validation sans modifier le commit lui-m챗me. Les notes peuvent 챗tre affich챕es par 'git log' avec le message de validation original. Pour distinguer ces notes du message stock챕 dans l'objet commit, les notes sont indent챕es comme le message, apr챔s une ligne non indent챕e disant \"Notes (<nom-de-ref>) :\" (ou \"Notes :\" pour `refs/notes/commits`)."
 
 #. type: Plain text
 #: en/git-notes.txt:45
 #, priority:280
 msgid "Notes can also be added to patches prepared with `git format-patch` by using the `--notes` option. Such notes are added as a patch commentary after a three dash separator line."
-msgstr ""
+msgstr "Des notes peuvent 챕galement 챗tre ajout챕es aux rustines pr챕par챕es avec `git format-patch` en utilisant l'option `--notes`. De telles notes sont ajout챕es comme un commentaire de rustine apr챔s une ligne de s챕paration 횪 trois tirets."
 
 #. type: Plain text
 #: en/git-notes.txt:48
 #, priority:280
 msgid "To change which notes are shown by 'git log', see the \"notes.displayRef\" configuration in linkgit:git-log[1]."
-msgstr ""
+msgstr "Pour changer les notes qui sont affich챕es par 'git log', voir la configuration \"notes.displayRef\" dans linkgit:git-log[1]."
 
 #. type: Plain text
 #: en/git-notes.txt:51
 #, priority:280
 msgid "See the \"notes.rewrite.<command>\" configuration for a way to carry notes across commands that rewrite commits."
-msgstr ""
+msgstr "Voir la configuration \"notes.rewrite.<commande>\" pour un moyen de transporter les notes 횪 travers les commandes qui r챕챕crivent les commits."
 
 #. type: Title -
 #: en/git-notes.txt:54
 #, no-wrap, priority:280
 msgid "SUBCOMMANDS"
-msgstr ""
+msgstr "SOUS-COMMANDES"
 
 #. type: Labeled list
 #: en/git-notes.txt:56 en/git-worktree.txt:95
@@ -34761,7 +34761,7 @@ msgstr "list"
 #: en/git-notes.txt:61
 #, priority:280
 msgid "List the notes object for a given object. If no object is given, show a list of all note objects and the objects they annotate (in the format \"<note object> <annotated object>\").  This is the default subcommand if no subcommand is given."
-msgstr ""
+msgstr "Affiche la liste des objets notes pour un objet donn챕. Si aucun objet n'est donn챕, affiche une liste de tous les objets notes et des objets qu'ils annotent (au format \"<objet note> <objet annot챕>\").  Il s'agit de la sous-commande par d챕faut si aucune sous-commande n'est donn챕e."
 
 #. type: Labeled list
 #: en/git-notes.txt:62