8000 Getting the work done for the language switch by clacri · Pull Request #438 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Getting the work done for the language switch #438

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 9 commits into from
Jun 28, 2020
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
Next Next commit
solved issue bit rate
  • Loading branch information
clacri committed Jun 22, 2020
commit 4a3cd7828daf157098d46b7ca5c2a204121eb858
7 changes: 4 additions & 3 deletions library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-07 14:37+0200\n"
"PO-Revision-Date: 2020-06-21 22:41+0200\n"
"PO-Revision-Date: 2020-06-22 09:12+0200\n"
"Last-Translator: Claudia Millán (clacri)\n"
"Language: es\n"
"Language-Team: python-doc-esMIME-Version: 1.0\n"
Expand Down Expand Up @@ -1430,8 +1430,8 @@ msgid ""
"meth:`__hash__` for details."
msgstr ""
"Para objetos que implementan métodos :meth:`__hash__`, ten en cuenta que :"
"func:`hash` trunca el valor de retorno en base a la tasa de bits de la "
"máquina host. Ver :meth:`__hash__` para más detalles."
"func:`hash` trunca el valor de retorno en base a la arquitectura (numero de "
"bits) de la máquina anfitriona. Ver :meth:`__hash__` para más detalles."

#: ../Doc/library/functions.rst:710
msgid ""
Expand Down Expand Up @@ -2521,6 +2521,7 @@ msgstr ""
"de texto, :func:`print` no puede ser utilizada con objetos fichero en modo "
"binario. Para esos, utiliza en cambio ``file.write(…)``."

# no teníamos claro si traducir o no buffered y como, asi como flushed.
#: ../Doc/library/functions.rst:1329
msgid ""
"Whether output is buffered is usually determined by *file*, but if the "
Expand Down
0