@@ -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-06 19:36 -0500\n "
14
+ "PO-Revision-Date : 2020-10-06 21:24 -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 "
@@ -1302,7 +1302,7 @@ msgstr ""
1302
1302
"datos y no necesariamente bajo el control del programador, e.g. ocurre una "
1303
1303
"desconexión inesperada, el nombre de la fuente de datos no es encontrado, "
1304
1304
"una transacción no pudo ser procesada, etc. Es una subclase de :exc:"
1305
- "`` DatabaseError`."
1305
+ "`DatabaseError`."
1306
1306
1307
1307
#: ../Doc/library/sqlite3.rst:850
1308
1308
msgid ""
@@ -1318,78 +1318,83 @@ msgstr ""
1318
1318
1319
1319
#: ../Doc/library/sqlite3.rst:859
1320
1320
msgid "SQLite and Python types"
1321
- msgstr ""
1321
+ msgstr "SQLite y tipos de Python "
1322
1322
1323
1323
#: ../Doc/library/sqlite3.rst:863
1324
1324
msgid "Introduction"
1325
- msgstr ""
1325
+ msgstr "Introducción "
1326
1326
1327
1327
#: ../Doc/library/sqlite3.rst:865
1328
1328
msgid ""
1329
1329
"SQLite natively supports the following types: ``NULL``, ``INTEGER``, "
1330
1330
"``REAL``, ``TEXT``, ``BLOB``."
1331
1331
msgstr ""
1332
+ "SQLite soporta nativamente los siguientes tipos: ``NULL``, ``INTEGER``, "
1333
+ "``REAL``, ``TEXT``, ``BLOB``."
1332
1334
1333
1335
#: ../Doc/library/sqlite3.rst:868
1334
1336
msgid ""
1335
1337
"The following Python types can thus be sent to SQLite without any problem:"
1336
1338
msgstr ""
1339
+ "Los siguientes tipos de Python se pueden enviar a SQLite sin problema alguno:"
1337
1340
1338
1341
#: ../Doc/library/sqlite3.rst:871 ../Doc/library/sqlite3.rst:888
1339
1342
msgid "Python type"
1340
- msgstr ""
1343
+ msgstr "Tipo de Python "
1341
1344
1342
1345
#: ../Doc/library/sqlite3.rst:871 ../Doc/library/sqlite3.rst:888
1343
1346
msgid "SQLite type"
1344
- msgstr ""
1347
+ msgstr "Tipo de SQLite "
1345
1348
1346
1349
#: ../Doc/library/sqlite3.rst:873 ../Doc/library/sqlite3.rst:890
1347
1350
msgid ":const:`None`"
1348
- msgstr ""
1351
+ msgstr ":const:`None` "
1349
1352
1350
1353
#: ../Doc/library/sqlite3.rst:873 ../Doc/library/sqlite3.rst:890
1351
1354
msgid "``NULL``"
1352
- msgstr ""
1355
+ msgstr "``NULL`` "
1353
1356
1354
1357
#: ../Doc/library/sqlite3.rst:875 ../Doc/library/sqlite3.rst:892
1355
1358
msgid ":class:`int`"
1356
- msgstr ""
1359
+ msgstr ":class:`int` "
1357
1360
1358
1361
#: ../Doc/library/sqlite3.rst:875 ../Doc/library/sqlite3.rst:892
1359
1362
msgid "``INTEGER``"
1360
- msgstr ""
1363
+ msgstr "``INTEGER`` "
1361
1364
1362
1365
#: ../Doc/library/sqlite3.rst:877 ../Doc/library/sqlite3.rst:894
1363
1366
msgid ":class:`float`"
1364
- msgstr ""
1367
+ msgstr ":class:`float` "
1365
1368
1366
1369
#: ../Doc/library/sqlite3.rst:877 ../Doc/library/sqlite3.rst:894
1367
1370
msgid "``REAL``"
1368
- msgstr ""
1371
+ msgstr "``REAL`` "
1369
1372
1370
1373
#: ../Doc/library/sqlite3.rst:879
1371
1374
msgid ":class:`str`"
1372
- msgstr ""
1375
+ msgstr ":class:`str` "
1373
1376
1374
1377
#: ../Doc/library/sqlite3.rst:879 ../Doc/library/sqlite3.rst:896
1375
1378
msgid "``TEXT``"
1376
- msgstr ""
1379
+ msgstr "``TEXT`` "
1377
1380
1378
1381
#: ../Doc/library/sqlite3.rst:881 ../Doc/library/sqlite3.rst:899
1379
1382
msgid ":class:`bytes`"
1380
- msgstr ""
1383
+ msgstr ":class:`bytes` "
1381
1384
1382
1385
#: ../Doc/library/sqlite3.rst:881 ../Doc/library/sqlite3.rst:899
1383
1386
msgid "``BLOB``"
1384
- msgstr ""
1387
+ msgstr "``BLOB`` "
1385
1388
1386
1389
#: ../Doc/library/sqlite3.rst:885
1387
1390
msgid "This is how SQLite types are converted to Python types by default:"
1388
1391
msgstr ""
1392
+ "De esta forma es como los tipos SQLite son convertidos a tipos de Python por "
1393
+ "defecto:"
1389
1394
1390
1395
#: ../Doc/library/sqlite3.rst:896
1391
1396
msgid "depends on :attr:`~Connection.text_factory`, :class:`str` by default"
1392
- msgstr ""
1397
+ msgstr "depende de :attr:`~Connection.text_factory`, por defecto :class:`str` "
1393
1398
1394
1399
#: ../Doc/library/sqlite3.rst:902
1395
1400
msgid ""
@@ -1398,6 +1403,10 @@ msgid ""
1398
1403
"adaptation, and you can let the :mod:`sqlite3` module convert SQLite types "
1399
1404
"to different Python types via converters."
1400
1405
msgstr ""
1406
+ "El sistema de tipos del módulo :mod:`sqlite3` es extensible en dos formas: "
1407
+ "se puede almacenar tipos de Python adicionales en una base de datos SQLite "
1408
+ "vía adaptación de objetos, y se puede permitir que el módulo :mod:`sqlite3` "
1409
+ "convierta tipos SQLite a diferentes tipos de Python vía convertidores."
1401
1410
1402
1411
#: ../Doc/library/sqlite3.rst:909
1403
1412
msgid "Using adapters to store additional Python types in SQLite databases"
0 commit comments