Skip to content

Commit f931f76

Browse files
committed
powrap
1 parent f637e60 commit f931f76

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

library/time.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,25 +653,30 @@ msgstr ""
653653

654654
#: ../Doc/library/time.rst:376
655655
msgid "Unix implementation:"
656-
msgstr ""
656+
msgstr "Implementación en Unix:"
657657

658658
#: ../Doc/library/time.rst:378
659659
msgid "Use ``clock_nanosleep()`` if available (resolution: 1 nanosecond);"
660660
msgstr ""
661+
"Si está disponible, use ``clock_nanosleep()`` (resolution: 1 nanosecond);"
661662

662663
#: ../Doc/library/time.rst:379
663664
msgid "Or use ``nanosleep()`` if available (resolution: 1 nanosecond);"
664665
msgstr ""
666+
"O use ``nanosleep()`` si está disponible (resolution: 1 nanosecond);"
665667

666668
#: ../Doc/library/time.rst:380
667669
msgid "Or use ``select()`` (resolution: 1 microsecond)."
668-
msgstr ""
670+
msgstr "O use ``select()`` (resolution: 1 microsecond)."
669671

670672
#: ../Doc/library/time.rst:382
673+
#, fuzzy
671674
msgid ""
672675
"On Unix, the ``clock_nanosleep()`` and ``nanosleep()`` functions are now "
673676
"used if available. On Windows, a waitable timer is now used."
674677
msgstr ""
678+
"En Unix, las funciones ``clock_nanosleep()`` y ``nanosleep()`` ahora están "
679+
"disponibles. En Windows, ahora se usa un waitable timer"
675680

676681
#: ../Doc/library/time.rst:386
677682
msgid ""

0 commit comments

Comments
 (0)