Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traduccion library/signal.po #1000

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 26 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
523d62f
Traducido hasta linea 61
alochimpasplum Oct 4, 2020
0ce546a
Update: traducido hasta línea 144
alochimpasplum Oct 6, 2020
e0ff4bd
FIX: Added myself to translators
alochimpasplum Oct 7, 2020
7c610f7
FIX: Travis error line 78
alochimpasplum Oct 7, 2020
10f8be8
Merge branch '3.8' into traduccion-signal.po
cmaureir Oct 7, 2020
ce91c27
Merge branch '3.8' into pr-1000
cmaureir Dec 21, 2020
4c7d878
Agregar palabras pospell y powrap
cmaureir Dec 21, 2020
2dd0972
usar retornar en vez de devolver
cmaureir Dec 21, 2020
f4e93d8
finalizando traducción
cmaureir Dec 21, 2020
8b1f2e7
agregando palabras pospell y powrap
cmaureir Dec 21, 2020
dc7fc8a
Apply suggestions from code review
cacrespo Mar 4, 2021
0e583f2
fix powrap and minor changes
cacrespo Mar 13, 2021
6e38760
fix dict
cacrespo Mar 13, 2021
eec07e7
Merge remote-tracking branch 'upstream/3.8' into signal_fix
cacrespo Mar 13, 2021
e0c788d
ajustes traducción
cacrespo Mar 13, 2021
b848c9e
Merge branch '3.9' into traduccion-signal.po
cmaureir Mar 19, 2021
ed5cd74
Make pospell to pass in 3.9
humitos Mar 19, 2021
9a2e1cd
Ignore _setuptools_disclaimer.rst
humitos Mar 19, 2021
aeb4826
Fix: inconsistent term references in translated message
humitos Mar 19, 2021
871aa9d
powrap :/
humitos Mar 19, 2021
cd07cbe
Inconsistent term
humitos Mar 19, 2021
06b2cb4
Properly exclude a file
humitos Mar 19, 2021
a94036b
Remove this paragraph as because makes Sphinx to break
humitos Mar 19, 2021
7a28bcd
Cambiar Devolver -> Retornar
cmaureir Mar 19, 2021
399b55f
powrap library/signal
cmaureir Mar 19, 2021
2aea3cc
Arreglando referencia faltante
cmaureir Mar 19, 2021
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
FIX: Travis error line 78
  • Loading branch information
alochimpasplum committed Oct 7, 2020
commit 7c610f79d93166c96b8c8cc7da0a88876485468c
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ Rishabh Mishra (@rishabhmishra25)
Carlos Martel Lamas (@Letram)
Jonathan Aguilar (@drawsoek)
David Lorenzo (@David-Lor)
Juan Antonio Lagos (@alochimpasplum)
4 changes: 2 additions & 2 deletions library/signal.po
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ msgid ""
"handler at a later point(for example at the next :term:`bytecode` "
"instruction). This has consequences:"
msgstr ""
"Un controlador de señáles de Python no se ejecuta dentro del controlador de señales "
"Un controlador de señales de Python no se ejecuta dentro del controlador de señales "
"de bajo nivel (C). En vez de eso, el controlador de señales de bajo nivel establece una señal que "
"le dice al :term:`virtual machine` que ejecute la correspondiente señal del "
"controlador de Python en una posición posterior (por ejemplo en la próxima instrucción :term:`bytecode). "
"controlador de Python en una posición posterior (por ejemplo en la próxima instrucción :term:`bytecode`). "
"Esto tiene consecuencias: "

#: ../Doc/library/signal.rst:37
Expand Down