Skip to content

Commit 5fbeb35

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 3692cef commit 5fbeb35

3 files changed

Lines changed: 251 additions & 89 deletions

File tree

library/importlib.resources.abc.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-03 14:14+0000\n"
14+
"POT-Creation-Date: 2023-03-10 14:15+0000\n"
1515
"PO-Revision-Date: 2022-11-05 19:49+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"MIME-Version: 1.0\n"
@@ -69,8 +69,8 @@ msgid ""
6969
"class are expected to directly correlate to a specific package (instead of "
7070
"potentially representing multiple packages or a module)."
7171
msgstr ""
72-
"Para qualquer um dos métodos desta classe, espera-se que um argumento "
73-
"*rescurso* seja um :term:`objeto tipo arquivo` que representa "
72+
"Para qualquer um dos métodos desta classe, espera-se que o argumento "
73+
"*resource* seja um :term:`objeto caminho ou similar` que representa "
7474
"conceitualmente apenas um nome de arquivo. Isso significa que nenhum caminho "
7575
"de subdiretório deve ser incluído no argumento *resource*. Isso ocorre "
7676
"porque a localização do pacote para o qual o leitor se destina, atua como o "
@@ -99,7 +99,7 @@ msgid ""
9999
"Returns an opened, :term:`file-like object` for binary reading of the "
100100
"*resource*."
101101
msgstr ""
102-
"Retorna um :term:`objeto tipo arquivo` aberto para leitura binária de "
102+
"Retorna um :term:`objeto arquivo ou similar` aberto para leitura binária de "
103103
"*resource*."
104104

105105
#: ../../library/importlib.resources.abc.rst:53

library/os.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
# Vitor Buxbaum Orlandi, 2021
1919
# Eduardo Farias, 2021
2020
# Mateus Santos, 2022
21-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
2221
# Adorilson Bezerra <adorilson@gmail.com>, 2023
22+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
2323
#
2424
#, fuzzy
2525
msgid ""
2626
msgstr ""
2727
"Project-Id-Version: Python 3.11\n"
2828
"Report-Msgid-Bugs-To: \n"
29-
"POT-Creation-Date: 2023-03-03 14:14+0000\n"
29+
"POT-Creation-Date: 2023-03-10 14:15+0000\n"
3030
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
31-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2023\n"
31+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
3232
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
3333
"teams/5390/pt_BR/)\n"
3434
"MIME-Version: 1.0\n"
@@ -260,7 +260,7 @@ msgid ""
260260
":func:`locale.getpreferredencoding()` returns ``'utf-8'`` (the "
261261
"*do_setlocale* argument has no effect)."
262262
msgstr ""
263-
":func:`locale.getpreferredencoding()` retorna ``'utf-8'``(o argumento "
263+
":func:`locale.getpreferredencoding()` retorna ``'utf-8'`` (o argumento "
264264
"*do_setlocale* não causa efeito)."
265265

266266
#: ../../library/os.rst:119
@@ -6638,7 +6638,7 @@ msgstr ":attr:`!si_pid` (ID do processo)"
66386638

66396639
#: ../../library/os.rst:4416
66406640
msgid ":attr:`!si_uid` (real user ID of the child)"
6641-
msgstr ":attr:`!si_uid`(ID de usuário real do filho) "
6641+
msgstr ":attr:`!si_uid` (ID de usuário real do filho) "
66426642

66436643
#: ../../library/os.rst:4417
66446644
msgid ":attr:`!si_signo` (always :data:`~signal.SIGCHLD`)"

0 commit comments

Comments
 (0)