8000 Arreglando fuzzy y nuevas traducciones library/ by cmaureir · Pull Request #1270 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Arreglando fuzzy y nuevas traducciones library/ #1270

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 5 commits into from
Aug 7, 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
powrap y agregando palabras faltantes library/
  • Loading branch information
cmaureir committed Aug 7, 2021
commit 9cb57af56ce853a85955bf6bf8083cf98a2634c3
2 changes: 1 addition & 1 deletion library/compileall.po
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ msgid ""
"Remove (``-s``) or append (``-p``) the given prefix of paths recorded in the "
"``.pyc`` files. Cannot be combined with ``-d``."
msgstr ""
"Elimina (``-s``) o agregua (``-p``) el prefijo dado de rutas registradas en "
"Elimina (``-s``) o agrega (``-p``) el prefijo dado de rutas registradas en "
"los archivos ``.pyc``. No se puede combinar con ``-d``."

#: ../Doc/library/compileall.rst:64
Expand Down
4 changes: 2 additions & 2 deletions library/datetime.po
83A4
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ msgid ""
"than :c:func:`mktime` on many platforms, this method may raise :exc:"
"`OverflowError` for times far in the past or far in the future."
msgstr ""
"Se supone que las instancias Naive :class:`.datetime` representan la hora "
"Se supone que las instancias Naíf :class:`.datetime` representan la hora "
"local y este método se basa en la función de plataforma C :c:func:`mktime` "
"para realizar la conversión. Dado que :class:`.datetime` admite un rango de "
"valores más amplio que :c:func:`mktime` en muchas plataformas, este método "
Expand Down Expand Up @@ -3578,7 +3578,7 @@ msgstr ""

#: ../Doc/library/datetime.rst:2368
msgid "(empty), UTC, GMT"
msgstr "(vacio), UTC, GMT"
msgstr "(vacío), UTC, GMT"

#: ../Doc/library/datetime.rst:2371
msgid "``%j``"
Expand Down
0