[gitg] Update Portuguese translation



commit 712d64af108e9fdc287e7a0356d66f4af2c414a8
Author: Hugo Carvalho <hugokarvalho hotmail com>
Date:   Tue Feb 1 16:39:21 2022 +0000

    Update Portuguese translation

 po/pt.po | 267 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 180 insertions(+), 87 deletions(-)
---
diff --git a/po/pt.po b/po/pt.po
index db9ece32..761bdb83 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -4,13 +4,14 @@
 # Tiago Santos <tiagofsantos81 sapo pt>, 2014 - 2016.
 # Pedro Albuquerque <palbuquerque73 gmail com>, 2014, 2015.
 # Sérgio Cardeira <cardeira sergio gmail com>, 2016.
-# Hugo Carvalho <hugokarvalho hotmail com>, 2021.
+# Hugo Carvalho <hugokarvalho hotmail com>, 2021, 2022.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: gitg gnome-3-12\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gitg/issues\n";
-"POT-Creation-Date: 2021-12-27 10:17+0000\n"
-"PO-Revision-Date: 2021-12-27 22:52+0000\n"
+"POT-Creation-Date: 2022-01-29 13:15+0000\n"
+"PO-Revision-Date: 2022-02-01 16:38+0000\n"
 "Last-Translator: Hugo Carvalho <hugokarvalho hotmail com>\n"
 "Language-Team: Portuguese <kde-i18n-doc kde org>\n"
 "Language: pt\n"
@@ -627,12 +628,14 @@ msgstr ""
 #: gitg/commit/gitg-commit.vala:1593
 #: gitg/gitg-commit-action-create-patch.vala:154 gitg/gitg-dash-view.vala:453
 #: gitg/gitg-window.vala:205 gitg/gitg-window.vala:703
+#: gitg/resources/ui/gitg-add-remote-action-dialog.ui:18
 #: gitg/resources/ui/gitg-author-details-dialog.ui:20
 #: gitg/resources/ui/gitg-checkout-remote-branch-dialog.ui:18
 #: gitg/resources/ui/gitg-clone-dialog.ui:18
 #: gitg/resources/ui/gitg-commit-dialog.ui:20
 #: gitg/resources/ui/gitg-create-branch-dialog.ui:18
 #: gitg/resources/ui/gitg-create-tag-dialog.ui:20
+#: gitg/resources/ui/gitg-edit-remote-dialog.ui:18
 #: gitg/resources/ui/gitg-remote-notification.ui:30
 #: gitg/resources/ui/gitg-simple-notification.ui:61
 #: gitg/resources/ui/gitg-window.ui:154
@@ -740,8 +743,8 @@ msgstr ""
 
 #: gitg/gitg-action-support.vala:133
 #: gitg/gitg-commit-action-cherry-pick.vala:163
-#: gitg/gitg-ref-action-delete.vala:88 gitg/gitg-ref-action-push.vala:138
-#: gitg/gitg-ref-action-merge.vala:194
+#: gitg/gitg-ref-action-delete.vala:88 gitg/gitg-ref-action-merge.vala:194
+#: gitg/gitg-ref-action-push.vala:138 gitg/gitg-remove-remote-action.vala:66
 msgid "Cancel"
 msgstr "Cancelar"
 
@@ -777,6 +780,44 @@ msgstr "Falha ao criar o commit: %s"
 msgid "Failed to checkout index: %s"
 msgstr "Falha no checkout do índice: %s"
 
+#: gitg/gitg-add-remote-action.vala:46
+msgid "Add Remote"
+msgstr "Adicionar Remoto"
+
+#: gitg/gitg-add-remote-action.vala:51
+msgid "Adds remote to the remotes list"
+msgstr "Adiciona remoto à lista de remotos"
+
+#: gitg/gitg-add-remote-action.vala:59 gitg/gitg-ref-action-fetch.vala:107
+#, c-format
+msgid "Fetching from %s"
+msgstr "A obter de %s"
+
+#. Translators: new refers to a new remote reference having been fetched,
+#: gitg/gitg-add-remote-action.vala:65 gitg/gitg-ref-action-fetch.vala:115
+msgid "new"
+msgstr "novo"
+
+#: gitg/gitg-add-remote-action.vala:75 gitg/gitg-ref-action-fetch.vala:130
+#, c-format
+msgid "Failed to fetch from %s: %s"
+msgstr "Falha ao obter de %s: %s"
+
+#: gitg/gitg-add-remote-action.vala:78
+msgid "Failed to fetch added remote"
+msgstr "Falha ao buscar o remoto adicionado"
+
+#. Translators: the first %s is the remote url to fetch from,
+#. * the second is a list of references that got updated.
+#: gitg/gitg-add-remote-action.vala:90 gitg/gitg-ref-action-fetch.vala:149
+#, c-format
+msgid "Fetched from %s: %s"
+msgstr "Obtido de %s: %s"
+
+#: gitg/gitg-add-remote-action.vala:129
+msgid "Failed to add remote"
+msgstr "Falha ao adicionar o remoto"
+
 #: gitg/gitg-application.vala:38
 msgid "Show the application’s version"
 msgstr "Mostra a versão da aplicação"
@@ -1042,6 +1083,18 @@ msgstr "Falha ao criar o repositório"
 msgid "Scanning for repositories in %s"
 msgstr "A pesquisar repositórios em %s"
 
+#: gitg/gitg-edit-remote-action.vala:51
+msgid "Edit remote"
+msgstr "Editar remoto"
+
+#: gitg/gitg-edit-remote-action.vala:56
+msgid "Edits the remote from the remotes list"
+msgstr "Edita o remoto da lista de remotos"
+
+#: gitg/gitg-edit-remote-action.vala:82
+msgid "Failed to edit remote"
+msgstr "Falha ao editar remoto"
+
 #: gitg/gitg-ref-action-checkout.vala:53
 msgid "Checkout the selected reference"
 msgstr "Checkout da referência selecionada"
@@ -1078,6 +1131,24 @@ msgstr "Copiar nome"
 msgid "Copy the name of the reference to the clipboard"
 msgstr "Copiar o nome da referência para a área de transferência"
 
+#: gitg/gitg-ref-action-create-branch.vala:46
+msgid "Create a new branch at the selected reference"
+msgstr "Criar um novo ramo na referência selecionada"
+
+#: gitg/gitg-ref-action-create-branch.vala:58
+#: gitg/gitg-ref-action-create-patch.vala:58
+#: gitg/gitg-ref-action-create-tag.vala:58
+msgid "Failed to lookup reference"
+msgstr "Falha ao procurar referência"
+
+#: gitg/gitg-ref-action-create-patch.vala:46
+msgid "Create a patch from the selected reference"
+msgstr "Criar um patch a partir da referência selecionada"
+
+#: gitg/gitg-ref-action-create-tag.vala:46
+msgid "Create a new tag at the selected reference"
+msgstr "Criar uma nova etiqueta na referência selecionada"
+
 #: gitg/gitg-ref-action-delete.vala:48 gitg/gitg-ref-action-delete.vala:89
 msgid "Delete"
 msgstr "Eliminar"
@@ -1140,89 +1211,27 @@ msgstr "Falha ao eliminar o ramo %s"
 msgid "The branch %s could not be deleted: %s"
 msgstr "O ramo %s não pôde ser eliminado: %s"
 
-#: gitg/gitg-ref-action-fetch.vala:74
+#: gitg/gitg-ref-action-fetch.vala:83
 #, c-format
 msgid "Fetch from %s"
 msgstr "Obter de %s"
 
-#: gitg/gitg-ref-action-fetch.vala:85
+#: gitg/gitg-ref-action-fetch.vala:94
 #, c-format
 msgid "Fetch remote objects from %s"
 msgstr "Obter objetos remotos de %s"
 
-#: gitg/gitg-ref-action-fetch.vala:98
-#, c-format
-msgid "Fetching from %s"
-msgstr "A obter de %s"
-
-#. Translators: new refers to a new remote reference having been fetched,
-#: gitg/gitg-ref-action-fetch.vala:106
-msgid "new"
-msgstr "novo"
-
 #. Translators: updated refers to a remote reference having been updated,
-#: gitg/gitg-ref-action-fetch.vala:111
+#: gitg/gitg-ref-action-fetch.vala:120
 msgid "updated"
 msgstr "atualizado"
 
-#: gitg/gitg-ref-action-fetch.vala:121
-#, c-format
-msgid "Failed to fetch from %s: %s"
-msgstr "Falha ao obter de %s: %s"
-
 #. Translators: the %s will get replaced with the remote url,
-#: gitg/gitg-ref-action-fetch.vala:134
+#: gitg/gitg-ref-action-fetch.vala:143
 #, c-format
 msgid "Fetched from %s: everything is up to date"
 msgstr "Obtido de %s: está tudo atualizado"
 
-#. Translators: the first %s is the remote url to fetch from,
-#. * the second is a list of references that got updated.
-#: gitg/gitg-ref-action-fetch.vala:140
-#, c-format
-msgid "Fetched from %s: %s"
-msgstr "Obtido de %s: %s"
-
-#: gitg/gitg-ref-action-push.vala:80
-#, c-format
-msgid "Push to %s"
-msgstr "Push para %s"
-
-#: gitg/gitg-ref-action-push.vala:91
-#, c-format
-msgid "Push branch to %s"
-msgstr "Push branch para %s"
-
-#: gitg/gitg-ref-action-push.vala:107
-#, c-format
-msgid "Pushing to %s"
-msgstr "A realizar push para %s"
-
-#: gitg/gitg-ref-action-push.vala:116
-#, c-format
-msgid "Failed to push to %s: %s"
-msgstr "Falha no push para %s: %s"
-
-#. Translators: the %s will get replaced with the remote url,
-#: gitg/gitg-ref-action-push.vala:123
-#, c-format
-msgid "Pushed to %s"
-msgstr "Realizado o push para %s"
-
-#: gitg/gitg-ref-action-push.vala:134
-#, c-format
-msgid "Push branch %s"
-msgstr "Push do ramo %s"
-
-#: gitg/gitg-ref-action-push.vala:135
-#, c-format
-msgid "Are you sure that you want to push the branch %s?"
-msgstr "Tem a certeza de que deseja realizar push do ramo %s?"
-
-#: gitg/gitg-ref-action-push.vala:139
-msgid "Push"
-msgstr "Push"
-
 #: gitg/gitg-ref-action-merge.vala:63
 #, c-format
 msgid "Merge into %s"
@@ -1295,10 +1304,50 @@ msgid "Merge %s into branch %s"
 msgstr "Unir %s com o ramo %s"
 
 #: gitg/gitg-ref-action-merge.vala:482
-#: gitg/history/gitg-history-refs-list.vala:1181
+#: gitg/history/gitg-history-refs-list.vala:1199
 msgid "Tags"
 msgstr "Etiquetas"
 
+#: gitg/gitg-ref-action-push.vala:80
+#, c-format
+msgid "Push to %s"
+msgstr "Push para %s"
+
+#: gitg/gitg-ref-action-push.vala:91
+#, c-format
+msgid "Push branch to %s"
+msgstr "Push branch para %s"
+
+#: gitg/gitg-ref-action-push.vala:107
+#, c-format
+msgid "Pushing to %s"
+msgstr "A realizar push para %s"
+
+#: gitg/gitg-ref-action-push.vala:116
+#, c-format
+msgid "Failed to push to %s: %s"
+msgstr "Falha no push para %s: %s"
+
+#. Translators: the %s will get replaced with the remote url,
+#: gitg/gitg-ref-action-push.vala:123
+#, c-format
+msgid "Pushed to %s"
+msgstr "Realizado o push para %s"
+
+#: gitg/gitg-ref-action-push.vala:134
+#, c-format
+msgid "Push branch %s"
+msgstr "Push do ramo %s"
+
+#: gitg/gitg-ref-action-push.vala:135
+#, c-format
+msgid "Are you sure that you want to push the branch %s?"
+msgstr "Tem a certeza de que deseja realizar push do ramo %s?"
+
+#: gitg/gitg-ref-action-push.vala:139
+msgid "Push"
+msgstr "Push"
+
 #: gitg/gitg-ref-action-rename.vala:48
 msgid "Rename"
 msgstr "Renomear"
@@ -1324,11 +1373,39 @@ msgstr "Falha ao rwnomear"
 msgid "Close"
 msgstr "Fechar"
 
+#: gitg/gitg-remove-remote-action.vala:50
+msgid "Remove remote"
+msgstr "Remover remoto"
+
+#: gitg/gitg-remove-remote-action.vala:55
+msgid "Removes remote from the remotes list"
+msgstr "Remove o remoto da lista de remotos"
+
+#: gitg/gitg-remove-remote-action.vala:62
+#, c-format
+msgid "Delete remote %s"
+msgstr "Eliminar remoto %s"
+
+#: gitg/gitg-remove-remote-action.vala:63
+#, c-format
+msgid "Are you sure that you want to remove the remote %s?"
+msgstr "Tem a certeza de que deseja remover o remoto %s?"
+
+#: gitg/gitg-remove-remote-action.vala:67
+msgid "Remove"
+msgstr "Remover"
+
+#: gitg/gitg-remove-remote-action.vala:91
+msgid "Failed to remove remote"
+msgstr "Falha ao remover remoto"
+
 #: gitg/gitg-window.vala:202
 msgid "Add Repository"
 msgstr "Adicionar repositório"
 
-#: gitg/gitg-window.vala:206 gitg/resources/ui/gitg-window.ui:64
+#: gitg/gitg-window.vala:206
+#: gitg/resources/ui/gitg-add-remote-action-dialog.ui:34
+#: gitg/resources/ui/gitg-window.ui:64
 msgid "_Add"
 msgstr "_Adicionar"
 
@@ -1432,11 +1509,11 @@ msgstr "%zu atrás"
 msgid "All commits"
 msgstr "Todas as submissões"
 
-#: gitg/history/gitg-history-refs-list.vala:1179
+#: gitg/history/gitg-history-refs-list.vala:1197
 msgid "Branches"
 msgstr "Ramos"
 
-#: gitg/history/gitg-history-refs-list.vala:1180
+#: gitg/history/gitg-history-refs-list.vala:1198
 msgid "Remotes"
 msgstr "Remotas"
 
@@ -1450,7 +1527,7 @@ msgstr "Histórico"
 msgid "Examine the history of the repository"
 msgstr "Examinar o histórico do repositório"
 
-#: gitg/history/gitg-history.vala:942
+#: gitg/history/gitg-history.vala:949
 msgid "Mainline"
 msgstr "Linha principal"
 
@@ -1468,7 +1545,23 @@ msgstr "_Usar tamanho da fonte fixada pelo sistema (%s)"
 msgid "Interface"
 msgstr "Interface"
 
+#: gitg/resources/ui/gitg-add-remote-action-dialog.ui:7
+msgid "Create Remote"
+msgstr "Criar Remoto"
+
+#: gitg/resources/ui/gitg-add-remote-action-dialog.ui:69
+#: gitg/resources/ui/gitg-edit-remote-dialog.ui:69
+msgid "Remote _name:"
+msgstr "_Nome do Remoto:"
+
+#: gitg/resources/ui/gitg-add-remote-action-dialog.ui:99
+#: gitg/resources/ui/gitg-clone-dialog.ui:68
+#: gitg/resources/ui/gitg-edit-remote-dialog.ui:99
+msgid "Remote _URL:"
+msgstr "_URL remoto:"
+
 #: gitg/resources/ui/gitg-author-details-dialog.ui:35
+#: gitg/resources/ui/gitg-edit-remote-dialog.ui:34
 msgid "_Save"
 msgstr "_Gravar"
 
@@ -1513,10 +1606,6 @@ msgstr "Clonar repositório"
 msgid "Cl_one"
 msgstr "Cl_onar"
 
-#: gitg/resources/ui/gitg-clone-dialog.ui:68
-msgid "Remote _URL:"
-msgstr "_URL remoto:"
-
 #: gitg/resources/ui/gitg-clone-dialog.ui:99
 msgid "_Local Folder:"
 msgstr "Pasta _local:"
@@ -1623,6 +1712,10 @@ msgstr ""
 "Ainda não foram adicionados repositórios. Para começar, pode adicionar um "
 "repositório existente ou clonar um novo."
 
+#: gitg/resources/ui/gitg-edit-remote-dialog.ui:7
+msgid "Edit Remote"
+msgstr "Editar Remoto"
+
 #: gitg/resources/ui/gitg-menus.ui:7
 msgid "_Reload"
 msgstr "_Recarregar"
@@ -2062,31 +2155,31 @@ msgstr "Expandir tudo"
 msgid "Committed by %s"
 msgstr "Submetido por %s"
 
-#: libgitg/gitg-diff-view-file.vala:145
+#: libgitg/gitg-diff-view-file.vala:150
 msgid "Unif"
 msgstr "Unif"
 
-#: libgitg/gitg-diff-view-file.vala:149
+#: libgitg/gitg-diff-view-file.vala:154
 msgid "Split"
 msgstr "Dividir"
 
-#: libgitg/gitg-diff-view-file.vala:156
+#: libgitg/gitg-diff-view-file.vala:161
 msgid "Binary"
 msgstr "Binário"
 
-#: libgitg/gitg-diff-view-file.vala:163
+#: libgitg/gitg-diff-view-file.vala:168
 msgid "Image"
 msgstr "Imagem"
 
-#: libgitg/gitg-diff-view-file.vala:208
+#: libgitg/gitg-diff-view-file.vala:213
 msgid "_Open file"
 msgstr "_Abrir ficheiro"
 
-#: libgitg/gitg-diff-view-file.vala:241
+#: libgitg/gitg-diff-view-file.vala:246
 msgid "Open containing _folder"
 msgstr "Abrir pasta contendo"
 
-#: libgitg/gitg-diff-view-file.vala:261
+#: libgitg/gitg-diff-view-file.vala:266
 msgid "_Copy file path"
 msgstr "_Copiar caminho do ficheiro"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]