Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 647d565

Browse filesBrowse files
amvillalobosamvillalobos
authored andcommitted
Traducción library/ipc.po
1 parent e03cd67 commit 647d565
Copy full SHA for 647d565

File tree

Expand file treeCollapse file tree

2 files changed

+14
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-6
lines changed

‎TRANSLATORS

Copy file name to clipboardExpand all lines: TRANSLATORS
+1Lines changed: 1 addition & 0 deletions
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)

‎library/ipc.po

Copy file name to clipboard
+13-6Lines changed: 13 additions & 6 deletions
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
# docs-es@python.org / 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.