Skip to content

Commit 3ac5b5d

Browse files
Tony-Romecmaureir
andcommitted
Traduccion multiprocessing shared memory (#1623)
* Traducido archivo library/multyprocessing.shared_memory * Nombre y cuenta agregado * Update library/multiprocessing.shared_memory.po Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent bbab176 commit 3ac5b5d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ Gianfranco Salomone (@gianfranco-s)
161161
Gabriela Monsalve Martínez (@gmmonsalve)
162162
Juan Perdomo(@JuanPerdomo00)
163163
Ana Elisa Kuhn (@AnitaaKuhn)
164+
Antonio Rodriguez Mejias (@Tony-Rome)
164165
Ingrid Bianka Garcia Lino (@ibianka)

library/multiprocessing.shared_memory.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ msgstr ""
99
"Project-Id-Version: Python en Español 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
12-
"PO-Revision-Date: 2020-07-22 13:11-0300\n"
12+
"PO-Revision-Date: 2021-11-08 22:08-0300\n"
1313
"Last-Translator: \n"
1414
"Language: es_AR\n"
1515
"Language-Team: \n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Generated-By: Babel 2.9.1\n"
21+
"X-Generator: Poedit 3.0\n"
2122

2223
#: ../Doc/library/multiprocessing.shared_memory.rst:2
2324
msgid ""
@@ -405,3 +406,9 @@ msgid ""
405406
"deserialized object has the same unique name and is just attached to an "
406407
"existing object with the same name (if the object is still alive):"
407408
msgstr ""
409+
"El siguiente ejemplo demuestra que los objetos ``ShareableList`` (y de forma "
410+
"implícita ``SharedMemory``) pueden ser serializados (*pickled*) y "
411+
"deserializados (*unpickled*) si es que se necesitan. Nota, Este va a seguir "
412+
"siendo el mismo objeto compartido. Esto sucede, porque el objeto "
413+
"deserializado tiene el mismo nombre único y simplemente se adjunta a un "
414+
"objeto existente con el mismo nombre (si el objeto todavía sigue vivo):"

0 commit comments

Comments
 (0)