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-12 23:27+0200\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 : Manuel Kaufmann <humitos@gmail.com>\n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.3\n "
22
24
23
25
#: ../Doc/howto/cporting.rst:7
24
26
msgid "Porting Extension Modules to Python 3"
25
- msgstr ""
27
+ msgstr "Portar módulos de extensión a Python 3 "
26
28
27
29
#: ../Doc/howto/cporting.rst:9
28
30
msgid ""
29
31
"We recommend the following resources for porting extension modules to Python "
30
32
"3:"
31
33
msgstr ""
34
+ "Recomendamos los siguientes recursos para portar módulos de extensiones a "
35
+ "Python 3:"
32
36
33
37
#: ../Doc/howto/cporting.rst:11
34
38
msgid ""
35
39
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
36
40
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
37
41
"reader through porting an extension module."
38
42
msgstr ""
43
+ "El capítulo `Migrating C extensions`_ de *Support Python 3: An in-depth "
44
+ "guide*, un libro sobre migrar de Python 2 a Python 3 en general, guía al "
45
+ "lector a través cómo portar un módulo de extensión."
39
46
40
47
#: ../Doc/howto/cporting.rst:15
41
48
msgid ""
42
49
"The `Porting guide`_ from the *py3c* project provides opinionated "
43
50
"suggestions with supporting code."
44
51
msgstr ""
52
+ "La `Porting guide`_ de el proyecto *py3c* provee sugerencias dogmáticas con "
53
+ "código de ejemplo."
45
54
46
55
#: ../Doc/howto/cporting.rst:17
47
56
msgid ""
@@ -50,3 +59,7 @@ msgid ""
50
59
"library then handles differences between various Python versions and "
51
60
"implementations."
52
61
msgstr ""
62
+ "Las bibliotecas `Cython`_ y `CFFI`_ ofrecen abstracciones sobre la API C de "
63
+ "Python. Generalmente, las extensiones necesitan ser re-escritas para usar "
64
+ "uno de ellos, pero la biblioteca luego gestiona las diferencias entre las "
65
+ "diferentes versiones de Python y sus implementaciones."
0 commit comments