8000 using/configure.po by cacrespo · Pull Request #1597 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

using/configure.po #1597

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 16 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
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
Next Next commit
add dictionary and typos
  • Loading branch information
cacrespo committed Dec 2, 2021
commit ae055e63119d4dac0697ae761ba0c49f470624ca
5 changes: 5 additions & 0 deletions dictionaries/using_configure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
autodetecta
backends
Python
shake
subdesbordamiento
11 changes: 6 additions & 5 deletions using/configure.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python en Español 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-12-02 10:30-0300\n"
"PO-Revision-Date: 2021-12-02 18:12-0300\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -38,7 +38,7 @@ msgid ""
"distribution."
msgstr ""
"Consultar también :file:`Misc/SpecialBuilds.txt` en la distribución fuente "
"de Python source distribution."
"de Python."

#: ../Doc/using/configure.rst:17
msgid "General Options"
Expand Down Expand Up @@ -150,7 +150,8 @@ msgstr ""
#: ../Doc/using/configure.rst:81
msgid "Override order to check db backends for the :mod:`dbm` module"
msgstr ""
"Sobrescribe el orden para verificar los db backends para el módulo :mod:`dbm`"
"Sobrescribe el orden para verificar los de las bases datos para el módulo :"
"mod:`dbm`"

#: ../Doc/using/configure.rst:83
msgid ""
Expand Down Expand Up @@ -220,7 +221,7 @@ msgstr ""

#: ../Doc/using/configure.rst:121
msgid "Install Options"
msgstr "Opciones de intalación"
msgstr "Opciones de instalación"

#: ../Doc/using/configure.rst:125
msgid ""
Expand Down Expand Up @@ -395,7 +396,7 @@ msgstr "Agrega ``d`` a :data:`sys.abiflags`."

#: ../Doc/using/configure.rst:222
msgid "Add :func:`sys.gettotalrefcount` function."
msgstr "Agraga la función :func:`sys.gettotalrefcount`."
msgstr "Agrega la función :func:`sys.gettotalrefcount`."

#: ../Doc/using/configure.rst:223
msgid "Add :option:`-X showrefcount <-X>` command line option."
Expand Down
0