diff --git a/po/documentation.fr.po b/po/documentation.fr.po
index 6962acf21d65ce3055a6241082a435fa1d6c0a8a..247568814290499e316a81036e703c5ab6427ba1 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-08-03 23:17+0200\nPO-Revision-Date: 2021-10-13 13:26+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.9-dev\n"
+msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-08-03 23:17+0200\nPO-Revision-Date: 2021-10-15 07:40+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.9-dev\n"
 
 #. type: Labeled list
 #: en/blame-options.txt:1 en/diff-options.txt:754 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:128 en/git-status.txt:31
@@ -16348,7 +16348,7 @@ msgstr "--get"
 #: en/git-config.txt:91
 #, priority:100
 msgid "Get the value for a given key (optionally filtered by a regex matching the value). Returns error code 1 if the key was not found and the last value if multiple key values were found."
-msgstr ""
+msgstr "Obtenir la valeur d'une cl챕 donn챕e (챕ventuellement filtr챕e par une regex correspondant 횪 la valeur). Renvoie le code d'erreur 1 si la cl챕 n'a pas 챕t챕 trouv챕e et la derni챔re valeur si plusieurs valeurs de cl챕 ont 챕t챕 trouv챕es."
 
 #. type: Labeled list
 #: en/git-config.txt:92
@@ -16358,9 +16358,9 @@ msgstr "--get-all"
 
 #. type: Plain text
 #: en/git-config.txt:94
-#, priority:100
+#, fuzzy, priority:100
 msgid "Like get, but returns all values for a multi-valued key."
-msgstr ""
+msgstr "Comme get, mais renvoie toutes les valeurs pour une cl챕 횪 valeurs multiples."
 
 #. type: Labeled list
 #: en/git-config.txt:95
@@ -16372,13 +16372,13 @@ msgstr "--get-regexp"
 #: en/git-config.txt:101
 #, priority:100
 msgid "Like --get-all, but interprets the name as a regular expression and writes out the key names.  Regular expression matching is currently case-sensitive and done against a canonicalized version of the key in which section and variable names are lowercased, but subsection names are not."
-msgstr ""
+msgstr "Comme --get-all, mais interpr챔ter le nom comme une expression r챕guli챔re et 챕crire les noms des cl챕s.  La correspondance des expressions r챕guli챔res est actuellement sensible 횪 la casse et se fait par rapport 횪 une version canonis챕e de la cl챕 dans laquelle les noms de sections et de variables sont en minuscules, mais pas les noms de sous-sections."
 
 #. type: Labeled list
 #: en/git-config.txt:102
 #, no-wrap, priority:100
 msgid "--get-urlmatch name URL"
-msgstr ""
+msgstr "--get-urlmatch <nom> <URL>"
 
 #. type: Plain text
 #: en/git-config.txt:109