@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.13\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2025-09-17 03:50 +0000\n "
15+ "POT-Creation-Date :2025-09-22 15:24 +0000\n "
1616"PO-Revision-Date :2025-09-15 01:04+0000\n "
1717"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -2746,17 +2746,9 @@ msgid ""
27462746"functions in the :mod:`os` module must be a string specifying a file path. "
27472747"However, some functions now alternatively accept an open file descriptor for "
27482748"their *path* argument. The function will then operate on the file referred "
2749- "to by the descriptor. (For POSIX systems, Python will call the variant of "
2750- "the function prefixed with ``f`` (e.g. call ``fchdir`` instead of "
2751- "``chdir``).)"
2752- msgstr ""
2753- "**especificar um descritor de arquivo:** normalmente o argumento *path* "
2754- "fornecido para funções no módulo :mod:`os` deve ser uma string especificando "
2755- "um caminho de arquivo. No entanto, algumas funções agora aceitam "
2756- "alternativamente um descritor de arquivo aberto para seu argumento *path*. A "
2757- "função então operará no arquivo referido pelo descritor. (Para sistemas "
2758- "POSIX, Python irá chamar a variante da função prefixada com ``f`` (por "
2759- "exemplo, chamar ``fchdir`` em vez de ``chdir``).)"
2749+ "to by the descriptor. For POSIX systems, Python will call the variant of the "
2750+ "function prefixed with ``f`` (e.g. call ``fchdir`` instead of ``chdir``)."
2751+ msgstr ""
27602752
27612753#: ../../library/os.rst:1943
27622754msgid ""
@@ -2784,18 +2776,11 @@ msgid ""
27842776"**paths relative to directory descriptors:** If *dir_fd* is not ``None``, it "
27852777"should be a file descriptor referring to a directory, and the path to "
27862778"operate on should be relative; path will then be relative to that "
2787- "directory. If the path is absolute, *dir_fd* is ignored.( For POSIX "
2779+ "directory. If the path is absolute, *dir_fd* is ignored. For POSIX "
27882780"systems, Python will call the variant of the function with an ``at`` suffix "
27892781"and possibly prefixed with ``f`` (e.g. call ``faccessat`` instead of "
27902782"``access``)."
27912783msgstr ""
2792- "**caminhos relativos aos descritores de diretório:** se *dir_fd* não for "
2793- "``None``, deve ser um descritor de arquivo referindo-se a um diretório, e o "
2794- "caminho para operar deve ser relativo; o caminho será relativo a esse "
2795- "diretório. Se o caminho for absoluto, *dir_fd* será ignorado. (Para sistemas "
2796- "POSIX, Python irá chamar a variante da função com um sufixo ``at`` e "
2797- "possivelmente prefixado com ``f`` (por exemplo, chamar ``faccessat`` ao "
2798- "invés de ``access``)."
27992784
28002785#: ../../library/os.rst:1960
28012786msgid ""
@@ -2812,13 +2797,9 @@ msgid ""
28122797"**not following symlinks:** If *follow_symlinks* is ``False``, and the last "
28132798"element of the path to operate on is a symbolic link, the function will "
28142799"operate on the symbolic link itself rather than the file pointed to by the "
2815- "link.( For POSIX systems, Python will call the ``l...`` variant of the "
2816- "function.) "
2800+ "link. For POSIX systems, Python will call the ``l...`` variant of the "
2801+ "function."
28172802msgstr ""
2818- "**não seguir links simbólicos:** se *follow_symlinks* for ``False``, e o "
2819- "último elemento do caminho para operar for um link simbólico, a função irá "
2820- "operar no próprio link simbólico ao invés do arquivo apontado pelo link. "
2821- "(Para sistemas POSIX, Python irá chamar a variante ``l...`` da função.)"
28222803
28232804#: ../../library/os.rst:1972
28242805msgid ""