6
6
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"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 "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"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 "
22
24
23
25
#: ../Doc/library/sqlite3.rst:2
24
26
msgid ":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 "
26
28
27
29
#: ../Doc/library/sqlite3.rst:9
28
30
msgid "**Source code:** :source:`Lib/sqlite3/`"
29
- msgstr ""
31
+ msgstr "**Source code:** :source:`Lib/sqlite3/` "
30
32
31
33
#: ../Doc/library/sqlite3.rst:13
32
34
msgid ""
@@ -37,6 +39,12 @@ msgid ""
37
39
"application using SQLite and then port the code to a larger database such as "
38
40
"PostgreSQL or Oracle."
39
41
msgstr ""
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."
40
48
41
49
#: ../Doc/library/sqlite3.rst:20
42
50
msgid ""
0 commit comments