@@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14- "PO-Revision-Date : 2020-10-03 10:40 -0500\n "
14+ "PO-Revision-Date : 2020-10-04 16:09 -0500\n "
1515"Language-Team : python-doc-es\n "
1616"MIME-Version : 1.0\n "
1717"Content-Type : text/plain; charset=UTF-8\n "
@@ -877,29 +877,36 @@ msgstr "Disponibilidad: SQLite 3.6.11 o superior"
877877
878878#: ../Doc/library/sqlite3.rst:602
879879msgid "Cursor Objects"
880- msgstr ""
880+ msgstr "Objetos Cursor "
881881
882882#: ../Doc/library/sqlite3.rst:606
883883msgid "A :class:`Cursor` instance has the following attributes and methods."
884- msgstr ""
884+ msgstr "Una instancia de :class:`Cursor` tiene los siguientes atributos y métodos. "
885885
886886#: ../Doc/library/sqlite3.rst:613
887887msgid ""
888888"Executes an SQL statement. The SQL statement may be parameterized (i. e. placeholders "
889889"instead of SQL literals). The :mod:`sqlite3` module supports two kinds of placeholders: "
890890"question marks (qmark style) and named placeholders (named style)."
891891msgstr ""
892+ "Ejecuta una sentencia SQL. La sentencia SQL puede estar parametrizada (es decir "
893+ "marcadores en lugar de literales SQL). El módulo :mod:`sqlite3` soporta dos tipos de "
894+ "marcadores: signos de interrogación (estilo *qmark*) y marcadores nombrados (estilo "
895+ "*nombrado*)."
892896
893897#: ../Doc/library/sqlite3.rst:618
894898msgid "Here's an example of both styles:"
895- msgstr ""
899+ msgstr "Acá esta un ejemplo con los dos estilos: "
896900
897901#: ../Doc/library/sqlite3.rst:622
898902msgid ""
899903":meth:`execute` will only execute a single SQL statement. If you try to execute more than "
900904"one statement with it, it will raise a :exc:`.Warning`. Use :meth:`executescript` if you "
901905"want to execute multiple SQL statements with one call."
902906msgstr ""
907+ ":meth:`execute` solo ejecutará una única sentencia SQL. Si se trata de ejecutar más de "
908+ "una sentencia con el, lanzará un :exc:`.Warning`. Usar :meth:`executescript` si se quiere "
909+ "ejecutar múltiples sentencias SQL con una llamada."
903910
904911#: ../Doc/library/sqlite3.rst:630
905912msgid ""
0 commit comments