Skip to content

traduccion de tokenize.po #2845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions library/tokenize.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2020-07-25 21:23+0200\n"
"PO-Revision-Date: 2024-10-27 18:50-0400\n"
"Last-Translator: Ignasi Fosch <natx@y10k.ws>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.0\n"
"X-Generator: Poedit 3.5\n"

#: ../Doc/library/tokenize.rst:2
msgid ":mod:`tokenize` --- Tokenizer for Python source"
Expand Down Expand Up @@ -63,6 +64,11 @@ msgid ""
"**undefined** when providing invalid Python code and it can change at any "
"point."
msgstr ""
"Ten en cuenta que las funciones en este módulo están diseñadas únicamente "
"para analizar código Python sintácticamente válido (código que no genera "
"errores al ser analizado usando :func:`ast.parse`). El comportamiento de las "
"funciones en este módulo es **indefinido** cuando se proporciona código "
"Python no válido y puede cambiar en cualquier momento."

#: ../Doc/library/tokenize.rst:35
msgid "Tokenizing Input"
Expand Down