diff --git a/library/getpass.po b/library/getpass.po index 1a42cdbc84..d2b113acba 100644 --- a/library/getpass.po +++ b/library/getpass.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2020-09-05 19:38-0300\n" +"PO-Revision-Date: 2022-11-12 10:17-0500\n" "Last-Translator: Federico Jurío \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/getpass.rst:2 msgid ":mod:`getpass` --- Portable password input" @@ -29,8 +30,9 @@ msgstr ":mod:`getpass` --- Entrada de contraseña portátil" msgid "**Source code:** :source:`Lib/getpass.py`" msgstr "**Código fuente:** :source:`Lib/getpass.py`" +#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" @@ -38,6 +40,9 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"Este módulo no funciona o no está disponible en plataformas WebAssembly " +"``wasm32-emscripten`` y ``wasm32-wasi``. Consulta :ref:`wasm-availability` " +"para obtener más información." #: ../Doc/library/getpass.rst:17 msgid "The :mod:`getpass` module provides two functions:"