Skip to content

Commit 853ba88

Browse files
jdgc14cmaureir
andauthored
Traducido archivo library/getpass (#2189)
Closes #2047 Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent d4c1dd3 commit 853ba88

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

library/getpass.po

+9-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Federico Jurío <fdjurio@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/getpass.rst:2
2526
msgid ":mod:`getpass` --- Portable password input"
@@ -29,15 +30,19 @@ msgstr ":mod:`getpass` --- Entrada de contraseña portátil"
2930
msgid "**Source code:** :source:`Lib/getpass.py`"
3031
msgstr "**Código fuente:** :source:`Lib/getpass.py`"
3132

33+
#, fuzzy
3234
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
33-
msgstr ""
35+
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."
3436

3537
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
3638
msgid ""
3739
"This module does not work or is not available on WebAssembly platforms "
3840
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
3941
"more information."
4042
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."
4146

4247
#: ../Doc/library/getpass.rst:17
4348
msgid "The :mod:`getpass` module provides two functions:"

0 commit comments

Comments
 (0)