@@ -210,7 +210,7 @@ msgid ""
210210"leading dot (``'.'``), to strings of the form ``'type/subtype'``. If the "
211211"file *filename* does not exist or cannot be read, ``None`` is returned."
212212msgstr ""
213- "Carregue o mapa de tipos fornecido no arquivo *filename*, se existir. O mapa "
213+ "Carrega o mapa de tipos fornecido no arquivo *filename*, se existir. O mapa "
214214"de tipos é retornado como um dicionário que faz o mapeamento de extensões de "
215215"nome de arquivo, incluindo o ponto inicial (``'.'``), para strings no "
216216"formato ``'tipo/subtipo'``. Se o arquivo *filename* não existir ou não puder "
@@ -223,12 +223,17 @@ msgid ""
223223"type is already known the extension will be added to the list of known "
224224"extensions."
225225msgstr ""
226+ "Adiciona um mapeamento do tipo MIME *type* à extensão *ext*. Quando a "
227+ "extensão já for conhecida, o novo tipo substituirá o antigo. Quando o tipo "
228+ "já for conhecido, a extensão será adicionada à lista de extensões conhecidas."
226229
227230#: ../../library/mimetypes.rst:118
228231msgid ""
229232"When *strict* is ``True`` (the default), the mapping will be added to the "
230233"official MIME types, otherwise to the non-standard ones."
231234msgstr ""
235+ "Quando *strict* for ``True`` (o padrão), o mapeamento será adicionado aos "
236+ "tipos MIME oficiais, caso contrário, aos não-padrões."
232237
233238#: ../../library/mimetypes.rst:124
234239msgid ""
0 commit comments