-
Notifications
You must be signed in to change notification settings - Fork 396
Traduccion doctest #2810
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
Traduccion doctest #2810
Changes from 1 commit
dd72454
5688ce9
5980b6a
89b47ae
701d156
3e3bc7d
b57e544
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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-10-30 17:13-0300\n" | ||||||
"Last-Translator: Alfonso Areiza Guerra <alfareiza@gmail.com>\n" | ||||||
"Language: es\n" | ||||||
"PO-Revision-Date: 2024-01-29 23:48+0100\n" | ||||||
"Last-Translator: Carlos Mena Pérez <@carlosm00>\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.4.2\n" | ||||||
|
||||||
#: ../Doc/library/doctest.rst:2 | ||||||
msgid ":mod:`doctest` --- Test interactive Python examples" | ||||||
|
@@ -2956,41 +2957,40 @@ msgstr "" | |||||
|
||||||
#: ../Doc/library/doctest.rst:318 | ||||||
msgid ">>>" | ||||||
msgstr "" | ||||||
msgstr ">>>" | ||||||
|
||||||
#: ../Doc/library/doctest.rst:318 | ||||||
msgid "interpreter prompt" | ||||||
msgstr "" | ||||||
msgstr "prompt del intérprete" | ||||||
|
||||||
#: ../Doc/library/doctest.rst:318 ../Doc/library/doctest.rst:556 | ||||||
msgid "..." | ||||||
msgstr "" | ||||||
msgstr "..." | ||||||
|
||||||
#: ../Doc/library/doctest.rst:484 | ||||||
msgid "^ (caret)" | ||||||
msgstr "" | ||||||
msgstr "^ (careta)" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#: ../Doc/library/doctest.rst:484 | ||||||
msgid "marker" | ||||||
msgstr "" | ||||||
msgstr "marcador" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#: ../Doc/library/doctest.rst:536 | ||||||
msgid "<BLANKLINE>" | ||||||
msgstr "" | ||||||
msgstr "<BLANKLINE>" | ||||||
|
||||||
#: ../Doc/library/doctest.rst:556 ../Doc/library/doctest.rst:686 | ||||||
#, fuzzy | ||||||
msgid "in doctests" | ||||||
msgstr "Objetos DocTest" | ||||||
msgstr "en doctests" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#: ../Doc/library/doctest.rst:686 | ||||||
msgid "# (hash)" | ||||||
msgstr "" | ||||||
msgstr "# (numeral o almohadilla)" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#: ../Doc/library/doctest.rst:686 | ||||||
msgid "+ (plus)" | ||||||
msgstr "" | ||||||
msgstr "+ (más)" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#: ../Doc/library/doctest.rst:686 | ||||||
msgid "- (minus)" | ||||||
msgstr "" | ||||||
msgstr "- (menos)" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todas estas son entradas del índice por lo que copiamos el texto en inglés (sin traducirlas)