From 665689864477a32d4f832e516533df624b21e00a Mon Sep 17 00:00:00 2001 From: alfareiza Date: Fri, 25 Nov 2022 11:30:58 -0300 Subject: [PATCH 1/2] Traduccion archivo library/syslog.po --- library/syslog.po | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/library/syslog.po b/library/syslog.po index a2da216297..07b1a99d9e 100644 --- a/library/syslog.po +++ b/library/syslog.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2020-10-06 20:45+0200\n" +"PO-Revision-Date: 2022-11-25 11:14-0300\n" "Last-Translator: Javier Artiga Garijo \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/syslog.rst:2 msgid ":mod:`syslog` --- Unix syslog library routines" @@ -47,7 +48,7 @@ msgstr "" "Python puro que puede comunicarse con un servidor syslog." msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`Availability `: ni Emscripten, ni WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" @@ -55,6 +56,9 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"Este modulo no funciona o no está disponible para plataformas WebAssembly " +"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` " +"para más información." #: ../Doc/library/syslog.rst:20 msgid "The module defines the following functions:" @@ -78,13 +82,12 @@ msgstr "" "func:`openlog`." #: ../Doc/library/syslog.rst:33 -#, fuzzy msgid "" "If :func:`openlog` has not been called prior to the call to :func:`syslog`, :" "func:`openlog` will be called with no arguments." msgstr "" "Si :func:`openlog` no se ha llamado antes de la llamada a :func:`syslog`, " -"``openlog()`` se llamará sin argumentos." +"entonces :func:`openlog` se llamará sin argumentos." #: ../Doc/library/syslog.rst:45 msgid "" @@ -100,6 +103,9 @@ msgid "" "it wasn't called prior to the call to :func:`syslog`, deferring to the " "syslog implementation to call ``openlog()``." msgstr "" +"En versiones anteriores, :func:`openlog` no sería llamado automáticamente si " +"no fuera un llamado previo de la llamada a la función :func:`syslog`, " +"postergando la implementación de syslog para llamar a ``openlog()``." #: ../Doc/library/syslog.rst:46 msgid "" @@ -142,6 +148,8 @@ msgid "" "In previous versions, keyword arguments were not allowed, and *ident* was " "required." msgstr "" +"En versiones anteriores, argumentos por palabras llave no eran permitidos, y " +"la *ident* era obligatoria." #: ../Doc/library/syslog.rst:66 msgid "" From 611565e092896310753fa1889013b74381a0e9fa Mon Sep 17 00:00:00 2001 From: alfareiza Date: Fri, 25 Nov 2022 12:58:17 -0300 Subject: [PATCH 2/2] Estableciendo la parte del texto donde se encuentra availability --- library/syslog.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/syslog.po b/library/syslog.po index 07b1a99d9e..7d4efe7531 100644 --- a/library/syslog.po +++ b/library/syslog.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2022-11-25 11:14-0300\n" +"PO-Revision-Date: 2022-11-25 12:57-0300\n" "Last-Translator: Javier Artiga Garijo \n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -47,6 +47,7 @@ msgstr "" "`logging.handlers` está disponible :class:`SysLogHandler`, una biblioteca en " "Python puro que puede comunicarse con un servidor syslog." +#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Availability `: ni Emscripten, ni WASI."