Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8e2583

Browse files
Update translations
1 parent b496531 commit e8e2583

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

howto/regex.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 16:19+0000\n"
14+
"POT-Creation-Date: 2025-05-30 16:16+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:11+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2622,9 +2622,9 @@ msgstr ""
26222622
"ignorado. Isto significa que uma expressão como ``dog | cat`` é equivalente "
26232623
"ao menos legível ``dog|cat``, mas ``[a b]`` ainda vai coincidir com os "
26242624
"caracteres ``a``, ``b``, ou um ``espaço``. Além disso, você também pode "
2625-
"colocar comentários dentro de uma RE; comentários se estendem de um "
2626-
"caractere ``#`` até a próxima nova linha. Quando usados junto com strings de "
2627-
"aspas triplas, isso permite as REs serem formatadas mais ordenadamente::"
2625+
"colocar comentários dentro de uma RE, que se estendem de um caractere ``#`` "
2626+
"até a próxima nova linha. Quando usados junto com strings de aspas triplas, "
2627+
"isso permite as REs serem formatadas mais ordenadamente::"
26282628

26292629
#: ../../howto/regex.rst:1379
26302630
msgid "This is far more readable than::"

library/doctest.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-21 22:20+0000\n"
15+
"POT-Creation-Date: 2025-05-23 16:05+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:14+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -555,6 +555,9 @@ msgid ""
555555
"which may be either of the following two lines, indented the same as the "
556556
"first line of the example::"
557557
msgstr ""
558+
"A saída esperada para uma exceção deve começar com um cabeçalho do "
559+
"traceback, que pode ser qualquer uma das duas linhas a seguir, indentadas da "
560+
"mesma forma que a primeira linha do exemplo::"
558561

559562
#: ../../library/doctest.rst:443
560563
msgid ""

potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
- difflib.po 14 / 134 ( 10.0% translated).
132132
- dis.po 109 / 265 ( 41.0% translated).
133133
- distutils.po 0 / 13 ( 0.0% translated).
134-
- doctest.po 74 / 318 ( 23.0% translated).
134+
- doctest.po 75 / 318 ( 23.0% translated).
135135
- email.charset.po 40 / 44 ( 90.0% translated).
136136
- email.compat32-message.po 5 / 104 ( 4.0% translated).
137137
- 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": "67.35%", "translated": 37587, "entries": 55811, "updated_at": "2025-06-07T23:53:42+00:00Z"}
1+
{"completion": "67.35%", "translated": 37588, "entries": 55811, "updated_at": "2025-06-08T23:53:46+00:00Z"}

0 commit comments

Comments
 (0)