From 54218160994d3870af05ff5d6dcc853b626b2a53 Mon Sep 17 00:00:00 2001 From: Carlos AlMa Date: Wed, 9 Nov 2022 23:14:49 +0100 Subject: [PATCH 1/5] =?UTF-8?q?Traducci=C3=B3n=20archivo=20library/nis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/nis.po | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/library/nis.po b/library/nis.po index 81d5e77f32..83b6133526 100644 --- a/library/nis.po +++ b/library/nis.po @@ -11,13 +11,15 @@ 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 12:14+0200\n" -"Last-Translator: \n" +"PO-Revision-Date: 2022-11-09 23:02+0100\n" +"Last-Translator: Carlos AlMA\n" "Language-Team: python-doc-es\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.2.1\n" #: ../Doc/library/nis.rst:3 msgid ":mod:`nis` --- Interface to Sun's NIS (Yellow Pages)" @@ -28,25 +30,27 @@ msgid "" "The :mod:`nis` module is deprecated (see :pep:`PEP 594 <594#nis>` for " "details)." msgstr "" +"El módulo :mod:`nis` está obsoleto (consulte :pep:``PEP 594 <594#nis>`` para " +"obtener más información)." #: ../Doc/library/nis.rst:19 msgid "" "The :mod:`nis` module gives a thin wrapper around the NIS library, useful " "for central administration of several hosts." msgstr "" -"El modulo :mod:`nis` da una envoltura alrededor de la biblioteca NIS, útil " -"para la administración central de varios hosts." +"El módulo :mod:`nis` proporciona un envoltorio ligero para la biblioteca " +"NIS, que resulta útil para la administración centralizada de varios hosts." #: ../Doc/library/nis.rst:22 msgid "" "Because NIS exists only on Unix systems, this module is only available for " "Unix." msgstr "" -"Debido a que la NIS sólo existe en sistemas Unix, este módulo sólo está " +"Debido a que NIS sólo existe en sistemas Unix, este módulo sólo está " "disponible para Unix." msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`disponibilidad `: no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" @@ -54,6 +58,9 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"Este módulo no funciona o no está disponible en las plataformas WebAssembly " +"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` " +"para obtener más información." #: ../Doc/library/nis.rst:26 msgid "The :mod:`nis` module defines the following functions:" @@ -66,10 +73,10 @@ msgid "" "Return value is an arbitrary array of bytes (may contain ``NULL`` and other " "joys)." msgstr "" -"Retorna la coincidencia para *key* en el mapa *mapname*, o retorna un error " -"(:exc:`nis.error`) si es none. Ambas deben ser cadenas, *key* es 8 bits " +"Retorna la coincidencia para *key* en el mapa *mapname*, o genera un error (:" +"exc:`nis.error`) si es none. Ambas deben ser cadenas, *key* es de 8 bits " "limpios. El valor de retorno es un array arbitrario de bytes (puede contener " -"``NULL`` y otros placeres)." +"``NULL`` y otras sutilezas)." #: ../Doc/library/nis.rst:36 ../Doc/library/nis.rst:48 msgid "Note that *mapname* is first checked if it is an alias to another name." @@ -103,7 +110,7 @@ msgstr "Retorna una lista de todos los mapas válidos." #: ../Doc/library/nis.rst:64 msgid "Return the system default NIS domain." -msgstr "Retorna el dominio NIS por defecto del sistema." +msgstr "Retorna el dominio NIS predeterminado del sistema." #: ../Doc/library/nis.rst:67 msgid "The :mod:`nis` module defines the following exception:" From f1587d5bea0220ed0a4d657e0c0b3419d684fa64 Mon Sep 17 00:00:00 2001 From: Carlos AlMa Date: Wed, 9 Nov 2022 23:43:55 +0100 Subject: [PATCH 2/5] =?UTF-8?q?Traducci=C3=B3n=20archivo=20library/nis=20(?= =?UTF-8?q?correcci=C3=B3n=20may=C3=BAsculas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/nis.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/nis.po b/library/nis.po index 83b6133526..2e732c5ad9 100644 --- a/library/nis.po +++ b/library/nis.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-09 23:02+0100\n" +"PO-Revision-Date: 2022-11-09 23:40+0100\n" "Last-Translator: Carlos AlMA\n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -50,7 +50,7 @@ msgstr "" "disponible para Unix." msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr ":ref:`disponibilidad `: no Emscripten, no WASI." +msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" From ee8289f735d2a9ab48fb62f9f751aa19f0786e45 Mon Sep 17 00:00:00 2001 From: Carlos AlMa Date: Thu, 10 Nov 2022 20:05:49 +0100 Subject: [PATCH 3/5] Recuperar referencia --- library/nis.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/nis.po b/library/nis.po index 2e732c5ad9..1a07efffed 100644 --- a/library/nis.po +++ b/library/nis.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-09 23:40+0100\n" +"PO-Revision-Date: 2022-11-10 20:00+0100\n" "Last-Translator: Carlos AlMA\n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -50,7 +50,7 @@ msgstr "" "disponible para Unix." msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." +msgstr ":ref:`Availability `:no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" From 7fb2a756295c513918460c5062732d37683a00ce Mon Sep 17 00:00:00 2001 From: Carlos AlMa Date: Thu, 10 Nov 2022 21:07:30 +0100 Subject: [PATCH 4/5] Recuperar referencia (2) --- library/nis.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/nis.po b/library/nis.po index 1a07efffed..d98972b3ab 100644 --- a/library/nis.po +++ b/library/nis.po @@ -50,7 +50,7 @@ msgstr "" "disponible para Unix." msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr ":ref:`Availability `:no Emscripten, no WASI." +msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" From 53860ffffdd79490f09e4fae8ba3ed308b8a061c Mon Sep 17 00:00:00 2001 From: Carlos AlMa Date: Thu, 10 Nov 2022 22:42:36 +0100 Subject: [PATCH 5/5] availability --- library/nis.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/nis.po b/library/nis.po index d98972b3ab..b061224ad6 100644 --- a/library/nis.po +++ b/library/nis.po @@ -11,8 +11,8 @@ 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-10 20:00+0100\n" -"Last-Translator: Carlos AlMA\n" +"PO-Revision-Date: 2022-11-10 22:16+0100\n" +"Last-Translator: Carlos AlMA \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -49,6 +49,7 @@ msgstr "" "Debido a que NIS sólo existe en sistemas Unix, este módulo sólo está " "disponible para Unix." +#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI."