Skip to content

Traducción library/frameworks #938

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 7 commits into from
Oct 4, 2020
Merged
Changes from 3 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
15 changes: 15 additions & 0 deletions library/frameworks.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
<<<<<<< HEAD
"PO-Revision-Date: 2020-10-04 17:59-0300\n"
=======
"PO-Revision-Date: 2020-10-04 15:39-0300\n"
>>>>>>> 9b119daf3ec0a31ef491ed78d9f9118a9f677891
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -21,17 +25,28 @@ msgstr ""

#: ../Doc/library/frameworks.rst:5
msgid "Program Frameworks"
<<<<<<< HEAD
msgstr "*Frameworks* de programa"
=======
msgstr "*Frameworks* de Programa\v"
>>>>>>> 9b119daf3ec0a31ef491ed78d9f9118a9f677891

#: ../Doc/library/frameworks.rst:7
msgid ""
"The modules described in this chapter are frameworks that will largely "
"dictate the structure of your program. Currently the modules described "
"here are all oriented toward writing command-line interfaces."
msgstr ""
<<<<<<< HEAD
"Los módulos descritos en este capitulo son *frameworks* que dictarán en gran "
"medida la estructura de su programa. Actualmente, los módulos descritos aquí "
"están orientados para escribir en las interfaces de línea de comandos."
=======
"Los módulos descritos en este capítulo son *frameworks* que dictarán en "
"gran medida la estructura de su programa. Actualmente, los módulos "
"descritos aquí están orientados para escribir en las interfaces de línea "
"de comandos,"
>>>>>>> 9b119daf3ec0a31ef491ed78d9f9118a9f677891

#: ../Doc/library/frameworks.rst:11
msgid "The full list of modules described in this chapter is:"
Expand Down