1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
3
+ # Maintained by the python-doc-es workteam.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
- "Language-Team : python-doc-es\n "
12
+ "PO-Revision-Date : 2020-09-05 19:38-0300\n "
16
13
"MIME-Version : 1.0\n "
17
14
"Content-Type : text/plain; charset=UTF-8\n "
18
15
"Content-Transfer-Encoding : 8bit\n "
16
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
17
+ "Last-Translator : Federico Jurío <fdjurio@gmail.com>\n "
18
+ "Language-Team : python-doc-es\n "
19
+ "Language : es\n "
20
+ "X-Generator : Poedit 2.4.1\n "
19
21
20
22
#: ../Doc/library/getpass.rst:2
21
23
msgid ":mod:`getpass` --- Portable password input"
22
- msgstr ""
24
+ msgstr ":mod:`getpass` --- Entrada de contraseña portátil "
23
25
24
26
#: ../Doc/library/getpass.rst:11
25
27
msgid "**Source code:** :source:`Lib/getpass.py`"
26
- msgstr ""
28
+ msgstr "**Código fuente:** :source:`Lib/getpass.py` "
27
29
28
30
#: ../Doc/library/getpass.rst:15
29
31
msgid "The :mod:`getpass` module provides two functions:"
30
- msgstr ""
32
+ msgstr "El módulo :mod:`getpass` proporciona dos funciones: "
31
33
32
34
#: ../Doc/library/getpass.rst:20
33
35
msgid ""
@@ -38,27 +40,40 @@ msgid ""
38
40
"dev/tty`) or if that is unavailable to ``sys.stderr`` (this argument is "
39
41
"ignored on Windows)."
40
42
msgstr ""
43
+ "Solicita al usuario una contraseña sin hacer eco. Se solicita al usuario "
44
+ "mediante la cadena *prompt*, que por defecto es ``'Password: '``. En Unix, "
45
+ "el indicador se escribe en el objeto similar a un archivo *stream* usando el "
46
+ "controlador de errores de reemplazo si es necesario. *stream* toma por "
47
+ "defecto el terminal de control (:file:`/dev/tty`) o si no está disponible "
48
+ "para ``sys.stderr`` (este argumento se ignora en Windows)."
41
49
42
50
#: ../Doc/library/getpass.rst:27
43
51
msgid ""
44
52
"If echo free input is unavailable getpass() falls back to printing a warning "
45
53
"message to *stream* and reading from ``sys.stdin`` and issuing a :exc:"
46
54
"`GetPassWarning`."
47
55
msgstr ""
56
+ "Si la entrada sin *echo* no está disponible, getpass() recurre a imprimir un "
57
+ "mensaje de advertencia en *stream* y leer de ``sys.stdin`` y lanza un :exc:"
58
+ "`GetPassWarning`."
48
59
49
60
#: ../Doc/library/getpass.rst:32
50
61
msgid ""
51
62
"If you call getpass from within IDLE, the input may be done in the terminal "
52
63
"you launched IDLE from rather than the idle window itself."
53
64
msgstr ""
65
+ "Si llama a getpass desde IDLE, la entrada puede realizarse en la terminal "
66
+ "desde la que inició IDLE en lugar de en la ventana inactiva en sí."
54
67
55
68
#: ../Doc/library/getpass.rst:37
56
69
msgid "A :exc:`UserWarning` subclass issued when password input may be echoed."
57
70
msgstr ""
71
+ "Una subclase :exc:`UserWarning` lanzada cuando la entrada de la contraseña "
72
+ "puede repetirse."
58
73
59
74
#: ../Doc/library/getpass.rst:42
60
75
msgid "Return the \" login name\" of the user."
61
- msgstr ""
76
+ msgstr "Retorna el \" nombre de inicio de sesión \" del usuario. "
62
77
63
78
#: ../Doc/library/getpass.rst:44
64
79
msgid ""
@@ -68,8 +83,15 @@ msgid ""
68
83
"the login name from the password database is returned on systems which "
69
84
"support the :mod:`pwd` module, otherwise, an exception is raised."
70
85
msgstr ""
86
+ "Esta función verifica las variables de entorno :envvar:`LOGNAME`, :envvar:"
87
+ "`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, en orden, y retorna el valor "
88
+ "del primero que se establece en un cadena no vacía. Si no se establece "
89
+ "ninguno, el nombre de inicio de sesión de la base de datos de contraseñas se "
90
+ "retorna en los sistemas que admiten el módulo :mod:`pwd`; de lo contrario, "
91
+ "se lanza una excepción."
71
92
72
93
#: ../Doc/library/getpass.rst:51
73
94
msgid ""
74
95
"In general, this function should be preferred over :func:`os.getlogin()`."
75
96
msgstr ""
97
+ "En general, esta función debería preferirse respecto a :func:`os.getlogin()`."
0 commit comments