Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9e9963

Browse files
authored
Merge pull request #236 from gomezgleonardob/traduccion-urllib.po
Traduccion urllib.po
2 parents d70163d + e941876 commit f9e9963

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

dict

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ os
283283
pads
284284
parsea
285285
parseada
286+
parsear
286287
permitiéndole
287288
permutaciones
288289
personalizadamente
@@ -390,6 +391,7 @@ tty
390391
tupla
391392
tuplas
392393
tutorial
394+
txt
393395
uid
394396
unices
395397
unicode

library/urllib.po

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,53 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# 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.
44
# [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"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"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"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"
1921

2022
#: ../Doc/library/urllib.rst:2
2123
msgid ":mod:`urllib` --- URL handling modules"
22-
msgstr ""
24+
msgstr ":mod:`urllib` --- URL módulos de manipulación"
2325

2426
#: ../Doc/library/urllib.rst:6
2527
msgid "**Source code:** :source:`Lib/urllib/`"
26-
msgstr ""
28+
msgstr "**Código fuente:** :source:`Lib/urllib/`"
2729

2830
#: ../Doc/library/urllib.rst:10
2931
msgid ""
3032
"``urllib`` is a package that collects several modules for working with URLs:"
3133
msgstr ""
34+
"``urllib`` es un paquete que reúne varios módulos para trabajar con URLs:"
3235

3336
#: ../Doc/library/urllib.rst:12
3437
msgid ":mod:`urllib.request` for opening and reading URLs"
35-
msgstr ""
38+
msgstr ":mod:`urllib.request` para abrir y leer URLs"
3639

3740
#: ../Doc/library/urllib.rst:13
3841
msgid ""
3942
":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
4043
msgstr ""
44+
":mod:`urllib.error` contiene las excepciones propuestas por :mod:`urllib."
45+
"request`"
4146

4247
#: ../Doc/library/urllib.rst:14
4348
msgid ":mod:`urllib.parse` for parsing URLs"
44-
msgstr ""
49+
msgstr ":mod:`urllib.parse` para parsear URLs"
4550

4651
#: ../Doc/library/urllib.rst:15
4752
msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
48-
msgstr ""
53+
msgstr ":mod:`urllib.robotparser` para parsear``robots.txt`` archivos"

0 commit comments

Comments
 (0)