File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -653,25 +653,30 @@ msgstr ""
653
653
654
654
#: ../Doc/library/time.rst:376
655
655
msgid "Unix implementation:"
656
- msgstr ""
656
+ msgstr "Implementación en Unix: "
657
657
658
658
#: ../Doc/library/time.rst:378
659
659
msgid "Use ``clock_nanosleep()`` if available (resolution: 1 nanosecond);"
660
660
msgstr ""
661
+ "Si está disponible, use ``clock_nanosleep()`` (resolution: 1 nanosecond);"
661
662
662
663
#: ../Doc/library/time.rst:379
663
664
msgid "Or use ``nanosleep()`` if available (resolution: 1 nanosecond);"
664
665
msgstr ""
666
+ "O use ``nanosleep()`` si está disponible (resolution: 1 nanosecond);"
665
667
666
668
#: ../Doc/library/time.rst:380
667
669
msgid "Or use ``select()`` (resolution: 1 microsecond)."
668
- msgstr ""
670
+ msgstr "O use ``select()`` (resolution: 1 microsecond). "
669
671
670
672
#: ../Doc/library/time.rst:382
673
+ #, fuzzy
671
674
msgid ""
672
675
"On Unix, the ``clock_nanosleep()`` and ``nanosleep()`` functions are now "
673
676
"used if available. On Windows, a waitable timer is now used."
674
677
msgstr ""
678
+ "En Unix, las funciones ``clock_nanosleep()`` y ``nanosleep()`` ahora están "
679
+ "disponibles. En Windows, ahora se usa un waitable timer"
675
680
676
681
#: ../Doc/library/time.rst:386
677
682
msgid ""
You can’t perform that action at this time.
0 commit comments