Skip to content

Commit 81f6abb

Browse files
authored
Merge pull request #75 from erasmo07/traduccion_library_functions
2 parents cc9012d + f590668 commit 81f6abb

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

library/functional.po

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,38 @@
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
# [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.7\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"
15-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
12+
"PO-Revision-Date: 2020-05-05 22:05-0400\n"
13+
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-"
14+
"es.python.org)\n"
1615
"MIME-Version: 1.0\n"
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19+
"Last-Translator: \n"
20+
"Language: es\n"
21+
"X-Generator: Poedit 2.3\n"
1922

2023
#: ../Doc/library/functional.rst:3
2124
msgid "Functional Programming Modules"
22-
msgstr ""
25+
msgstr "Módulos de programación funcional"
2326

2427
#: ../Doc/library/functional.rst:5
2528
msgid ""
2629
"The modules described in this chapter provide functions and classes that "
2730
"support a functional programming style, and general operations on callables."
2831
msgstr ""
32+
"Los módulos descritos en este capítulo proporcionan funciones y clases que "
33+
"admiten un estilo de programación funcional y operaciones generales "
34+
"invocables (*callables*)."
2935

3036
#: ../Doc/library/functional.rst:8
3137
msgid "The following modules are documented in this chapter:"
32-
msgstr ""
38+
msgstr "En este capítulo se documentan los siguientes módulos:"

0 commit comments

Comments
 (0)