git-gui / po / glossary / pt_br.poon commit Merge branch 'sg/setup-doc-update' (bdae4af)
   1# Translation of git-gui to Brazilian Portuguese
   2# Copyright (C) 2007 Shawn Pearce, et al.
   3# This file is distributed under the same license as the git-gui package.
   4#
   5# Alexandre Erwin Ittner <alexandre@ittner.com.br>, 2010.
   6msgid ""
   7msgstr ""
   8"Project-Id-Version: git-gui\n"
   9"Report-Msgid-Bugs-To: \n"
  10"POT-Creation-Date: 2010-01-26 15:47-0800\n"
  11"PO-Revision-Date: 2010-09-18 11:09-0300\n"
  12"Last-Translator: Alexandre Erwin Ittner <alexandre@ittner.com.br>\n"
  13"Language-Team: Brazilian Portuguese <>\n"
  14"MIME-Version: 1.0\n"
  15"Content-Type: text/plain; charset=UTF-8\n"
  16"Content-Transfer-Encoding: 8bit\n"
  17
  18#. "English Definition (Dear translator: This file will never be visible to the user! It should only serve as a tool for you, the translator. Nothing more.)"
  19msgid ""
  20"English Term (Dear translator: This file will never be visible to the user!)"
  21msgstr ""
  22
  23#. ""
  24msgid "amend"
  25msgstr "corrigir"
  26
  27#. ""
  28msgid "annotate"
  29msgstr "anotar"
  30
  31#. "A 'branch' is an active line of development."
  32msgid "branch [noun]"
  33msgstr "ramo"
  34
  35#. ""
  36msgid "branch [verb]"
  37msgstr "ramificar"
  38
  39#. ""
  40msgid "checkout [noun]"
  41msgstr "checkout"
  42
  43#. "The action of updating the working tree to a revision which was stored in the object database."
  44msgid "checkout [verb]"
  45msgstr "efetuar checkout"
  46
  47#. ""
  48msgid "clone [verb]"
  49msgstr "clonar"
  50
  51#. "A single point in the git history."
  52msgid "commit [noun]"
  53msgstr "revisão"
  54
  55#. "The action of storing a new snapshot of the project's state in the git history."
  56msgid "commit [verb]"
  57msgstr "salvar revisão"
  58
  59#. ""
  60msgid "diff [noun]"
  61msgstr "diff"
  62
  63#. ""
  64msgid "diff [verb]"
  65msgstr "comparar"
  66
  67#. "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
  68msgid "fast forward merge"
  69msgstr "mesclagem rápida"
  70
  71#. "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
  72msgid "fetch"
  73msgstr "receber"
  74
  75#. "One context of consecutive lines in a whole patch, which consists of many such hunks"
  76msgid "hunk"
  77msgstr "trecho"
  78
  79#. "A collection of files. The index is a stored version of your working tree."
  80msgid "index (in git-gui: staging area)"
  81msgstr "índice"
  82
  83#. "A successful merge results in the creation of a new commit representing the result of the merge."
  84msgid "merge [noun]"
  85msgstr "mesclagem"
  86
  87#. "To bring the contents of another branch into the current branch."
  88msgid "merge [verb]"
  89msgstr "mesclar"
  90
  91#. ""
  92msgid "message"
  93msgstr "descrição da revisão"
  94
  95#. "Deletes all stale tracking branches under <name>. These stale branches have already been removed from the remote repository referenced by <name>, but are still locally available in 'remotes/<name>'."
  96msgid "prune"
  97msgstr "limpar"
  98
  99#. "Pulling a branch means to fetch it and merge it."
 100msgid "pull"
 101msgstr "receber e mesclar"
 102
 103#. "Pushing a branch means to get the branch's head ref from a remote repository, and ... (well, can someone please explain it for mere mortals?)"
 104msgid "push"
 105msgstr "enviar"
 106
 107#. ""
 108msgid "redo"
 109msgstr "refazer"
 110
 111#. "An other repository ('remote'). One might have a set of remotes whose branches one tracks."
 112msgid "remote"
 113msgstr "repositório remoto"
 114
 115#. "A collection of refs (?) together with an object database containing all objects which are reachable from the refs... (oops, you've lost me here. Again, please an explanation for mere mortals?)"
 116msgid "repository"
 117msgstr "repositório"
 118
 119#. ""
 120msgid "reset"
 121msgstr "descartar, redefinir"
 122
 123#. ""
 124msgid "revert"
 125msgstr "reverter"
 126
 127#. "A particular state of files and directories which was stored in the object database."
 128msgid "revision"
 129msgstr "revisão"
 130
 131#. ""
 132msgid "sign off"
 133msgstr "assinar embaixo"
 134
 135#. ""
 136msgid "staging area"
 137msgstr "???"
 138
 139#. ""
 140msgid "status"
 141msgstr "status"
 142
 143#. "A ref pointing to a tag or commit object"
 144msgid "tag [noun]"
 145msgstr "etiqueta"
 146
 147#. ""
 148msgid "tag [verb]"
 149msgstr "marcar etiqueta"
 150
 151#. "A regular git branch that is used to follow changes from another repository."
 152msgid "tracking branch"
 153msgstr "ramo de rastreamento"
 154
 155#. ""
 156msgid "undo"
 157msgstr "desfazer"
 158
 159#. ""
 160msgid "update"
 161msgstr "atualizar"
 162
 163#. ""
 164msgid "verify"
 165msgstr "verificar"
 166
 167#. "The tree of actual checked out files."
 168msgid "working copy, working tree"
 169msgstr "cópia de trabalho, árvore de trabalho"