Skip to content

Commit 63b127a

Browse files
committed
powrap
1 parent 696bd8e commit 63b127a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

library/time.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,18 +653,20 @@ 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()`` (resolución: 1 nanosegundo);"
662+
661663
#: ../Doc/library/time.rst:379
662664
msgid "Or use ``nanosleep()`` if available (resolution: 1 nanosecond);"
663-
msgstr ""
665+
msgstr "O use ``nanosleep()`` si está disponible (resolución: 1 nanosegundo);"
664666

665667
#: ../Doc/library/time.rst:380
666668
msgid "Or use ``select()`` (resolution: 1 microsecond)."
667-
msgstr ""
669+
msgstr "O use ``select()`` (resolución: 1 microsegundo)."
668670

669671
#: ../Doc/library/time.rst:382
670672
msgid ""
@@ -1255,13 +1257,19 @@ msgstr ""
12551257
"lanza un :exc:`TypeError`."
12561258

12571259
#: ../Doc/library/time.rst:609
1260+
#, fuzzy
12581261
msgid ""
12591262
"Return the time in seconds since the epoch_ as a floating point number. The "
12601263
"handling of `leap seconds`_ is platform dependent. On Windows and most Unix "
12611264
"systems, the leap seconds are not counted towards the time in seconds since "
12621265
"the epoch_. This is commonly referred to as `Unix time <https://en.wikipedia."
12631266
"org/wiki/Unix_time>`_."
12641267
msgstr ""
1268+
"Retorna el tiempo en segundos desde la época_ como un número de coma "
1269+
"flotante. El manejo de `leap seconds`_ es dependiente a la plataforma. En "
1270+
"Windows y en la mayoría de sistema Unix, los leap seconds no son contados "
1271+
"hasta el tiempo en segundos desde la época_. Esto es comúnmente referido "
1272+
"como `Tiempo Unix https://es.wikipedia.org/wiki/Tiempo_Unix`_."
12651273

12661274
#: ../Doc/library/time.rst:615
12671275
msgid ""
@@ -1338,7 +1346,7 @@ msgstr ":ref:`Disponibilidad <availability>`: Linux."
13381346

13391347
#: ../Doc/library/time.rst:658
13401348
msgid "Unix systems supporting ``CLOCK_THREAD_CPUTIME_ID``."
1341-
msgstr ""
1349+
msgstr "Sistemas Unix que soporten ``CLOCK_THREAD_CPUTIME_ID``."
13421350

13431351
#: ../Doc/library/time.rst:665
13441352
msgid "Similar to :func:`thread_time` but return time as nanoseconds."

0 commit comments

Comments
 (0)