Skip to content

Commit 7d2ea6e

Browse files
Update translations
1 parent 99508dc commit 7d2ea6e

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

howto/regex.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,6 +3091,13 @@ msgid ""
30913091
">>> print(re.match('<.*>', s).group())\n"
30923092
"<html><head><title>Title</title>"
30933093
msgstr ""
3094+
">>> s = '<html><head><title>Title</title>'\n"
3095+
">>> len(s)\n"
3096+
"32\n"
3097+
">>> print(re.match('<.*>', s).span())\n"
3098+
"(0, 32)\n"
3099+
">>> print(re.match('<.*>', s).group())\n"
3100+
"<html><head><title>Title</title>"
30943101

30953102
#: ../../howto/regex.rst:1323
30963103
msgid ""
@@ -3105,8 +3112,8 @@ msgstr ""
31053112
"string. Existe ainda mais coisa existente na RE, no entanto, e o ``>`` pode "
31063113
"não corresponder com o final da string, de modo que o mecanismo de expressão "
31073114
"regular tem que recuar caractere por caractere até encontrar uma "
3108-
"correspondência para a ``>``. A correspondência final se estende do ``'<'`` "
3109-
"em ``'<html>'`` ao ``'>'`` em ``'</title>'``, que não é o que você quer."
3115+
"correspondência para ``>``. A correspondência final se estende do ``'<'`` em "
3116+
"``'<html>'`` ao ``'>'`` em ``'</title>'``, que não é o que você quer."
31103117

31113118
#: ../../howto/regex.rst:1330
31123119
msgid ""
@@ -3128,6 +3135,8 @@ msgid ""
31283135
">>> print(re.match('<.*?>', s).group())\n"
31293136
"<html>"
31303137
msgstr ""
3138+
">>> print(re.match('<.*?>', s).group())\n"
3139+
"<html>"
31313140

31323141
#: ../../howto/regex.rst:1339
31333142
msgid ""

library/gzip.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-08 04:31+0000\n"
14+
"POT-Creation-Date: 2025-05-23 15:30+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -78,7 +78,7 @@ msgid ""
7878
"object`."
7979
msgstr ""
8080
"Abre um arquivo comprimido com gzip em modo binário ou texto, retornando :"
81-
"term:`file object`."
81+
"term:`objeto arquivo`."
8282

8383
#: ../../library/gzip.rst:34
8484
msgid ""

potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- library.po 157 / 162 ( 96.0% translated).
5252

5353

54-
# howto (61.07% done)
54+
# howto (61.14% done)
5555

5656
- curses.po 58 / 121 ( 47.0% translated).
5757
- descriptor.po 181 / 233 ( 77.0% translated).
@@ -60,7 +60,7 @@
6060
- logging-cookbook.po 40 / 421 ( 9.0% translated).
6161
- logging.po 121 / 250 ( 48.0% translated).
6262
- perf_profiling.po 29 / 32 ( 90.0% translated).
63-
- regex.po 328 / 332 ( 98.0% translated).
63+
- regex.po 330 / 332 ( 99.0% translated).
6464
- sockets.po 35 / 63 ( 55.0% translated).
6565
- sorting.po 46 / 75 ( 61.0% translated).
6666
- unicode.po 30 / 145 ( 20.0% translated).
@@ -239,7 +239,7 @@
239239
- windows.po 374 / 378 ( 98.0% translated).
240240

241241

242-
# whatsnew (74.92% done)
242+
# whatsnew (74.93% done)
243243

244244
- 2.3.po 327 / 387 ( 84.0% translated).
245245
- 2.4.po 266 / 319 ( 83.0% translated).
@@ -249,7 +249,7 @@
249249
- 3.1.po 114 / 132 ( 86.0% translated).
250250
- 3.2.po 65 / 576 ( 11.0% translated).
251251
- 3.3.po 137 / 682 ( 20.0% translated).
252-
- 3.5.po 125 / 578 ( 21.0% translated).
252+
- 3.5.po 126 / 578 ( 21.0% translated).
253253
- 3.6.po 237 / 544 ( 43.0% translated).
254254
- 3.7.po 252 / 568 ( 44.0% translated).
255255

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "68.1%", "translated": 42216, "entries": 61994, "updated_at": "2025-05-30T23:39:55+00:00Z"}
1+
{"completion": "68.1%", "translated": 42219, "entries": 61994, "updated_at": "2025-06-02T23:41:20+00:00Z"}

whatsnew/3.5.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-17 14:51+0000\n"
14+
"POT-Creation-Date: 2025-05-23 15:30+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -986,7 +986,7 @@ msgstr ""
986986

987987
#: ../../whatsnew/3.5.rst:695
988988
msgid ":pep:`489` -- Multi-phase extension module initialization"
989-
msgstr ""
989+
msgstr ":pep:`489` -- Inicialização de módulo extensão multifase"
990990

991991
#: ../../whatsnew/3.5.rst:696
992992
msgid ""

0 commit comments

Comments
 (0)