From a9f2bc81d488f039d6604d427cc115306e38b9af Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle <rafaelff@gnome.org> Date: Mon, 24 Jun 2019 19:52:57 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 30.6% (2828 of 9249 strings) Translation: Git Manpages/Translations Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/pt_BR/ Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org> --- po/documentation.pt_BR.po | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/po/documentation.pt_BR.po b/po/documentation.pt_BR.po index fdf36f2..25ac8e0 100644 --- a/po/documentation.pt_BR.po +++ b/po/documentation.pt_BR.po @@ -2,18 +2,17 @@ # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # -#, fuzzy msgid "" msgstr "" -"PO-Revision-Date: 2019-06-16 22:08+0200\n" -"Last-Translator: Elizabete Dutra Valle <beteduvalle@gmail.com>\n" +"PO-Revision-Date: 2019-06-25 12:10+0000\n" +"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n" "Language-Team: none\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.7-dev\n" +"X-Generator: Weblate 3.7.1-dev\n" #. type: Labeled list #: en/blame-options.txt:1 en/diff-options.txt:646 en/git-instaweb.txt:45 @@ -3532,15 +3531,15 @@ msgid "" "\t\tinitialized = 1;\n" "\t\tfor_each_ref(get_name);\n" msgstr "" -".+ \tif (get_sha1 (arg, sha1) <0)\n" -".+\t\t uso (describe_usage);\n" -".+\t cmit = lookup_commit_reference (sha1);\n" -".+\t if (! cmit)\n" -".+\t\t uso (describe_usage);\n" -".+\n" -"\tif (! inicializado) {\n" +" +\tif (get_sha1(arg, sha1) < 0)\n" +" +\t\tusage(describe_usage);\n" +" +\tcmit = lookup_commit_reference(sha1);\n" +" +\tif (!cmit)\n" +" +\t\tusage(describe_usage);\n" +" +\n" +"\tif (!inicializado) {\n" "\t\tinicializado = 1;\n" -"\t\tfor_each_ref (get_name);\n" +"\t\tfor_each_ref(get_name);\n" #. type: Plain text #: en/diff-generate-patch.txt:117 @@ -16950,7 +16949,7 @@ msgstr "" #. type: Plain text #: en/git-cherry.txt:31 msgid "Show the commit subjects next to the SHA1s." -msgstr "Show the commit subjects next to the SHA1s." +msgstr "Mostra os assuntos de commits ao lado dos SHA1s." #. type: Labeled list #: en/git-cherry.txt:32 en/git-rebase.txt:220 -- GitLab