diff --git a/po/documentation.fr.po b/po/documentation.fr.po index 9a6f3c6bbd9e643335782fb0d5f92df64c62db1f..af8595a7e6ec19a86275370de638a2df491cd246 100644 --- a/po/documentation.fr.po +++ b/po/documentation.fr.po @@ -1,6 +1,6 @@ # msgid "" -msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2023-05-18 19:52+0200\nPO-Revision-Date: 2023-07-31 17:04+0000\nLast-Translator: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage-Team: LANGUAGE <LL@li.org>\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 5.0-dev\n" +msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2023-05-18 19:52+0200\nPO-Revision-Date: 2023-08-02 19:06+0000\nLast-Translator: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage-Team: LANGUAGE <LL@li.org>\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 5.0-dev\n" #. type: Labeled list #: en/blame-options.txt:1 en/diff-options.txt:769 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:146 en/git-status.txt:31 @@ -16808,11 +16808,7 @@ msgid "" "unmerged: hello.c\n" "$ edit hello.c\n" "$ git add hello.c\n" -msgstr "" -"$ git status | grep non-fusionn챕\n" -"non-fusionn챕혻: hello.c\n" -"$ edit hello.c\n" -"$ git add hello.c\n" +msgstr "$ git status | grep unmerged\nunmerged: hello.c\n$ edit hello.c\n$ git add hello.c\n" #. type: Plain text #: en/git-commit.txt:490 @@ -30750,7 +30746,7 @@ msgstr "Par d챕faut, seul le service `upload-pack` est activ챕, qui sert les cli #: en/git-http-backend.txt:38 #, priority:100 msgid "These services can be enabled/disabled using the per-repository configuration file:" -msgstr "Ces services peuvent 챗tre activ챕s/d챕sactiv챕s gr창ce au ficher de configuration par d챕p척t:" +msgstr "Ces services peuvent 챗tre activ챕s/d챕sactiv챕s gr창ce au ficher de configuration par d챕p척t��:" #. type: Labeled list #: en/git-http-backend.txt:39 @@ -31656,31 +31652,31 @@ msgid "" "'git index-pack' [-v] [-o <index-file>] [--[no-]rev-index] <pack-file>\n" "'git index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>]\n" "\t\t [--[no-]rev-index] [<pack-file>]\n" -msgstr "" +msgstr "'git index-pack' [-v] [-o <fichier-index>] [--[no-]rev-index] <fichier-paquet>\n'git index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <fichier-index>]\n\t\t [--[no-]rev-index] [<fichier-paquet>]\n" #. type: Plain text #: en/git-index-pack.txt:24 #, priority:100 msgid "Reads a packed archive (.pack) from the specified file, and builds a pack index file (.idx) for it. Optionally writes a reverse-index (.rev) for the specified pack. The packed archive together with the pack index can then be placed in the objects/pack/ directory of a Git repository." -msgstr "" +msgstr "Lit une archive compress챕e, un paquet (.pack) 횪 partir du fichier sp챕cifi챕, et construit un fichier d'indexation (.idx) pour cette archive. Optionnellement, 챕crit un index invers챕 (.rev) pour le paquet sp챕cifi챕. L'archive paquet ainsi que l'index du paquet peuvent ensuite 챗tre plac챕s dans le r챕pertoire objects/pack/ d'un d챕p척t Git." #. type: Plain text #: en/git-index-pack.txt:30 #, priority:100 msgid "Be verbose about what is going on, including progress status." -msgstr "" +msgstr "Mode loquace sur ce qui se passe, y compris sur l'챕tat d'avancement." #. type: Labeled list #: en/git-index-pack.txt:31 #, no-wrap, priority:100 msgid "-o <index-file>" -msgstr "" +msgstr "-o <fichier-index>" #. type: Plain text #: en/git-index-pack.txt:38 #, priority:100 msgid "Write the generated pack index into the specified file. Without this option the name of pack index file is constructed from the name of packed archive file by replacing .pack with .idx (and the program fails if the name of packed archive does not end with .pack)." -msgstr "" +msgstr "횋crit l'index de paquet g챕n챕r챕 dans le fichier sp챕cifi챕. Sans cette option, le nom du fichier d'index des paquet est construit 횪 partir du nom du fichier d'archive paquet en rempla챌ant .pack par .idx (et le programme 챕choue si le nom de l'archive paquet ne se termine pas par .pack)." #. type: Labeled list #: en/git-index-pack.txt:39 @@ -31692,13 +31688,13 @@ msgstr "--[no-]rev-index" #: en/git-index-pack.txt:45 #, priority:100 msgid "When this flag is provided, generate a reverse index (a `.rev` file) corresponding to the given pack. If `--verify` is given, ensure that the existing reverse index is correct. Takes precedence over `pack.writeReverseIndex`." -msgstr "" +msgstr "Lorsque ce drapeau est fourni, g챕n챔rer un index invers챕 (un fichier `.rev`) correspondant au paquet donn챕. Si `--verify` est fourni, s'assurer que l'index invers챕 existant est correct. A la priorit챕 sur `pack.writeReverseIndex`." #. type: Plain text #: en/git-index-pack.txt:55 #, priority:100 msgid "When this flag is provided, the pack is read from stdin instead and a copy is then written to <pack-file>. If <pack-file> is not specified, the pack is written to objects/pack/ directory of the current Git repository with a default name determined from the pack content. If <pack-file> is not specified consider using --keep to prevent a race condition between this process and 'git repack'." -msgstr "" +msgstr "Lorsque ce drapeau est fourni, le paquet est lu 횪 partir de stdin et une copie est ensuite 챕crite dans <fichier-paquet>. Si <fichier-paquet> n'est pas sp챕cifi챕, le paquet est 챕crit dans le r챕pertoire objects/pack/ du d챕p척t Git actuel avec un nom par d챕faut d챕termin챕 횪 partir du contenu du paquet. Si <fichier-paquet> n'est pas sp챕cifi챕, il est conseill챕 d'utiliser --keep pour 챕viter une condition de course entre ce processus et 'git repack'." #. type: Labeled list #: en/git-index-pack.txt:56 @@ -31710,43 +31706,43 @@ msgstr "--fix-thin" #: en/git-index-pack.txt:61 #, priority:100 msgid "Fix a \"thin\" pack produced by `git pack-objects --thin` (see linkgit:git-pack-objects[1] for details) by adding the excluded objects the deltified objects are based on to the pack. This option only makes sense in conjunction with --stdin." -msgstr "" +msgstr "Corriger un paquet \"mince\" produit par `git pack-objects --thin` (voir linkgit:git-pack-objects[1] pour les d챕tails) en ajoutant au paquet les objets exclus sur lesquels les objets d챕ltifi챕s sont bas챕s. Cette option n'a de sens qu'en conjonction avec --stdin." #. type: Plain text #: en/git-index-pack.txt:69 #, priority:100 msgid "Before moving the index into its final destination create an empty .keep file for the associated pack file. This option is usually necessary with --stdin to prevent a simultaneous 'git repack' process from deleting the newly constructed pack and index before refs can be updated to use objects contained in the pack." -msgstr "" +msgstr "Avant de d챕placer l'index vers sa destination finale, cr챕er un fichier .keep vide pour le fichier paquet associ챕. Cette option est g챕n챕ralement n챕cessaire avec --stdin pour 챕viter qu'un processus 'git repack' simultan챕 ne supprime le paquet et l'index nouvellement construits avant que les refs ne puissent 챗tre mis 횪 jour pour utiliser les objets contenus dans le paquet." #. type: Labeled list #: en/git-index-pack.txt:70 #, no-wrap, priority:100 msgid "--keep=<msg>" -msgstr "" +msgstr "--keep=<message>" #. type: Plain text #: en/git-index-pack.txt:76 #, priority:100 msgid "Like --keep create a .keep file before moving the index into its final destination, but rather than creating an empty file place '<msg>' followed by an LF into the .keep file. The '<msg>' message can later be searched for within all .keep files to locate any which have outlived their usefulness." -msgstr "" +msgstr "Comme --keep, cr챕er un fichier .keep avant de d챕placer l'index vers sa destination finale, mais au lieu de cr챕er un fichier vide, placer '<message>' suivi d'un LF dans le fichier .keep. Le message '<message>' peut ensuite 챗tre recherch챕 dans tous les fichiers .keep pour localiser ceux qui n'ont plus d'utilit챕." #. type: Labeled list #: en/git-index-pack.txt:77 en/git-pack-objects.txt:291 #, no-wrap, priority:100 msgid "--index-version=<version>[,<offset>]" -msgstr "" +msgstr "--index-version=<version>[,<d챕calage>]" #. type: Plain text #: en/git-index-pack.txt:81 en/git-pack-objects.txt:295 #, priority:100 msgid "This is intended to be used by the test suite only. It allows to force the version for the generated pack index, and to force 64-bit index entries on objects located above the given offset." -msgstr "" +msgstr "Ceci est destin챕 횪 챗tre utilis챕e uniquement par la suite de tests. Permet de forcer la version de l'index de paquet g챕n챕r챕, et de forcer les entr챕es d'index 64 bits sur les objets situ챕s avant le d챕calage donn챕." #. type: Plain text #: en/git-index-pack.txt:84 #, priority:100 msgid "Die, if the pack contains broken objects or links." -msgstr "" +msgstr "Mourir, si le paquet contient des objets ou des liens bris챕s." #. type: Labeled list #: en/git-index-pack.txt:85 @@ -31758,19 +31754,19 @@ msgstr "--progress-title" #: en/git-index-pack.txt:87 en/git-index-pack.txt:96 #, priority:100 msgid "For internal use only." -msgstr "" +msgstr "A usage interne uniquement." #. type: Plain text #: en/git-index-pack.txt:90 #, priority:100 msgid "Set the title of the progress bar. The title is \"Receiving objects\" by default and \"Indexing objects\" when `--stdin` is specified." -msgstr "" +msgstr "D챕finir le titre de la barre de progression. Le titre est \"R챕ception d'objets\" par d챕faut et \"Indexation d'objets\" lorsque `--stdin` est sp챕cifi챕." #. type: Plain text #: en/git-index-pack.txt:93 #, priority:100 msgid "Die if the pack contains broken links. For internal use only." -msgstr "" +msgstr "Mourir si le paquet contient des liens bris챕s. A usage interne uniquement." #. type: Labeled list #: en/git-index-pack.txt:94 @@ -31782,7 +31778,7 @@ msgstr "--fsck-objects" #: en/git-index-pack.txt:101 #, priority:100 msgid "Die if the pack contains broken objects. If the pack contains a tree pointing to a .gitmodules blob that does not exist, prints the hash of that blob (for the caller to check) after the hash that goes into the name of the pack/idx file (see \"Notes\")." -msgstr "" +msgstr "Mourir si le paquet contient des objets cass챕s. Si le paquet contient un arbre pointant vers un blob .gitmodules qui n'existe pas, afficher l'empreinte de ce blob (pour que l'appelant puisse le v챕rifier) apr챔s l'empreinte qui entre dans le nom du fichier pack/idx (voir \"Notes\")." #. type: Labeled list #: en/git-index-pack.txt:102 en/git-pack-objects.txt:281 en/git-repack.txt:120 @@ -31794,19 +31790,19 @@ msgstr "--threads=<n>" #: en/git-index-pack.txt:111 #, priority:100 msgid "Specifies the number of threads to spawn when resolving deltas. This requires that index-pack be compiled with pthreads otherwise this option is ignored with a warning. This is meant to reduce packing time on multiprocessor machines. The required amount of memory for the delta search window is however multiplied by the number of threads. Specifying 0 will cause Git to auto-detect the number of CPU's and use maximum 3 threads." -msgstr "" +msgstr "Sp챕cifier le nombre de fils d'ex챕cution 횪 lancer lors de la r챕solution des deltas. Cela n챕cessite que index-pack soit compil챕 avec pthreads, sinon cette option est ignor챕e avec un avertissement. Ceci a pour but de r챕duire le temps d'empaquetage sur les machines multiprocesseurs. La quantit챕 de m챕moire requise pour la fen챗tre de recherche de delta est cependant multipli챕e par le nombre de fils. En sp챕cifiant 0, Git d챕tectera automatiquement le nombre de CPU et utilisera au maximum 3 fils." #. type: Labeled list #: en/git-index-pack.txt:112 en/git-unpack-objects.txt:47 #, no-wrap, priority:100 msgid "--max-input-size=<size>" -msgstr "" +msgstr "--max-input-size=<taille>" #. type: Plain text #: en/git-index-pack.txt:114 en/git-unpack-objects.txt:49 #, priority:100 msgid "Die, if the pack is larger than <size>." -msgstr "" +msgstr "Mourir, si le paquet est plus grand que <taille>." #. type: Labeled list #: en/git-index-pack.txt:115 en/git-show-index.txt:42 @@ -31836,25 +31832,25 @@ msgstr "--promisor[=<message>]" #: en/git-index-pack.txt:132 #, priority:100 msgid "Before committing the pack-index, create a .promisor file for this pack. Particularly helpful when writing a promisor pack with --fix-thin since the name of the pack is not final until the pack has been fully written. If a `<message>` is provided, then that content will be written to the .promisor file for future reference. See link:technical/partial-clone.html[partial clone] for more information." -msgstr "" +msgstr "Avant de livrer le pack-index, cr챕er un fichier .promisor pour ce paquet. Particuli챔rement utile lors de l'챕criture d'un paquet promisor avec --fix-thin puisque le nom du paquet n'est pas d챕finitif tant que le paquet n'a pas 챕t챕 enti챔rement 챕crit. Si un `<message>` est fourni, son contenu sera 챕crit dans le fichier .promisor pour r챕f챕rence future. Voir link:technical/partial-clone.html [partial clone] pour plus d'informations." #. type: Plain text #: en/git-index-pack.txt:140 #, priority:100 msgid "Once the index has been created, the hash that goes into the name of the pack/idx file is printed to stdout. If --stdin was also used then this is prefixed by either \"pack\\t\", or \"keep\\t\" if a new .keep file was successfully created. This is useful to remove a" -msgstr "" +msgstr "Une fois l'index cr챕챕, le nom du fichier pack/idx est affich챕 sur stdout. Si --stdin a 챕galement 챕t챕 utilis챕, le nom est pr챕fix챕 par \"pack\\t\" ou \"keep\\t\" si un nouveau fichier .keep a 챕t챕 cr챕챕 avec succ챔s. Ceci est utile pour supprimer un fichier" #. type: Block title #: en/git-index-pack.txt:140 #, no-wrap, priority:100 msgid "keep file used as a lock to prevent the race with 'git repack'" -msgstr "" +msgstr "le fichier .keep utilis챕 comme verrou pour 챕viter la course avec 'git repack'" #. type: Plain text #: en/git-index-pack.txt:142 #, priority:100 msgid "mentioned above." -msgstr "" +msgstr "mentionn챕e ci-dessus." #. type: Title = #: en/git-init-db.txt:2 @@ -34104,7 +34100,7 @@ msgstr "--heads" #. type: Plain text #: en/git-ls-remote.txt:34 -#, fuzzy, priority:100 +#, priority:100 msgid "Limit to only refs/heads and refs/tags, respectively. These options are _not_ mutually exclusive; when given both, references stored in refs/heads and refs/tags are displayed. Note that `git ls-remote -h` used without anything else on the command line gives help, consistent with other git subcommands." msgstr "Limiter 횪 refs/heads et refs/tags, respectivement. Ces options ne s'excluent pas mutuellement ; si les deux sont donn챕es, les r챕f챕rences stock챕es dans refs/heads et refs/tags sont affich챕es. Notez que `git ls-remote -h` utilis챕 sans rien d'autre sur la ligne de commande donne de l'aide, comme les autres sous-commandes de git." @@ -52665,14 +52661,7 @@ msgid "" "$ git commit -m 'Massive' # commit fully tested changes\n" "$ git switch fixup-branch # switch to another branch\n" "$ git stash pop # to finish work on the saved changes\n" -msgstr "" -"# ... travail, travail, travail ...\n" -"$ git add --patch foo # ajouter des modifications sans relation 횪 l'index\n" -"$ git stash push --keep-staged # remiser toutes les autres modifications\n" -"$ #... code, code, code, pour finir les modifications actuelles\n" -"$ git commit -m 'Massive' # valider une modification compl챔tement test챕e\n" -"$ git switch branch-correctif # basculer sur une autre branche\n" -"$ git stash pop # pour terminer de travailler sur les modifications enregistr챕es\n" +msgstr "# ... travail, travail, travail ...\n$ git add --patch foo # ajouter des modifications sans relation 횪 l'index\n$ git stash push --keep-staged # remiser toutes les autres modifications\n$ #... code, code, code, pour finir les modifications actuelles\n$ git commit -m 'Massive' # valider une modification compl챔tement test챕e\n$ git switch branche-correctif # basculer sur une autre branche\n$ git stash pop # pour terminer de travailler sur les modifications enregistr챕es\n" #. type: Labeled list #: en/git-stash.txt:375