Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce99ee4

Browse files
author
Gedarafi
committed
Iniciando.
1 parentcaeeb79 commitce99ee4

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

‎library/sqlite3.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,29 @@
66
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#,fuzzy
109
msgid ""
1110
msgstr ""
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
2426
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"
2628

2729
#:../Doc/library/sqlite3.rst:9
2830
msgid"**Source code:** :source:`Lib/sqlite3/`"
29-
msgstr""
31+
msgstr"**Source code:** :source:`Lib/sqlite3/`"
3032

3133
#:../Doc/library/sqlite3.rst:13
3234
msgid""
@@ -37,6 +39,12 @@ msgid ""
3739
"application using SQLite and then port the code to a larger database such as "
3840
"PostgreSQL or Oracle."
3941
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."
4048

4149
#:../Doc/library/sqlite3.rst:20
4250
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp