Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in Git command #96

Merged
merged 6 commits into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions po/documentation.fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -36604,7 +36604,7 @@ msgstr "NOTES D'UTILISATION"
#: en/git-merge-tree.txt:205
#, priority:100
msgid "This command is intended as low-level plumbing, similar to linkgit:git-hash-object[1], linkgit:git-mktree[1], linkgit:git-commit-tree[1], linkgit:git-write-tree[1], linkgit:git-update-ref[1], and linkgit:git-mktag[1]. Thus, it can be used as a part of a series of steps such as:"
msgstr "Cette commande est destinée à la plomberie de bas niveau, semblable à linkgit:git-hash[1], linkgit:git-mktree[1], linkgit:git-commit-tree[1], linkgit:git-write-tree[1], linkgit:git-update-ref[1], et linkgit:git-mktag[1]. Ainsi, elle peut être utilisée comme partie d'une série d'étapes telles que :"
msgstr "Cette commande est destinée à la plomberie de bas niveau, semblable à linkgit:git-hash-object[1], linkgit:git-mktree[1], linkgit:git-commit-tree[1], linkgit:git-write-tree[1], linkgit:git-update-ref[1], et linkgit:git-mktag[1]. Ainsi, elle peut être utilisée comme partie d'une série d'étapes telles que :"

#. type: Plain text
#: en/git-merge-tree.txt:210
Expand Down Expand Up @@ -50229,7 +50229,7 @@ msgstr "Un sous-module est considéré à jour quand la HEAD est identique à ce
#: en/git-rm.txt:173
#, priority:280
msgid "If you only want to remove the local checkout of a submodule from your work tree without committing the removal, use linkgit:git-submodule[1] `deinit` instead. Also see linkgit:gitsubmodules[7] for details on submodule removal."
msgstr "Si vous voulez seulement supprimer une extraction locale d'un sous-module de votre arbre de travail sans valider la suppression, utilisez linkgit:git-submodules[1] `deinit` à la place. Voir aussi linkgit:gitsubmodules[7] pour des détails sur la suppression de sous-modules."
msgstr "Si vous voulez seulement supprimer une extraction locale d'un sous-module de votre arbre de travail sans valider la suppression, utilisez linkgit:git-submodule[1] `deinit` à la place. Voir aussi linkgit:gitsubmodules[7] pour des détails sur la suppression de sous-modules."

#. type: Labeled list
#: en/git-rm.txt:176
Expand Down
2 changes: 1 addition & 1 deletion po/documentation.is.po
Original file line number Diff line number Diff line change
Expand Up @@ -14881,7 +14881,7 @@ msgstr ""
"aðra Git skipun sem gerir það að verkum að tilvísanir í innlegg sem eru til hverfa) í \n"
"upprunahirslunni, geta sum viðföng týnt tilvísunum sínum (þau lafa). \n"
"Þessi viðföng er hægt að fjarlægja með venjulegum Git aðgerðum (svo sem `git commit`(git inlegg))\n"
"sem sjálfkrafa kallar á `git maintainance run --auto` (git viðhald sjálfkrafa). (Sjá linkgit:git-maintainance[1].)\n"
"sem sjálfkrafa kallar á `git maintenance run --auto` (git viðhald sjálfkrafa). (Sjá linkgit:git-maintenance[1].)\n"
"Ef þessi viðföng eru fjarlægð og hafa tilvísun í afrituðu hirslunni \n"
"þá skrumskælist afritaða hirslan.\n"

Expand Down
6 changes: 3 additions & 3 deletions po/documentation.pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -12661,7 +12661,7 @@ msgstr "Em vez de imprimir quais os caminhos foram excluídos, para cada caminho
#: en/git-check-ignore.txt:42
#, priority:80
msgid "For precedence rules within and between exclude sources, see linkgit:gitignore[5]."
msgstr "Para as regras da precedência dentro e entre as fontes eliminadas, consulte linkgit:gitignorar[5]."
msgstr "Para as regras da precedência dentro e entre as fontes eliminadas, consulte linkgit:gitignore[5]."

#. type: Plain text
#: en/git-check-ignore.txt:46
Expand Down Expand Up @@ -52766,7 +52766,7 @@ msgstr "'git show-index' [--object-format=<algoritmo-hash>]\n"
#: en/git-show-index.txt:22
#, priority:100
msgid "Read the `.idx` file for a Git packfile (created with linkgit:git-pack-objects[1] or linkgit:git-index-pack[1]) from the standard input, and dump its contents. The output consists of one object per line, with each line containing two or three space-separated columns:"
msgstr "Leia o arquivo `.idx` para um arquivo do pacote Git (criado com os objetos linkgit:git-pack[1] ou linkgit:git-index-pack[1]) da entrada padrão e despeje o seu conteúdo. A saída consiste em um objeto por linha, com cada linha contendo duas ou três colunas separadas por espaço:"
msgstr "Leia o arquivo `.idx` para um arquivo do pacote Git (criado com os objetos linkgit:git-pack-objects[1] ou linkgit:git-index-pack[1]) da entrada padrão e despeje o seu conteúdo. A saída consiste em um objeto por linha, com cada linha contendo duas ou três colunas separadas por espaço:"

#. type: Plain text
#: en/git-show-index.txt:25
Expand Down Expand Up @@ -61636,7 +61636,7 @@ msgstr "Este recurso visa acelerar as operações do git para os repositórios q
#: en/git-update-index.txt:542
#, priority:80
msgid "It enables git to work together with a file system monitor (see linkgit:git-fsmonitor{litdd}daemon[1] and the \"fsmonitor-watchman\" section of linkgit:githooks[5]) that can inform it as to what files have been modified. This enables git to avoid having to lstat() every file to find modified files."
msgstr "Ele permite que o git trabalhe em conjunto com um monitor do sistema de arquivos (consulte linkgit:git-fsmonitor--{litdd}daemon[1] e a seção \"fsmonitor-watchman\" do linkgit:githooks[5]) que pode informá-lo sobre quais os arquivos foram alterados. Isso permite que o git evite ter que fazer um 'lstat()' em todo arquivo para localizar quais os arquivos que foram alterados."
msgstr "Ele permite que o git trabalhe em conjunto com um monitor do sistema de arquivos (consulte linkgit:git-fsmonitor{litdd}daemon[1] e a seção \"fsmonitor-watchman\" do linkgit:githooks[5]) que pode informá-lo sobre quais os arquivos foram alterados. Isso permite que o git evite ter que fazer um 'lstat()' em todo arquivo para localizar quais os arquivos que foram alterados."

#. type: Plain text
#: en/git-update-index.txt:546
Expand Down
Loading