aboutsummaryrefslogtreecommitdiff
path: root/po/LC_MESSAGES/src/locale/en.sh/pt.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-03 12:22:57 -0300
committerEuAndreh <eu@euandre.org>2021-10-03 12:22:57 -0300
commitdfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae (patch)
tree3c25ee05556849257abd125411938e4e3a408296 /po/LC_MESSAGES/src/locale/en.sh/pt.po
parenttests/: Copy files to temp directory to avoid messing with existing generated... (diff)
downloadgit-permalink-dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae.tar.gz
git-permalink-dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae.tar.xz
po/extract-strings.sh: Use dedicated file for extracting strings
Diffstat (limited to 'po/LC_MESSAGES/src/locale/en.sh/pt.po')
-rw-r--r--po/LC_MESSAGES/src/locale/en.sh/pt.po40
1 files changed, 23 insertions, 17 deletions
diff --git a/po/LC_MESSAGES/src/locale/en.sh/pt.po b/po/LC_MESSAGES/src/locale/en.sh/pt.po
index 8c792bb..b5d4d84 100644
--- a/po/LC_MESSAGES/src/locale/en.sh/pt.po
+++ b/po/LC_MESSAGES/src/locale/en.sh/pt.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-10-02 22:29-0300\n"
-"PO-Revision-Date: 2021-10-02 22:49-0300\n"
+"POT-Creation-Date: 2021-10-03 12:20-0300\n"
+"PO-Revision-Date: 2021-10-03 12:20-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt\n"
@@ -17,12 +17,15 @@ msgstr ""
"X-Generator: Poedit 3.0\n"
#. type: Plain text
-#: src/locale/en.sh:3
-msgid "#!/bin/sh set -eu"
-msgstr "#!/bin/sh set -eu"
+#: src/locale/en.sh:4
+msgid "#!/bin/sh # shellcheck disable=2034 set -eu"
+msgstr ""
+"#!/bin/sh\n"
+"# shellcheck disable=2034\n"
+"set -eu"
#. type: Plain text
-#: src/locale/en.sh:8
+#: src/locale/en.sh:9
#, no-wrap
msgid ""
"MSG_USAGE=\"$(cat <<-'EOF'\n"
@@ -36,7 +39,7 @@ msgstr ""
")\"\n"
#. type: Plain text
-#: src/locale/en.sh:14
+#: src/locale/en.sh:15
#, no-wrap
msgid ""
"MSG_HELP=\"$(cat <<-'EOF'\n"
@@ -52,7 +55,7 @@ msgstr ""
"\t -V, --version imprime o número da versão\n"
#. type: Plain text
-#: src/locale/en.sh:18
+#: src/locale/en.sh:19
#, no-wrap
msgid ""
"\tSee \"man git-permalink\" for more information.\n"
@@ -64,21 +67,21 @@ msgstr ""
")\"\n"
#. type: Plain text
-#: src/locale/en.sh:23
+#: src/locale/en.sh:24
#, no-wrap
msgid ""
-"MSG_MISSING_FILE=\"$(echo <<-'EOF'\n"
+"MSG_MISSING_FILE=\"$(cat <<-'EOF'\n"
"\tMissing FILE argument.\n"
"EOF\n"
")\"\n"
msgstr ""
-"MSG_MISSING_FILE=\"$(echo <<-'EOF'\n"
+"MSG_MISSING_FILE=\"$(cat <<-'EOF'\n"
"\tFaltando argumento ARQUIVO.\n"
"EOF\n"
")\"\n"
#. type: Plain text
-#: src/locale/en.sh:26
+#: src/locale/en.sh:27
#, no-wrap
msgid ""
"MSG_UNSUPPORTED_ORIGIN=\"$(cat <<-'EOF'\n"
@@ -88,7 +91,7 @@ msgstr ""
"\tOrigem sem suporte: %s.\n"
#. type: Plain text
-#: src/locale/en.sh:31
+#: src/locale/en.sh:32
#, no-wrap
msgid ""
"\tAdd a template override to use git-permalink (see\n"
@@ -115,7 +118,10 @@ msgstr ""
"EOF\n"
")\"\n"
-#. type: Plain text
-#: src/locale/en.sh:37
-msgid "#"
-msgstr "#"
+#~ msgid "#!/bin/sh set -eu"
+#~ msgstr ""
+#~ "#!/bin/sh\n"
+#~ "set -eu"
+
+#~ msgid "#"
+#~ msgstr "#"