-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'weblate/master'
- Loading branch information
Showing
5 changed files
with
69 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
msgid "" | ||
msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: [email protected]\nPOT-Creation-Date: 2024-09-29 21:35+0200\nPO-Revision-Date: 2024-10-03 20:16+0000\nLast-Translator: Jean-Noël Avila <[email protected]>\nLanguage-Team: LANGUAGE <[email protected]>\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.8-dev\n" | ||
msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: [email protected]\nPOT-Creation-Date: 2024-09-29 21:35+0200\nPO-Revision-Date: 2024-12-01 17:00+0000\nLast-Translator: Jean-Noël Avila <[email protected]>\nLanguage-Team: LANGUAGE <[email protected]>\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.9-dev\n" | ||
|
||
#. type: Labeled list | ||
#: en/blame-options.txt:1 en/diff-options.txt:781 en/git-instaweb.txt:45 en/git-ls-remote.txt:24 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:180 en/git-status.txt:31 | ||
|
@@ -17681,19 +17681,19 @@ msgstr "Créer un nouveau commit qui « répare » `<commit>` quand il est app | |
#: en/git-commit.txt:108 | ||
#, placeholders:'`--fixup=':'--autosquash`':'`-m`':'--autosquash`', priority:280 | ||
msgid "The commit created by plain `--fixup=<commit>` has a subject composed of \"fixup!\" followed by the subject line from <commit>, and is recognized specially by `git rebase --autosquash`. The `-m` option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the \"fixup!\" commit is squashed into `<commit>` by `git rebase --autosquash`." | ||
msgstr "Le commit créé par le simple `--fixup=<commit>` a un sujet composé de \"fixup !\" suivi de la ligne de sujet de <commit>, et est reconnu spécialement par `git rebase --autosquash`. L'option `-m` peut être utilisée pour compléter le message du journal du commit créé, mais le commentaire supplémentaire sera jeté une fois que le commit \"fixup !\" sera écrasé dans `<commit>` par `git rebase --autosquash`." | ||
msgstr "Le commit créé par le simple `--fixup=<commit>` a un sujet composé de \"fixup!\" suivi de la ligne de sujet de <commit>, et est reconnu spécialement par `git rebase --autosquash`. L'option `-m` peut être utilisée pour compléter le message du journal du commit créé, mais le commentaire supplémentaire sera jeté une fois que le commit \"fixup !\" sera écrasé dans `<commit>` par `git rebase --autosquash`." | ||
|
||
#. type: Plain text | ||
#: en/git-commit.txt:118 | ||
#, placeholders:'`--fixup=amend':'--autosquash`':'`--allow-empty-message`', priority:280 | ||
msgid "The commit created by `--fixup=amend:<commit>` is similar but its subject is instead prefixed with \"amend!\". The log message of <commit> is copied into the log message of the \"amend!\" commit and opened in an editor so it can be refined. When `git rebase --autosquash` squashes the \"amend!\" commit into `<commit>`, the log message of `<commit>` is replaced by the refined log message from the \"amend!\" commit. It is an error for the \"amend!\" commit's log message to be empty unless `--allow-empty-message` is specified." | ||
msgstr "Le commit créé par `--fixup=amend:<commit>` est similaire mais son sujet est à la place préfixé par \"amend !\". Le message de validation de <commit> est copié dans le message de validation du commit \"amend !\" et ouvert dans un éditeur afin qu'il puisse être affiné. Lorsque `git rebase --autosquash` écrase le commit \"amend !\" dans `<commit>`, le message de validation de `<commit>` est remplacé par le message de validation raffiné du commit \"amend !\". C'est une erreur si le message du journal du commit \"amend !\" est vide, à moins que `--allow-empty-message` soit spécifié." | ||
msgstr "Le commit créé par `--fixup=amend:<commit>` est similaire mais son sujet est à la place préfixé par \"amend!\". Le message de validation de <commit> est copié dans le message de validation du commit \"amend!\" et ouvert dans un éditeur afin qu'il puisse être affiné. Lorsque `git rebase --autosquash` écrase le commit \"amend!\" dans `<commit>`, le message de validation de `<commit>` est remplacé par le message de validation raffiné du commit \"amend!\". C'est une erreur si le message du journal du commit \"amend!\" est vide, à moins que `--allow-empty-message` soit spécifié." | ||
|
||
#. type: Plain text | ||
#: en/git-commit.txt:124 | ||
#, placeholders:'`--fixup=reword':'`--fixup=amend':'--only`':'--autosquash`', priority:280 | ||
msgid "`--fixup=reword:<commit>` is shorthand for `--fixup=amend:<commit> --only`. It creates an \"amend!\" commit with only a log message (ignoring any changes staged in the index). When squashed by `git rebase --autosquash`, it replaces the log message of `<commit>` without making any other changes." | ||
msgstr "`--fixup=reword:<commit>` est un raccourci pour `--fixup=amend:<commit> --only`. Il crée un commit \"amend !\" qui touche seulement au message de validation (en ignorant les changements mis en place dans l'index). Lorsqu'il est écrasé par `git rebase --autosquash`, il remplace le message du validation de `<commit>` sans faire d'autres changements." | ||
msgstr "`--fixup=reword:<commit>` est un raccourci pour `--fixup=amend:<commit> --only`. Il crée un commit \"amend!\" qui touche seulement au message de validation (en ignorant les changements mis en place dans l'index). Lorsqu'il est écrasé par `git rebase --autosquash`, il remplace le message du validation de `<commit>` sans faire d'autres changements." | ||
|
||
#. type: Plain text | ||
#: en/git-commit.txt:128 | ||
|
@@ -49795,25 +49795,25 @@ msgstr "Lancer la commande 'git rerere' immédiatement après une autofusion con | |
#: en/git-rerere.txt:177 | ||
#, priority:100 | ||
msgid "Next time, after seeing the same conflicted automerge, running 'git rerere' will perform a three-way merge between the earlier conflicted automerge, the earlier manual resolution, and the current conflicted automerge. If this three-way merge resolves cleanly, the result is written out to your working tree file, so you do not have to manually resolve it. Note that 'git rerere' leaves the index file alone, so you still need to do the final sanity checks with `git diff` (or `git diff -c`) and 'git add' when you are satisfied." | ||
msgstr "" | ||
msgstr "La prochaine fois, après avoir vu la même autofusion conflictuelle, lancer `git rerere` effectuera une fusion de trois points entre l'autofusion antérieure en conflit, la résolution manuelle antérieure et l'autofusion en conflit actuelle. Si cette fusion à trois points se résout proprement, le résultat est écrit à votre fichier d'arbre de travail, de sorte que vous n'avez pas à le résoudre manuellement. Notez que 'git rerere' laisse le fichier index seul, donc vous devez toujours faire les vérifications de sanity finales avec `git diff` (ou `git diff -c`) et `git add` lorsque vous êtes satisfait." | ||
|
||
#. type: Plain text | ||
#: en/git-rerere.txt:185 | ||
#, placeholders:'rerere.enabled', priority:100 | ||
msgid "As a convenience measure, 'git merge' automatically invokes 'git rerere' upon exiting with a failed automerge and 'git rerere' records the hand resolve when it is a new conflict, or reuses the earlier hand resolve when it is not. 'git commit' also invokes 'git rerere' when committing a merge result. What this means is that you do not have to do anything special yourself (besides enabling the rerere.enabled config variable)." | ||
msgstr "" | ||
msgstr "Comme mesure de commodité, 'git merge' invoque automatiquement 'git rerere' à la sortie d'une autofusion ratée et 'git rerere' enregistre la résolution manuelle lorsqu'il s'agit d'un nouveau conflit, ou réutilise la résolution manuelle antérieure sinon. 'git commit' invoque également 'git rerere' lors de la validation d'un résultat de fusion. Ce que cela signifie, c'est que vous n'avez rien de spécial à faire vous-même (à moins d'avoir désactivé la variable de configuration `rerere.enabled`)." | ||
|
||
#. type: Plain text | ||
#: en/git-rerere.txt:190 | ||
#, priority:100 | ||
msgid "In our example, when you do the test merge, the manual resolution is recorded, and it will be reused when you do the actual merge later with the updated master and topic branch, as long as the recorded resolution is still applicable." | ||
msgstr "" | ||
msgstr "Dans notre exemple, lorsque vous faites la fusion de test, la résolution manuelle est enregistrée, et elle sera réutilisée lorsque vous faites la fusion réelle plus tard avec les branches master et topic mises à jour, tant que la résolution enregistrée est toujours applicable." | ||
|
||
#. type: Plain text | ||
#: en/git-rerere.txt:194 | ||
#, priority:100 | ||
msgid "The information 'git rerere' records is also used when running 'git rebase'. After blowing away the test merge and continuing development on the topic branch:" | ||
msgstr "" | ||
msgstr "Les enregistrement d'information `git rerere` sont également utilisées lors de l'exécution de `git rebase`. Après avoir fait exploser la fusion de test et continué le développement sur la branche thématique :" | ||
|
||
#. type: delimited block - | ||
#: en/git-rerere.txt:199 | ||
|
@@ -49822,13 +49822,13 @@ msgid "" | |
" o---*---o-------o---o topic\n" | ||
" /\n" | ||
" o---o---o---*---o---o---o---o master\n" | ||
msgstr "" | ||
msgstr " o---*---o-------o---o sujet\n /\n o---o---o---*---o---o---o---o master\n" | ||
|
||
#. type: delimited block - | ||
#: en/git-rerere.txt:201 | ||
#, no-wrap, priority:100 | ||
msgid "\t$ git rebase master topic\n" | ||
msgstr "" | ||
msgstr "\t$ git rebase master sujet\n" | ||
|
||
#. type: delimited block - | ||
#: en/git-rerere.txt:205 | ||
|
@@ -49843,13 +49843,13 @@ msgstr "\t\t\t\t o---*---o-------o---o sujet\n\t\t\t\t /\n o---o---o---*---o | |
#: en/git-rerere.txt:213 | ||
#, priority:100 | ||
msgid "you could run `git rebase master topic`, to bring yourself up to date before your topic is ready to be sent upstream. This would result in falling back to a three-way merge, and it would conflict the same way as the test merge you resolved earlier. 'git rerere' will be run by 'git rebase' to help you resolve this conflict." | ||
msgstr "" | ||
msgstr "vous pouvez lancer `git rebase master topic`, pour vous mettre à jour avant que votre sujet soit prêt à être envoyé en amont. Cela entraînerait un retour à une fusion à trois points et cela serait incompatible avec la fusion que vous avez résolue plus tôt. 'git rerere' sera lancé par 'git rebase' pour vous aider à résoudre ce conflit." | ||
|
||
#. type: Plain text | ||
#: en/git-rerere.txt:219 | ||
#, placeholders:'linkgit:gitattributes[5]', priority:100 | ||
msgid "[NOTE] 'git rerere' relies on the conflict markers in the file to detect the conflict. If the file already contains lines that look the same as lines with conflict markers, 'git rerere' may fail to record a conflict resolution. To work around this, the `conflict-marker-size` setting in linkgit:gitattributes[5] can be used." | ||
msgstr "" | ||
msgstr "[NOTE] 'git rerere' s'appuie sur les marqueurs de conflit dans le dossier pour détecter le conflit. Si le fichier contient déjà des lignes qui ressemblent aux lignes avec des marqueurs de conflit, « git rerere» peut ne pas enregistrer une résolution de conflit. Pour contourner cette limitation, on peut utiliser le réglage de la taille de la marqueur de conflit `conflict-marker-size` dans linkgit:gitattributes[5]." | ||
|
||
#. type: Title = | ||
#: en/git-reset.txt:2 | ||
|
@@ -50989,7 +50989,7 @@ msgstr "git-revert(1)" | |
#: en/git-revert.txt:7 | ||
#, placeholders:'git-revert', priority:100 | ||
msgid "git-revert - Revert some existing commits" | ||
msgstr "" | ||
msgstr "git-revert - Inverse des commits existants" | ||
|
||
#. type: Plain text | ||
#: en/git-revert.txt:13 | ||
|
@@ -51023,7 +51023,7 @@ msgstr "Les commits à inverser. Pour une liste plus complète des façons d'ép | |
#: en/git-revert.txt:49 | ||
#, priority:100 | ||
msgid "With this option, 'git revert' will let you edit the commit message prior to committing the revert. This is the default if you run the command from a terminal." | ||
msgstr "" | ||
msgstr "Avec cette option, 'git revert' vous permettra d'éditer le message de validation avant de valider le commit inverse. C'est le comportement par défaut si vous exécutez la commande depuis un terminal." | ||
|
||
#. type: Labeled list | ||
#: en/git-revert.txt:50 | ||
|
@@ -59424,31 +59424,31 @@ msgid "" | |
"'git switch' [<options>] --detach [<start-point>]\n" | ||
"'git switch' [<options>] (-c|-C) <new-branch> [<start-point>]\n" | ||
"'git switch' [<options>] --orphan <new-branch>\n" | ||
msgstr "" | ||
msgstr "'git switch' [<options>] [--no-guess] <branche>\n'git switch' [<options>] --detach [<point-de-départ>]\n'git switch' [<options>] (-c|-C) <nouvelle-branche> [<point-de-départ>]\n'git switch' [<options>] --orphan <nouvelle-branche>\n" | ||
|
||
#. type: Plain text | ||
#: en/git-switch.txt:21 | ||
#, priority:100 | ||
msgid "Switch to a specified branch. The working tree and the index are updated to match the branch. All new commits will be added to the tip of this branch." | ||
msgstr "" | ||
msgstr "Passe à une branche spécifiée. L'arbre de travail et l'index sont mis à jour pour correspondre à la branche. Tous les nouveaux commits seront ajoutés au sommet de cette branche." | ||
|
||
#. type: Plain text | ||
#: en/git-switch.txt:26 | ||
#, placeholders:'`-c`':'`-C`':'`--guess`':'`--detach`', priority:100 | ||
msgid "Optionally a new branch could be created with either `-c`, `-C`, automatically from a remote branch of same name (see `--guess`), or detach the working tree from any branch with `--detach`, along with switching." | ||
msgstr "" | ||
msgstr "En option, une nouvelle branche peut être créée avec les options `-c`, `-C`, automatiquement à partir d'une branche distante du même nom (voir `--guess`), ou détacher l'arbre de travail de toute branche avec `--detach` en même temps que la commutation." | ||
|
||
#. type: Plain text | ||
#: en/git-switch.txt:31 | ||
#, placeholders:'`HEAD`':'`--discard-changes`':'`--merge`', priority:100 | ||
msgid "Switching branches does not require a clean index and working tree (i.e. no differences compared to `HEAD`). The operation is aborted however if the operation leads to loss of local changes, unless told otherwise with `--discard-changes` or `--merge`." | ||
msgstr "" | ||
msgstr "La commutation de branche ne nécessite pas d'index et d'arbre de travail propres(c.-à-d. aucune différence par rapport à `HEAD`). L'opération est interrompue cependant si l'opération entraîne une perte de modifications locales, sauf indication contraire via `--discard-changes` ou `--merge`." | ||
|
||
#. type: Plain text | ||
#: en/git-switch.txt:38 | ||
#, priority:100 | ||
msgid "Branch to switch to." | ||
msgstr "" | ||
msgstr "Branche sur laquelle commuter." | ||
|
||
#. type: Plain text | ||
#: en/git-switch.txt:48 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "Project-Id-Version: git-manpages-l 10n\nReport-Msgid-Bugs-To: [email protected]\nPOT-Creation-Date: 2024-09-29 21:35+0200\nPO-Revision-Date: 2024-10-05 11:23+0000\nLast-Translator: Takeshi Sato <[email protected]>\nLanguage-Team: Japanese\nLanguage: ja\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 5.8-dev\n" | ||
msgstr "Project-Id-Version: git-manpages-l 10n\nReport-Msgid-Bugs-To: [email protected]\nPOT-Creation-Date: 2024-09-29 21:35+0200\nPO-Revision-Date: 2024-11-09 02:40+0000\nLast-Translator: alpha3166 <[email protected]>\nLanguage-Team: Japanese\nLanguage: ja\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 5.8.2\n" | ||
|
||
#. type: Labeled list | ||
#: en/blame-options.txt:1 en/diff-options.txt:781 en/git-instaweb.txt:45 en/git-ls-remote.txt:24 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:180 en/git-status.txt:31 | ||
|
@@ -2445,7 +2445,7 @@ msgstr "linkgit:gitattributes[5]" | |
#: en/cmds-userinterfaces.txt:3 | ||
#, priority:100 | ||
msgid "Defining attributes per path." | ||
msgstr "" | ||
msgstr "パスごとに属性を定義する。" | ||
|
||
#. type: Labeled list | ||
#: en/cmds-userinterfaces.txt:4 | ||
|
@@ -44250,7 +44250,7 @@ msgstr "git-rebase(1)" | |
#: en/git-rebase.txt:7 | ||
#, placeholders:'git-rebase', priority:100 | ||
msgid "git-rebase - Reapply commits on top of another base tip" | ||
msgstr "" | ||
msgstr "git-rebase - コミットを、別のベースの先端から再適用する" | ||
|
||
#. type: Plain text | ||
#: en/git-rebase.txt:16 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,7 @@ | |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-09-29 21:35+0200\n" | ||
"PO-Revision-Date: 2024-06-22 23:42+0000\n" | ||
"Last-Translator: 이은 <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: ko\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 5.6-rc\n" | ||
msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: [email protected]\nPOT-Creation-Date: 2024-09-29 21:35+0200\nPO-Revision-Date: 2024-11-22 16:43+0000\nLast-Translator: Eunsoo Eun <[email protected]>\nLanguage-Team: LANGUAGE <[email protected]>\nLanguage: ko\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 5.9-dev\n" | ||
|
||
#. type: Labeled list | ||
#: en/blame-options.txt:1 en/diff-options.txt:781 en/git-instaweb.txt:45 en/git-ls-remote.txt:24 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:180 en/git-status.txt:31 | ||
|
@@ -64960,9 +64948,9 @@ msgstr "" | |
|
||
#. type: Plain text | ||
#: en/glossary-content.txt:567 | ||
#, placeholders:'HEAD`':'`HEAD`', priority:310 | ||
#, fuzzy, placeholders:'HEAD`':'`HEAD`', priority:310 | ||
msgid "The name ends with \"`_HEAD`\" or is equal to \"`HEAD`\"." | ||
msgstr "" | ||
msgstr "이름이 “_HEAD“로 끝나거나 “HEAD“와 동일합니다." | ||
|
||
#. type: Plain text | ||
#: en/glossary-content.txt:571 | ||
|
Oops, something went wrong.