Skip to content

traducción library/time #2211

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 15 commits into from
Nov 22, 2022
Prev Previous commit
Next Next commit
fuzzy faltante
  • Loading branch information
stephfz committed Nov 20, 2022
commit 248501cb025cb2b7965cdf0f4d0bbf12b5528007
4 changes: 2 additions & 2 deletions library/time.po
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ msgid ""
"used if available. On Windows, a waitable timer is now used."
msgstr ""
"En Unix, las funciones ``clock_nanosleep()`` y ``nanosleep()`` ahora están "
"disponibles. En Windows, ahora se usa un waitable timer."
"disponibles. En Windows, ahora se usa un contador sincronizado."

#: ../Doc/library/time.rst:386
msgid ""
Expand Down Expand Up @@ -1271,7 +1271,7 @@ msgid ""
msgstr ""
"Retorna el tiempo en segundos desde la época_ como un número de coma "
"flotante. El manejo de `leap seconds`_ es dependiente a la plataforma. En "
"Windows y en la mayoría de sistema Unix, los leap seconds no son contados "
"Windows y en la mayoría de sistema Unix, los segundos extra no son contados "
"hasta el tiempo en segundos desde la época_. Esto es comúnmente referido "
"como `Tiempo Unix https://es.wikipedia.org/wiki/Tiempo_Unix`_."

Expand Down