8000 Traducido archivo library/hashlib · Pull Request #2301 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo library/hashlib #2301

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 18 commits into from Feb 12, 2023
Merged
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/hashlib
  • Loading branch information
srmorita committed Feb 2, 2023
commit 8e9cf7b70b03a158e4154bba4d2edb6693a13f01
11 changes: 7 additions & 4 deletions library/hashlib.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-12-15 11:16+0800\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language: es\n"
"PO-Revision-Date: 2023-02-02 15:18-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/hashlib.rst:2
msgid ":mod:`hashlib` --- Secure hashes and message digests"
Expand Down Expand Up @@ -348,6 +349,8 @@ msgstr ""
msgid ""
"Return a digest object that has been updated with contents of file object."
msgstr ""
"Retorna un objeto digest que ha sido actualizado con el contenido del objeto "
"file."

#: ../Doc/library/hashlib.rst:239
msgid ""
Expand Down
0