diff options
Diffstat (limited to 'po/pt_BR/man5/charmap.5.po')
-rw-r--r-- | po/pt_BR/man5/charmap.5.po | 440 |
1 files changed, 440 insertions, 0 deletions
diff --git a/po/pt_BR/man5/charmap.5.po b/po/pt_BR/man5/charmap.5.po new file mode 100644 index 00000000..faec036a --- /dev/null +++ b/po/pt_BR/man5/charmap.5.po @@ -0,0 +1,440 @@ +# Brazilian Portuguese translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# André Luiz Fassone <lonely_wolf@ig.com.br>, 2000. +# Roberto Selbach Teixeira <robteix@zaz.com.br>, 2000. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 16:53+0100\n" +"PO-Revision-Date: 2000-05-31 17:26+0200\n" +"Last-Translator: Roberto Selbach Teixeira <robteix@zaz.com.br>\n" +"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." +"org>\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: Lokalize 20.04.1\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "charmap" +msgstr "charmap" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 outubro 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "charmap - character symbols to define character encodings" +msgid "charmap - character set description file" +msgstr "" +"charmap - símbolos de caracteres para definir a codificação de caracteres" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIÇÃO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "A character set description (charmap) defines a characterset of available " +#| "characters and their encodings. All supported character sets should have " +#| "the B<portable character set> as a proper subset. The portable character " +#| "set is defined in the file I</usr/lib/nls/charmap/POSIX> for reference " +#| "purposes." +msgid "" +"A character set description (charmap) defines all available characters and " +"their encodings in a character set. B<localedef>(1) can use charmaps to " +"create locale variants for different character sets." +msgstr "" +"Uma descrição de conjunto de caracteres (charmap) define um conjunto de " +"caracteres disponíveis e a codificação deles. Todos conjuntos de caracteres " +"suportados devem ter um B<conjunto de caracteres portável> com um sub-" +"conjunto próprio. O conjunto de caracteres portável é definido no arquivo I</" +"usr/lib/nls/charmap/POSIX> para propósitos de pesquisa." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Syntax" +msgstr "Sintaxe" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The charmap file starts with a header that may consist of the following " +"keywords:" +msgstr "" +"O arquivo charmap inicia com um cabeçalho, que pode consistir das " +"seguintespalavras-chaves:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<code_set_name>E<gt>" +msgstr "E<lt>I<code_set_name>E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "is followed by the name of the codeset." +msgid "is followed by the name of the character map." +msgstr "é seguido pelo nome do conjunto de códigos." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<comment_char>E<gt>" +msgstr "E<lt>I<comment_char>E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"is followed by a character that will be used as the comment character for " +"the rest of the file. It defaults to the number sign (#)." +msgstr "" +"é seguido por um caracter que deve ser usado como um caracter de comentário " +"no resto do arquivo. O seu valor padrão é o sinal de numeração (#)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<escape_char>E<gt>" +msgstr "E<lt>I<escape_char>E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"is followed by a character that should be used as the escape character for " +"the rest of the file to mark characters that should be interpreted in a " +"special way. It defaults to the backslash (\\e)." +msgstr "" +"é seguido por um caracter que deve se usado como um caractere de escape para " +"o resto do arquivo para marcar caracteres que devem ser interpretados de " +"forma especial. O seu valor padrão é a barra-invetida (\\e)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<mb_cur_max>E<gt>" +msgstr "E<lt>I<mb_cur_max>E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "is followed by the max number of bytes for a multibyte-character. " +#| "Multibyte characters are currently not supported. The default value is 1." +msgid "" +"is followed by the maximum number of bytes for a character. The default " +"value is 1." +msgstr "" +"é seguido pelo número máximo de bytes para um caracter de multiplos bytes. " +"Caracteres de múltiplos bytes não são atualmente suportados. O valor padrão " +"é 1." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<mb_cur_min>E<gt>" +msgstr "E<lt>I<mb_cur_min>E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "is followed by the min number of bytes for a character. This value must " +#| "be less or equal than B<mb_cur_max.> If not specified, it defaults to " +#| "B<mb_cur_max.>" +msgid "" +"is followed by the minimum number of bytes for a character. This value must " +"be less than or equal than E<lt>I<mb_cur_max>E<gt>. If not specified, it " +"defaults to E<lt>I<mb_cur_max>E<gt>." +msgstr "" +"é seguido pelo número mínimo de bytes para um caracter. Este valor deve ser " +"menor ou igual a B<mb_cur_max.> Se não especificado, o seu valor é igual ao " +"de B<mb_cur_max.>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The charmap-definition itself starts with the keyword B<CHARMAP> in " +#| "column 1." +msgid "" +"The character set definition section starts with the keyword I<CHARMAP> in " +"the first column." +msgstr "" +"A definição do charmap começa com a palavra-chave B<CHARMAP> na coluna 1." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The following lines may have one of the two following forms to define the " +#| "character-encodings:" +msgid "" +"The following lines may have one of the two following forms to define the " +"character set:" +msgstr "" +"As linhas seguintes podem ter uma das dua formas seguintes para definir a " +"codificação de caracter:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<character>E<gt>\\ I<byte-sequence\\ comment>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "This for defines exactly one character and its encoding." +msgid "" +"This form defines exactly one character and its byte sequence, I<comment> " +"being optional." +msgstr "Isto define exatamente um caracter e a sua codificação." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<character>E<gt>..E<lt>I<character>E<gt>\\ I<byte-sequence\\ comment>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "This for defines exactly one character and its encoding." +msgid "" +"This form defines a character range and its byte sequence, I<comment> being " +"optional." +msgstr "Isto define exatamente um caracter e a sua codificação." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The charmap-definition itself starts with the keyword B<CHARMAP> in " +#| "column 1." +msgid "" +"The character set definition section ends with the string I<END CHARMAP>." +msgstr "" +"A definição do charmap começa com a palavra-chave B<CHARMAP> na coluna 1." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The character set definition section may optionally be followed by a section " +"to define widths of characters." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<WIDTH_DEFAULT> keyword can be used to define the default width for all " +"characters not explicitly listed. The default character width is 1." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The charmap-definition itself starts with the keyword B<CHARMAP> in " +#| "column 1." +msgid "" +"The width section for individual characters starts with the keyword I<WIDTH> " +"in the first column." +msgstr "" +"A definição do charmap começa com a palavra-chave B<CHARMAP> na coluna 1." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The following lines may have one of the two following forms to define the " +#| "character-encodings:" +msgid "" +"The following lines may have one of the two following forms to define the " +"widths of the characters:" +msgstr "" +"As linhas seguintes podem ter uma das dua formas seguintes para definir a " +"codificação de caracter:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<character>E<gt>\\ I<width>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "This for defines exactly one character and its encoding." +msgid "This form defines the width of exactly one character." +msgstr "Isto define exatamente um caracter e a sua codificação." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>I<character>E<gt>...E<lt>I<character>E<gt>\\ I<width>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "This for defines exactly one character and its encoding." +msgid "This form defines the width for all the characters in the range." +msgstr "Isto define exatamente um caracter e a sua codificação." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The width definition section ends with the string I<END WIDTH>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILES" +msgstr "ARQUIVOS" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/i18n/charmaps>" +msgstr "I</usr/share/i18n/charmaps>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Usual default character map path." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "PADRÕES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.2." +msgstr "POSIX.2." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "EXEMPLOS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The Euro sign is defined as follows in the I<UTF-8> charmap:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<lt>U20ACE<gt> /xe2/x82/xac EURO SIGN\n" +msgstr "E<lt>U20ACE<gt> /xe2/x82/xac EURO SIGN\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VEJA TAMBÉM" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<iconv>(1), B<locale>(1), B<localedef>(1), B<locale>(5), B<charsets>(7)" +msgstr "" +"B<iconv>(1), B<locale>(1), B<localedef>(1), B<locale>(5), B<charsets>(7)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2022-10-30" +msgstr "30 outubro 2022" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |