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

Skip to content

Traduccion asyncio runner #2209

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 22 commits into from
Dec 12, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bc5ce75
Traducido archivo library/pdb
aandrea Oct 31, 2022
6907be2
Merge branch '3.11' into traduccion-pdb
aandrea Oct 31, 2022
27f3128
Merge branch 'python:3.11' into traduccion-pdb
aandrea Oct 31, 2022
505761f
Merge branch 'python:3.11' into 3.11
aandrea Nov 15, 2022
4652247
WIP Primera pasada
Nov 15, 2022
4c55714
Merge branch '3.11' into traduccion-asyncio-runner
aandrea Nov 17, 2022
b916a2d
Corrijo archivo library/pdb.po modificado por error
Nov 17, 2022
417109e
Merge branch 'traduccion-asyncio-runner' of https://github.com/aandre…
Nov 17, 2022
b6c8706
Merge branch '3.11' into traduccion-asyncio-runner
aandrea Nov 22, 2022
392e0e8
Quitando archivo pdb.po del PR
cmaureir Nov 24, 2022
82c3a81
Update library/asyncio-runner.po
cmaureir Nov 24, 2022
8af135a
Merge branch '3.11' into traduccion-asyncio-runner
cmaureir Nov 24, 2022
b219843
Merge branch '3.11' into traduccion-asyncio-runner
aandrea Nov 24, 2022
f73d381
Merge branch '3.11' into traduccion-asyncio-runner
aandrea Dec 9, 2022
861d3df
Update library/asyncio-runner.po
aandrea Dec 9, 2022
986562a
Update library/asyncio-runner.po
aandrea Dec 9, 2022
9df1e42
Update library/asyncio-runner.po
aandrea Dec 9, 2022
c12a2f9
Update library/asyncio-runner.po
aandrea Dec 9, 2022
5102f5e
Update library/asyncio-runner.po
aandrea Dec 9, 2022
0b58a0f
Update library/asyncio-runner.po
aandrea Dec 9, 2022
8716be6
Traducido asyncio-runner: agrego sugerencias de revisión
aandrea Dec 10, 2022
8128dcc
Me agrego como last translator
aandrea Dec 10, 2022
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
Update library/asyncio-runner.po
typo -> lanzado

Co-authored-by: rtobar <[email protected]>
  • Loading branch information
aandrea and rtobar authored Dec 9, 2022
commit 0b58a0f8da99bedc83cc62b749b06915573254c8
2 changes: 1 addition & 1 deletion library/asyncio-runner.po
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ msgid ""
"used for resource cleanup. After the main task is cancelled, :meth:`asyncio."
"Runner.run` raises :exc:`KeyboardInterrupt`."
msgstr ""
"Cuando :const:`signal.SIGINT` es elevado por :kbd:`Ctrl-C`, el administrador "
"Cuando :const:`signal.SIGINT` es lanzado por :kbd:`Ctrl-C`, el administrador "
"de señales personalizado cancela la tarea principal llamando :meth:`asyncio."
"Task.cancel` que lanza :exc:`asyncio.CancelledError` dentro de la tarea "
"principal. Esto hace que la pila de Python se desenvuelva, los bloques``try/"
Expand Down