Skip to content

Traduccion threading #386

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 23 commits into from
Jul 6, 2020
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b7cb3b5
Traducido archivo threading.po
GabrielAnguita Jun 3, 2020
329a9e7
traduccion threading.po
GabrielAnguita Jun 3, 2020
db7d870
consistencia en traduccion del termino LOCK y arreglados nombres de m…
GabrielAnguita Jun 4, 2020
609a37c
traducido threading.po
GabrielAnguita Jun 4, 2020
a9b7675
solved inconsistences in term references
GabrielAnguita Jun 4, 2020
86a0965
corregidos errores ortograficos
GabrielAnguita Jun 9, 2020
d35a7b0
update dict
GabrielAnguita Jun 9, 2020
03bded3
changed "Kib" to "KiB"
GabrielAnguita Jun 10, 2020
f38fed9
applied correction from pospell
GabrielAnguita Jun 10, 2020
1f90971
Update library/threading.po
GabrielAnguita Jun 28, 2020
429fdf7
Update library/threading.po
GabrielAnguita Jun 28, 2020
a0d2512
Update library/threading.po
GabrielAnguita Jun 28, 2020
ff2ab8d
Update library/threading.po
GabrielAnguita Jun 28, 2020
8b2436e
Update library/threading.po
GabrielAnguita Jun 28, 2020
9956234
Update library/threading.po
GabrielAnguita Jun 28, 2020
ec6d8d3
Update TRANSLATORS
GabrielAnguita Jun 28, 2020
63905f9
Update library/threading.po
GabrielAnguita Jun 28, 2020
9b89927
Update library/threading.po
GabrielAnguita Jul 1, 2020
62453c7
aplicadas varias sugerencias
GabrielAnguita Jul 4, 2020
2f5cb57
revisada incosistencia en algunos tiempos verbales
GabrielAnguita Jul 4, 2020
4e74a9c
detalle ortográfico
GabrielAnguita Jul 4, 2020
a2dda13
Merge branch '3.8' into traduccion-threading
humitos Jul 5, 2020
3491207
Merge branch '3.8' into traduccion-threading
cmaureir Jul 5, 2020
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/threading.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
GabrielAnguita and cmaureir authored Jun 28, 2020
commit 429fdf7a14d43b13bfcc77e2d0c4dedf74c37c8d
2 changes: 1 addition & 1 deletion library/threading.po
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ msgid ""
"Thread class, when implemented, are mapped to module-level functions."
msgstr ""
"El diseño de este módulo está libremente basado en el modelo de *threading* "
"de Java. Sin embargo, donde Java hace de *(locks)* y variables condicionales "
"de Java. Sin embargo, donde Java hace *locks* y variables condicionales "
"el comportamiento básico de cada objeto, éstos son objetos separados en "
"Python. La clase de Python :class:`Thread` soporta un subdominio del "
"comportamiento de la clase *Thread* de Java; actualmente, no hay prioridades, "
Expand Down