From 5a98b531f7afcd34367b46ac9e0c7bfe151d6999 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 2 Dec 2019 18:18:57 +0100 Subject: Release 1.9.5 --- doc/po/pt_BR.po | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 158 insertions(+), 6 deletions(-) (limited to 'doc/po/pt_BR.po') diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index ac57cc791..9b00067ca 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 \n" -"POT-Creation-Date: 2019-08-19 16:22+0200\n" +"POT-Creation-Date: 2019-12-02 18:18+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes \n" "Language-Team: \n" @@ -7295,8 +7295,9 @@ msgstr "" #. type: Content of: #: apt_auth.conf.5.xml msgid "" -"machine hostname[:" -"port][/path]" +"machine [protocol://]hostname[:port][/path]" msgstr "" #. type: Content of: @@ -7314,6 +7315,12 @@ msgid "" "emphasis> token is encountered." msgstr "" +#. type: Content of: +#: apt_auth.conf.5.xml +msgid "" +"If protocol is not specified, the entry only matches https and tor+https." +msgstr "" + #. type: Content of: #: apt_auth.conf.5.xml #, fuzzy @@ -7348,13 +7355,13 @@ msgstr "Exemplos" #. type: Content of: #: apt_auth.conf.5.xml #, no-wrap -msgid "deb http://example.org/debian &debian-stable-codename; main" +msgid "deb https://example.org/debian &debian-stable-codename; main" msgstr "" #. type: Content of: #: apt_auth.conf.5.xml #, no-wrap -msgid "deb http://apt:debian@example.org/debian &debian-stable-codename; main" +msgid "deb https://apt:debian@example.org/debian &debian-stable-codename; main" msgstr "" #. type: Content of: @@ -7385,7 +7392,7 @@ msgstr "" #: apt_auth.conf.5.xml #, no-wrap msgid "" -"machine example.org:80 login apt password debian\n" +"machine example.org:443 login apt password debian\n" "machine example.org/deb/ login apt password debian\n" "machine example.org/ubuntu login apt password debian\n" "machine example.orga login apt password debian\n" @@ -7423,6 +7430,15 @@ msgid "" "the machine token." msgstr "" +#. type: Content of: +#: apt_auth.conf.5.xml +msgid "" +"Login information in auth.conf are more flexible than those in sources.list. " +"For example, login information can be specified for parts of a repository " +"only, or if the sources.list entry redirects elsewhere, login information " +"for the redirect destination can be supplied." +msgstr "" + #. type: Content of: #: apt_auth.conf.5.xml #, fuzzy @@ -8135,6 +8151,54 @@ msgstr "" msgid "Selects all objects." msgstr "" +#. type: Content of: +#: apt-patterns.7.xml +msgid "Narrowing patterns" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?all-versions(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects packages where all versions match PATTERN. When matching versions " +"instead, same as PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?any-version(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "Selects any version where the pattern matches on the version." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"For example, while <code>?and(?version(1),?version(2))</code> matches a " +"package which has one version containing 1 and one version containing 2, " +"<code>?any-version(?and(?version(1),?version(2)))</code> restricts the " +"<code>?and</code> to act on the same version." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?narrow(PATTERN...)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects any version matching all PATTERNs, short for<code>?any-version(?" +"and(PATTERN...))</code>." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-patterns.7.xml msgid "Package patterns" @@ -8272,6 +8336,89 @@ msgid "" "something depends on that name." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +msgid "Version patterns" +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "These patterns select specific versions of a package." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?archive(REGEX)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions that come from the archive that matches the specified " +"regular expression. Archive, here, means the values after <code>a=</code> in " +"<command>apt-cache policy</command>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?origin(REGEX)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions that come from the origin that matches the specified " +"regular expression. Origin, here, means the values after <code>o=</code> in " +"<command>apt-cache policy</command>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?section(REGEX)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions where the section matches the specified regular expression." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?source-package(REGEX)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions where the source package name matches the specified regular " +"expression." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?source-version(REGEX)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions where the source package version matches the specified " +"regular expression." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?version(REGEX)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions where the version string matching the specified regular " +"expression." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -8348,6 +8495,11 @@ msgstr "" msgid "A trailing comma is allowed in argument lists" msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "?narrow accepts infinite arguments" +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy -- cgit v1.2.3