Skip to content

Commit a4b4edc

Browse files
Update translations
1 parent 1e9bc61 commit a4b4edc

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

howto/regex.po

Lines changed: 9 additions & 9 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-16 15:32+0000\n"
14+
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2412,9 +2412,9 @@ msgid ""
24122412
"requiring that the first character of the extension is not a ``b``. This is "
24132413
"wrong, because the pattern also doesn't match ``foo.bar``."
24142414
msgstr ""
2415-
"``.*[.][^b].*$`` A primeira tentativa acima tenta excluir ``bat``, exigindo "
2416-
"que o primeiro caractere da extensão não seja um ``b``. Isso é errado, "
2417-
"porque o padrão também não corresponde a ``foo.bar``."
2415+
"``.*[.][^b].*$`` A primeira tentativa acima tenta excluir bat, exigindo que "
2416+
"o primeiro caractere da extensão não é um b. Isso é errado, porque o padrão "
2417+
"também não corresponde a ``foo.bar``."
24182418

24192419
#: ../../howto/regex.rst:1020
24202420
msgid "``.*[.]([^b]..|.[^a].|..[^t])$``"
@@ -2477,11 +2477,11 @@ msgid ""
24772477
"only starts with ``bat``, will be allowed. The ``[^.]*`` makes sure that "
24782478
"the pattern works when there are multiple dots in the filename."
24792479
msgstr ""
2480-
"``.*[.](?!bat$)[^.]*$`` A lookahead negativa significa: se a expressão "
2481-
"``bat`` não corresponder até este momento, tente o resto do padrão; se "
2482-
"``bat$`` tem correspondência, todo o padrão irá falhar. O final ``$`` é "
2483-
"necessário para garantir que algo como ``sample.batch``, onde a extensão só "
2484-
"começa com o ``bat``, será permitido."
2480+
"``.*[.](?!bat$).*$`` O lookahead negativo significa: se a expressão ``bat`` "
2481+
"não corresponder até este momento, tente o resto do padrão; se ``bat$`` tem "
2482+
"correspondência, todo o padrão irá falhar. O final ``$`` é necessário para "
2483+
"garantir que algo como ``sample.batch``, onde a extensão só começa com o "
2484+
"``bat``, será permitido."
24852485

24862486
#: ../../howto/regex.rst:1050
24872487
msgid ""

library/pkgutil.po

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@ msgid ""
188188
"containing fullname, otherwise they will be all registered top level finders "
189189
"(i.e. those on both :data:`sys.meta_path` and :data:`sys.path_hooks`)."
190190
msgstr ""
191-
"Se fullname contiver ``'.'``, os localizadores serão para o pacote que "
192-
"contém fullname, caso contrário, serão todos os localizadores de nível "
193-
"superior registrados (ou seja, aqueles em :data:`sys.meta_path` e :data:`sys."
194-
"path_hooks`)."
195191

196192
#: ../../library/pkgutil.rst:116
197193
msgid ""

potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
- pathlib.po 209 / 346 ( 60.0% translated).
157157
- pdb.po 134 / 139 ( 96.0% translated).
158158
- pipes.po 5 / 21 ( 23.0% translated).
159-
- pkgutil.po 44 / 50 ( 88.0% translated).
159+
- pkgutil.po 43 / 50 ( 86.0% translated).
160160
- poplib.po 10 / 53 ( 18.0% translated).
161161
- profile.po 34 / 179 ( 18.0% translated).
162162
- pyexpat.po 21 / 144 ( 14.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "68.65%", "translated": 42573, "entries": 62011, "updated_at": "2025-06-19T23:39:27+00:00Z"}
1+
{"completion": "68.65%", "translated": 42572, "entries": 62011, "updated_at": "2025-06-20T23:39:25+00:00Z"}

0 commit comments

Comments
 (0)