Skip to content

Commit e740789

Browse files
authored
Merge pull request #239 from PyCampES/howto/cporting.po
2 parents 6532cbd + 608af78 commit e740789

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

howto/cporting.po

+18-5
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,51 @@
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-12 23:27+0200\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: Manuel Kaufmann <humitos@gmail.com>\n"
22+
"Language: es\n"
23+
"X-Generator: Poedit 2.3\n"
2224

2325
#: ../Doc/howto/cporting.rst:7
2426
msgid "Porting Extension Modules to Python 3"
25-
msgstr ""
27+
msgstr "Portar módulos de extensión a Python 3"
2628

2729
#: ../Doc/howto/cporting.rst:9
2830
msgid ""
2931
"We recommend the following resources for porting extension modules to Python "
3032
"3:"
3133
msgstr ""
34+
"Recomendamos los siguientes recursos para portar módulos de extensiones a "
35+
"Python 3:"
3236

3337
#: ../Doc/howto/cporting.rst:11
3438
msgid ""
3539
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
3640
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
3741
"reader through porting an extension module."
3842
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."
3946

4047
#: ../Doc/howto/cporting.rst:15
4148
msgid ""
4249
"The `Porting guide`_ from the *py3c* project provides opinionated "
4350
"suggestions with supporting code."
4451
msgstr ""
52+
"La `Porting guide`_ de el proyecto *py3c* provee sugerencias dogmáticas con "
53+
"código de ejemplo."
4554

4655
#: ../Doc/howto/cporting.rst:17
4756
msgid ""
@@ -50,3 +59,7 @@ msgid ""
5059
"library then handles differences between various Python versions and "
5160
"implementations."
5261
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

Comments
 (0)