summaryrefslogtreecommitdiffstats
path: root/po/pt_BR/man2/readdir.2.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /po/pt_BR/man2/readdir.2.po
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/pt_BR/man2/readdir.2.po')
-rw-r--r--po/pt_BR/man2/readdir.2.po382
1 files changed, 382 insertions, 0 deletions
diff --git a/po/pt_BR/man2/readdir.2.po b/po/pt_BR/man2/readdir.2.po
new file mode 100644
index 00000000..43879b78
--- /dev/null
+++ b/po/pt_BR/man2/readdir.2.po
@@ -0,0 +1,382 @@
+# 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>, 2001.
+# Marcelo Pereira da Silva <marcelo@pereira.com>, 2001.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:05+0100\n"
+"PO-Revision-Date: 2001-06-02 19:20-0300\n"
+"Last-Translator: Marcelo Pereira da Silva <marcelo@pereira.com>\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: Virtaal 1.0.0-beta1\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "readdir"
+msgstr "readdir"
+
+#. 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
+msgid "readdir - read directory entry"
+msgstr "readdir - lê a entrada do diretório"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTECA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Biblioteca C Padrão (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SINOPSE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>sys/syscall.hE<gt>> /* Definição das constantes B<SYS_*> */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int readdir(unsigned int >I<fd>B<, struct old_linux_dirent *>I<dirp>B<,>\n"
+#| "B< unsigned int >I<count>B<);>\n"
+msgid ""
+"B<int syscall(SYS_readdir, unsigned int >I<fd>B<,>\n"
+"B< struct old_linux_dirent *>I<dirp>B<, unsigned int >I<count>B<);>\n"
+msgstr ""
+"B<int readdir(unsigned int >I<fd>B<, struct old_linux_dirent *>I<dirp>B<,>\n"
+"B< unsigned int >I<count>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<Note>: There is no definition of B<struct old_linux_dirent>; see NOTES."
+msgstr ""
+
+#. 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 ""
+#| "This is not the function you are interested in. Look at B<readdir>(3) "
+#| "for the POSIX conforming C library interface. This page documents the "
+#| "bare kernel system call interface, which can change, and which is "
+#| "superseded by B<getdents>(2)."
+msgid ""
+"This is not the function you are interested in. Look at B<readdir>(3) for "
+"the POSIX conforming C library interface. This page documents the bare "
+"kernel system call interface, which is superseded by B<getdents>(2)."
+msgstr ""
+"Esta não é uma função que você possa se interessar. Veja em B<readdir>(3) "
+"para a interface POSIX adequada com a biblioteca C. Esta página documenta a "
+"interface de chamada bare do kernel, que pode ser alterada, e substituída "
+"por B<getdents>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<readdir> reads one I<dirent> structure from the directory pointed at by "
+#| "I<fd> into the memory area pointed to by I<dirp>. The parameter I<count> "
+#| "is ignored; at most one dirent structure is read."
+msgid ""
+"B<readdir>() reads one I<old_linux_dirent> structure from the directory "
+"referred to by the file descriptor I<fd> into the buffer pointed to by "
+"I<dirp>. The argument I<count> is ignored; at most one I<old_linux_dirent> "
+"structure is read."
+msgstr ""
+"B<readdir> lê uma estrutura I<dirent> a partir do diretório apontado por "
+"I<fd> para a área de memória apontada por I<dirp>. O parâmetro I<count> é "
+"ignorado; no máximo uma strutura dirent é lida."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "The I<dirent> structure is declared as follows:"
+msgid ""
+"The I<old_linux_dirent> structure is declared (privately in Linux kernel "
+"file B<fs/readdir.c>) as follows:"
+msgstr "A estrutura I<dirent> é declarada como segue:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+msgid ""
+"struct old_linux_dirent {\n"
+" unsigned long d_ino; /* inode number */\n"
+" unsigned long d_offset; /* offset to this I<old_linux_dirent> */\n"
+" unsigned short d_namlen; /* length of this I<d_name> */\n"
+" char d_name[1]; /* filename (null-terminated) */\n"
+"}\n"
+msgstr ""
+"struct dirent\n"
+"{\n"
+" long d_ino; /* número inode */\n"
+" off_t d_off; /* offset to this I<dirent> */\n"
+" unsigned short d_reclen; /* tamanho I<d_name> */\n"
+" char d_name [NAME_MAX+1]; /* nome do arquivo (null-terminated) */\n"
+"}\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "I<d_ino> is an inode number. I<d_off> is the distance from the start of "
+#| "the directory to this I<dirent>. I<d_reclen> is the size of I<d_name,> "
+#| "not counting the null terminator. I<d_name> is a null-terminated file "
+#| "name."
+msgid ""
+"I<d_ino> is an inode number. I<d_offset> is the distance from the start of "
+"the directory to this I<old_linux_dirent>. I<d_reclen> is the size of "
+"I<d_name>, not counting the terminating null byte (\\[aq]\\e0\\[aq]). "
+"I<d_name> is a null-terminated filename."
+msgstr ""
+"I<d_ino> é um número de inode. I<d_off> é a distância a partir do início do "
+"diretório para esta I<dirent>. I<d_reclen> é o tamanho de I<d_name>, sem "
+"contar o caractere terminador. I<d_name> é um nome de arquivo com o caracter "
+"terminador nulo."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "VALOR DE RETORNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, 1 is returned. On end of directory, 0 is returned. On "
+#| "error, -1 is returned, and I<errno> is set appropriately."
+msgid ""
+"On success, 1 is returned. On end of directory, 0 is returned. On error, "
+"-1 is returned, and I<errno> is set to indicate the error."
+msgstr ""
+"Em caso de sucesso, devolve 1. No final do diretório, 0 é devolvido. Caso "
+"contrário, -1 é devolvido e I<errno> é selecionado adequadamente."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "ERROS"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Invalid file descriptor I<fd>."
+msgstr "Descritor de arquivos inválido I<fd>."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Argument points outside the calling process's address space."
+msgstr "O argumento aponta para o espaço de endereço do processo solicitante."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Result buffer is too small."
+msgstr "O buffer de resultado é muito pequeno."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOENT>"
+msgstr "B<ENOENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "No such directory."
+msgstr "Sem aquele diretório."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTDIR>"
+msgstr "B<ENOTDIR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "File descriptor does not refer to a directory."
+msgstr "O descritor de arquivos não se refere para um diretório."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERSÕES"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"You will need to define the I<old_linux_dirent> structure yourself. "
+"However, probably you should use B<readdir>(3) instead."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "This system call is Linux specific."
+msgid "This system call does not exist on x86-64."
+msgstr "Esta chamada de sistema é específica do Linux."
+
+#. 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-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux."
+msgstr "Linux."
+
+#. 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<getdents>(2), B<readdir>(3)"
+msgstr "B<getdents>(2), B<readdir>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 fevereiro 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid "This system call is Linux specific."
+msgid "This system call is Linux-specific."
+msgstr "Esta chamada de sistema é específica do Linux."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTAS"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 março 2023"
+
+#. 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"