diff --git a/library/keyword.po b/library/keyword.po index 00306cbd13..44abd33b38 100644 --- a/library/keyword.po +++ b/library/keyword.po @@ -6,37 +6,41 @@ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to # get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-05 12:54+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-10-24 15:46-0300\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: Enrique Giménez \n" +"Language: es_AR\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/keyword.rst:2 msgid ":mod:`keyword` --- Testing for Python keywords" -msgstr "" +msgstr ":mod:`keyword` --- Pruebas para palabras clave en Python" #: ../Doc/library/keyword.rst:7 msgid "**Source code:** :source:`Lib/keyword.py`" -msgstr "" +msgstr "**Código fuente:** :source:`Lib/keyword.py`" #: ../Doc/library/keyword.rst:11 msgid "" "This module allows a Python program to determine if a string is a :ref:" "`keyword `." msgstr "" +"Este módulo permite a un programa Python determinar si una cadena de " +"caracteres es una :ref:`palabra clave `." #: ../Doc/library/keyword.rst:17 msgid "Return ``True`` if *s* is a Python :ref:`keyword `." -msgstr "" +msgstr "Retorna ``True`` si *s* es una :ref:`palabra clave ` Python." #: ../Doc/library/keyword.rst:22 msgid "" @@ -44,3 +48,7 @@ msgid "" "interpreter. If any keywords are defined to only be active when particular :" "mod:`__future__` statements are in effect, these will be included as well." msgstr "" +"Secuencia que contiene todos las :ref:`palabras clave ` definidos " +"para el intérprete. Si cualquier palabra clave es definida para estar activa " +"sólo cuando las declaraciones particulares :mod:`__future__` están vigentes, " +"estas se incluirán también."