66# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77# get the list of volunteers
88#
9- #, fuzzy
109msgid ""
1110msgstr ""
1211"Project-Id-Version : Python 3.8\n "
1312"Report-Msgid-Bugs-To : \n "
1413"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14+ "PO-Revision-Date : 2020-05-24 12:09-0500\n "
1715"Language-Team : python-doc-es\n "
1816"MIME-Version : 1.0\n "
19- "Content-Type : text/plain; charset=utf -8\n "
17+ "Content-Type : text/plain; charset=UTF -8\n "
2018"Content-Transfer-Encoding : 8bit\n "
2119"Generated-By : Babel 2.8.0\n "
20+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21+ "Last-Translator : \n "
22+ "Language : es\n "
23+ "X-Generator : Poedit 2.3.1\n "
2224
2325#: ../Doc/library/sqlite3.rst:2
2426msgid ":mod:`sqlite3` --- DB-API 2.0 interface for SQLite databases"
25- msgstr ""
27+ msgstr ":mod:`sqlite3` --- DB-API 2.0 interfaz para bases de datos SQLite "
2628
2729#: ../Doc/library/sqlite3.rst:9
2830msgid "**Source code:** :source:`Lib/sqlite3/`"
29- msgstr ""
31+ msgstr "**Source code:** :source:`Lib/sqlite3/` "
3032
3133#: ../Doc/library/sqlite3.rst:13
3234msgid ""
@@ -37,6 +39,12 @@ msgid ""
3739"application using SQLite and then port the code to a larger database such as "
3840"PostgreSQL or Oracle."
3941msgstr ""
42+ "SQLite es una librería de C que provee una base de datos ligera basada en "
43+ "disco, esta no requiere un proceso de servidor separado y permite acceder a "
44+ "la base de datos usando una variación no estándar del lenguaje de consulta "
45+ "SQL. Algunas aplicaciones pueden usar SQLite para almacenamiento interno. "
46+ "También es posible prototipar una aplicación usando SQLite y luego "
47+ "transferir el código a una base de datos más grande como PostgreSQL u Oracle."
4048
4149#: ../Doc/library/sqlite3.rst:20
4250msgid ""
0 commit comments