Skip to content

Commit 647d565

Browse files
amvillalobosamvillalobos
amvillalobos
authored and
amvillalobos
committed
Traducción library/ipc.po
1 parent e03cd67 commit 647d565

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

Diff for: TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ Ignacio Sanz (@elnaquete)
141141
Jaime Rodrigo González Rodríguez (@jairock282)
142142
Martín Ramírez (@tinchoram)
143143
Kevin Cajachuán (@Kajachuan)
144+
Adolfo Villalobos (@AdolfoVillalobos)

Diff for: library/ipc.po

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,46 @@
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/python/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: 2021-02-21 14:50-0300\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+
"X-Generator: Poedit 2.4.2\n"
19+
"Language: es\n"
1920

2021
#: ../Doc/library/ipc.rst:5
2122
msgid "Networking and Interprocess Communication"
22-
msgstr ""
23+
msgstr "Comunicación en redes y entre procesos"
2324

2425
#: ../Doc/library/ipc.rst:7
2526
msgid ""
2627
"The modules described in this chapter provide mechanisms for networking and "
2728
"inter-processes communication."
2829
msgstr ""
30+
"Los módulos descritos en este capítulo proveen los mecanismos para la "
31+
"comunicación en red y entre procesos."
2932

3033
#: ../Doc/library/ipc.rst:10
3134
msgid ""
3235
"Some modules only work for two processes that are on the same machine, e.g. :"
3336
"mod:`signal` and :mod:`mmap`. Other modules support networking protocols "
3437
"that two or more processes can use to communicate across machines."
3538
msgstr ""
39+
"Algunos módulos solo funcionan para dos procesos que están en una misma "
40+
"máquina, e.g. :mod:`signal` y :mod:`mmap`. Otros módulos soportan protocolos "
41+
"de red que dos o mas procesos pueden utilizar para comunicarse entre "
42+
"máquinas."
3643

3744
#: ../Doc/library/ipc.rst:14
3845
msgid "The list of modules described in this chapter is:"
39-
msgstr ""
46+
msgstr "La lista de módulos descritos en este capítulo es:"

0 commit comments

Comments
 (0)