1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# 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.
4
4
# [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"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 : 2021-01-13 13:31-0300\n "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
18
+ "
Last-Translator :
Francisco Mora <[email protected] >\n "
19
+ "Language : es\n "
20
+ "X-Generator : Poedit 2.4.1\n "
21
+ "X-Poedit-SourceCharset : UTF-8\n "
19
22
20
23
#: ../Doc/library/crypto.rst:5
21
24
msgid "Cryptographic Services"
22
- msgstr ""
25
+ msgstr "Servicios Criptográficos "
23
26
24
27
#: ../Doc/library/crypto.rst:9
25
28
msgid ""
@@ -28,3 +31,7 @@ msgid ""
28
31
"installation. On Unix systems, the :mod:`crypt` module may also be "
29
32
"available. Here's an overview:"
30
33
msgstr ""
34
+ "Los módulos descritos en este capítulo implementan varios algoritmos de "
35
+ "naturaleza criptográfica. Están disponibles a discreción de la instalación. "
36
+ "En sistema Unix, el módulo :mod:`crypt` también puede estar disponible. Aquí "
37
+ "una descripción:"
0 commit comments