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

Skip to content

Traducción whatsnew/2.6.po - wip #1225

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 10 commits into from
Oct 1, 2021
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 pospell
  • Loading branch information
cacrespo committed Sep 27, 2021
commit d9dc30772e3092b43bd463935477b729de9a0a6e
7 changes: 7 additions & 0 deletions dictionaries/whatsnew_2.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bland
contextlib
Neal
Norwitz
rediseño
Stellenbosch
xxx
10 changes: 5 additions & 5 deletions whatsnew/2.6.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: 2021-07-04 18:19-0300\n"
"PO-Revision-Date: 2021-09-27 13:55-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -653,7 +653,7 @@ msgstr ""
"todos los cambios se escriben en la base de datos, o deshacerse, lo que "
"significa que todos los cambios se descartan y la base de datos no ha "
"cambiado. Consulte cualquier libro de texto de base de datos para obtener "
"más información)."
"más información.)"

#: ../Doc/whatsnew/2.6.rst:372
msgid ""
Expand Down Expand Up @@ -763,7 +763,7 @@ msgid ""
"lock::"
msgstr ""
"El módulo :mod:`contextlib` también tiene una función ``nested(mgr1, "
"mgr2, ...)``que combina varios gestores de contexto para que no necesite "
"mgr2, ...)`` que combina varios gestores de contexto para que no necesite "
"escribir sentencias ':keyword:`with`' anidadas. En este ejemplo, se utiliza "
"una única sentencia ':keyword:`!with`' que inicia una transacción de base de "
"datos y adquiere un bloqueo del hilo::"
Expand Down Expand Up @@ -901,7 +901,7 @@ msgid ""
"option or setting the :envvar:`PYTHONNOUSERSITE` environment variable."
msgstr ""
"La característica se puede desactivar por completo ejecutando Python con la "
"opción :option:`-s` o seteando la variable de entorno :envvar:"
"opción :option:`-s` o *seteando* la variable de entorno :envvar:"
"`PYTHONNOUSERSITE`."

#: ../Doc/whatsnew/2.6.rst:552
Expand Down Expand Up @@ -1068,7 +1068,7 @@ msgstr ""

#: ../Doc/whatsnew/2.6.rst:737
msgid "Curly brackets can be escaped by doubling them::"
msgstr "Las llaves se pueden escapar duplicándolas::"
msgstr "Las llaves se pueden escapar duplicándose::"

#: ../Doc/whatsnew/2.6.rst:742
msgid ""
Expand Down