X Tutup
Skip to content

Commit dbef0ef

Browse files
Update translation
Co-Authored-By: Gustavo Reis
1 parent 74a7b89 commit dbef0ef

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed

c-api/exceptions.po

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Gustavo Reis, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 21:56+0000\n"
15+
"POT-Creation-Date: 2025-10-29 18:17+0000\n"
1516
"PO-Revision-Date: 2025-09-22 17:54+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Gustavo Reis, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"
@@ -205,6 +206,11 @@ msgid ""
205206
"help format the error message; they have the same meaning and values as in :"
206207
"c:func:`PyUnicode_FromFormat`. *format* is an ASCII-encoded string."
207208
msgstr ""
209+
"Essa função define o indicador de erro e retorna ``NULL``. *exception* deve "
210+
"ser uma classe Python de exceção. O *format* e parâmetros subsequentes "
211+
"ajudam a formatar a mensagem de erro; eles têm o mesmo significado e valores "
212+
"que em :c:func:`PyUnicode_FromFormat`. *format* é uma string codificada em "
213+
"ASCII."
208214

209215
#: ../../c-api/exceptions.rst:123
210216
msgid ""
@@ -224,6 +230,9 @@ msgid ""
224230
"*message* indicates that a built-in operation was invoked with an illegal "
225231
"argument. It is mostly for internal use."
226232
msgstr ""
233+
"Essa é uma abreviação de ``PyErr_SetString(PyExc_TypeError, message)``, na "
234+
"qual *message* indica que uma operação embutida foi invocada com um "
235+
"argumento ilegal. Ela é principalmente para uso interno."
227236

228237
#: ../../c-api/exceptions.rst:143
229238
msgid ""
@@ -263,6 +272,9 @@ msgid ""
263272
"second filename object, for raising errors when a function that takes two "
264273
"filenames fails."
265274
msgstr ""
275+
"Similar à :c:func:`PyErr_SetFromErrnoWithFilenameObject`, mas recebe um "
276+
"segundo objeto filename, para levantar erros quando uma função que recebe "
277+
"dois nomes de arquivos falha."
266278

267279
#: ../../c-api/exceptions.rst:184
268280
msgid ""
@@ -295,6 +307,8 @@ msgid ""
295307
"Similar to :c:func:`PyErr_SetFromWindowsErr`, with an additional parameter "
296308
"specifying the exception type to be raised."
297309
msgstr ""
310+
"Semelhante a :c:func:`PyErr_SetFromWindowsErr`, com um parâmetro adicional "
311+
"que especifica o tipo de exceção a ser levantada."
298312

299313
#: ../../c-api/exceptions.rst:213
300314
msgid ""

library/threading.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Gustavo Reis, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 21:56+0000\n"
15+
"POT-Creation-Date: 2025-10-29 18:17+0000\n"
1516
"PO-Revision-Date: 2025-09-22 17:55+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Gustavo Reis, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"
@@ -956,6 +957,8 @@ msgid ""
956957
"The return value is ``True`` unless a given *timeout* expired, in which case "
957958
"it is ``False``."
958959
msgstr ""
960+
"O valor de retorno é ``True`` exceto se um dado *timout* expire, no caso em "
961+
"que é ``False``."
959962

960963
#: ../../library/threading.rst:693 ../../library/threading.rst:908
961964
msgid "Previously, the method always returned ``None``."

potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
- license.po 87 / 89 ( 97.0% translated).
77

88

9-
# c-api (50.94% done)
9+
# c-api (51.08% done)
1010

11-
- exceptions.po 197 / 266 ( 74.0% translated).
11+
- exceptions.po 201 / 266 ( 75.0% translated).
1212
- gcsupport.po 10 / 33 ( 30.0% translated).
1313
- init.po 123 / 308 ( 39.0% translated).
1414
- init_config.po 127 / 281 ( 45.0% translated).
@@ -245,7 +245,7 @@
245245
- tempfile.po 8 / 61 ( 13.0% translated).
246246
- test.po 113 / 282 ( 40.0% translated).
247247
- textwrap.po 41 / 46 ( 89.0% translated).
248-
- threading.po 31 / 199 ( 15.0% translated).
248+
- threading.po 32 / 199 ( 16.0% translated).
249249
- timeit.po 49 / 53 ( 92.0% translated).
250250
- tkinter.font.po 33 / 34 ( 97.0% translated).
251251
- tkinter.po 232 / 289 ( 80.0% translated).
@@ -342,5 +342,5 @@
342342
- 3.9.po 383 / 393 ( 97.0% translated).
343343

344344

345-
# TOTAL (57.25% done)
345+
# TOTAL (57.26% done)
346346

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "57.25%", "translated": 32035, "entries": 49524, "updated_at": "2025-10-28T00:44:37+00:00Z"}
1+
{"completion": "57.26%", "translated": 32040, "entries": 49524, "updated_at": "2025-10-31T00:45:40+00:00Z"}

0 commit comments

Comments
 (0)
X Tutup