@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -877,29 +877,36 @@ msgstr "Disponibilidad: SQLite 3.6.11 o superior"
877
877
878
878
#: ../Doc/library/sqlite3.rst:602
879
879
msgid "Cursor Objects"
880
- msgstr ""
880
+ msgstr "Objetos Cursor "
881
881
882
882
#: ../Doc/library/sqlite3.rst:606
883
883
msgid "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. "
885
885
886
886
#: ../Doc/library/sqlite3.rst:613
887
887
msgid ""
888
888
"Executes an SQL statement. The SQL statement may be parameterized (i. e. placeholders "
889
889
"instead of SQL literals). The :mod:`sqlite3` module supports two kinds of placeholders: "
890
890
"question marks (qmark style) and named placeholders (named style)."
891
891
msgstr ""
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*)."
892
896
893
897
#: ../Doc/library/sqlite3.rst:618
894
898
msgid "Here's an example of both styles:"
895
- msgstr ""
899
+ msgstr "Acá esta un ejemplo con los dos estilos: "
896
900
897
901
#: ../Doc/library/sqlite3.rst:622
898
902
msgid ""
899
903
":meth:`execute` will only execute a single SQL statement. If you try to execute more than "
900
904
"one statement with it, it will raise a :exc:`.Warning`. Use :meth:`executescript` if you "
901
905
"want to execute multiple SQL statements with one call."
902
906
msgstr ""
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."
903
910
904
911
#: ../Doc/library/sqlite3.rst:630
905
912
msgid ""
0 commit comments