From c334abe70293f8b9aa47f9e4730e821be149b55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr> Date: Wed, 23 Oct 2019 19:43:36 +0000 Subject: [PATCH] Translated using Weblate (French) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 34.0% (3252 of 9554 strings) Translation: Git Manpages/Translations Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/fr/ Signed-off-by: Jean-No챘l Avila <jn.avila@free.fr> --- po/documentation.fr.po | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/po/documentation.fr.po b/po/documentation.fr.po index 18495eb..7607494 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: 2019-08-26 23:13+0200\n" -"PO-Revision-Date: 2019-10-16 07:35+0000\n" +"PO-Revision-Date: 2019-10-24 20:53+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 3.9\n" +"X-Generator: Weblate 3.9.1-dev\n" #. type: Labeled list #: en/blame-options.txt:1 en/diff-options.txt:666 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 @@ -60682,30 +60682,44 @@ msgstr "" #, priority:260 msgid "The `--simplify-by-decoration` option allows you to view only the big picture of the topology of the history, by omitting commits that are not referenced by tags. Commits are marked as !TREESAME (in other words, kept after history simplification rules described above) if (1) they are referenced by tags, or (2) they change the contents of the paths given on the command line. All other commits are marked as TREESAME (subject to be simplified away)." msgstr "" +"L'option `--simplify-by-decoration` vous donne une vue d'ensemble de la " +"topologie de l'historique, en omettant les commits qui ne sont pas " +"r챕f챕renc챕s par des 챕tiquettes. Les commits sont marqu챕s comme !MEMEARBRE(en " +"d'autres termes, conserv챕s apr챔s les r챔gles de simplification de " +"l'historique d챕crites ci-dessus) si (1) ils sont r챕f챕renc챕s par des " +"챕tiquettes, ou (2) ils changent le contenu des chemins donn챕s sur la ligne " +"de commande. Tous les autres commits sont marqu챕s comme MEMEARBRE (soumis 횪 " +"une possible simplification)." #. type: Title ~ #: en/rev-list-options.txt:584 #, no-wrap, priority:260 msgid "Bisection Helpers" -msgstr "" +msgstr "Aides 횪 la bisection" #. type: Plain text #: en/rev-list-options.txt:593 #, priority:260 msgid "Limit output to the one commit object which is roughly halfway between included and excluded commits. Note that the bad bisection ref `refs/bisect/bad` is added to the included commits (if it exists) and the good bisection refs `refs/bisect/good-*` are added to the excluded commits (if they exist). Thus, supposing there are no refs in `refs/bisect/`, if" msgstr "" +"Limiter la sortie 횪 l'objet commit qui est 횪 peu pr챔s 횪 mi-chemin entre les " +"commits inclus et les commits exclus. Notez que la r챕f챕rence mauvaise de " +"bissection `refs/bisect/bad` est ajout챕e aux commits inclus (si elle existe)" +" et la r챕f챕rence bonne de bissection `refs/bisect/good-*` est ajout챕e aux " +"commits exclus (s'ils existent). Ainsi, en supposant qu'il n'y ait pas de " +"r챕f챕rences dans `refs/bisect/`, si" #. type: delimited block - #: en/rev-list-options.txt:596 #, no-wrap, priority:260 msgid "\t$ git rev-list --bisect foo ^bar ^baz\n" -msgstr "" +msgstr "\t$ git rev-list --bisect foo ^bar ^baz\n" #. type: Plain text #: en/rev-list-options.txt:599 #, priority:260 msgid "outputs 'midpoint', the output of the two commands" -msgstr "" +msgstr "affiche 'midpoint', la sortie des deux commandes" #. type: delimited block - #: en/rev-list-options.txt:603 @@ -60714,12 +60728,18 @@ msgid "" "\t$ git rev-list foo ^midpoint\n" "\t$ git rev-list midpoint ^bar ^baz\n" msgstr "" +"\t$ git rev-list foo ^midpoint\n" +"\t$ git rev-list midpoint ^bar ^baz\n" #. type: Plain text #: en/rev-list-options.txt:609 #, priority:260 msgid "would be of roughly the same length. Finding the change which introduces a regression is thus reduced to a binary search: repeatedly generate and test new 'midpoint's until the commit chain is of length one. Cannot be combined with --first-parent." msgstr "" +"seraientt 횪 peu pr챔s de la m챗me longueur. Trouver le changement qui " +"introduit une r챕gression se r챕duit donc 횪 une recherche binaire : g챕n챕rer et " +"tester 횪 plusieurs reprises de nouveaux 'midpoint' jusqu'횪 ce que la cha챤ne " +"de commits soit de longueur un. Ne peut pas 챗tre combin챕 avec --first-parent." #. type: Labeled list #: en/rev-list-options.txt:610 -- GitLab