Skip to content

Commit 7eee267

Browse files
Update translations
1 parent 36a8d66 commit 7eee267

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.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-16 16:46+0000\n"
14+
"POT-Creation-Date: 2025-06-06 16:52+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2004,9 +2004,9 @@ msgid ""
20042004
"requiring that the first character of the extension is not a ``b``. This is "
20052005
"wrong, because the pattern also doesn't match ``foo.bar``."
20062006
msgstr ""
2007-
"``.*[.][^b].*$`` A primeira tentativa acima tenta excluir ``bat``, exigindo "
2008-
"que o primeiro caractere da extensão não seja um ``b``. Isso é errado, "
2009-
"porque o padrão também não corresponde a ``foo.bar``."
2007+
"``.*[.][^b].*$`` A primeira tentativa acima tenta excluir bat, exigindo que "
2008+
"o primeiro caractere da extensão não é um b. Isso é errado, porque o padrão "
2009+
"também não corresponde a ``foo.bar``."
20102010

20112011
#: ../../howto/regex.rst:1019
20122012
msgid "``.*[.]([^b]..|.[^a].|..[^t])$``"
@@ -2069,11 +2069,11 @@ msgid ""
20692069
"only starts with ``bat``, will be allowed. The ``[^.]*`` makes sure that "
20702070
"the pattern works when there are multiple dots in the filename."
20712071
msgstr ""
2072-
"``.*[.](?!bat$)[^.]*$`` A lookahead negativa significa: se a expressão "
2073-
"``bat`` não corresponder até este momento, tente o resto do padrão; se "
2074-
"``bat$`` tem correspondência, todo o padrão irá falhar. O final ``$`` é "
2075-
"necessário para garantir que algo como ``sample.batch``, onde a extensão só "
2076-
"começa com o ``bat``, será permitido."
2072+
"``.*[.](?!bat$).*$`` O lookahead negativo significa: se a expressão ``bat`` "
2073+
"não corresponder até este momento, tente o resto do padrão; se ``bat$`` tem "
2074+
"correspondência, todo o padrão irá falhar. O final ``$`` é necessário para "
2075+
"garantir que algo como ``sample.batch``, onde a extensão só começa com o "
2076+
"``bat``, será permitido."
20772077

20782078
#: ../../howto/regex.rst:1049
20792079
msgid ""

library/pkgutil.po

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

200196
#: ../../library/pkgutil.rst:135
201197
msgid ""

potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
- pdb.po 98 / 99 ( 98.0% translated).
198198
- pickle.po 205 / 206 ( 99.0% translated).
199199
- pipes.po 4 / 20 ( 20.0% translated).
200-
- pkgutil.po 39 / 51 ( 76.0% translated).
200+
- pkgutil.po 38 / 51 ( 74.0% translated).
201201
- platform.po 53 / 57 ( 92.0% translated).
202202
- plistlib.po 38 / 40 ( 95.0% translated).
203203
- poplib.po 7 / 50 ( 14.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "65.21%", "translated": 33699, "entries": 51675, "updated_at": "2025-06-20T00:35:11+00:00Z"}
1+
{"completion": "65.21%", "translated": 33698, "entries": 51675, "updated_at": "2025-06-21T00:34:59+00:00Z"}

0 commit comments

Comments
 (0)