Skip to content

Commit 9a6e9a6

Browse files
Traducción library/keyword (#1104)
1 parent 8904581 commit 9a6e9a6

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

library/keyword.po

+15-7
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,49 @@
66
# Check https://github.com/python/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-10-24 15:46-0300\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: Enrique Giménez <fenriquegimenez@gmail.com>\n"
22+
"Language: es_AR\n"
23+
"X-Generator: Poedit 2.4.1\n"
2224

2325
#: ../Doc/library/keyword.rst:2
2426
msgid ":mod:`keyword` --- Testing for Python keywords"
25-
msgstr ""
27+
msgstr ":mod:`keyword` --- Pruebas para palabras clave en Python"
2628

2729
#: ../Doc/library/keyword.rst:7
2830
msgid "**Source code:** :source:`Lib/keyword.py`"
29-
msgstr ""
31+
msgstr "**Código fuente:** :source:`Lib/keyword.py`"
3032

3133
#: ../Doc/library/keyword.rst:11
3234
msgid ""
3335
"This module allows a Python program to determine if a string is a :ref:"
3436
"`keyword <keywords>`."
3537
msgstr ""
38+
"Este módulo permite a un programa Python determinar si una cadena de "
39+
"caracteres es una :ref:`palabra clave <keywords>`."
3640

3741
#: ../Doc/library/keyword.rst:17
3842
msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
39-
msgstr ""
43+
msgstr "Retorna ``True`` si *s* es una :ref:`palabra clave <keywords>` Python."
4044

4145
#: ../Doc/library/keyword.rst:22
4246
msgid ""
4347
"Sequence containing all the :ref:`keywords <keywords>` defined for the "
4448
"interpreter. If any keywords are defined to only be active when particular :"
4549
"mod:`__future__` statements are in effect, these will be included as well."
4650
msgstr ""
51+
"Secuencia que contiene todos las :ref:`palabras clave <keywords>` definidos "
52+
"para el intérprete. Si cualquier palabra clave es definida para estar activa "
53+
"sólo cuando las declaraciones particulares :mod:`__future__` están vigentes, "
54+
"estas se incluirán también."

0 commit comments

Comments
 (0)