Skip to content

Traducido archivo library/urllib.robotparser #1197

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 4 commits into from
Jan 19, 2021
Merged
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
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
  • Loading branch information
3 people authored Jan 14, 2021
commit e089ee2ffc6c72edb996e2fd8657431ffbc08185
14 changes: 7 additions & 7 deletions library/urllib.robotparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ msgid ""
"This class provides methods to read, parse and answer questions about the :"
"file:`robots.txt` file at *url*."
msgstr ""
"Esta clase proporciona metodos para leer, analizar y responder preguntas "
"Esta clase proporciona métodos para leer, analizar y responder preguntas "
"acerca de :file:`robots.txt`"

#: ../Doc/library/urllib.robotparser.rst:33
Expand All @@ -69,8 +69,8 @@ msgid ""
"Returns ``True`` if the *useragent* is allowed to fetch the *url* according "
"to the rules contained in the parsed :file:`robots.txt` file."
msgstr ""
"Devuelve ``True`` si el *useragent* tiene permiso para buscar la *url* de "
"acuaerdo con las reglas contenidas en el archivo :file:`robots.txt` "
"Retorna ``True`` si el *useragent* tiene permiso para buscar la *url* de "
"acuerdo con las reglas contenidas en el archivo :file:`robots.txt` "
"analizado."

#: ../Doc/library/urllib.robotparser.rst:51
Expand All @@ -79,7 +79,7 @@ msgid ""
"for long-running web spiders that need to check for new ``robots.txt`` files "
"periodically."
msgstr ""
"Devuelve la hora en que se recuperó por última vez el archivo ``robots."
"Retorna la hora en que se recuperó por última vez el archivo ``robots."
"txt``. Esto es útil para arañas web de larga duración que necesitan buscar "
"nuevos archivos ``robots.txt`` periódicamente."

Expand All @@ -97,7 +97,7 @@ msgid ""
"apply to the *useragent* specified or the ``robots.txt`` entry for this "
"parameter has invalid syntax, return ``None``."
msgstr ""
"Devuelve el valor del parámetro ``Crawl-delay`` de ``robots.txt`` para el "
"Retorna el valor del parámetro ``Crawl-delay`` de ``robots.txt`` para el "
"*useragent* en cuestión. Si no existe tal parámetro o no se aplica al "
"*useragent* especificado o la entrada ``robots.txt`` para este parámetro "
"tiene una sintaxis no válida, devuelve ``None``."
Expand All @@ -109,7 +109,7 @@ msgid ""
"such parameter or it doesn't apply to the *useragent* specified or the "
"``robots.txt`` entry for this parameter has invalid syntax, return ``None``."
msgstr ""
"Devuelve el contenido del parámetro ``Request-rate`` de ``robots.txt`` como "
"Retorna el contenido del parámetro ``Request-rate`` de ``robots.txt`` como "
"una :term:`tupla nombrada` ``RequestRate(requests, seconds)``. Si no existe "
"tal parámetro o no se aplica al *useragent* especificado o la entrada "
"``robots.txt`` para este parámetro tiene una sintaxis no válida, devuelve "
Expand All @@ -121,7 +121,7 @@ msgid ""
"form of a :func:`list`. If there is no such parameter or the ``robots.txt`` "
"entry for this parameter has invalid syntax, return ``None``."
msgstr ""
"Devuelve el contenido del parámetro ``Sitemap`` de ``robots.txt`` en forma "
"Retorna el contenido del parámetro ``Sitemap`` de ``robots.txt`` en forma "
"de :func:`list`. Si no existe tal parámetro o la entrada ``robots.txt`` para "
"este parámetro tiene una sintaxis no válida, devuelve ``None``."

Expand Down