@@ -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-10-06 20:45+0200 \n "
14
+ "PO-Revision-Date : 2022-11-25 12:57-0300 \n "
15
15
"Last-Translator : Javier Artiga Garijo <jartigag@protonmail.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/syslog.rst:2
25
26
msgid ":mod:`syslog` --- Unix syslog library routines"
@@ -46,15 +47,19 @@ msgstr ""
46
47
"`logging.handlers` está disponible :class:`SysLogHandler`, una biblioteca en "
47
48
"Python puro que puede comunicarse con un servidor syslog."
48
49
50
+ #, fuzzy
49
51
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
50
- msgstr ""
52
+ msgstr ":ref:`Availability <availability>`: ni Emscripten, ni WASI. "
51
53
52
54
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
53
55
msgid ""
54
56
"This module does not work or is not available on WebAssembly platforms "
55
57
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
56
58
"more information."
57
59
msgstr ""
60
+ "Este modulo no funciona o no está disponible para plataformas WebAssembly "
61
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
62
+ "para más información."
58
63
59
64
#: ../Doc/library/syslog.rst:20
60
65
msgid "The module defines the following functions:"
@@ -78,13 +83,12 @@ msgstr ""
78
83
"func:`openlog`."
79
84
80
85
#: ../Doc/library/syslog.rst:33
81
- #, fuzzy
82
86
msgid ""
83
87
"If :func:`openlog` has not been called prior to the call to :func:`syslog`, :"
84
88
"func:`openlog` will be called with no arguments."
85
89
msgstr ""
86
90
"Si :func:`openlog` no se ha llamado antes de la llamada a :func:`syslog`, "
87
- "`` openlog()` ` se llamará sin argumentos."
91
+ "entonces :func:` openlog` se llamará sin argumentos."
88
92
89
93
#: ../Doc/library/syslog.rst:45
90
94
msgid ""
@@ -100,6 +104,9 @@ msgid ""
100
104
"it wasn't called prior to the call to :func:`syslog`, deferring to the "
101
105
"syslog implementation to call ``openlog()``."
102
106
msgstr ""
107
+ "En versiones anteriores, :func:`openlog` no sería llamado automáticamente si "
108
+ "no fuera un llamado previo de la llamada a la función :func:`syslog`, "
109
+ "postergando la implementación de syslog para llamar a ``openlog()``."
103
110
104
111
#: ../Doc/library/syslog.rst:46
105
112
msgid ""
@@ -142,6 +149,8 @@ msgid ""
142
149
"In previous versions, keyword arguments were not allowed, and *ident* was "
143
150
"required."
144
151
msgstr ""
152
+ "En versiones anteriores, argumentos por palabras llave no eran permitidos, y "
153
+ "la *ident* era obligatoria."
145
154
146
155
#: ../Doc/library/syslog.rst:66
147
156
msgid ""
0 commit comments