|
1 | 1 | # Copyright (C) 2001-2020, Python Software Foundation
|
2 | 2 | # This file is distributed under the same license as the Python package.
|
3 |
| -# Maintained by the python-doc-es workteam. |
| 3 | +# Maintained by the python-doc-es workteam. |
4 | 4 | # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
|
5 | 5 | # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
|
6 | 6 | #
|
7 |
| -#,fuzzy |
8 | 7 | msgid ""
|
9 | 8 | msgstr ""
|
10 | 9 | "Project-Id-Version:Python 3.8\n"
|
11 | 10 | "Report-Msgid-Bugs-To:\n"
|
12 | 11 | "POT-Creation-Date:2019-05-06 11:59-0400\n"
|
13 |
| -"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n" |
14 |
| -"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n" |
| 12 | +"PO-Revision-Date:2020-05-13 09:08-0500\n" |
15 | 13 | "Language-Team:python-doc-es\n"
|
16 | 14 | "MIME-Version:1.0\n"
|
17 | 15 | "Content-Type:text/plain; charset=UTF-8\n"
|
18 | 16 | "Content-Transfer-Encoding:8bit\n"
|
| 17 | +"Last-Translator:\n" |
| 18 | +"Language:es\n" |
| 19 | +"X-Generator:Poedit 1.8.11\n" |
| 20 | +"X-Poedit-SourceCharset:UTF-8\n" |
19 | 21 |
|
20 | 22 | #:../Doc/library/urllib.rst:2
|
21 | 23 | msgid":mod:`urllib` --- URL handling modules"
|
22 |
| -msgstr"" |
| 24 | +msgstr":mod:`urllib` --- URL módulos de manipulación" |
23 | 25 |
|
24 | 26 | #:../Doc/library/urllib.rst:6
|
25 | 27 | msgid"**Source code:** :source:`Lib/urllib/`"
|
26 |
| -msgstr"" |
| 28 | +msgstr"**Código fuente:** :source:`Lib/urllib/`" |
27 | 29 |
|
28 | 30 | #:../Doc/library/urllib.rst:10
|
29 | 31 | msgid""
|
30 | 32 | "``urllib`` is a package that collects several modules for working with URLs:"
|
31 | 33 | msgstr""
|
| 34 | +"``urllib`` es un paquete que reúne varios módulos para trabajar con URLs:" |
32 | 35 |
|
33 | 36 | #:../Doc/library/urllib.rst:12
|
34 | 37 | msgid":mod:`urllib.request` for opening and reading URLs"
|
35 |
| -msgstr"" |
| 38 | +msgstr":mod:`urllib.request` para abrir y leer URLs" |
36 | 39 |
|
37 | 40 | #:../Doc/library/urllib.rst:13
|
38 | 41 | msgid""
|
39 | 42 | ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
|
40 | 43 | msgstr""
|
| 44 | +":mod:`urllib.error` contiene las excepciones propuestas por :mod:`urllib." |
| 45 | +"request`" |
41 | 46 |
|
42 | 47 | #:../Doc/library/urllib.rst:14
|
43 | 48 | msgid":mod:`urllib.parse` for parsing URLs"
|
44 |
| -msgstr"" |
| 49 | +msgstr":mod:`urllib.parse` para parsear URLs" |
45 | 50 |
|
46 | 51 | #:../Doc/library/urllib.rst:15
|
47 | 52 | msgid":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
|
48 |
| -msgstr"" |
| 53 | +msgstr":mod:`urllib.robotparser` para parsear``robots.txt`` archivos" |