Skip to content

Commit cc142f4

Browse files
committed
Traducido las partes sin traducir
1 parent dd487e0 commit cc142f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library/mmap.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ msgid ""
3434
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
3535
"more information."
3636
msgstr ""
37+
"Este módulo no funciona o no está disponible en plataformas WebAssembly "
38+
"``wasm32-emscripten`` y ``wasm32-wasi``. Ver :ref:`wasm-availability` para "
39+
"más información. "
3740

3841
#: ../Doc/library/mmap.rst:11
3942
msgid ""
@@ -439,12 +442,18 @@ msgid ""
439442
"against the pagefile) will silently create a new map with the original data "
440443
"copied over up to the length of the new size."
441444
msgstr ""
445+
"**En Windows**: cambiar el tamaño del mapa generará un :exc:`OSError` si hay "
446+
"otros mapas contra el archivo con el mismo nombre. Cambiar el tamaño de un mapa anónimo (es decir, "
447+
"contra el archivo de paginación) creará silenciosamente un nuevo mapa con los datos originales "
448+
"copiado hasta la longitud del nuevo tamaño. "
442449

443450
#: ../Doc/library/mmap.rst:266
444451
msgid ""
445452
"Correctly fails if attempting to resize when another map is held Allows "
446453
"resize against an anonymous map on Windows"
447454
msgstr ""
455+
"Falla correctamente si se intenta cambiar el tamaño cuando se sostiene otro mapa. Permite "
456+
"cambiar el tamaño contra un mapa anónimo en Windows "
448457

449458
#: ../Doc/library/mmap.rst:272
450459
msgid ""

0 commit comments

Comments
 (0)