Skip to content

Commit 18eef46

Browse files
Update translation
Co-Authored-By: Diogo Nogueira
1 parent 1506227 commit 18eef46

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

.tx/config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3781,6 +3781,16 @@ resource_name = library--string
37813781
replace_edited_strings = false
37823782
keep_translations = false
37833783

3784+
[o:python-doc:p:python-newest:r:library--string_templatelib]
3785+
file_filter = library/string.templatelib.po
3786+
trans.pt_BR = library/string.templatelib.po
3787+
source_file = ../build/gettext/library/string.templatelib.pot
3788+
type = PO
3789+
minimum_perc = 0
3790+
resource_name = library--string_templatelib
3791+
replace_edited_strings = false
3792+
keep_translations = false
3793+
37843794
[o:python-doc:p:python-newest:r:library--stringprep]
37853795
file_filter = library/stringprep.po
37863796
trans.pt_BR = library/stringprep.po

library/exceptions.po

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -985,17 +985,16 @@ msgid ""
985985
"is zero; if it has another type (such as a string), the object's value is "
986986
"printed and the exit status is one."
987987
msgstr ""
988-
"Está exceção é levantada por :func:`sys.exit` função. Ela herda de :exc:"
989-
"`BaseException` ao invés de :exc:`Exception` de forma que ela não seja "
990-
"capturada acidentalmente pelo código que captura :exc:`Exception`. Isso "
991-
"permite que a exceção apropriadamente se propague e cause a saída do "
992-
"interpretador. Quando ela não é manuseável, o interpretador Python saí; "
993-
"nenhum stack traceback é impresso. O construtor aceita o mesmo argumento "
994-
"opcional passado por :func:`sys.exit`. Se o valor é um inteiro, ele "
995-
"especifica ao sistema o status de saída (passado ao C's :c:func:`!exit` "
996-
"função); se ela é ``None``, o status de saída é zero; se ela tem outro tipo "
997-
"(tal como uma string), o valor do objeto é impresso e o status de saída é "
998-
"um . "
988+
"Esta exceção é levantada pela função :func:`sys.exit`. Ele herda de :exc:"
989+
"`BaseException` em vez de :exc:`Exception` para que não seja acidentalmente "
990+
"capturado pelo código que captura :exc:`Exception`. Isso permite que a "
991+
"exceção se propague corretamente e faça com que o interpretador saia. Quando "
992+
"não é tratado, o interpretador Python sai; nenhum traceback (situação da "
993+
"pilha de execução) é impresso. O construtor aceita o mesmo argumento "
994+
"opcional passado para :func:`sys.exit`. Se o valor for um inteiro, ele "
995+
"especifica o status de saída do sistema (passado para a função C :c:func:`!"
996+
"exit`); se for ``None``, o status de saída é zero; se tiver outro tipo (como "
997+
"uma string), o valor do objeto é exibido e o status de saída é um."
999998

1000999
#: ../../library/exceptions.rst:605
10011000
msgid ""

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.4%", "translated": 50214, "entries": 80467, "updated_at": "2025-07-21T23:09:29+00:00Z"}
1+
{"completion": "62.4%", "translated": 50214, "entries": 80467, "updated_at": "2025-07-22T23:09:14+00:00Z"}

0 commit comments

Comments
 (0)