Skip to content

Commit bd25087

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent 4d88459 commit bd25087

5 files changed

Lines changed: 8 additions & 13 deletions

File tree

library/html.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ msgstr ""
6666

6767
#: ../../library/html.rst:36
6868
msgid "Submodules in the ``html`` package are:"
69-
msgstr "Submódulos no pacote ``html`` são:"
69+
msgstr "Sub módulos no pacote ``html`` são:"
7070

7171
#: ../../library/html.rst:38
7272
msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"

library/mimetypes.po

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ msgid ""
203203
"leading dot (``'.'``), to strings of the form ``'type/subtype'``. If the "
204204
"file *filename* does not exist or cannot be read, ``None`` is returned."
205205
msgstr ""
206-
"Carrega o mapa de tipos fornecido no arquivo *filename*, se existir. O mapa "
206+
"Carregue o mapa de tipos fornecido no arquivo *filename*, se existir. O mapa "
207207
"de tipos é retornado como um dicionário que faz o mapeamento de extensões de "
208208
"nome de arquivo, incluindo o ponto inicial (``'.'``), para strings no "
209209
"formato ``'tipo/subtipo'``. Se o arquivo *filename* não existir ou não puder "
@@ -216,17 +216,12 @@ msgid ""
216216
"type is already known the extension will be added to the list of known "
217217
"extensions."
218218
msgstr ""
219-
"Adiciona um mapeamento do tipo MIME *type* à extensão *ext*. Quando a "
220-
"extensão já for conhecida, o novo tipo substituirá o antigo. Quando o tipo "
221-
"já for conhecido, a extensão será adicionada à lista de extensões conhecidas."
222219

223220
#: ../../library/mimetypes.rst:118 ../../library/mimetypes.rst:283
224221
msgid ""
225222
"When *strict* is ``True`` (the default), the mapping will be added to the "
226223
"official MIME types, otherwise to the non-standard ones."
227224
msgstr ""
228-
"Quando *strict* for ``True`` (o padrão), o mapeamento será adicionado aos "
229-
"tipos MIME oficiais, caso contrário, aos não-padrões."
230225

231226
#: ../../library/mimetypes.rst:124
232227
msgid ""

potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
- mailbox.po 10 / 290 ( 3.0% translated).
145145
- mailcap.po 2 / 16 ( 12.0% translated).
146146
- marshal.po 24 / 30 ( 80.0% translated).
147-
- mimetypes.po 24 / 51 ( 47.0% translated).
147+
- mimetypes.po 22 / 51 ( 43.0% translated).
148148
- mmap.po 22 / 59 ( 37.0% translated).
149149
- msilib.po 7 / 97 ( 7.0% translated).
150150
- multiprocessing.po 344 / 594 ( 57.0% translated).

reference/simple_stmts.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,10 @@ msgid ""
714714
"statement in the same code block. If the name is unbound, a :exc:"
715715
"`NameError` exception will be raised."
716716
msgstr ""
717-
"A exclusão de um nome remove a ligação desse nome do espaço de nomes local "
718-
"ou global, dependendo se o nome ocorre em uma instrução :keyword:`global` no "
719-
"mesmo bloco de código. Se o nome for desvinculado, uma exceção :exc:"
720-
"`NameError` será levantada."
717+
"A exclusão de um nome remove a ligação desse nome do espaço de nomes global "
718+
"local ou global, dependendo se o nome ocorre em uma instrução :keyword:"
719+
"`global` no mesmo bloco de código. Se o nome for desvinculado, uma exceção :"
720+
"exc:`NameError` será levantada."
721721

722722
#: ../../reference/simple_stmts.rst:471
723723
msgid ""

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "69.95%", "translated": 43378, "entries": 62011, "updated_at": "2025-09-15T23:42:45+00:00Z"}
1+
{"completion": "69.95%", "translated": 43376, "entries": 62011, "updated_at": "2025-09-16T23:40:41+00:00Z"}

0 commit comments

Comments
 (0)