diff --git a/po/documentation.fr.po b/po/documentation.fr.po index 42052bbefaa170883e183ff3c673ada081ef0826..3c5b484e6af94b1e8dd7734c98b6e4eaa0fe976e 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-01-11 13:34+0100\nPO-Revision-Date: 2022-01-17 19:55+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.11-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-01-11 13:34+0100\nPO-Revision-Date: 2022-02-06 17:18+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.11-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:129 en/git-status.txt:31 @@ -22004,31 +22004,31 @@ msgstr "frontal | 'git fast-import' [<options>]\n" #: en/git-fast-import.txt:20 #, priority:100 msgid "This program is usually not what the end user wants to run directly. Most end users want to use one of the existing frontend programs, which parses a specific type of foreign source and feeds the contents stored there to 'git fast-import'." -msgstr "" +msgstr "Ce programme n'est g챕n챕ralement pas ce que l'utilisateur final veut ex챕cuter directement. La plupart des utilisateurs finaux veulent utiliser l'un des programmes frontaux existants, qui analyse un type sp챕cifique de source 챕trang챔re et alimente le contenu stock챕 dans 'git fast-import'." #. type: Plain text #: en/git-fast-import.txt:26 #, priority:100 msgid "fast-import reads a mixed command/data stream from standard input and writes one or more packfiles directly into the current repository. When EOF is received on standard input, fast import writes out updated branch and tag refs, fully updating the current repository with the newly imported data." -msgstr "" +msgstr "fast-import lit un flux mixte de commandes/donn챕es depuis l'entr챕e standard et 챕crit un ou plusieurs fichers paquets directement dans le d챕p척t actuel. Lorsque EOF est re챌u sur l'entr챕e standard, fast-import 챕crit les refs de branches et d'챕tiquettes mis 횪 jour, mettant ainsi 횪 jour le d챕p척t actuel avec les donn챕es nouvellement import챕es." #. type: Plain text #: en/git-fast-import.txt:32 #, priority:100 msgid "The fast-import backend itself can import into an empty repository (one that has already been initialized by 'git init') or incrementally update an existing populated repository. Whether or not incremental imports are supported from a particular foreign source depends on the frontend program in use." -msgstr "" +msgstr "Le backend fast-import lui-m챗me peut importer dans un d챕p척t vide (un d챕p척t qui a d챕j횪 챕t챕 initialis챕 par 'git init') ou mettre 횪 jour de mani챔re incr챕mentielle un d챕p척t existant peupl챕. Le fait que les importations incr챕mentales soient support챕es ou non 횪 partir d'une source 챕trang챔re particuli챔re d챕pend du programme frontal utilis챕." #. type: Plain text #: en/git-fast-import.txt:41 #, priority:100 msgid "Force updating modified existing branches, even if doing so would cause commits to be lost (as the new commit does not contain the old commit)." -msgstr "" +msgstr "Forcer la mise 횪 jour des branches existantes modifi챕es, m챗me si cela entra챤ne la perte de commits (car le nouveau commit ne contient pas l'ancien)." #. type: Plain text #: en/git-fast-import.txt:47 #, priority:100 msgid "Disable the output shown by --stats, making fast-import usually be silent when it is successful. However, if the import stream has directives intended to show user output (e.g. `progress` directives), the corresponding messages will still be shown." -msgstr "" +msgstr "D챕sactiver la sortie affich챕e par --stats, rendant fast-import habituellement silencieux quand il est r챕ussi. Cependant, si le flux d'importation a des directives destin챕es 횪 montrer la sortie utilisateur (par exemple les directives `progress`), les messages correspondants seront toujours affich챕s." #. type: Labeled list #: en/git-fast-import.txt:48 @@ -22040,7 +22040,7 @@ msgstr "--stats" #: en/git-fast-import.txt:53 #, priority:100 msgid "Display some basic statistics about the objects fast-import has created, the packfiles they were stored into, and the memory used by fast-import during this run. Showing this output is currently the default, but can be disabled with --quiet." -msgstr "" +msgstr "Afficher quelques statistiques de base sur les objets que fast-import a cr챕챕s, les fichiers paquets dans lesquels ils ont 챕t챕 stock챕s, et la m챕moire utilis챕e par fast-import pendant cette ex챕cution. L'affichage de cette sortie est actuellement la valeur par d챕faut, mais peut 챗tre d챕sactiv챕 avec --quiet." #. type: Labeled list #: en/git-fast-import.txt:54 @@ -22052,43 +22052,43 @@ msgstr "--allow-unsafe-features" #: en/git-fast-import.txt:63 #, priority:100 msgid "Many command-line options can be provided as part of the fast-import stream itself by using the `feature` or `option` commands. However, some of these options are unsafe (e.g., allowing fast-import to access the filesystem outside of the repository). These options are disabled by default, but can be allowed by providing this option on the command line. This currently impacts only the `export-marks`, `import-marks`, and `import-marks-if-exists` feature commands." -msgstr "" +msgstr "De nombreuses options de ligne de commande peuvent 챗tre fournies dans le flux de fast-import lui-m챗me en utilisant les commandes `feature` ou `option`. Cependant, certaines de ces options ne sont pas s청res (par exemple, permettre 횪 fast-import d'acc챕der au syst챔me de fichiers en dehors du d챕p척t). Ces options sont d챕sactiv챕es par d챕faut, mais peuvent 챗tre autoris챕es en fournissant cette option sur la ligne de commande. Ceci n'affecte actuellement que les commandes `export-marks`, `import-marks`, et `import-marks-if-exists`." #. type: Plain text #: en/git-fast-import.txt:68 #, priority:100 msgid "Only enable this option if you trust the program generating the fast-import stream! This option is enabled automatically for remote-helpers that use the `import` capability, as they are already trusted to run their own code." -msgstr "" +msgstr "N'activez cette option que si vous faites confiance au programme qui g챕n챔re le flux d'importation rapide ! Cette option est activ챕e automatiquement pour les assistants 횪 distance qui utilisent la capacit챕 `import`, car ils sont d챕j횪 autoris챕s 횪 ex챕cuter leur propre code." #. type: Title ~ #: en/git-fast-import.txt:70 #, no-wrap, priority:100 msgid "Options for Frontends" -msgstr "" +msgstr "Options pour les frontaux" #. type: Labeled list #: en/git-fast-import.txt:72 #, no-wrap, priority:100 msgid "--cat-blob-fd=<fd>" -msgstr "" +msgstr "--cat-blob-fd=<df>" #. type: Plain text #: en/git-fast-import.txt:77 #, priority:100 msgid "Write responses to `get-mark`, `cat-blob`, and `ls` queries to the file descriptor <fd> instead of `stdout`. Allows `progress` output intended for the end-user to be separated from other output." -msgstr "" +msgstr "횋crire les r챕ponses aux requ챗tes `get-mark`, `cat-blob`, et `ls` dans le descripteur de fichier <df> au lieu de `stdout`. Permet 횪 la sortie `progress` destin챕e 횪 l'utilisateur final d'챗tre s챕par챕e des autres sorties." #. type: Labeled list #: en/git-fast-import.txt:78 #, no-wrap, priority:100 msgid "--date-format=<fmt>" -msgstr "" +msgstr "--date-format=<fmt>" #. type: Plain text #: en/git-fast-import.txt:83 #, priority:100 msgid "Specify the type of dates the frontend will supply to fast-import within `author`, `committer` and `tagger` commands. See ``Date Formats'' below for details about which formats are supported, and their syntax." -msgstr "" +msgstr "Sp챕cifier le type de dates que le fronal fournira 횪 l'importation rapide dans les commandes `author`, `committer` et `tagger`. Voir 짬혻Formats혻쨩 de date\" ci-dessous pour plus de d챕tails sur les formats pris en charge et leur syntaxe." #. type: Labeled list #: en/git-fast-import.txt:84 @@ -22100,25 +22100,25 @@ msgstr "--done" #: en/git-fast-import.txt:89 #, priority:100 msgid "Terminate with error if there is no `done` command at the end of the stream. This option might be useful for detecting errors that cause the frontend to terminate before it has started to write a stream." -msgstr "" +msgstr "Terminer avec une erreur s'il n'y a pas de commande `done` 횪 la fin du flux. Cette option peut 챗tre utile pour d챕tecter les erreurs qui font que le frontal se termine avant d'avoir commenc챕 횪 챕crire un flux." #. type: Title ~ #: en/git-fast-import.txt:91 #, no-wrap, priority:100 msgid "Locations of Marks Files" -msgstr "" +msgstr "Emplacement des fichiers de marques" #. type: Plain text #: en/git-fast-import.txt:101 #, priority:100 msgid "Dumps the internal marks table to <file> when complete. Marks are written one per line as `:markid SHA-1`. Frontends can use this file to validate imports after they have been completed, or to save the marks table across incremental runs. As <file> is only opened and truncated at checkpoint (or completion) the same path can also be safely given to --import-marks." -msgstr "" +msgstr "D챕charger la table interne des marques dans un fichier, une fois termin챕. Les marques sont 챕crites une par ligne comme `:markid SHA-1`. Les frontaux peuvent utiliser ce fichier pour valider les importations apr챔s qu'elles aient 챕t챕 compl챕t챕es, ou pour sauvegarder la table des marques 횪 travers des ex챕cutions incr챕mentales. Comme <fichier> n'est ouvert et tronqu챕 qu'au point de contr척le (ou 횪 la fin de l'op챕ration), le m챗me chemin peut aussi 챗tre donn챕 sans risque 횪 --import-marks." #. type: Plain text #: en/git-fast-import.txt:109 #, priority:100 msgid "Before processing any input, load the marks specified in <file>. The input file must exist, must be readable, and must use the same format as produced by --export-marks. Multiple options may be supplied to import more than one set of marks. If a mark is defined to different values, the last file wins." -msgstr "" +msgstr "Avant de traiter toute entr챕e, charger les marques sp챕cifi챕es dans <fichier> Le fichier d'entr챕e doit exister, doit 챗tre lisible, et doit utiliser le m챗me format que celui produit par --export-marks. Plusieurs options peuvent 챗tre fournies pour importer plus d'un ensemble de marques. Si une marque est d챕finie 횪 des valeurs diff챕rentes, le dernier fichier l'emporte." #. type: Labeled list #: en/git-fast-import.txt:110 @@ -22130,7 +22130,7 @@ msgstr "--import-marks-if-exists=<fichier>" #: en/git-fast-import.txt:113 #, priority:100 msgid "Like --import-marks but instead of erroring out, silently skips the file if it does not exist." -msgstr "" +msgstr "Comme --import-marks mais au lieu de faire une erreur, ignore silencieusement le fichier s�셢l n�셞xiste pas." #. type: Labeled list #: en/git-fast-import.txt:114 @@ -22142,19 +22142,19 @@ msgstr "--[no-]relative-marks" #: en/git-fast-import.txt:121 #, priority:100 msgid "After specifying --relative-marks the paths specified with --import-marks= and --export-marks= are relative to an internal directory in the current repository. In git-fast-import this means that the paths are relative to the .git/info/fast-import directory. However, other importers may use a different location." -msgstr "" +msgstr "Apr챔s avoir sp챕cifi챕 --relative-marks, les chemins sp챕cifi챕s avec --import-marks= et --export-marks= sont relatifs 횪 un r챕pertoire interne du d챕p척t actuel. Dans git-fast-import, cela signifie que les chemins sont relatifs au r챕pertoire .git/info/fast-import. Cependant, d'autres importateurs peuvent utiliser un emplacement diff챕rent." #. type: Plain text #: en/git-fast-import.txt:124 #, priority:100 msgid "Relative and non-relative marks may be combined by interweaving --(no-)-relative-marks with the --(import|export)-marks= options." -msgstr "" +msgstr "Les marques relatives et non relatives peuvent 챗tre combin챕es en entrem챗lant --(no-)-relative-marks avec les options --(import|export)-marks=." #. type: Title ~ #: en/git-fast-import.txt:126 #, no-wrap, priority:100 msgid "Submodule Rewriting" -msgstr "" +msgstr "R챕챕criture de sous-module" #. type: Labeled list #: en/git-fast-import.txt:128 @@ -22172,43 +22172,43 @@ msgstr "--rewrite-submodules-to=<nom>:<fichier>" #: en/git-fast-import.txt:134 #, priority:100 msgid "Rewrite the object IDs for the submodule specified by <name> from the values used in the from <file> to those used in the to <file>. The from marks should have been created by `git fast-export`, and the to marks should have been created by `git fast-import` when importing that same submodule." -msgstr "" +msgstr "R챕챕crire les identifiants d'objets pour le sous-module sp챕cifi챕 par <nom> 횪 partir des valeurs utilis챕es dans le fichier source (from) <fichier> vers celles utilis챕es dans le fichier cible (to) <fichier>. Les marques from devraient avoir 챕t챕 cr챕챕es par `git fast-export`, et les marques cibles devraient avoir 챕t챕 cr챕챕es par `git fast-import` lors de l'importation de ce m챗me sous-module." #. type: Plain text #: en/git-fast-import.txt:139 #, priority:100 msgid "<name> may be any arbitrary string not containing a colon character, but the same value must be used with both options when specifying corresponding marks. Multiple submodules may be specified with different values for <name>. It is an error not to use these options in corresponding pairs." -msgstr "" +msgstr "<nom> peut 챗tre toute cha챤ne arbitraire ne contenant pas de caract챔re deux-points, mais la m챗me valeur doit 챗tre utilis챕e avec les deux options lors de la sp챕cification des marques correspondantes. Plusieurs sous-modules peuvent 챗tre sp챕cifi챕s avec des valeurs diff챕rentes pour <nom>. C'est une erreur de ne pas utiliser ces options dans les paires correspondantes." #. type: Plain text #: en/git-fast-import.txt:144 #, priority:100 msgid "These options are primarily useful when converting a repository from one hash algorithm to another; without them, fast-import will fail if it encounters a submodule because it has no way of writing the object ID into the new hash algorithm." -msgstr "" +msgstr "Ces options sont principalement utiles lors de la conversion d'un d챕p척t d'un algorithme de hachage 횪 un autre ; sans elles, fast-import 챕chouera s'il rencontre un sous-module car il n'a aucun moyen d'챕crire l'ID de l'objet dans le nouvel algorithme de hachage." #. type: Title ~ #: en/git-fast-import.txt:146 #, no-wrap, priority:100 msgid "Performance and Compression Tuning" -msgstr "" +msgstr "R챕glage des performances et de la compression" #. type: Labeled list #: en/git-fast-import.txt:148 #, no-wrap, priority:100 msgid "--active-branches=<n>" -msgstr "" +msgstr "--active-branches=<n>" #. type: Plain text #: en/git-fast-import.txt:151 #, priority:100 msgid "Maximum number of branches to maintain active at once. See ``Memory Utilization'' below for details. Default is 5." -msgstr "" +msgstr "Nombre maximal de branches 횪 maintenir actives en m챗me temps. Voir \"Utilisation de la m챕moire'' ci-dessous pour plus de d챕tails. La valeur par d챕faut est 5." #. type: Labeled list #: en/git-fast-import.txt:152 #, no-wrap, priority:100 msgid "--big-file-threshold=<n>" -msgstr "" +msgstr "--big-file-threshold=<n>" #. type: Plain text #: en/git-fast-import.txt:157 diff --git a/po/documentation.is.po b/po/documentation.is.po index feffbc1f6f1ccc519e9afcbbeb31b58e6fb7fa90..9fc1ec43775b963b3679820a50276f4b3e000392 100644 --- a/po/documentation.is.po +++ b/po/documentation.is.po @@ -4,19 +4,7 @@ # Jean-No챘l AVILA <jn.avila@free.fr>, 2020. # msgid "" -msgstr "" -"Project-Id-Version: git-manpages-l 10n\n" -"Report-Msgid-Bugs-To: jn.avila@free.fr\n" -"POT-Creation-Date: 2022-01-11 13:34+0100\n" -"PO-Revision-Date: 2021-06-09 17:32+0000\n" -"Last-Translator: 횧처rhalla Gu챨mundsd처ttir Beck <plergux@outlook.com>\n" -"Language-Team: Icelandic\n" -"Language: is\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n" -"X-Generator: Weblate 4.7-dev\n" +msgstr "Project-Id-Version: git-manpages-l 10n\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-01-11 13:34+0100\nPO-Revision-Date: 2022-01-28 12:52+0000\nLast-Translator: 횧처rhalla Gu챨mundsd처ttir Beck <plergux@outlook.com>\nLanguage-Team: Icelandic\nLanguage: is\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\nX-Generator: Weblate 4.11-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:129 en/git-status.txt:31 @@ -6308,25 +6296,14 @@ msgstr "SAMANTEKT" #. type: Plain text #: en/git-add.txt:16 -#, fuzzy, ignore-ellipsis, no-wrap, priority:300 -#| msgid "" -#| "'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]\n" -#| "\t [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]\n" -#| "\t [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]\n" -#| "\t [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n" -#| "\t [--] [<pathspec>...]\n" +#, ignore-ellipsis, no-wrap, priority:300 msgid "" "'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]\n" "\t [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse]\n" "\t [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]\n" "\t [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n" "\t [--] [<pathspec>...]\n" -msgstr "" -"'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]\n" -"\t [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]\n" -"\t [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]\n" -"\t [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n" -"\t [--] [<pathspec>...]\n" +msgstr "'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]\n\t [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse]\n\t [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]\n\t [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n\t [--] [<pathspec>...]\n" #. type: Title - #: en/git-add.txt:18 en/git-am.txt:24 en/git-annotate.txt:14 en/git-apply.txt:22 en/git-archimport.txt:16 en/git-archive.txt:18 en/git-bisect.txt:15 en/git-blame.txt:18 en/git-branch.txt:28 en/git-bugreport.txt:14 en/git-bundle.txt:19 en/git-cat-file.txt:16 en/git-check-attr.txt:16 en/git-check-ignore.txt:16 en/git-check-mailmap.txt:16 en/git-checkout-index.txt:19 en/git-checkout.txt:20 en/git-check-ref-format.txt:17 en/git-cherry-pick.txt:16 en/git-cherry.txt:14 en/git-citool.txt:14 en/git-clean.txt:14 en/git-clone.txt:23 en/git-column.txt:15 en/git-commit-tree.txt:18 en/git-commit.txt:21 en/git-config.txt:29 en/git-count-objects.txt:14 en/git-credential-cache--daemon.txt:14 en/git-credential-cache.txt:15 en/git-credential-store.txt:15 en/git-credential.txt:15 en/git-cvsexportcommit.txt:17 en/git-cvsimport.txt:20 en/git-cvsserver.txt:28 en/git-daemon.txt:27 en/git-describe.txt:16 en/git-diff-files.txt:15 en/git-diff-index.txt:15 en/git-difftool.txt:14 en/git-diff-tree.txt:17 en/git-diff.txt:20 en/git-fast-export.txt:15 en/git-fast-import.txt:15 en/git-fetch-pack.txt:18 en/git-fetch.txt:19 en/git-filter-branch.txt:33 en/git-fmt-merge-msg.txt:16 en/git-for-each-ref.txt:18 en/git-format-patch.txt:37 en/git-fsck-objects.txt:15 en/git-fsck.txt:18 en/git-gc.txt:15 en/git-get-tar-commit-id.txt:16 en/git-grep.txt:34 en/git-gui.txt:14 en/git-hash-object.txt:16 en/git-help.txt:17 en/git-http-backend.txt:14 en/git-http-fetch.txt:15 en/git-http-push.txt:15 en/git-imap-send.txt:16 en/git-index-pack.txt:18 en/git-init-db.txt:16 en/git-init.txt:19 en/git-instaweb.txt:16 en/git-interpret-trailers.txt:15 en/git-log.txt:15 en/git-ls-files.txt:26 en/git-ls-remote.txt:17 en/git-ls-tree.txt:17 en/git-mailinfo.txt:18 en/git-mailsplit.txt:15 en/git-merge-base.txt:19 en/git-merge-file.txt:18 en/git-merge-index.txt:15 en/git-merge-one-file.txt:15 en/git-mergetool--lib.txt:14 en/git-mergetool.txt:14 en/git-merge-tree.txt:15 en/git-merge.txt:20 en/git-mktag.txt:15 en/git-mktree.txt:15 en/git-mv.txt:15 en/git-name-rev.txt:16 en/git-notes.txt:26 en/git-p4.txt:19 en/git-pack-objects.txt:21 en/git-pack-redundant.txt:15 en/git-pack-refs.txt:14 en/git-patch-id.txt:14 en/git-prune-packed.txt:16 en/git-prune.txt:15 en/git-pull.txt:16 en/git-push.txt:20 en/git-quiltimport.txt:17 en/git-range-diff.txt:17 en/git-read-tree.txt:18 en/git-rebase.txt:18 en/git-receive-pack.txt:15 en/git-reflog.txt:15 en/git-remote-ext.txt:14 en/git-remote-fd.txt:13 en/git-remote.txt:27 en/git-repack.txt:15 en/git-replace.txt:19 en/git-request-pull.txt:14 en/git-rerere.txt:14 en/git-reset.txt:17 en/git-restore.txt:16 en/git-revert.txt:15 en/git-rev-list.txt:15 en/git-rev-parse.txt:15 en/git-rm.txt:16 en/git-send-email.txt:18 en/git-send-pack.txt:18 en/git-shell.txt:17 en/git-sh-i18n--envsubst.txt:19 en/git-sh-i18n.txt:14 en/git-shortlog.txt:15 en/git-show-branch.txt:19 en/git-show-index.txt:16 en/git-show-ref.txt:17 en/git-show.txt:15 en/git-sh-setup.txt:14 en/git-stage.txt:16 en/git-stash.txt:25 en/git-status.txt:15 en/git-stripspace.txt:16 en/git-submodule.txt:27 en/git-svn.txt:14 en/git-switch.txt:17 en/git-symbolic-ref.txt:16 en/git-tag.txt:22 en/git.txt:20 en/git-unpack-file.txt:16 en/git-unpack-objects.txt:16 en/git-update-index.txt:32 en/git-update-ref.txt:14 en/git-update-server-info.txt:15 en/git-upload-archive.txt:15 en/git-upload-pack.txt:16 en/git-var.txt:15 en/git-verify-commit.txt:14 en/git-verify-pack.txt:16 en/git-verify-tag.txt:14 en/git-web--browse.txt:14 en/git-whatchanged.txt:15 en/git-worktree.txt:22 en/git-write-tree.txt:15 en/gitglossary.txt:13 @@ -14396,17 +14373,7 @@ msgstr "git-clone - Einrita hirslu 챠 n첵ja skr찼" #. type: Plain text #: en/git-clone.txt:21 -#, fuzzy, no-wrap, priority:300 -#| msgid "" -#| "'git clone' [--template=<template_directory>]\n" -#| "\t [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]\n" -#| "\t [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]\n" -#| "\t [--dissociate] [--separate-git-dir <git dir>]\n" -#| "\t [--depth <depth>] [--[no-]single-branch] [--no-tags]\n" -#| "\t [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]\n" -#| "\t [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]\n" -#| "\t [--filter=<filter>] [--] <repository>\n" -#| "\t [<directory>]\n" +#, no-wrap, priority:300 msgid "" "'git clone' [--template=<template-directory>]\n" "\t [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]\n" @@ -14417,16 +14384,7 @@ msgid "" "\t [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]\n" "\t [--filter=<filter>] [--] <repository>\n" "\t [<directory>]\n" -msgstr "" -"'git clone' [--template=<sni챨m처tsskr찼>]\n" -"\t [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]\n" -"\t [-o <nafn>] [-b <nafn>] [-u <upphalspakki>] [--reference <hirsla>]\n" -"\t [--dissociate] [--separate-git-dir <git skr찼>]\n" -"\t [--depth <d첵pt>] [--[no-]single-branch] [--no-tags]\n" -"\t [--recurse-submodules[=<sl처챨atilgreining>]] [--[no-]shallow-submodules]\n" -"\t [--[no-]remote-submodules] [--jobs <n>] [--sparse][--[no-]reject-shallow]\n" -"\t [--filter=<s챠a>] [--] <hirsla>\n" -"\t [<skr찼>]\n" +msgstr "'git clone' [--template=<sni챨m처tsskr찼>]\n\t [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]\n\t [-o <nafn>] [-b <nafn>] [-u <upphalspakki>] [--reference <hirsla>]\n\t [--dissociate] [--separate-git-dir <git-skr찼>]\n\t [--depth <d첵pt>] [--[no-]single-branch] [--no-tags]\n\t [--recurse-submodules[=<sl처챨atilgreining>]] [--[no-]shallow-submodules]\n\t [--[no-]remote-submodules] [--jobs <n>] [--sparse][--[no-]reject-shallow]\n\t [--filter=<s챠a>] [--] <hirsla>\n\t [<skr찼>]\n" #. type: Plain text #: en/git-clone.txt:30 diff --git a/po/documentation.tr.po b/po/documentation.tr.po index 766e7077b22f7f363cc22e5d13d0be05fc1b4359..deb8902731188a43ed67fd405992118de54afe81 100644 --- a/po/documentation.tr.po +++ b/po/documentation.tr.po @@ -3,19 +3,7 @@ # This file is distributed under the same license as the Git package. # Matthias A횩hauer <mha1993@live.de>, 2019. msgid "" -msgstr "" -"Project-Id-Version: git documentation\n" -"Report-Msgid-Bugs-To: jn.avila@free.fr\n" -"POT-Creation-Date: 2022-01-11 13:34+0100\n" -"PO-Revision-Date: 2021-05-20 07:34+0000\n" -"Last-Translator: O휓uz Ersen <oguzersen@protonmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"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.7-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-01-11 13:34+0100\nPO-Revision-Date: 2022-01-30 01:53+0000\nLast-Translator: Ferhat Ge챌do휓an <ferhatgectao@gmail.com>\nLanguage-Team: LANGUAGE <LL@li.org>\nLanguage: tr\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.11-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:129 en/git-status.txt:31 @@ -6351,7 +6339,7 @@ msgstr "" #: en/git-add.txt:49 #, priority:300 msgid "Please see linkgit:git-commit[1] for alternative ways to add content to a commit." -msgstr "" +msgstr "L체tfen bir i힊leme i챌erik eklemenin alternatif yollar캇 i챌in linkgit:git-commit[1] 'a bak캇n." #. type: Title - #: en/git-add.txt:52 en/git-am.txt:30 en/git-annotate.txt:24 en/git-apply.txt:36 en/git-archimport.txt:69 en/git-archive.txt:34 en/git-bisect.txt:356 en/git-blame.txt:50 en/git-branch.txt:96 en/git-bugreport.txt:40 en/git-bundle.txt:65 en/git-cat-file.txt:30 en/git-check-attr.txt:21 en/git-check-ignore.txt:27 en/git-check-mailmap.txt:25 en/git-checkout-index.txt:24 en/git-checkout.txt:106 en/git-check-ref-format.txt:100 en/git-cherry-pick.txt:42 en/git-cherry.txt:28 en/git-clean.txt:27 en/git-clone.txt:44 en/git-column.txt:22 en/git-commit-tree.txt:46 en/git-commit.txt:66 en/git-config.txt:79 en/git-count-objects.txt:20 en/git-credential-cache.txt:27 en/git-credential-store.txt:30 en/git-cvsexportcommit.txt:35 en/git-cvsimport.txt:51 en/git-cvsserver.txt:40 en/git-daemon.txt:48 en/git-describe.txt:36 en/git-diff-files.txt:22 en/git-diff-index.txt:23 en/git-difftool.txt:21 en/git-diff-tree.txt:26 en/git-diff.txt:120 en/git-fast-export.txt:25 en/git-fast-import.txt:35 en/git-fetch-pack.txt:34 en/git-fetch.txt:46 en/git-filter-branch.txt:96 en/git-fmt-merge-msg.txt:25 en/git-for-each-ref.txt:28 en/git-format-patch.txt:106 en/git-fsck.txt:22 en/git-gc.txt:35 en/git-grep.txt:42 en/git-hash-object.txt:24 en/git-help.txt:46 en/git-http-fetch.txt:23 en/git-http-push.txt:24 en/git-imap-send.txt:30 en/git-index-pack.txt:27 en/git-init.txt:41 en/git-instaweb.txt:21 en/git-interpret-trailers.txt:73 en/git-log.txt:28 en/git-ls-files.txt:34 en/git-ls-remote.txt:23 en/git-ls-tree.txt:37 en/git-mailinfo.txt:28 en/git-mailsplit.txt:23 en/git-merge-base.txt:70 en/git-merge-file.txt:53 en/git-merge-index.txt:22 en/git-mergetool.txt:26 en/git-merge.txt:64 en/git-mktag.txt:41 en/git-mktree.txt:22 en/git-mv.txt:30 en/git-name-rev.txt:22 en/git-notes.txt:126 en/git-p4.txt:199 en/git-pack-objects.txt:50 en/git-pack-redundant.txt:29 en/git-pack-refs.txt:46 en/git-patch-id.txt:31 en/git-prune-packed.txt:30 en/git-prune.txt:34 en/git-pull.txt:78 en/git-quiltimport.txt:32 en/git-range-diff.txt:45 en/git-read-tree.txt:32 en/git-rebase.txt:205 en/git-receive-pack.txt:40 en/git-reflog.txt:61 en/git-remote.txt:33 en/git-repack.txt:29 en/git-replace.txt:59 en/git-request-pull.txt:28 en/git-reset.txt:104 en/git-restore.txt:34 en/git-revert.txt:35 en/git-rev-list.txt:27 en/git-rev-parse.txt:26 en/git-rm.txt:32 en/git-send-email.txt:45 en/git-send-pack.txt:27 en/git-shortlog.txt:27 en/git-show-branch.txt:32 en/git-show-index.txt:40 en/git-show-ref.txt:34 en/git-show.txt:36 en/git-stash.txt:155 en/git-status.txt:25 en/git-stripspace.txt:37 en/git-submodule.txt:264 en/git-svn.txt:575 en/git-switch.txt:35 en/git-symbolic-ref.txt:33 en/git-tag.txt:59 en/git.txt:41 en/git-unpack-file.txt:22 en/git-unpack-objects.txt:29 en/git-update-index.txt:43 en/git-upload-archive.txt:56 en/git-upload-pack.txt:26 en/git-var.txt:19 en/git-verify-commit.txt:18 en/git-verify-pack.txt:22 en/git-verify-tag.txt:18 en/git-web--browse.txt:43 en/git-worktree.txt:158 en/git-write-tree.txt:29 @@ -6375,19 +6363,19 @@ msgstr "" #: en/git-add.txt:68 en/git-grep.txt:304 #, priority:300 msgid "For more details about the <pathspec> syntax, see the 'pathspec' entry in linkgit:gitglossary[7]." -msgstr "" +msgstr "<pathspec> s철zdizimiyle alakal캇 daha fazla bilgi almak linkgit:gitglossary[7]'daki 'pathspec' girdisine g철z at캇n." #. type: Plain text #: en/git-add.txt:73 #, priority:300 msgid "Don't actually add the file(s), just show if they exist and/or will be ignored." -msgstr "" +msgstr "Dosya/lar캇 ger챌ekten eklemeyin, sadece var olup olmad캇klar캇n캇 ve/veya yoksay캇l캇p say캇lmayacaklar캇n캇 g철sterin." #. type: Plain text #: en/git-add.txt:81 #, priority:300 msgid "Allow adding otherwise ignored files." -msgstr "" +msgstr "Aksi takdirde yoksay캇lm캇힊 dosyalar캇n eklenmesine izin verin." #. type: Labeled list #: en/git-add.txt:82 en/git-clone.txt:169 en/git-ls-files.txt:190 en/git-rm.txt:75 en/git-show-branch.txt:67 en/rev-list-options.txt:371 en/rev-list-options.txt:504 @@ -58909,7 +58897,7 @@ msgstr "" #: en/git-write-tree.txt:20 #, priority:80 msgid "The index must be in a fully merged state." -msgstr "" +msgstr "Dizin tamamen birle힊tirilmi힊 (merged) durumda olmal캇d캇r." #. type: Plain text #: en/git-write-tree.txt:26 diff --git a/po/documentation.zh_HANS-CN.po b/po/documentation.zh_HANS-CN.po index 2246376c84787fd56ec9bf3a9ae5a24532d3fd14..15da352cc1ea2f18bc5701aebefef7ffb49f3930 100644 --- a/po/documentation.zh_HANS-CN.po +++ b/po/documentation.zh_HANS-CN.po @@ -3,19 +3,7 @@ # This file is distributed under the same license as the Git package. # Matthias A횩hauer <mha1993@live.de>, 2019. msgid "" -msgstr "" -"Project-Id-Version: git documentation\n" -"Report-Msgid-Bugs-To: jn.avila@free.fr\n" -"POT-Creation-Date: 2022-01-11 13:34+0100\n" -"PO-Revision-Date: 2021-11-23 15:35+0000\n" -"Last-Translator: 凉졾ㄹ壅� <472546172@qq.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: zh_HANS-CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.10-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-01-11 13:34+0100\nPO-Revision-Date: 2022-02-01 17:48+0000\nLast-Translator: Calcitem <calcitem@outlook.com>\nLanguage-Team: LANGUAGE <LL@li.org>\nLanguage: zh_HANS-CN\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 4.11-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:129 en/git-status.txt:31 @@ -1673,8 +1661,8 @@ msgstr "" msgid "linkgit:git-name-rev[1]" msgstr "linkgit:git-name-rev[1]" -#. type: Plain text # �ζ돻瀯쇿츣�덃쑍�꾤Е�룟릫燁� +#. type: Plain text #: en/cmds-plumbinginterrogators.txt:39 #, priority:100 msgid "Find symbolic names for given revs." @@ -3030,19 +3018,19 @@ msgstr "訝븃눎若싦퉱�꾡퐥瀛㎩릦亮띌㈀�ⓨ츣阿됦틙訝�訝や볶映삣룾瑥사쉪�띶춻�� #: en/config/merge.txt:118 #, no-wrap, priority:240 msgid "merge.<driver>.driver" -msgstr "" +msgstr "merge.<driver>.driver" #. type: Plain text #: en/config/merge.txt:121 #, priority:240 msgid "Defines the command that implements a custom low-level merge driver. See linkgit:gitattributes[5] for details." -msgstr "" +msgstr "若싦퉱若욅렟�ゅ츣阿됦퐥瀛㎩릦亮띌㈀�①쮮佯뤹쉪�썰빱�귟�鰲곲벦�쩱it:gitattributes[5]��" #. type: Labeled list #: en/config/merge.txt:122 -#, no-wrap, priority:240 +#, fuzzy, no-wrap, priority:240 msgid "merge.<driver>.recursive" -msgstr "" +msgstr "merge.<driver>.recursive" #. type: Plain text #: en/config/merge.txt:125 @@ -3058,9 +3046,9 @@ msgstr "merge.branchdesc" #. type: Plain text #: en/config/fmt-merge-msg.txt:5 -#, priority:240 +#, fuzzy, priority:240 msgid "In addition to branch names, populate the log message with the branch description text associated with them. Defaults to false." -msgstr "" +msgstr "�ㅴ틙�녷뵱�띸㎞阿뗥쨼竊뚩퓲鵝욜뵪訝롥끀�녘걫�꾢늽��룒瓦경뻼�у∥�끾뿥恙쀦텋���귡퍡溫ㅴ맏 false��" #. type: Labeled list #: en/config/fmt-merge-msg.txt:6 @@ -3070,9 +3058,9 @@ msgstr "merge.log" #. type: Plain text #: en/config/fmt-merge-msg.txt:11 -#, priority:240 +#, fuzzy, priority:240 msgid "In addition to branch names, populate the log message with at most the specified number of one-line descriptions from the actual commits that are being merged. Defaults to false, and true is a synonym for 20." -msgstr "" +msgstr "�ㅴ틙�녷뵱�띸㎞鸚뽳펽�ⓩ뿥恙쀤에��릎��鸚싧뒥�ζ뙁若싨빊�뤹쉪熬ュ릦亮띄쉪若욇솀�먧벡�꾢뜒烏뚧룒瓦겹�� 容섋�訝튴alse竊똳rue��20�꾢릪阿됭칾��" #. type: Labeled list #: en/config/fmt-merge-msg.txt:12 @@ -3082,9 +3070,9 @@ msgstr "merge.suppressDest" #. type: Plain text #: en/config/fmt-merge-msg.txt:18 -#, priority:240 +#, fuzzy, priority:240 msgid "By adding a glob that matches the names of integration branches to this multi-valued configuration variable, the default merge message computed for merges into these integration branches will omit \"into <branch name>\" from its title." -msgstr "" +msgstr "�싪퓝�묋퓳訝ゅ쩀�쇤뀓營�룜�뤸렌�졽�訝ゅ뙶�띺썓�먨늽��릫燁곁쉪 glob竊뚥맏�덂뭉�계퓳雅쏃썓�먨늽���嶸쀧쉪容섋��덂뭉易덃겘弱녶쑉�뜻젃窯섆릎�곭븼�쐇nto <branch name>�앫��" #. type: Plain text #: en/config/fmt-merge-msg.txt:22 @@ -5270,9 +5258,9 @@ msgstr "-l<�곈뇧>" #. type: Plain text #: en/diff-options.txt:602 -#, priority:280 +#, fuzzy, priority:280 msgid "The `-M` and `-C` options involve some preliminary steps that can detect subsets of renames/copies cheaply, followed by an exhaustive fallback portion that compares all remaining unpaired destinations to all relevant sources. (For renames, only remaining unpaired sources are relevant; for copies, all original sources are relevant.) For N sources and destinations, this exhaustive check is O(N^2). This option prevents the exhaustive portion of rename/copy detection from running if the number of source/destination files involved exceeds the specified number. Defaults to diff.renameLimit. Note that a value of 0 is treated as unlimited." -msgstr "" +msgstr "`-M` �� `-C` �됮」易됧룋訝�雅쎾닜閭ζ�謠ㅿ펽��빳兩됦뻔�경�役뗩뇥�썲릫/��쑍�꾢춴�놅펽�뜹릮���弱썹쉪�롥쨭�ⓨ늽竊뚦컛���됧돥鵝숂쉪�ら뀓野밭쎅�꾢쑑訝롦��됬쎑�녔틦瓦쏂죱驪붻푵�� 竊덂�雅롩뇥�썲릫竊뚦룵�됧돥鵝숂쉪�ら뀓野방틦��쎑�녕쉪竊쎾�雅롥돬�э펽���됧렅冶뗦틦�썸삸�멨뀽�꾠�귨펹野밥틢 N 訝ゆ틦�뚨쎅�꾢쑑竊뚩퓳訝よ�弱썹쉪汝��ζ삸 O(N^2)�귛쫩�쒏텎�딁쉪繹�/��젃�뉏뻑�곈뇧擁낁퓝�뉐츣�곈뇧竊뚦닕閭ㅹ�됮」��삻閭�뇥�썲릫/鸚띶댍汝�役뗧쉪瑥�갹�ⓨ늽瓦먫죱�귡퍡溫ㅴ맏 diff.renameLimit�귟�力ⓩ꼷竊뚦�� 0 熬ヨ쭍訝뷸뿞�먨댍��" #. type: Labeled list #: en/diff-options.txt:604 @@ -6512,9 +6500,9 @@ msgstr "--sparse" #. type: Plain text #: en/git-add.txt:88 -#, priority:300 +#, fuzzy, priority:300 msgid "Allow updating index entries outside of the sparse-checkout cone. Normally, `git add` refuses to update index entries whose paths do not fit within the sparse-checkout cone, since those files might be removed from the working tree without warning. See linkgit:git-sparse-checkout[1] for more details." -msgstr "" +msgstr "�곮��닸뼭葉��뤸��� cone 阿뗥쨼�꾤뇨凉뺞씉���귡�싧만竊�`git add` �믥퍦�닸뼭�띈러孃꾡툖�귛릦葉��뤸��� cone �꾤뇨凉뺞씉��펽�졽맏瓦쇾틳�뉏뻑��꺗鴉싧쑉亦→쐣鈺�몜�꾣깄�듕툔餓롥램鵝쒎뙷訝�닠�ㅳ�귝쐣�녔쎍鸚싪�瀯녵에��펽瑥룟뢿�낂벦�� git:git-sparse-checkout[1]��" #. type: Labeled list #: en/git-add.txt:89 en/git-am.txt:140 en/git-branch.txt:150 en/git-clean.txt:44 en/git-commit.txt:301 en/git-cvsimport.txt:88 en/git-grep.txt:81 en/git-help.txt:65 en/git-ls-files.txt:51 en/git-read-tree.txt:49 en/git-rebase.txt:501 en/git-repack.txt:167 en/git-tag.txt:130 en/rev-list-options.txt:73 @@ -7056,8 +7044,8 @@ msgstr "�좈솮�꾢냵若�" msgid "Removed content is represented by lines beginning with \"-\". You can prevent staging their removal by converting the \"-\" to a \" \" (space)." msgstr "�좈솮�꾢냵若밥빳��-�앭�鸚당쉪烏뚩〃鹽뷩�귝궓��빳�싪퓝弱녳��-�앲쉬�㏘맏�� �앾펷令뷸졏竊됪씎�꿩�弱녶끀�좈솮��" -#. type: Labeled list # 瑥묋�낉폏�ュ갼訝ㅴ릉耶쀨뒄��꺗熬ュ닠�륅펽倻귝옖玲삭캂訝뷰릎�뉑젃�밥폏�븀렟�듾릉黎됧춻 +#. type: Labeled list #: en/git-add.txt:386 #, fuzzy, no-wrap, priority:300 msgid "modified content" @@ -10347,9 +10335,9 @@ msgstr "�②풏�뷴닓烏ⓧ릎�양ㅊ若뚧빐�꼜ha1竊뚩�뚥툖��섄�쇿츆餓с��" #. type: Labeled list #: en/git-branch.txt:209 -#, no-wrap, priority:260 +#, fuzzy, no-wrap, priority:260 msgid "--track [inherit|direct]" -msgstr "" +msgstr "--track [inherit|direct]" #. type: Plain text #: en/git-branch.txt:217 @@ -10360,9 +10348,9 @@ msgstr "�ⓨ닗兩뷸뼭�녷뵱�띰펽溫양쉰`branch.<name>.remote`��`branch.<name>.me #. type: Plain text #: en/git-branch.txt:222 -#, priority:260 +#, fuzzy, priority:260 msgid "The exact upstream branch is chosen depending on the optional argument: `--track` or `--track direct` means to use the start-point branch itself as the upstream; `--track inherit` means to copy the upstream configuration of the start-point branch." -msgstr "" +msgstr "�방뜮���됧뢿�곈�됪떓簾�늾�꾡툓歷멨늽��폏 `--track` �� `--track direct` 烏①ㅊ弱녻돈�밧늽��쑍翁ョ뵪鵝쒍툓歷몌폑 `--track inherit` 烏①ㅊ鸚띶댍壅루궧�녷뵱�꾡툓歷면뀓營���" #. type: Plain text #: en/git-branch.txt:230 @@ -10373,9 +10361,9 @@ msgstr "壤볢돈�방삸訝�訝よ퓶葉뗨퇎甕ょ쉪�녷뵱�띰펽瓦숂쭕烏뚥맏��퍡溫ㅷ쉪�� #. type: Plain text #: en/git-branch.txt:233 -#, priority:260 +#, fuzzy, priority:260 msgid "See linkgit:git-pull[1] and linkgit:git-config[1] for additional discussion on how the `branch.<name>.remote` and `branch.<name>.merge` options are used." -msgstr "" +msgstr "�됧뀽倻귚퐬鵝욜뵪 `branch.<name>.remote` �� `branch.<name>.merge` �됮」�꾣쎍鸚싪�溫븝펽瑥룟뢿鰲� linkgit:git-pull[1] �� linkgit:git-config[1]��" #. type: Labeled list #: en/git-branch.txt:234 en/git-checkout.txt:173 en/git-switch.txt:169 @@ -15880,7 +15868,7 @@ msgstr "--[no-]verify" #: en/git-commit.txt:219 #, priority:280 msgid "By default, the pre-commit and commit-msg hooks are run. When any of `--no-verify` or `-n` is given, these are bypassed. See also linkgit:githooks[5]." -msgstr "" +msgstr "容섋��끻넻訝뗰펽鴉싪퓧烏� pre-commit �� commit-msg �⒴춴�귛퐪瀯쇿눣餓삡퐬 `--no-verify` �� `-n` �띰펽瓦쇾틳�썰폏熬ョ퍞瓦뉎�귛뢿鰲곲벦�쩱it:githooks[5]��" #. type: Plain text #: en/git-commit.txt:225 @@ -31165,7 +31153,7 @@ msgstr "訝롣슴�� 'group' �됮」�멨릪竊뚥퐜鵝욕춼�ⓨ틩野방��됬뵪�룟룾瑥삠�� #: en/git-init.txt:113 #, no-wrap, priority:300 msgid "'<perm>'" -msgstr "" +msgstr "'<perm>'" #. type: Plain text #: en/git-init.txt:123 @@ -47732,9 +47720,9 @@ msgstr "�념슴亦→쐣�뉏뻑�백뀓竊뚥튋餓ι쎏�뜻�곲���뷩��" #. type: Plain text #: en/git-rm.txt:80 -#, priority:280 +#, fuzzy, priority:280 msgid "Allow updating index entries outside of the sparse-checkout cone. Normally, `git rm` refuses to update index entries whose paths do not fit within the sparse-checkout cone. See linkgit:git-sparse-checkout[1] for more." -msgstr "" +msgstr "�곮��닸뼭葉��뤹퍜躍먬뵦阿뗥쨼�꾤뇨凉뺞씉���귡�싧만竊�`git rm` �믥퍦�닸뼭�띈러孃꾡툖�귛릦葉��뤹퍜躍먬뵦�꾤뇨凉뺞씉���귝쐣�녔쎍鸚싦에��펽瑥룟뢿鰲� linkgit:git-sparse-checkout[1]��" #. type: Plain text #: en/git-rm.txt:85 @@ -51417,9 +51405,9 @@ msgstr "'M' = 岳�뵻瓦뉒쉪" #. type: Plain text #: en/git-status.txt:211 -#, priority:280 +#, fuzzy, priority:280 msgid "'T' = file type changed (regular file, symbolic link or submodule)" -msgstr "" +msgstr "'T' = �뉏뻑映삣엹藥꿩쎍�뱄펷躍멱쭊�뉏뻑�곭Е�룬벦�ζ닑耶먩Æ�쀯펹" #. type: Plain text #: en/git-status.txt:212 @@ -51441,9 +51429,9 @@ msgstr "'R' = �띶뫝��" #. type: Plain text #: en/git-status.txt:215 -#, priority:280 +#, fuzzy, priority:280 msgid "'C' = copied (if config option status.renames is set to \"copies\")" -msgstr "" +msgstr "'C' = 藥꿨쨳�띰펷倻귝옖�띸쉰�됮」 status.renames 溫양쉰訝뷜�쒎돬�р�앾펹" #. type: Plain text #: en/git-status.txt:216 @@ -51669,9 +51657,9 @@ msgstr "岳→겘" #. type: Plain text #: en/git-status.txt:322 -#, priority:280 +#, fuzzy, priority:280 msgid "If `--show-stash` is given, one line is printed showing the number of stash entries if non-zero:" -msgstr "" +msgstr "倻귝옖瀯쇿눣雅� `--show-stash`竊뚦닕�볟뜲訝�烏뚳펽倻귝옖�욇쎏竊뚦닕�양ㅊ耶섇궓�←쎅�꾣빊�륅폏" #. type: Plain text #: en/git-status.txt:324 @@ -63219,7 +63207,7 @@ msgstr "雅븀굳����꾢릫耶쀯펽�뢬inkgit:git-describe[1]竊쏁㈉耶쀧Е訝꿱〃鹽� #: en/pretty-formats.txt:225 #, priority:260 msgid "'tags[=<bool-value>]': Instead of only considering annotated tags, consider lightweight tags as well." -msgstr "" +msgstr "'tags[=<bool-value>]'竊싦툖餓낁�껇솑躍�낏�딁쉪�뉒�竊뚩퓲�껇솑饔삯뇧瀛㎪젃嶺얇��" #. type: Plain text #: en/pretty-formats.txt:229 @@ -66454,7 +66442,7 @@ msgstr "--no-commit-header" #: en/rev-list-options.txt:1072 #, priority:260 msgid "Suppress the header line containing \"commit\" and the object ID printed before the specified format. This has no effect on the built-in formats; only custom formats are affected." -msgstr "" +msgstr "�묈댍�끻맜�쒏룓雅ㅲ�앯쉪�뉔쥦烏뚦뭽�ⓩ뙁若싨졏凉뤶퉳�띷돀�곁쉪野배괌 ID�귟퓳野밧냵營�졏凉뤸깹�됧쉽�랃폑�ゆ쐣�ゅ츣阿됪졏凉뤶폏�쀥댆壤긷뱧��" #. type: Labeled list #: en/rev-list-options.txt:1073