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

Skip to content

Traduccion library/sqlite3 #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 99 commits into from
Nov 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
ce99ee4
Iniciando.
May 24, 2020
3fb419a
Create a database in disk or in memory
May 24, 2020
a01739c
Inicio con métodos y constantes
May 25, 2020
9adf6f5
12%
May 27, 2020
793473f
15%
May 27, 2020
45ca2ce
19% Finishing Class connect, i. e. latin expression used in spanish too
Jun 13, 2020
a2a021b
21%
Jun 19, 2020
8c02d2f
Update library/sqlite3.po
G0erman Jun 29, 2020
6ccede0
Update library/sqlite3.po
G0erman Jun 29, 2020
98af293
Update library/sqlite3.po
G0erman Jun 29, 2020
2e0e84a
Update library/sqlite3.po
G0erman Jun 29, 2020
aa29ade
Update library/sqlite3.po
G0erman Jun 29, 2020
d07a55f
Update library/sqlite3.po
G0erman Jun 29, 2020
fe006af
Update library/sqlite3.po
G0erman Jun 29, 2020
22e267f
Update library/sqlite3.po
G0erman Jun 29, 2020
b0b5246
Update library/sqlite3.po
G0erman Jun 29, 2020
c9cadc5
Update library/sqlite3.po
G0erman Jun 29, 2020
87c0fa3
Update library/sqlite3.po
G0erman Jun 29, 2020
77bc1f4
Update library/sqlite3.po
G0erman Jun 29, 2020
0c43455
Update library/sqlite3.po
G0erman Jun 29, 2020
832ade3
Update library/sqlite3.po
G0erman Jul 3, 2020
a765ada
Update library/sqlite3.po
G0erman Jul 3, 2020
9f5b6f4
Update library/sqlite3.po
G0erman Jul 3, 2020
13f709c
Update library/sqlite3.po
G0erman Jul 3, 2020
58bfd38
Update library/sqlite3.po
G0erman Jul 3, 2020
1e4d1ee
Update library/sqlite3.po
G0erman Jul 3, 2020
e6a57cd
Update library/sqlite3.po
G0erman Jul 3, 2020
6aba76b
Agregando recomendaciones del draft pull request
Aug 16, 2020
2eeef71
Update library/sqlite3.po
G0erman Aug 16, 2020
c3d7398
Update library/sqlite3.po
G0erman Aug 16, 2020
b9596cd
Update library/sqlite3.po
G0erman Aug 16, 2020
badb699
Update library/sqlite3.po
G0erman Aug 16, 2020
694e1c6
Update library/sqlite3.po
G0erman Aug 16, 2020
1fb3409
Update library/sqlite3.po
G0erman Aug 16, 2020
1fe0317
Update library/sqlite3.po
G0erman Aug 22, 2020
f9ddbe2
Update library/sqlite3.po
G0erman Aug 22, 2020
f9e5c21
Update library/sqlite3.po
G0erman Aug 22, 2020
1018280
Update library/sqlite3.po
G0erman Aug 22, 2020
ce65895
Update library/sqlite3.po
G0erman Aug 22, 2020
3603a91
Actualizar local con draft request feedback
Aug 22, 2020
4279d6a
Se agregan exclusiones para archivos segundarios de vim
Aug 22, 2020
22f480e
Se aplican cambios según feedback de draft pull request
Aug 22, 2020
4a10eee
24%, se excluye modificación al archivo .gitignore y se agrega en ot…
Aug 22, 2020
0b581a5
Merge branch 'traduccion-sqlite3' of github.com:G0erman/python-docs-e…
Aug 25, 2020
0e8aed3
Merge branch '3.8' of https://github.com/python/python-docs-es into t…
Aug 29, 2020
e4d39c1
30%
Aug 29, 2020
578766f
35%: métodos de la clase Connection: create_aggregate, create_collati…
G0erman Sep 17, 2020
b466fe0
35%: métodos de la clase Connection: create_aggregate, create_collati…
G0erman Sep 17, 2020
79733c3
Resolver issue travis
G0erman Sep 17, 2020
8e29d02
40%: Métodos de la clase connection: set_progress_handler, set_trace_…
G0erman Sep 24, 2020
f31e4bf
Corrección errores
G0erman Sep 24, 2020
7fe3a62
40%: Método de la clase connection: row_factory
G0erman Oct 2, 2020
9fb9e31
Corrección errores travis
G0erman Oct 2, 2020
096701c
Palabras que rompen la compilación
G0erman Oct 3, 2020
a95f158
47% Últimos métodos de la clase Connection: text_factory, total_chang…
G0erman Oct 3, 2020
acc2f46
Se cambia palabra mandatorio por obligatorio, apesar de que mandatori…
G0erman Oct 3, 2020
57ac065
50%: Objetos de la clase cursor: execute
G0erman Oct 5, 2020
366e9ee
Corrección de indentación con powrap en mobaXterm sobre Windows
G0erman Oct 5, 2020
caa3611
60%: Objetos de la clase cursor: execute, executemany, executescript,…
G0erman Oct 6, 2020
d368fbc
64%: Clase Row, método keys
G0erman Oct 6, 2020
fe1680c
68%: Excepciones: Warning, Error, DatabaseError, IntegrityError, Prog…
G0erman Oct 7, 2020
b05e959
77%: Tipos de Python y SQLite
G0erman Oct 7, 2020
7a20a72
78%: Usando adaptadores para almacenar tipos adicionales de Python en…
G0erman Oct 7, 2020
6618d0f
80%: Adaptadores auto adaptables
G0erman Oct 7, 2020
30bec25
93%: Controlando transacciones
G0erman Oct 17, 2020
48cb6a1
94%: Usando métodos atajo
G0erman Oct 17, 2020
cecab43
96%: Accediendo a las columnas por nombre enlugar de índice
G0erman Oct 17, 2020
6dcaef2
100%: Problemas comunes
G0erman Oct 17, 2020
ee2654c
Update library/sqlite3.po
G0erman Oct 18, 2020
ad74ee8
Update library/sqlite3.po
G0erman Oct 18, 2020
55263e8
Update library/sqlite3.po
G0erman Oct 19, 2020
d219bd3
Update library/sqlite3.po
G0erman Oct 19, 2020
1e10dec
Update library/sqlite3.po
G0erman Oct 19, 2020
9005f1c
Update library/sqlite3.po
G0erman Oct 19, 2020
14849a3
Update library/sqlite3.po
G0erman Oct 19, 2020
6fccf12
Update library/sqlite3.po
G0erman Oct 19, 2020
8921584
Update library/sqlite3.po
G0erman Oct 19, 2020
b698936
Update library/sqlite3.po
G0erman Oct 19, 2020
3fcc69b
Update library/sqlite3.po
G0erman Oct 20, 2020
6d6762c
Update library/sqlite3.po
G0erman Oct 20, 2020
cb07fa6
Update library/sqlite3.po
G0erman Oct 20, 2020
60a9214
Update library/sqlite3.po
G0erman Oct 20, 2020
107a8ab
Update library/sqlite3.po
G0erman Oct 20, 2020
6d7e49c
Update library/sqlite3.po
G0erman Oct 20, 2020
b05bab1
Update library/sqlite3.po
G0erman Oct 20, 2020
464f9a7
Update library/sqlite3.po
G0erman Oct 20, 2020
666ce49
Update library/sqlite3.po
G0erman Oct 20, 2020
146be31
Update library/sqlite3.po
G0erman Oct 20, 2020
26be357
Apply suggestions from code review
G0erman Oct 20, 2020
e94ec4c
Se agrega palabra commit
G0erman Oct 20, 2020
364848e
Solucionar problema powrap en Windows
G0erman Oct 20, 2020
9655f1b
Apply suggestions from code review
G0erman Oct 24, 2020
600d659
Update library/sqlite3.po
G0erman Oct 24, 2020
c780054
Corregir powrap - 100% terminado con revisión par completa
G0erman Oct 30, 2020
ddb2f63
Travis me marca error en esa línea, pero no veo el error :/ cpython/D…
G0erman Oct 30, 2020
b938776
Travis me marca error en esa línea, pero no veo el error :/ cpython/D…
G0erman Oct 30, 2020
75b2aa7
Apply suggestions from code review
G0erman Nov 13, 2020
6bc3103
Se agregan palabras collation, backend, sobrecoste, arraysize, rowid …
G0erman Nov 14, 2020
b63c58b
Se corrige formato de archivo powrap
G0erman Nov 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Solucionar problema powrap en Windows
  • Loading branch information
G0erman committed Oct 20, 2020
commit 364848e7cfc83c3bd3f111a56060be231b81f2f6
45 changes: 23 additions & 22 deletions library/sqlite3.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-17 07:36-0500\n"
"PO-Revision-Date: 2020-10-20 14:11-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -40,11 +40,11 @@ msgid ""
"PostgreSQL or Oracle."
msgstr ""
"SQLite es una biblioteca de C que provee una base de datos ligera basada en "
"disco que no requiere un proceso de servidor separado y permite acceder a "
"la base de datos usando una variación no estándar del lenguaje de consulta "
"SQL. Algunas aplicaciones pueden usar SQLite para almacenamiento interno. "
"También es posible prototipar una aplicación usando SQLite y luego "
"transferir el código a una base de datos más grande como PostgreSQL u Oracle."
"disco que no requiere un proceso de servidor separado y permite acceder a la "
"base de datos usando una variación no estándar del lenguaje de consulta SQL. "
"Algunas aplicaciones pueden usar SQLite para almacenamiento interno. También "
"es posible prototipar una aplicación usando SQLite y luego transferir el "
"código a una base de datos más grande como PostgreSQL u Oracle."

#: ../Doc/library/sqlite3.rst:20
msgid ""
Expand Down Expand Up @@ -98,9 +98,9 @@ msgid ""
msgstr ""
"Usualmente, las operaciones SQL necesitarán usar valores de variables de "
"Python. No se debe ensamblar la consulta usando operaciones de cadena de "
"Python porque hacerlo es inseguro; vuelve el programa vulnerable a ataques de "
"inyección SQL (ver este divertido ejemplo de lo que puede salir mal: https://"
"xkcd.com/327/ )"
"Python porque hacerlo es inseguro; vuelve el programa vulnerable a ataques "
"de inyección SQL (ver este divertido ejemplo de lo que puede salir mal: "
"https://xkcd.com/327/ )"

#: ../Doc/library/sqlite3.rst:62
#, python-format
Expand Down Expand Up @@ -1572,7 +1572,8 @@ msgid ""
"module. They will be sent as ISO dates/ISO timestamps to SQLite."
msgstr ""
"Hay adaptadores por defecto para los tipos *date* y *datetime* en el módulo "
"*datetime*. Éstos serán enviados como *dates* ISO / *timestamps* ISO a SQLite."
"*datetime*. Éstos serán enviados como *dates* ISO / *timestamps* ISO a "
"SQLite."

#: ../Doc/library/sqlite3.rst:1001
msgid ""
Expand All @@ -1590,9 +1591,9 @@ msgid ""
"fiddling in most cases. The format of the adapters is also compatible with "
"the experimental SQLite date/time functions."
msgstr ""
"De esta forma, se puede usar *date*/*timestamps* para Python sin ajuste"
"adicional en la mayoría de los casos. El formato de los adaptadores también es "
"compatible con las funciones experimentales de SQLite *date*/*time*."
"De esta forma, se puede usar *date*/*timestamps* para Python sin ajuste "
"adicional en la mayoría de los casos. El formato de los adaptadores también "
"es compatible con las funciones experimentales de SQLite *date*/*time*."

#: ../Doc/library/sqlite3.rst:1009
msgid "The following example demonstrates this."
Expand Down Expand Up @@ -1680,8 +1681,8 @@ msgid ""
":mod:`sqlite3` used to implicitly commit an open transaction before DDL "
"statements. This is no longer the case."
msgstr ""
":mod:`sqlite3` solía realizar commit en transacciones implícitamente antes de "
"sentencias DDL. Este ya no es el caso."
":mod:`sqlite3` solía realizar commit en transacciones implícitamente antes "
"de sentencias DDL. Este ya no es el caso."

#: ../Doc/library/sqlite3.rst:1054
msgid "Using :mod:`sqlite3` efficiently"
Expand All @@ -1705,11 +1706,11 @@ msgstr ""
"Usando los métodos no estándar :meth:`execute`, :meth:`executemany` y :meth:"
"`executescript` del objeto :class:`Connection`, el código puede ser escrito "
"más consistentemente porque no se tienen que crear explícitamente los (a "
"menudo superfluos) objetos :class:`Cursor`. En cambio, los objetos de :"
"class:`Cursor` son creados implícitamente y estos métodos atajo retornan los "
"objetos cursor. De esta forma, se puede ejecutar una sentencia ``SELECT`` "
"e iterar directamente sobre él, solamente usando una única llamada al "
"objeto :class:`Connection`."
"menudo superfluos) objetos :class:`Cursor`. En cambio, los objetos de :class:"
"`Cursor` son creados implícitamente y estos métodos atajo retornan los "
"objetos cursor. De esta forma, se puede ejecutar una sentencia ``SELECT`` e "
"iterar directamente sobre él, solamente usando una única llamada al objeto :"
"class:`Connection`."

#: ../Doc/library/sqlite3.rst:1072
msgid "Accessing columns by name instead of by index"
Expand Down Expand Up @@ -1741,8 +1742,8 @@ msgid ""
"or rollback transactions. In the event of an exception, the transaction is "
"rolled back; otherwise, the transaction is committed:"
msgstr ""
"Los objetos de conexión pueden ser usados como administradores de contexto que "
"automáticamente transacciones commit o rollback. En el evento de una "
"Los objetos de conexión pueden ser usados como administradores de contexto "
"que automáticamente transacciones commit o rollback. En el evento de una "
"excepción, la transacción es retrocedida; de otra forma, la transacción es "
"confirmada:"

Expand Down