diff --git a/po/documentation.fr.po b/po/documentation.fr.po
index 496576fdaec9ce04fe545ed620a496215105c9b4..82499118d72ed4113d99766230e1024f21465876 100644
--- a/po/documentation.fr.po
+++ b/po/documentation.fr.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: git documentation\n"
 "Report-Msgid-Bugs-To: jn.avila@free.fr\n"
 "POT-Creation-Date: 2020-10-26 22:55+0100\n"
-"PO-Revision-Date: 2020-11-01 23:26+0000\n"
+"PO-Revision-Date: 2020-11-08 00:45+0000\n"
 "Last-Translator: Jean-No챘l Avila <jn.avila@free.fr>\n"
 "Language-Team: Jean-No챘l Avila <jn.avila@free.fr>\n"
 "Language: fr\n"
@@ -15,7 +15,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.3.2-dev\n"
+"X-Generator: Weblate 4.3.2\n"
 
 #. type: Labeled list
 #: en/blame-options.txt:1 en/diff-options.txt:675 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
@@ -7300,6 +7300,8 @@ msgstr "--stat"
 #, priority:100
 msgid "Instead of applying the patch, output diffstat for the input.  Turns off \"apply\"."
 msgstr ""
+"Au lieu d'appliquer la rustine, afficher le diffstat de l'entr챕e.  "
+"D챕sactiver \"appliquer\"."
 
 #. type: Plain text
 #: en/git-apply.txt:51
@@ -7312,12 +7314,18 @@ msgstr "Similaire 횪 `--stat`, mais afficher le nombre de lignes ajout챕es ou su
 #, priority:100
 msgid "Instead of applying the patch, output a condensed summary of information obtained from git diff extended headers, such as creations, renames and mode changes.  Turns off \"apply\"."
 msgstr ""
+"Au lieu d'appliquer la rustine, produire un r챕sum챕 condens챕 des informations "
+"obtenues 횪 partir des en-t챗tes 챕tendus de git diff, tels que les cr챕ations, "
+"les renommages et les changements de mode.  D챕sactive \"apply\"."
 
 #. type: Plain text
 #: en/git-apply.txt:62
 #, priority:100
 msgid "Instead of applying the patch, see if the patch is applicable to the current working tree and/or the index file and detects errors.  Turns off \"apply\"."
 msgstr ""
+"Au lieu d'appliquer la rustine, voir si la rustine est applicable 횪 l'arbre "
+"de travail actuel et/ou au fichier d'index et d챕tecte les erreurs.  "
+"D챕sactive \"apply\"."
 
 #. type: Labeled list
 #: en/git-apply.txt:63 en/git-checkout-index.txt:26 en/git-stash.txt:168
@@ -7330,6 +7338,14 @@ msgstr "--index"
 #, priority:100
 msgid "Apply the patch to both the index and the working tree (or merely check that it would apply cleanly to both if `--check` is in effect). Note that `--index` expects index entries and working tree copies for relevant paths to be identical (their contents and metadata such as file mode must match), and will raise an error if they are not, even if the patch would apply cleanly to both the index and the working tree in isolation."
 msgstr ""
+"Appliquer la rustine 횪 la fois 횪 l'index et 횪 l'arbre de travail (ou "
+"v챕rifier simplement qu'il s'appliquerait proprement aux deux si `--check` "
+"est en vigueur). Notez que `--index` s'attend 횪 ce que les entr챕es de "
+"l'index et les copies de l'arbre de travail pour les chemins pertinents "
+"soient identiques (leur contenu et leurs m챕tadonn챕es telles que le mode de "
+"fichier doivent correspondre), et qu'il g챕n챕rera une erreur si ce n'est pas "
+"le cas, m챗me si la rustine s'applique proprement 횪 l'index et 횪 l'arbre de "
+"travail de mani챔re isol챕e."
 
 #. type: Labeled list
 #: en/git-apply.txt:72 en/git-check-attr.txt:27 en/git-diff-index.txt:29 en/git-grep.txt:75 en/git-ls-files.txt:36 en/git-rm.txt:65 en/git-submodule.txt:302
@@ -7342,18 +7358,34 @@ msgstr "--cached"
 #, priority:100
 msgid "Apply the patch to just the index, without touching the working tree. If `--check` is in effect, merely check that it would apply cleanly to the index entry."
 msgstr ""
+"Appliquer la rustine uniquement sur l'index, sans toucher l'arbre de "
+"travail. Si la fonction `--check` est activ챕e, v챕rifier simplement qu'elle "
+"s'applique correctement 횪 l'entr챕e de l'index."
 
 #. type: Plain text
 #: en/git-apply.txt:84
 #, priority:100
 msgid "When applying the patch only to the working tree, mark new files to be added to the index later (see `--intent-to-add` option in linkgit:git-add[1]). This option is ignored unless running in a Git repository and `--index` is not specified.  Note that `--index` could be implied by other options such as `--cached` or `--3way`."
 msgstr ""
+"Lorsque de l'application de la rustine uniquement 횪 l'arbre de travail, "
+"marquer les nouveaux fichiers 횪 ajouter 횪 l'index plus tard (voir l'option "
+"`--intent-to-add` dans linkgit:git-add[1]). Cette option est ignor챕e sauf si "
+"elle est ex챕cut챕e dans un d챕p척t Git et que `--index` n'est pas sp챕cifi챕.  "
+"Notez que `--index` peut 챗tre implicite par d'autres options telles que "
+"`--cached` ou `--3way`."
 
 #. type: Plain text
 #: en/git-apply.txt:93
 #, priority:100
 msgid "When the patch does not apply cleanly, fall back on 3-way merge if the patch records the identity of blobs it is supposed to apply to, and we have those blobs available locally, possibly leaving the conflict markers in the files in the working tree for the user to resolve.  This option implies the `--index` option, and is incompatible with the `--reject` and the `--cached` options."
 msgstr ""
+"Lorsque la rustine ne s'applique pas proprement, on a recours 횪 la fusion 횪 "
+"trois points si la rustine enregistre l'identit챕 des blobs auxquels elle est "
+"cens챕e s'appliquer, et que ces blobs sont disponibles localement, laissant "
+"챕ventuellement les marqueurs de conflit dans les fichiers de l'arbre de "
+"travail pour que l'utilisateur puisse les r챕soudre.  Cette option implique "
+"l'option `--index`, et est incompatible avec les options `--reject` et "
+"`--cached`."
 
 #. type: Labeled list
 #: en/git-apply.txt:94
@@ -7366,12 +7398,19 @@ msgstr "--build-fake-ancestor=<fichier>"
 #, priority:100
 msgid "Newer 'git diff' output has embedded 'index information' for each blob to help identify the original version that the patch applies to.  When this flag is given, and if the original versions of the blobs are available locally, builds a temporary index containing those blobs."
 msgstr ""
+"La nouvelle sortie 'git diff' contient des 'informations d'index' pour "
+"chaque blob afin d'identifier la version originale 횪 laquelle la rustine "
+"s'applique.  Lorsque ce drapeau est donn챕, et si les versions originales des "
+"blobs sont disponibles localement, construire un index temporaire contenant "
+"ces blobs."
 
 #. type: Plain text
 #: en/git-apply.txt:103
 #, priority:100
 msgid "When a pure mode change is encountered (which has no index information), the information is read from the current index instead."
 msgstr ""
+"Lorsqu'un changement de mode pur est rencontr챕 (qui n'a pas d'information "
+"d'index), l'information est lue 횪 partir de l'index actuel 횪 la place."
 
 #. type: Labeled list
 #: en/git-apply.txt:105 en/rev-list-options.txt:814