Skip to content

Commit c4a2207

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 41e510a commit c4a2207

11 files changed

+350
-349
lines changed

library/dataclasses.po

Lines changed: 164 additions & 253 deletions
Large diffs are not rendered by default.

library/fnmatch.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
# i17obot <i17obot@rougeth.com>, 2021
99
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
1010
# Marco Rougeth <marco@rougeth.com>, 2023
11-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1211
# Adorilson Bezerra <adorilson@gmail.com>, 2023
12+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
19+
"POT-Creation-Date: 2024-04-14 22:56+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
21-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2023\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"MIME-Version: 1.0\n"
@@ -170,7 +170,7 @@ msgstr "Expansão de caminho no estilo shell do Unix."
170170

171171
#: ../../library/fnmatch.rst:9
172172
msgid "filenames"
173-
msgstr ""
173+
msgstr "nomes de arquivos"
174174

175175
#: ../../library/fnmatch.rst:9
176176
msgid "wildcard expansion"
@@ -190,7 +190,7 @@ msgstr "* (asterisco)"
190190

191191
#: ../../library/fnmatch.rst:19
192192
msgid "in glob-style wildcards"
193-
msgstr ""
193+
msgstr "caracteres curingas no estilo blog"
194194

195195
#: ../../library/fnmatch.rst:19
196196
msgid "? (question mark)"

library/glob.po

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# Translators:
77
# Sheila Gomes <sheilagomes1@gmail.com>, 2021
88
# i17obot <i17obot@rougeth.com>, 2021
9-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
109
# Adorilson Bezerra <adorilson@gmail.com>, 2023
10+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-04-12 14:14+0000\n"
17+
"POT-Creation-Date: 2024-04-14 22:56+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
19-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2023\n"
19+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
2222
"MIME-Version: 1.0\n"
@@ -87,6 +87,15 @@ msgid ""
8787
"conditions is removed or added during the call of this function, whether a "
8888
"path name for that file will be included is unspecified."
8989
msgstr ""
90+
"Retorna uma lista possivelmente vazia de nomes de caminho que correspondem a "
91+
"*pathname*, que deve ser uma string contendo uma especificação de caminho. "
92+
"*pathname* pode ser absoluto (como :file:`/usr/src/Python-1.5/Makefile`) ou "
93+
"relativo (como :file:`../../Tools/\\*/\\*.gif`) e pode conter curingas no "
94+
"estilo shell. Links simbólicos quebrados são incluídos nos resultados (como "
95+
"no shell). Se os resultados são classificados ou não depende do sistema de "
96+
"arquivos. Se um arquivo que satisfaz as condições for removido ou adicionado "
97+
"durante a chamada desta função, não é especificado se um nome de caminho "
98+
"para esse arquivo será incluído."
9099

91100
#: ../../library/glob.rst:54
92101
msgid ""
@@ -157,6 +166,8 @@ msgid ""
157166
"This function may return duplicate path names if *pathname* contains "
158167
"multiple \"``**``\" patterns and *recursive* is true."
159168
msgstr ""
169+
"Esta função pode retornar nomes de caminhos duplicados se *pathname* "
170+
"contiver vários padrões \"``**``\" e *recursive* for verdadeiro."
160171

161172
#: ../../library/glob.rst:84 ../../library/glob.rst:107
162173
msgid "Support for recursive globs using \"``**``\"."
@@ -226,19 +237,19 @@ msgstr "Expansão de nome de arquivo no estilo shell (não caminho)"
226237

227238
#: ../../library/glob.rst:9
228239
msgid "filenames"
229-
msgstr ""
240+
msgstr "nomes de arquivos"
230241

231242
#: ../../library/glob.rst:9
232243
msgid "pathname expansion"
233-
msgstr ""
244+
msgstr "expansão de nome de arquivo"
234245

235246
#: ../../library/glob.rst:13
236247
msgid "* (asterisk)"
237248
msgstr "* (asterisco)"
238249

239250
#: ../../library/glob.rst:13 ../../library/glob.rst:63
240251
msgid "in glob-style wildcards"
241-
msgstr ""
252+
msgstr "caracteres curingas no estilo blog"
242253

243254
#: ../../library/glob.rst:13
244255
msgid "? (question mark)"

0 commit comments

Comments
 (0)