summaryrefslogtreecommitdiff
path: root/doc/po/pt_BR.po
diff options
context:
space:
mode:
Diffstat (limited to 'doc/po/pt_BR.po')
-rw-r--r--doc/po/pt_BR.po212
1 files changed, 141 insertions, 71 deletions
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index 5c2b2b74c..dfc6ca58f 100644
--- a/doc/po/pt_BR.po
+++ b/doc/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-01-06 20:58+0100\n"
+"POT-Creation-Date: 2022-02-22 20:01+0100\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
@@ -302,6 +302,10 @@ msgid ""
" be stored here (by other packages or the administrator).\n"
" Configuration Item <literal>Dir::Etc::TrustedParts</literal>.</para></listitem>\n"
" </varlistentry>\n"
+" <varlistentry><term><filename>/etc/apt/keyrings/</filename></term>\n"
+" <listitem><para>Place to store additional keyrings to be used with <literal>Signed-By</literal>.\n"
+" </para></listitem>\n"
+" </varlistentry>\n"
"\">\n"
msgstr ""
@@ -621,15 +625,15 @@ msgstr ""
#: apt.8.xml
msgid ""
"<option>satisfy</option> satisfies dependency strings, as used in Build-"
-"Depends. It also handles conflicts, by prefixing an argument with <literal>"
-"\"Conflicts: \"</literal>."
+"Depends. It also handles conflicts, by prefixing an argument with "
+"<literal>\"Conflicts: \"</literal>."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt.8.xml
msgid ""
-"Example: <literal>apt satisfy \"foo, bar (>= 1.0)\" \"Conflicts: baz, fuzz"
-"\"</literal>"
+"Example: <literal>apt satisfy \"foo, bar (>= 1.0)\" \"Conflicts: baz, "
+"fuzz\"</literal>"
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -1818,8 +1822,9 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-cache.8.xml
msgid ""
-"The same as <literal>dotty</literal>, only for xvcg from the <ulink url="
-"\"http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html\">VCG tool</ulink>."
+"The same as <literal>dotty</literal>, only for xvcg from the <ulink "
+"url=\"http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html\">VCG tool</"
+"ulink>."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -2175,6 +2180,71 @@ msgid ""
"this one."
msgstr ""
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
+#, fuzzy
+msgid "Deprecation"
+msgstr "Descrição"
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Except for using <command>apt-key del</command> in maintainer scripts, the "
+"use of <command>apt-key</command> is deprecated. This section shows how to "
+"replace existing use of <command>apt-key</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid "If your existing use of <command>apt-key add</command> looks like this:"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"<literal>wget -qO- https://myrepo.example/myrepo.asc | sudo apt-key add -</"
+"literal>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Then you can directly replace this with (though note the recommendation "
+"below):"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"<literal>wget -qO- https://myrepo.example/myrepo.asc | sudo tee /etc/apt/"
+"trusted.gpg.d/myrepo.asc</literal>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Make sure to use the \"<literal>asc</literal>\" extension for ASCII armored "
+"keys and the \"<literal>gpg</literal>\" extension for the binary OpenPGP "
+"format (also known as \"GPG key public ring\"). The binary OpenPGP format "
+"works for all apt versions, while the ASCII armored format works for apt "
+"version >= 1.4."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"<emphasis>Recommended:</emphasis> Instead of placing keys into the "
+"<filename>/etc/apt/trusted.gpg.d</filename> directory, you can place them "
+"anywhere on your filesystem by using the <literal>Signed-By</literal> option "
+"in your <literal>sources.list</literal> and pointing to the filename of the "
+"key. See &sources-list; for details. Since APT 2.4, <filename>/etc/apt/"
+"keyrings</filename> is provided as the recommended location for keys not "
+"managed by packages. When using a deb822-style sources.list, and with apt "
+"version >= 2.4, the <literal>Signed-By</literal> option can also be used to "
+"include the full ASCII armored keyring directly in the <literal>sources."
+"list</literal> without an additional file."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><para>
#: apt-key.8.xml
msgid "&apt-get;, &apt-secure;"
@@ -2602,8 +2672,8 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"For more background information you might want to review the <ulink url="
-"\"https://www.debian.org/doc/manuals/securing-debian-howto/ch7\">Debian "
+"For more background information you might want to review the <ulink "
+"url=\"https://www.debian.org/doc/manuals/securing-debian-howto/ch7\">Debian "
"Security Infrastructure</ulink> chapter of the Securing Debian Manual (also "
"available in the harden-doc package) and the <ulink url=\"http://www."
"cryptnet.net/fdp/crypto/strong_distro.html\" >Strong Distribution HOWTO</"
@@ -3392,10 +3462,10 @@ msgid ""
"literal> script in the configuration file. This entry specifies the commands "
"to send to tell the proxy server what to connect to. Please see "
"&configureindex; for an example of how to do this. The substitution "
-"variables representing the corresponding URI component are <literal>"
-"$(PROXY_USER)</literal>, <literal>$(PROXY_PASS)</literal>, <literal>"
-"$(SITE_USER)</literal>, <literal>$(SITE_PASS)</literal>, <literal>$(SITE)</"
-"literal> and <literal>$(SITE_PORT)</literal>."
+"variables representing the corresponding URI component are "
+"<literal>$(PROXY_USER)</literal>, <literal>$(PROXY_PASS)</literal>, "
+"<literal>$(SITE_USER)</literal>, <literal>$(SITE_PASS)</literal>, "
+"<literal>$(SITE)</literal> and <literal>$(SITE_PORT)</literal>."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
@@ -3582,8 +3652,8 @@ msgid ""
"specifies the languages. So the following example configuration will result "
"in the order \"en, de\" in an English locale or \"de, en\" in a German one. "
"Note that \"fr\" is downloaded, but not used unless APT is used in a French "
-"locale (where the order would be \"fr, de, en\"). <placeholder type="
-"\"programlisting\" id=\"0\"/>"
+"locale (where the order would be \"fr, de, en\"). <placeholder "
+"type=\"programlisting\" id=\"0\"/>"
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
@@ -4382,8 +4452,9 @@ msgid ""
"in the APT configuration file <filename>/etc/apt/apt.conf</filename>. Note "
"that this has precedence over any general priority you set in the <filename>/"
"etc/apt/preferences</filename> file described later, but not over "
-"specifically pinned packages. For example, <placeholder type="
-"\"programlisting\" id=\"0\"/> <placeholder type=\"programlisting\" id=\"1\"/>"
+"specifically pinned packages. For example, <placeholder "
+"type=\"programlisting\" id=\"0\"/> <placeholder type=\"programlisting\" "
+"id=\"1\"/>"
msgstr ""
"Caso não exista um arquivo de preferências ou caso não exista uma entrada no "
"arquivo que se aplique a uma instância em particular, a prioridade atribuída "
@@ -4743,15 +4814,15 @@ msgid ""
"This should <emphasis>not</emphasis> be confused with the Origin of a "
"distribution as specified in a <filename>Release</filename> file. What "
"follows the \"Origin:\" tag in a <filename>Release</filename> file is not an "
-"Internet address but an author or vendor name, such as \"Debian\" or \"Ximian"
-"\"."
+"Internet address but an author or vendor name, such as \"Debian\" or "
+"\"Ximian\"."
msgstr ""
-"Uma nota de aviso : a palavra-chave usada aqui é \"<literal>origin</literal>"
-"\". Esta palavra não deve ser confundida com a origem (\"Origin:\") de uma "
-"distribuição como especificado em um arquivo <filename>Release</filename>. O "
-"que segue a tag \"Origin:\" em um arquivo <filename>Release</filename> não é "
-"um endereço de site Internet mas sim nome de autor ou distribuidor (vendor), "
-"como \"Debian\" ou \"Ximian\"."
+"Uma nota de aviso : a palavra-chave usada aqui é \"<literal>origin</"
+"literal>\". Esta palavra não deve ser confundida com a origem (\"Origin:\") "
+"de uma distribuição como especificado em um arquivo <filename>Release</"
+"filename>. O que segue a tag \"Origin:\" em um arquivo <filename>Release</"
+"filename> não é um endereço de site Internet mas sim nome de autor ou "
+"distribuidor (vendor), como \"Debian\" ou \"Ximian\"."
#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
#: apt_preferences.5.xml
@@ -5631,8 +5702,8 @@ msgid ""
"to package versions from the <literal>testing</literal> distribution, a "
"lower priority to package versions from the <literal>unstable</literal> "
"distribution, and a prohibitively low priority to package versions from "
-"other <literal>Debian</literal> distributions. <placeholder type="
-"\"programlisting\" id=\"0\"/>"
+"other <literal>Debian</literal> distributions. <placeholder "
+"type=\"programlisting\" id=\"0\"/>"
msgstr ""
"O arquivo de preferências do APT a seguir fará com que o APT atribua uma "
"prioridade maior para versões de pacote da distribuição <literal>testing</"
@@ -6158,20 +6229,23 @@ msgid ""
"list of absolute paths to keyring files (have to be accessible and readable "
"for the <literal>_apt</literal> system user, so ensure everyone has read-"
"permissions on the file) and fingerprints of keys to select from these "
-"keyrings. If no keyring files are specified the default is the "
-"<filename>trusted.gpg</filename> keyring and all keyrings in the "
-"<filename>trusted.gpg.d/</filename> directory (see <command>apt-key "
-"fingerprint</command>). If no fingerprint is specified all keys in the "
-"keyrings are selected. A fingerprint will accept also all signatures by a "
-"subkey of this key, if this isn't desired an exclamation mark (<literal>!</"
-"literal>) can be appended to the fingerprint to disable this behaviour. The "
-"option defaults to the value of the option with the same name if set in the "
-"previously acquired <filename>Release</filename> file of this repository "
-"(only fingerprints can be specified there through). Otherwise all keys in "
-"the trusted keyrings are considered valid signers for this repository. The "
-"option may also be set directly to an embedded GPG public key block. Special "
-"care is needed to encode the empty line with leading spaces and \".\": "
-"<placeholder type=\"literallayout\" id=\"0\"/>"
+"keyrings. The recommended locations for keyrings are <filename>/usr/share/"
+"keyrings</filename> for keyrings managed by packages, and <filename>/etc/apt/"
+"keyrings</filename> for keyrings managed by the system operator. If no "
+"keyring files are specified the default is the <filename>trusted.gpg</"
+"filename> keyring and all keyrings in the <filename>trusted.gpg.d/</"
+"filename> directory (see <command>apt-key fingerprint</command>). If no "
+"fingerprint is specified all keys in the keyrings are selected. A "
+"fingerprint will accept also all signatures by a subkey of this key, if this "
+"isn't desired an exclamation mark (<literal>!</literal>) can be appended to "
+"the fingerprint to disable this behaviour. The option defaults to the value "
+"of the option with the same name if set in the previously acquired "
+"<filename>Release</filename> file of this repository (only fingerprints can "
+"be specified there through). Otherwise all keys in the trusted keyrings are "
+"considered valid signers for this repository. The option may also be set "
+"directly to an embedded GPG public key block. Special care is needed to "
+"encode the empty line with leading spaces and \".\": <placeholder "
+"type=\"literallayout\" id=\"0\"/>"
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7017,8 +7091,8 @@ msgstr ""
#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
#: apt-ftparchive.1.xml
msgid ""
-"Sets the top of the source package directory tree. Defaults to <filename>"
-"$(DIST)/$(SECTION)/source/</filename>"
+"Sets the top of the source package directory tree. Defaults to "
+"<filename>$(DIST)/$(SECTION)/source/</filename>"
msgstr ""
#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
@@ -7039,8 +7113,8 @@ msgstr ""
#: apt-ftparchive.1.xml
msgid ""
"Sets the output Translation-en master file with the long descriptions if "
-"they should be not included in the Packages file. Defaults to <filename>"
-"$(DIST)/$(SECTION)/i18n/Translation-en</filename>"
+"they should be not included in the Packages file. Defaults to "
+"<filename>$(DIST)/$(SECTION)/i18n/Translation-en</filename>"
msgstr ""
#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
@@ -7137,8 +7211,8 @@ msgstr ""
#: apt-ftparchive.1.xml
msgid ""
"When processing a <literal>Tree</literal> section <command>apt-ftparchive</"
-"command> performs an operation similar to: <placeholder type=\"programlisting"
-"\" id=\"0\"/>"
+"command> performs an operation similar to: <placeholder "
+"type=\"programlisting\" id=\"0\"/>"
msgstr ""
#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
@@ -7272,12 +7346,12 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: apt-ftparchive.1.xml
msgid ""
-"The general form of the maintainer field is: <placeholder type="
-"\"literallayout\" id=\"0\"/> or simply, <placeholder type=\"literallayout\" "
-"id=\"1\"/> The first form allows a double-slash separated list of old email "
-"addresses to be specified. If any of those are found then new is substituted "
-"for the maintainer field. The second form unconditionally substitutes the "
-"maintainer field."
+"The general form of the maintainer field is: <placeholder "
+"type=\"literallayout\" id=\"0\"/> or simply, <placeholder "
+"type=\"literallayout\" id=\"1\"/> The first form allows a double-slash "
+"separated list of old email addresses to be specified. If any of those are "
+"found then new is substituted for the maintainer field. The second form "
+"unconditionally substitutes the maintainer field."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -7582,8 +7656,8 @@ msgid ""
"password <literal>debian</literal> for the &sources-list; entry <placeholder "
"type=\"literallayout\" id=\"0\"/> could be done in the entry directly: "
"<placeholder type=\"literallayout\" id=\"1\"/> Alternatively an entry like "
-"the following in the auth.conf file could be used: <placeholder type="
-"\"literallayout\" id=\"2\"/> Or alternatively within a single line: "
+"the following in the auth.conf file could be used: <placeholder "
+"type=\"literallayout\" id=\"2\"/> Or alternatively within a single line: "
"<placeholder type=\"literallayout\" id=\"3\"/> If you need to be more "
"specific all of these lines will also apply to the example entry: "
"<placeholder type=\"literallayout\" id=\"4\"/> On the other hand neither of "
@@ -7668,10 +7742,10 @@ msgstr ""
msgid ""
"HTTP is an unencrypted transport protocol meaning that the whole "
"communication with the remote server (or proxy) can be observed by a "
-"sufficiently capable attacker commonly referred to as a \"man in the middle"
-"\" (MITM). However, such an attacker can <emphasis>not</emphasis> modify "
-"the communication to compromise the security of your system, as APT's data "
-"security model is independent of the chosen transport method. This is "
+"sufficiently capable attacker commonly referred to as a \"man in the "
+"middle\" (MITM). However, such an attacker can <emphasis>not</emphasis> "
+"modify the communication to compromise the security of your system, as APT's "
+"data security model is independent of the chosen transport method. This is "
"explained in detail in &apt-secure;. An overview of available transport "
"methods is given in &sources-list;."
msgstr ""
@@ -9401,10 +9475,10 @@ msgstr ""
msgid ""
"Both that APT <command>dselect</command> method and <command>apt-get</"
"command> share the same interface. It is a simple system that generally "
-"tells you what it will do and then goes and does it. <placeholder type="
-"\"footnote\" id=\"0\"/> After printing out a summary of what will happen APT "
-"then will print out some informative status messages so that you can "
-"estimate how far along it is and how much is left to do."
+"tells you what it will do and then goes and does it. <placeholder "
+"type=\"footnote\" id=\"0\"/> After printing out a summary of what will "
+"happen APT then will print out some informative status messages so that you "
+"can estimate how far along it is and how much is left to do."
msgstr ""
#. type: Content of: <book><chapter><section><title>
@@ -9491,10 +9565,10 @@ msgstr ""
msgid ""
"There are two ways a system can get into a broken state like this. The first "
"is caused by <command>dpkg</command> missing some subtle relationships "
-"between packages when performing upgrades. <placeholder type=\"footnote\" id="
-"\"0\"/>. The second is if a package installation fails during an operation. "
-"In this situation a package may have been unpacked without its dependents "
-"being installed."
+"between packages when performing upgrades. <placeholder type=\"footnote\" "
+"id=\"0\"/>. The second is if a package installation fails during an "
+"operation. In this situation a package may have been unpacked without its "
+"dependents being installed."
msgstr ""
#. type: Content of: <book><chapter><section><para>
@@ -10165,10 +10239,6 @@ msgstr ""
#~ "Pin-Priority: 50\n"
#, fuzzy
-#~ msgid "Dir Section"
-#~ msgstr "Descrição"
-
-#, fuzzy
#~ msgid "<replaceable>&synopsis-filename;</replaceable>"
#~ msgstr ""
#~ "<programlisting>\n"