Skip to content

Commit 5866c23

Browse files
authored
Traduccion archivo library/syslog.po (#2227)
close #2042
1 parent c9232cd commit 5866c23

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

library/syslog.po

+15-6
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-10-06 20:45+0200\n"
14+
"PO-Revision-Date: 2022-11-25 12:57-0300\n"
1515
"Last-Translator: Javier Artiga Garijo <jartigag@protonmail.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/syslog.rst:2
2526
msgid ":mod:`syslog` --- Unix syslog library routines"
@@ -46,15 +47,19 @@ msgstr ""
4647
"`logging.handlers` está disponible :class:`SysLogHandler`, una biblioteca en "
4748
"Python puro que puede comunicarse con un servidor syslog."
4849

50+
#, fuzzy
4951
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
50-
msgstr ""
52+
msgstr ":ref:`Availability <availability>`: ni Emscripten, ni WASI."
5153

5254
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
5355
msgid ""
5456
"This module does not work or is not available on WebAssembly platforms "
5557
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
5658
"more information."
5759
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."
5863

5964
#: ../Doc/library/syslog.rst:20
6065
msgid "The module defines the following functions:"
@@ -78,13 +83,12 @@ msgstr ""
7883
"func:`openlog`."
7984

8085
#: ../Doc/library/syslog.rst:33
81-
#, fuzzy
8286
msgid ""
8387
"If :func:`openlog` has not been called prior to the call to :func:`syslog`, :"
8488
"func:`openlog` will be called with no arguments."
8589
msgstr ""
8690
"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."
8892

8993
#: ../Doc/library/syslog.rst:45
9094
msgid ""
@@ -100,6 +104,9 @@ msgid ""
100104
"it wasn't called prior to the call to :func:`syslog`, deferring to the "
101105
"syslog implementation to call ``openlog()``."
102106
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()``."
103110

104111
#: ../Doc/library/syslog.rst:46
105112
msgid ""
@@ -142,6 +149,8 @@ msgid ""
142149
"In previous versions, keyword arguments were not allowed, and *ident* was "
143150
"required."
144151
msgstr ""
152+
"En versiones anteriores, argumentos por palabras llave no eran permitidos, y "
153+
"la *ident* era obligatoria."
145154

146155
#: ../Doc/library/syslog.rst:66
147156
msgid ""

0 commit comments

Comments
 (0)