Skip to content

Commit 6618d0f

Browse files
committed
80%: Adaptadores auto adaptables
1 parent 7a20a72 commit 6618d0f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

library/sqlite3.po

Lines changed: 10 additions & 2 deletions
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-10-06 22:07-0500\n"
14+
"PO-Revision-Date: 2020-10-07 16:14-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1437,13 +1437,15 @@ msgstr ""
14371437

14381438
#: ../Doc/library/sqlite3.rst:921
14391439
msgid "Letting your object adapt itself"
1440-
msgstr ""
1440+
msgstr "Permitiéndole al objeto auto adaptarse"
14411441

14421442
#: ../Doc/library/sqlite3.rst:923
14431443
msgid ""
14441444
"This is a good approach if you write the class yourself. Let's suppose you "
14451445
"have a class like this::"
14461446
msgstr ""
1447+
"Este es un buen enfoque si uno mismo escríbe la clase. Vamos a suponer que "
1448+
"se tiene una clase como esta::"
14471449

14481450
#: ../Doc/library/sqlite3.rst:930
14491451
msgid ""
@@ -1454,6 +1456,12 @@ msgid ""
14541456
"protocol)`` which must return the converted value. The parameter *protocol* "
14551457
"will be :class:`PrepareProtocol`."
14561458
msgstr ""
1459+
"Ahora se quiere almacenar el punto en una columna SQLite. Primero se debe "
1460+
"elegir un tipo de los soportados para representar el punto. Se va a usar "
1461+
"cadena de texto separando las coordenadas usando un punto y coma. Luego se "
1462+
"necesita proveer a la clase el método ``__conform__(self, protocol)`` el "
1463+
"cuál deberá retornar el valor convertido. El parámetro *protocol* será :"
1464+
"class:`PrepareProtocol`."
14571465

14581466
#: ../Doc/library/sqlite3.rst:940
14591467
msgid "Registering an adapter callable"

0 commit comments

Comments
 (0)