Skip to content

Commit 06d8b8b

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent d0ef915 commit 06d8b8b

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

library/os.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -7098,14 +7098,14 @@ msgstr ""
70987098
#: ../../library/os.rst:4761
70997099
msgid "*before* is a function called before forking a child process."
71007100
msgstr ""
7101-
"*before* é uma função chamada antes de fazer um fork para um processo filho."
7101+
"*before* é uma função chamada antes de criar um fork para um processo filho."
71027102

71037103
#: ../../library/os.rst:4762
71047104
msgid ""
71057105
"*after_in_parent* is a function called from the parent process after forking "
71067106
"a child process."
71077107
msgstr ""
7108-
"*after_in_parent* é uma função chamada a partir do processo pai após fazer "
7108+
"*after_in_parent* é uma função chamada a partir do processo pai após criar "
71097109
"um fork para um processo filho."
71107110

71117111
#: ../../library/os.rst:4764
@@ -7128,18 +7128,18 @@ msgid ""
71287128
"registration order. Functions registered for execution after forking "
71297129
"(either in the parent or in the child) are called in registration order."
71307130
msgstr ""
7131-
"As funções registradas para execução antes de fazer o fork são chamadas na "
7131+
"As funções registradas para execução antes de criar o fork são chamadas na "
71327132
"ordem de registro reversa. As funções registradas para execução após o fork "
7133-
"ser feito (no pai ou no filho) são chamadas na ordem de registro."
7133+
"ser criado (no pai ou no filho) são chamadas na ordem de registro."
71347134

71357135
#: ../../library/os.rst:4775
71367136
msgid ""
71377137
"Note that :c:func:`fork` calls made by third-party C code may not call those "
71387138
"functions, unless it explicitly calls :c:func:`PyOS_BeforeFork`, :c:func:"
71397139
"`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`."
71407140
msgstr ""
7141-
"Note que chamadas a :c:func:`fork` feitas por código C de terceiros pode não "
7142-
"chamar estas funções, a menos que ele explicitamente chame :c:func:"
7141+
"Note que chamadas a :c:func:`fork` feitas por código C de terceiros podem "
7142+
"não chamar estas funções, a menos que ele explicitamente chamem :c:func:"
71437143
"`PyOS_BeforeFork`, :c:func:`PyOS_AfterFork_Parent` e :c:func:"
71447144
"`PyOS_AfterFork_Child`."
71457145

library/pathlib.po

+9-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ msgstr ""
3232
#: ../../library/pathlib.rst:2
3333
msgid ":mod:`!pathlib` --- Object-oriented filesystem paths"
3434
msgstr ""
35+
":mod:`!pathlib` --- Caminhos do sistema de arquivos orientados a objetos"
3536

3637
#: ../../library/pathlib.rst:9
3738
msgid "**Source code:** :source:`Lib/pathlib/`"
38-
msgstr ""
39+
msgstr "**Código-fonte:** :source:`Lib/pathlib/`"
3940

4041
#: ../../library/pathlib.rst:15
4142
msgid ""
@@ -140,6 +141,8 @@ msgid ""
140141
"An exception inheriting :exc:`NotImplementedError` that is raised when an "
141142
"unsupported operation is called on a path object."
142143
msgstr ""
144+
"Uma exceção herdada de :exc:`NotImplementedError` que é levantada quando uma "
145+
"operação não suportada é chamada em um objeto caminho."
143146

144147
#: ../../library/pathlib.rst:104
145148
msgid "Pure paths"
@@ -171,6 +174,11 @@ msgid ""
171174
"the :meth:`~os.PathLike.__fspath__` method returns a string, such as another "
172175
"path object::"
173176
msgstr ""
177+
"Cada elemento de *pathsegments* pode ser uma string representando um "
178+
"segmento de caminho, um objeto que implementa a interface que retorna uma "
179+
"string ou um objeto implementando a interface :class:`os.PathLike`, onde o "
180+
"método :meth:`~os.PathLike.__fspath__` retorna uma string, como outro objeto "
181+
"caminho::"
174182

175183
#: ../../library/pathlib.rst:128
176184
msgid "When *pathsegments* is empty, the current directory is assumed::"

0 commit comments

Comments
 (0)