diff --git a/po/documentation.fr.po b/po/documentation.fr.po
index faf0e3570b5ca9a9254455d03b3927d49cdf3086..64af837849b87d48ac788cf47fdbcb9746197b9d 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: 2022-04-09 23:15+0200\nPO-Revision-Date: 2022-05-15 02:16+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.13-dev\n"
+msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-04-09 23:15+0200\nPO-Revision-Date: 2022-05-25 16:19+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.13-dev\n"
 
 #. type: Labeled list
 #: en/blame-options.txt:1 en/diff-options.txt:763 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:129 en/git-status.txt:31
@@ -61628,43 +61628,43 @@ msgstr "attr"
 #: en/glossary-content.txt:402
 #, priority:310
 msgid "After `attr:` comes a space separated list of \"attribute requirements\", all of which must be met in order for the path to be considered a match; this is in addition to the usual non-magic pathspec pattern matching.  See linkgit:gitattributes[5]."
-msgstr ""
+msgstr "Apr챔s `attr:` vient une liste, s챕par챕e par des espaces, d'짬 exigences d'attribut 쨩, qui doivent tous 챗tre satisfaits pour que le chemin soit consid챕r챕 comme une correspondance ; ceci est en plus de la correspondance habituelle des motifs non-magiques de sp챕cificateur de chemin.  Voir linkgit:gitattributes[5]."
 
 #. type: Plain text
 #: en/glossary-content.txt:405
 #, priority:310
 msgid "Each of the attribute requirements for the path takes one of these forms:"
-msgstr ""
+msgstr "Chacun des attributs requis pour le chemin prend l'une de ces formes :"
 
 #. type: Plain text
 #: en/glossary-content.txt:407
 #, priority:310
 msgid "\"`ATTR`\" requires that the attribute `ATTR` be set."
-msgstr ""
+msgstr "\"`ATTR`\" exige que l'attribut `ATTR` soit d챕fini."
 
 #. type: Plain text
 #: en/glossary-content.txt:409
 #, priority:310
 msgid "\"`-ATTR`\" requires that the attribute `ATTR` be unset."
-msgstr ""
+msgstr "\"`-ATTR`\" exige que l'attribut `ATTR` soit d챕sactiv챕."
 
 #. type: Plain text
 #: en/glossary-content.txt:412
 #, priority:310
 msgid "\"`ATTR=VALUE`\" requires that the attribute `ATTR` be set to the string `VALUE`."
-msgstr ""
+msgstr "\"`ATTR=VALEUR`\" exige que l'attribut `ATTR` soit d챕fini comme la cha챤ne de caract챔res `VALEUR`."
 
 #. type: Plain text
 #: en/glossary-content.txt:415
 #, priority:310
 msgid "\"`!ATTR`\" requires that the attribute `ATTR` be unspecified."
-msgstr ""
+msgstr "\"`!ATTR`\" exige que l'attribut `ATTR` soit non sp챕cifi챕."
 
 #. type: Plain text
 #: en/glossary-content.txt:418
 #, priority:310
 msgid "Note that when matching against a tree object, attributes are still obtained from working tree, not from the given tree object."
-msgstr ""
+msgstr "Notez que lors de la correspondance avec un objet arbre, les attributs sont toujours obtenus 횪 partir de l'arbre de travail, et non de l'objet arbre donn챕."
 
 #. type: Labeled list
 #: en/glossary-content.txt:419