Skip to content

Merge 3.7 to master to remove build fail #1

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 3 commits into from
May 8, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Start sphinx.po translation
  • Loading branch information
raulcd committed May 8, 2019
commit 5aaad383f86a6061cb4749692e4a1cc3a57eef06
31 changes: 18 additions & 13 deletions sphinx.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,69 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2019-05-08 10:38-0400\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"
"Last-Translator: \n"
"Language-Team: es\n"
"Language: es_ES\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/tools/templates/customsourcelink.html:3
msgid "This Page"
msgstr ""
msgstr "Esta página"

#: ../Doc/tools/templates/customsourcelink.html:5
msgid "Report a Bug"
msgstr ""
msgstr "Reporta un Bug"

#: ../Doc/tools/templates/customsourcelink.html:8
msgid "Show Source"
msgstr ""
msgstr "Ver Fuente"

#: ../Doc/tools/templates/dummy.html:6
msgid "CPython implementation detail:"
msgstr ""
msgstr "Detalles de implementación de CPython:"

#: ../Doc/tools/templates/dummy.html:7
msgid ""
"Deprecated since version {deprecated}, will be removed in version {removed}"
msgstr ""
"Obsoleto desde la versión {deprecated}, se eliminará en la versión {removed}"

#: ../Doc/tools/templates/indexcontent.html:8
msgid "Welcome! This is the documentation for Python %(release)s."
msgstr ""
msgstr "Bienvenida! Esta es la documentación de Python %(release)s."

#: ../Doc/tools/templates/indexcontent.html:10
msgid "Parts of the documentation:"
msgstr ""
msgstr "Áreas de la documentación:"

#: ../Doc/tools/templates/indexcontent.html:13
msgid "What's new in Python %(version)s?"
msgstr ""
msgstr "Qué hay de nuevo en Python %(version)s?"

#: ../Doc/tools/templates/indexcontent.html:14
msgid ""
"or <a href=\"%(whatsnew_index)s\">all \"What's new\" documents</a> since 2.0"
msgstr ""
"o <a href=\"%(whatsnew_index)s\">todos los \"Qué hay de nuevo\"</a> desde "
"2.0"

#: ../Doc/tools/templates/indexcontent.html:15
msgid "Tutorial"
msgstr ""
msgstr "Tutorial"

#: ../Doc/tools/templates/indexcontent.html:16
msgid "start here"
msgstr ""
msgstr "empieza aquí"

#: ../Doc/tools/templates/indexcontent.html:17
msgid "Library Reference"
Expand Down