Skip to content

Commit 55758d8

Browse files
Update translations
1 parent e23b0fd commit 55758d8

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

howto/regex.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,9 +2613,9 @@ msgstr ""
26132613
"ignorado. Isto significa que uma expressão como ``dog | cat`` é equivalente "
26142614
"ao menos legível ``dog|cat``, mas ``[a b]`` ainda vai coincidir com os "
26152615
"caracteres ``a``, ``b``, ou um ``espaço``. Além disso, você também pode "
2616-
"colocar comentários dentro de uma RE; comentários se estendem de um "
2617-
"caractere ``#`` até a próxima nova linha. Quando usados junto com strings de "
2618-
"aspas triplas, isso permite as REs serem formatadas mais ordenadamente::"
2616+
"colocar comentários dentro de uma RE, que se estendem de um caractere ``#`` "
2617+
"até a próxima nova linha. Quando usados junto com strings de aspas triplas, "
2618+
"isso permite as REs serem formatadas mais ordenadamente::"
26192619

26202620
#: ../../howto/regex.rst:1374
26212621
msgid "This is far more readable than::"

library/doctest.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
# Marco Rougeth <marco@rougeth.com>, 2020
1111
# i17obot <i17obot@rougeth.com>, 2020
1212
# Vitor Buxbaum Orlandi, 2023
13-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
13+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
20+
"POT-Creation-Date: 2025-06-06 17:28+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:07+0000\n"
22-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
22+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2424
"teams/5390/pt_BR/)\n"
2525
"Language: pt_BR\n"
@@ -520,6 +520,9 @@ msgid ""
520520
"which may be either of the following two lines, indented the same as the "
521521
"first line of the example::"
522522
msgstr ""
523+
"A saída esperada para uma exceção deve começar com um cabeçalho do "
524+
"traceback, que pode ser qualquer uma das duas linhas a seguir, indentadas da "
525+
"mesma forma que a primeira linha do exemplo::"
523526

524527
#: ../../library/doctest.rst:426
525528
msgid ""

potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
- dbm.po 30 / 74 ( 40.0% translated).
121121
- difflib.po 14 / 133 ( 10.0% translated).
122122
- dis.po 77 / 227 ( 33.0% translated).
123-
- doctest.po 61 / 305 ( 20.0% translated).
123+
- doctest.po 62 / 305 ( 20.0% translated).
124124
- email.charset.po 42 / 44 ( 95.0% translated).
125125
- email.compat32-message.po 5 / 104 ( 4.0% translated).
126126
- email.contentmanager.po 8 / 41 ( 19.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "64.09%", "translated": 31741, "entries": 49524, "updated_at": "2025-06-07T00:45:18+00:00Z"}
1+
{"completion": "64.09%", "translated": 31742, "entries": 49524, "updated_at": "2025-06-09T00:49:51+00:00Z"}

0 commit comments

Comments
 (0)