Skip to content

Traducido archivo library/spwd #2248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Traducido archivo library/spwd
  • Loading branch information
srmorita committed Dec 23, 2022
commit 7857de978fb16811ec36c3d5a382d608a7328ccb
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,4 @@ Xavi Rambla Centellas (@xavirambla)
Yennifer Paola Herrera Ariza (@Yenniferh)
Yohanna Padrino (@Yo-hanaPR)
zejiran
Francisco Mora (@fmoradev)
16 changes: 11 additions & 5 deletions library/spwd.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2021-01-13 12:45-0300\n"
"Last-Translator: Francisco Mora <francisco.m.collao@gmail.com>\n"
"Language: es\n"
"PO-Revision-Date: 2022-12-23 12:15-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\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.2.2\n"

#: ../Doc/library/spwd.rst:2
msgid ":mod:`spwd` --- The shadow password database"
Expand All @@ -30,6 +31,8 @@ msgid ""
"The :mod:`spwd` module is deprecated (see :pep:`PEP 594 <594#spwd>` for "
"details and alternatives)."
msgstr ""
"El módulo :mod:`spwd` está obsoleto (consulte :pep:`PEP 594 <594#spwd>` para "
"más detalles y alternativas)."

#: ../Doc/library/spwd.rst:15
msgid ""
Expand All @@ -40,14 +43,17 @@ msgstr ""
"Unix. Está disponible en varias versiones de Unix."

msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ""
msgstr ":ref:`Availability <availability>`: no Emscripten, no WASI."

#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
msgid ""
"This module does not work or is not available on WebAssembly platforms "
"``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 más información."

#: ../Doc/library/spwd.rst:20
msgid ""
Expand Down