Skip to content

Traducción library/mimetypes #742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix terminos no reconocidos y cierre de comillas
  • Loading branch information
Alfonso Reyes committed Sep 6, 2020
commit ed02a607d73cba3a546e3e1e298227c8cca48017
3 changes: 3 additions & 0 deletions dictionaries/library_mimetypes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
url
MimeTypes
metadato
10 changes: 5 additions & 5 deletions library/mimetypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-09-05 21:45-0600\n"
"PO-Revision-Date: 2020-09-06 10:53-0600\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -119,7 +119,7 @@ msgstr ""
#: ../Doc/library/mimetypes.rst:54
msgid "Added support for url being a :term:`path-like object`."
msgstr ""
"Añadido soporte para que la url sea un objeto :term:`path-like object`."
"Añadido soporte para que la URL sea un objeto :term:`path-like object`."

#: ../Doc/library/mimetypes.rst:60
msgid ""
Expand Down Expand Up @@ -268,7 +268,7 @@ msgid ""
msgstr ""
"El diccionario mapea sufijos a sufijos. Se utiliza para permitir el "
"reconocimiento de archivos codificados cuya codificación y tipo se indican "
"con la misma extensión. Por ejemplo, la extensión :file:`.tgz` se mapea a :"
"con la misma extensión. Por ejemplo, la extensión :file:`.tgz` se mapea a :"
"file:`.tar.gz` para permitir que la codificación y el tipo se reconozcan por "
"separado."

Expand Down Expand Up @@ -347,7 +347,7 @@ msgstr ""
"reconocimiento de archivos codificados cuya codificación y tipo se indican "
"con la misma extensión. Por ejemplo, la extensión :file:`.tgz` se mapea a :"
"file:`.tar.gz` para permitir que la codificación y el tipo se reconozcan por "
"separado. Esto es inicialmente una copia del global :data:``suffix_map` "
"separado. Esto es inicialmente una copia del global :data:`suffix_map` "
"definido en el módulo."

#: ../Doc/library/mimetypes.rst:209
Expand Down Expand Up @@ -437,7 +437,7 @@ msgid ""
"types, else to the list of non-standard types."
msgstr ""
"Si *strict* es ``True``, la información se va a añadir a la lista de tipos "
"estandard, de otro modo se añadira a la lista de tipos no estandard."
"estandard, de otro modo se añadirá a la lista de tipos no estandard."

#: ../Doc/library/mimetypes.rst:267
msgid "Load MIME type information from the Windows registry."
Expand Down