From 654838985f8102f0572a6f9d0c73dc8fffc1654a Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Sun, 3 Nov 2024 08:05:53 -0400 Subject: [PATCH 1/3] traduccion cmd.po --- library/cmd.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/library/cmd.po b/library/cmd.po index a306a1e078..b73eaf8637 100644 --- a/library/cmd.po +++ b/library/cmd.po @@ -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: 2022-11-01 18:18-0300\n" +"PO-Revision-Date: 2024-11-03 08:04-0400\n" "Last-Translator: Alfonso Areiza Guerra \n" -"Language: es_CO\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_CO\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/cmd.rst:2 msgid ":mod:`cmd` --- Support for line-oriented command interpreters" @@ -457,12 +458,12 @@ msgstr "" #: ../Doc/library/cmd.rst:64 msgid "? (question mark)" -msgstr "" +msgstr "? (signo de interrogación\")" #: ../Doc/library/cmd.rst:64 msgid "in a command interpreter" -msgstr "" +msgstr "en un intérprete de comandos" #: ../Doc/library/cmd.rst:64 msgid "! (exclamation)" -msgstr "" +msgstr "! (exclamación)" From 9c7e654e2fd9552e27cc755fe765473707575931 Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Sun, 3 Nov 2024 15:06:48 -0400 Subject: [PATCH 2/3] eliminacion de signo --- library/cmd.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/cmd.po b/library/cmd.po index b73eaf8637..a52e53ccee 100644 --- a/library/cmd.po +++ b/library/cmd.po @@ -11,7 +11,7 @@ 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: 2024-11-03 08:04-0400\n" +"PO-Revision-Date: 2024-11-03 15:05-0400\n" "Last-Translator: Alfonso Areiza Guerra \n" "Language-Team: python-doc-es\n" "Language: es_CO\n" @@ -189,8 +189,8 @@ msgid "" "method, called with an argument ``'bar'``, invokes the corresponding method :" "meth:`help_bar`, and if that is not present, prints the docstring of :meth:" "`do_bar`, if available. With no argument, :meth:`do_help` lists all " -"available help topics (that is, all commands with corresponding :meth:" -"`help_\\*` methods or commands that have docstrings), and also lists any " +"available help topics (that is, all commands with corresponding :meth:`help_" +"\\*` methods or commands that have docstrings), and also lists any " "undocumented commands." msgstr "" "Todas las subclases de :class:`Cmd` heredan un :meth:`do_help` predefinido. " @@ -458,7 +458,7 @@ msgstr "" #: ../Doc/library/cmd.rst:64 msgid "? (question mark)" -msgstr "? (signo de interrogación\")" +msgstr "? (signo de interrogación)" #: ../Doc/library/cmd.rst:64 msgid "in a command interpreter" From efe96c0c849985bdc68ae4fbd0d8788cb842eedc Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Sun, 3 Nov 2024 15:19:55 -0400 Subject: [PATCH 3/3] fix powrap --- library/cmd.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/cmd.po b/library/cmd.po index a52e53ccee..3389573c29 100644 --- a/library/cmd.po +++ b/library/cmd.po @@ -189,8 +189,8 @@ msgid "" "method, called with an argument ``'bar'``, invokes the corresponding method :" "meth:`help_bar`, and if that is not present, prints the docstring of :meth:" "`do_bar`, if available. With no argument, :meth:`do_help` lists all " -"available help topics (that is, all commands with corresponding :meth:`help_" -"\\*` methods or commands that have docstrings), and also lists any " +"available help topics (that is, all commands with corresponding :meth:" +"`help_\\*` methods or commands that have docstrings), and also lists any " "undocumented commands." msgstr "" "Todas las subclases de :class:`Cmd` heredan un :meth:`do_help` predefinido. "