|
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 | # [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/
|
5 | 5 | # Check https://github.com/python/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: 2021-02-21 14:50-0300\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 | +"X-Generator: Poedit 2.4.2\n" |
| 19 | +"Language: es\n" |
19 | 20 |
|
20 | 21 | #: ../Doc/library/ipc.rst:5
|
21 | 22 | msgid "Networking and Interprocess Communication"
|
22 |
| -msgstr "" |
| 23 | +msgstr "Comunicación en redes y entre procesos" |
23 | 24 |
|
24 | 25 | #: ../Doc/library/ipc.rst:7
|
25 | 26 | msgid ""
|
26 | 27 | "The modules described in this chapter provide mechanisms for networking and "
|
27 | 28 | "inter-processes communication."
|
28 | 29 | msgstr ""
|
| 30 | +"Los módulos descritos en este capítulo proveen los mecanismos para la " |
| 31 | +"comunicación en red y entre procesos." |
29 | 32 |
|
30 | 33 | #: ../Doc/library/ipc.rst:10
|
31 | 34 | msgid ""
|
32 | 35 | "Some modules only work for two processes that are on the same machine, e.g. :"
|
33 | 36 | "mod:`signal` and :mod:`mmap`. Other modules support networking protocols "
|
34 | 37 | "that two or more processes can use to communicate across machines."
|
35 | 38 | 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." |
36 | 43 |
|
37 | 44 | #: ../Doc/library/ipc.rst:14
|
38 | 45 | 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