@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2020-09-05 19:38-0300 \n "
14
+ "PO-Revision-Date : 2022-11-12 10:17-0500 \n "
15
15
"Last-Translator : Federico Jurío <fdjurio@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/getpass.rst:2
25
26
msgid ":mod:`getpass` --- Portable password input"
@@ -29,15 +30,19 @@ msgstr ":mod:`getpass` --- Entrada de contraseña portátil"
29
30
msgid "**Source code:** :source:`Lib/getpass.py`"
30
31
msgstr "**Código fuente:** :source:`Lib/getpass.py`"
31
32
33
+ #, fuzzy
32
34
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
33
- msgstr ""
35
+ msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI. "
34
36
35
37
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
36
38
msgid ""
37
39
"This module does not work or is not available on WebAssembly platforms "
38
40
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
39
41
"more information."
40
42
msgstr ""
43
+ "Este módulo no funciona o no está disponible en plataformas WebAssembly "
44
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulta :ref:`wasm-availability` "
45
+ "para obtener más información."
41
46
42
47
#: ../Doc/library/getpass.rst:17
43
48
msgid "The :mod:`getpass` module provides two functions:"
0 commit comments