@@ -5950,30 +5950,40 @@ msgid ""
5950
5950
"Similar to :func:`timerfd_settime`, but use time as nanoseconds. This "
5951
5951
"function operates the same interval timer as :func:`timerfd_settime`."
5952
5952
msgstr ""
5953
+ "Similar a :func:`timerfd_settime`, mas usa nanossegundos. Essa função opera "
5954
+ "no mesmo intervalo do temporizador definido com :func:`timerfd_settime`."
5953
5955
5954
5956
#: ../../library/os.rst:4010
5955
5957
msgid "Return a two-item tuple of floats (``next_expiration``, ``interval``)."
5956
5958
msgstr ""
5959
+ "Returna uma tupla de ponto flutuante com dois elementos "
5960
+ "(``next_expiration``, ``interval``)."
5957
5961
5958
5962
#: ../../library/os.rst:4012
5959
5963
msgid ""
5960
5964
"``next_expiration`` denotes the relative time until next the timer next "
5961
5965
"fires, regardless of if the :const:`TFD_TIMER_ABSTIME` flag is set."
5962
5966
msgstr ""
5967
+ "``next_expiration`` indica o tempo relativo até o próximo disparo do "
5968
+ "cronômetro, independentemente de o sinalizador :const:`TFD_TIMER_ABSTIME` "
5969
+ "estar definido."
5963
5970
5964
5971
#: ../../library/os.rst:4015
5965
5972
msgid ""
5966
5973
"``interval`` denotes the timer's interval. If zero, the timer will only fire "
5967
5974
"once, after ``next_expiration`` seconds have elapsed."
5968
5975
msgstr ""
5976
+ "``interval`` indica o intervalo do cronômetro. Se for zero, o cronômetro "
5977
+ "será acionado apenas uma vez, após o término ``next_expiration`` segundos."
5969
5978
5970
5979
#: ../../library/os.rst:4019
5971
5980
msgid ":manpage:`timerfd_gettime(2)`"
5972
- msgstr ""
5981
+ msgstr ":manpage:`timerfd_gettime(2)` "
5973
5982
5974
5983
#: ../../library/os.rst:4028
5975
5984
msgid "Similar to :func:`timerfd_gettime`, but return time as nanoseconds."
5976
5985
msgstr ""
5986
+ "Similar a :func:`timerfd_gettime`, mas retorna o tempo em nanossegundos."
5977
5987
5978
5988
#: ../../library/os.rst:4036
5979
5989
msgid ""
0 commit comments