@@ -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-05-24 19:52 -0500\n "
14
+ "PO-Revision-Date : 2020-05-26 19:02 -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 "
@@ -198,17 +198,23 @@ msgstr ""
198
198
#: ../Doc/library/sqlite3.rst:137
199
199
msgid "The version number of the run-time SQLite library, as a string."
200
200
msgstr ""
201
+ "El número de versión de la librería SQLite en tiempo de ejecución, como un "
202
+ "string."
201
203
202
204
#: ../Doc/library/sqlite3.rst:142
203
205
msgid ""
204
206
"The version number of the run-time SQLite library, as a tuple of integers."
205
207
msgstr ""
208
+ "El número de versión de la librería SQLite en tiempo de ejecución, como una "
209
+ "tupla de enteros."
206
210
207
211
#: ../Doc/library/sqlite3.rst:147 ../Doc/library/sqlite3.rst:160
208
212
msgid ""
209
213
"This constant is meant to be used with the *detect_types* parameter of the :"
210
214
"func:`connect` function."
211
215
msgstr ""
216
+ "Esta constante se usa con el parámetro *detect_types* de la función :func:"
217
+ "`connect`."
212
218
213
219
#: ../Doc/library/sqlite3.rst:150
214
220
msgid ""
@@ -219,6 +225,12 @@ msgid ""
219
225
"look into the converters dictionary and use the converter function "
220
226
"registered for that type there."
221
227
msgstr ""
228
+ "Configurarla hace que el módulo :mod:`sqlite3` analice el tipo declarado "
229
+ "para cada columna que devuelve. Este convertira la primera palabra del tipo "
230
+ "declarado, es decir, para *\" integer primary key\" *, será convertido a *"
231
+ "\" integer\" *, o para \" *number(10)*\" será convertido a \" *number*\" . "
232
+ "Entonces para esa columna, revisará el diccionario de conversiones y usará "
233
+ "la función de conversión registrada para ese tipo."
222
234
223
235
#: ../Doc/library/sqlite3.rst:163
224
236
msgid ""
0 commit comments