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

Skip to content

Commit 9adf6f5

Browse files
author
G0erman
committed
12%
1 parent a01739c commit 9adf6f5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

library/sqlite3.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-05-24 19:52-0500\n"
14+
"PO-Revision-Date: 2020-05-26 19:02-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -198,17 +198,23 @@ msgstr ""
198198
#: ../Doc/library/sqlite3.rst:137
199199
msgid "The version number of the run-time SQLite library, as a string."
200200
msgstr ""
201+
"El número de versión de la librería SQLite en tiempo de ejecución, como un "
202+
"string."
201203

202204
#: ../Doc/library/sqlite3.rst:142
203205
msgid ""
204206
"The version number of the run-time SQLite library, as a tuple of integers."
205207
msgstr ""
208+
"El número de versión de la librería SQLite en tiempo de ejecución, como una "
209+
"tupla de enteros."
206210

207211
#: ../Doc/library/sqlite3.rst:147 ../Doc/library/sqlite3.rst:160
208212
msgid ""
209213
"This constant is meant to be used with the *detect_types* parameter of the :"
210214
"func:`connect` function."
211215
msgstr ""
216+
"Esta constante se usa con el parámetro *detect_types* de la función :func:"
217+
"`connect`."
212218

213219
#: ../Doc/library/sqlite3.rst:150
214220
msgid ""
@@ -219,6 +225,12 @@ msgid ""
219225
"look into the converters dictionary and use the converter function "
220226
"registered for that type there."
221227
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."
222234

223235
#: ../Doc/library/sqlite3.rst:163
224236
msgid ""

0 commit comments

Comments
 (0)