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
Apply suggestions from code review
Co-authored-by: agf-nohchil <[email protected]>
  • Loading branch information
G0erman and gfant authored Oct 24, 2020
commit 9655f1bdfc8a7d94c0199cdf5f510501ef96ada9
18 changes: 9 additions & 9 deletions library/sqlite3.po
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ msgstr ""
"Por defecto, *check_same_thread* es :const:`True` y únicamente el hilo "
"creado puede utilizar la conexión. Si se configura :const:`False`, la "
"conexión retornada podrá ser compartida con múltiples hilos. Cuando se "
"utiliza múltiples hilos con la misma conexión, las operaciones de escritura "
"utilizan múltiples hilos con la misma conexión, las operaciones de escritura "
"deberán ser serializadas por el usuario para evitar corrupción de datos."

#: ../Doc/library/sqlite3.rst:207
Expand All @@ -345,7 +345,7 @@ msgstr ""
"Por defecto el módulo :mod:`sqlite3` utiliza su propia clase :class:"
"`Connection` para la llamada de conexión. Sin embargo se puede crear una "
"subclase de :class:`Connection` y hacer que :func:`connect` use su clase en "
"lugar de proveer su clase en el parámetro *factory*."
"lugar de proveer la suya en el parámetro *factory*."

#: ../Doc/library/sqlite3.rst:212
msgid "Consult the section :ref:`sqlite3-types` of this manual for details."
Expand All @@ -359,7 +359,7 @@ msgid ""
"that are cached for the connection, you can set the *cached_statements* "
"parameter. The currently implemented default is to cache 100 statements."
msgstr ""
"El módulo :mod:`sqlite3` internamente usa *statement cache* para evitar un "
"El módulo :mod:`sqlite3` internamente usa cache de declaraciones para evitar un "
"análisis SQL costoso. Si se desea especificar el número de sentencias que "
"estarán en memoria caché para la conexión, se puede configurar el parámetro "
"*cached_statements*. Por defecto están configurado para 100 sentencias en "
Expand All @@ -371,7 +371,7 @@ msgid ""
"specify options. For example, to open a database in read-only mode you can "
"use::"
msgstr ""
"Si *uri* es *True*, la *database* se interpreta como una *URI*. Esto permite "
"Si *uri* es verdadero, la *database* se interpreta como una *URI*. Esto permite "
"especificar opciones. Por ejemplo, para abrir la base de datos en modo solo "
"lectura puedes usar::"

Expand All @@ -381,8 +381,8 @@ msgid ""
"can be found in the `SQLite URI documentation <https://www.sqlite.org/uri."
"html>`_."
msgstr ""
"Más información sobre esta característica, incluida una lista de opciones "
"organizadas, se encuentran en `SQLite URI documentation <https://www.sqlite."
"Más información sobre esta característica, incluyendo una lista de opciones "
"reconocidas, pueden encontrarse en `la documentación de SQLite URI<https://www.sqlite."
"org/uri.html>`_."

#: ../Doc/library/sqlite3.rst:229
Expand Down Expand Up @@ -512,7 +512,7 @@ msgid ""
"other database connections. If you wonder why you don't see the data you've "
"written to the database, please check you didn't forget to call this method."
msgstr ""
"Este método *commits* la actual transacción. Si no se llama este método, "
"Este método asigna la transacción actual. Si no se llama este método, "
"cualquier cosa hecha desde la última llamada de ``commit()`` no es visible "
"para otras conexiones de bases de datos. Si se pregunta el porqué no se ven "
"los datos que escribiste, por favor verifica que no olvidaste llamar este "
Expand All @@ -532,7 +532,7 @@ msgid ""
"call :meth:`commit`. If you just close your database connection without "
"calling :meth:`commit` first, your changes will be lost!"
msgstr ""
"Este método cierra la conexión a base de datos. Nótese que este no llama "
"Este método cierra la conexión a la base de datos. Nótese que éste no llama "
"automáticamente :meth:`commit`. Si se cierra la conexión a la base de datos "
"sin llamar primero :meth:`commit`, los cambios se perderán!"

Expand Down Expand Up @@ -564,7 +564,7 @@ msgid ""
msgstr ""
"Este es un atajo no estándar que crea un objeto cursor llamando el método :"
"meth:`~Connection.cursor`, llama su método :meth:`~Cursor.executescript` con "
"el *SQL_script*, y retorna el cursor."
"el *sql_script*, y retorna el cursor."

#: ../Doc/library/sqlite3.rst:345
msgid ""
Expand Down