Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traduccion Archivo warnings.po #329

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 20 commits into from
Jun 10, 2020
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
Prev Previous commit
Next Next commit
Fix Translation/Add Words Dict
  • Loading branch information
gomezgleonardob committed May 23, 2020
commit 1d89328ddff54f2a07eb0672ddcdc1cb995e1744
2 changes: 1 addition & 1 deletion dict
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Paul
Perl
Phil
Pillow
Powershell
PowerShell
PyFLTK
PyGtk
PyQt
Expand Down
8 changes: 4 additions & 4 deletions library/warnings.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-05-23 16:16-0500\n"
"PO-Revision-Date: 2020-05-23 16:37-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -436,9 +436,9 @@ msgid ""
"Since the :exc:`Warning` class is derived from the built-in :exc:`Exception` "
"class, to turn a warning into an error we simply raise ``category(message)``."
msgstr ""
"Como la clase :exc:`Warning`se deriva de la clase :exc:"
"`Exception`incorporada, para convertir una advertencia en un error "
"simplemente elevamos la ``category(message)``."
"Como la clase :exc:`Warning` se deriva de la clase :exc:`Excepción` "
"incorporada, para convertir una advertencia en un error simplemente elevamos "
"la ``category(message)``."

#: ../Doc/library/warnings.rst:172
msgid ""
Expand Down