Skip to content

Commit ed9ccdd

Browse files
authored
traduccion library/persistence.po (#1119)
1 parent e267b48 commit ed9ccdd

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

library/persistence.po

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2020-10-28 15:17-0500\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es_CO\n"
20+
"X-Generator: Poedit 2.4.1\n"
1921

2022
#: ../Doc/library/persistence.rst:5
2123
msgid "Data Persistence"
22-
msgstr ""
24+
msgstr "Persistencia de datos"
2325

2426
#: ../Doc/library/persistence.rst:7
2527
msgid ""
@@ -29,7 +31,13 @@ msgid ""
2931
"objects from the bytes. The various DBM-related modules support a family of "
3032
"hash-based file formats that store a mapping of strings to other strings."
3133
msgstr ""
34+
"Los módulos descritos en este capítulo soportan el almacenamiento de datos "
35+
"de Python de forma persistente en el disco. Los módulos :mod:`pickle` y :mod:"
36+
"`marshal` pueden convertir muchos tipos de datos de Python en un flujo de "
37+
"bytes y luego recrear los objetos a partir de los bytes. Los diversos "
38+
"módulos relacionados con DBM admiten una familia de formatos de archivo "
39+
"basados en hash que almacenan un mapeo de cadenas a otras cadenas."
3240

3341
#: ../Doc/library/persistence.rst:13
3442
msgid "The list of modules described in this chapter is:"
35-
msgstr ""
43+
msgstr "La lista de módulos descritos en este capítulo es:"

0 commit comments

Comments
 (0)