1 # Portuguese translations for git-gui glossary.
2 # Copyright (C) 2016 Shawn Pearce, et al.
3 # This file is distributed under the same license as the git package.
4 # Vasco Almeida <vascomalmeida@sapo.pt>, 2016.
7 "Project-Id-Version: git-gui glossary\n"
8 "POT-Creation-Date: 2016-05-06 10:22+0000\n"
9 "PO-Revision-Date: 2016-05-06 12:32+0000\n"
10 "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
11 "Language-Team: Portuguese\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 "X-Generator: Virtaal 0.7.1\n"
19 #. "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.)"
21 "English Term (Dear translator: This file will never be visible to the user!)"
23 "Outro SCM em português:\n"
24 "http://svn.code.sf.net/p/tortoisesvn/code/trunk/Languages/pt/TortoiseUI.po e "
26 "http://svn.code.sf.net/p/tortoisesvn/code/trunk/Languages/pt/TortoiseDoc.po\n"
27 " em html: https://tortoisesvn.net/docs/release/TortoiseSVN_pt/index.html\n"
29 "https://translations.launchpad.net/tortoisehg (medíocre)"
39 #. "A 'branch' is an active line of development."
48 msgid "checkout [noun]"
51 #. "The action of updating the working tree to a revision which was stored in the object database."
52 msgid "checkout [verb]"
59 #. "A single point in the git history."
63 #. "The action of storing a new snapshot of the project's state in the git history."
73 msgstr "mostrar diferenças"
75 #. "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."
76 msgid "fast forward merge"
77 msgstr "integração por avanço rápido"
79 #. "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."
83 #. "One context of consecutive lines in a whole patch, which consists of many such hunks"
87 #. "A collection of files. The index is a stored version of your working tree."
88 msgid "index (in git-gui: staging area)"
91 #. "A successful merge results in the creation of a new commit representing the result of the merge."
95 #. "To bring the contents of another branch into the current branch."
103 #. "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>'."
107 #. "Pulling a branch means to fetch it and merge it."
111 #. "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?)"
119 #. "An other repository ('remote'). One might have a set of remotes whose branches one tracks."
123 #. "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?)"
135 #. "A particular state of files and directories which was stored in the object database."
141 msgstr "assinar por baixo"
145 msgstr "área de estágio"
151 #. "A ref pointing to a tag or commit object"
159 #. "A regular git branch that is used to follow changes from another repository."
160 msgid "tracking branch"
161 msgstr "ramo de monitorização"
175 #. "The tree of actual checked out files."
176 msgid "working copy, working tree"
177 msgstr "cópia de trabalho, árvore de trabalho"
179 #. "a commit that succeeds the current one in git's graph of commits (not necessarily directly)"
183 #. "prematurely stop and abandon an operation"
187 #. "a repository with only .git directory, without working directory"
188 msgid "bare repository"
189 msgstr "repositório nu"
191 #. "a parent version of the current file"
195 #. "get the authors responsible for each line in a file"
199 #. "to select and apply a single commit without merging"
201 msgstr "efetuar cherry-pick (escolher-a-dedo?, selecionar?)"
203 #. "a commit that directly succeeds the current one in git's graph of commits"
207 #. "clean the state of the git repository, often after manually stopped operation"
211 #. "a message that gets attached with any commit"
212 msgid "commit message"
213 msgstr "mensagem de commit"
215 #. "a commit that precedes the current one in git's graph of commits (not necessarily directly)"
219 #. "checkout of a revision rather than a some head"
220 msgid "detached checkout"
221 msgstr "extração destacada"
223 #. "any merge strategy that works on a file by file basis"
224 msgid "file level merging"
225 msgstr "integração ao nível de ficheiros"
227 #. "the last revision in a branch"
231 #. "script that gets executed automatically on some event"
235 #. "the first checkout during a clone operation"
236 msgid "initial checkout"
237 msgstr "extração inicial"
239 #. "a branch that resides in the local git repository"
243 #. "a Git object that is not part of any pack"
245 msgstr "objeto solto"
247 #. "a branch called by convention 'master' that exists in a newly created git repository"
248 msgid "master branch"
251 #. "a remote called by convention 'origin' that the current git repository has been cloned from"
255 #. "a file containing many git objects packed together"
259 #. "a Git object part of some pack"
260 msgid "packed object"
261 msgstr "objeto compactado"
263 #. "a commit that directly precedes the current one in git's graph of commits"
267 #. "the log file containing all states of the HEAD reference (in other words past pristine states of the working copy)"
271 #. "decide which changes from alternative versions of a file should persist in Git"
272 msgid "resolve (a conflict)"
273 msgstr "resolver (um conflito)"
275 #. "abandon changes and go to pristine version"
276 msgid "revert changes"
277 msgstr "reverter alterações"
279 #. "expression that signifies a revision in git"
280 msgid "revision expression"
281 msgstr "expressão de revisão"
283 #. "add some content of files and directories to the staging area in preparation for a commit"
284 msgid "stage/unstage"
285 msgstr "preparar/retirar"
287 #. "temporarily save changes in a stack without committing"
291 #. "file whose content is tracked/not tracked by git"
292 msgid "tracked/untracked"
293 msgstr "controlado/não controlado"