Skip to content

Commit 74e6cd0

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent e88d559 commit 74e6cd0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

library/os.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5950,30 +5950,40 @@ msgid ""
59505950
"Similar to :func:`timerfd_settime`, but use time as nanoseconds. This "
59515951
"function operates the same interval timer as :func:`timerfd_settime`."
59525952
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`."
59535955

59545956
#: ../../library/os.rst:4010
59555957
msgid "Return a two-item tuple of floats (``next_expiration``, ``interval``)."
59565958
msgstr ""
5959+
"Returna uma tupla de ponto flutuante com dois elementos "
5960+
"(``next_expiration``, ``interval``)."
59575961

59585962
#: ../../library/os.rst:4012
59595963
msgid ""
59605964
"``next_expiration`` denotes the relative time until next the timer next "
59615965
"fires, regardless of if the :const:`TFD_TIMER_ABSTIME` flag is set."
59625966
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."
59635970

59645971
#: ../../library/os.rst:4015
59655972
msgid ""
59665973
"``interval`` denotes the timer's interval. If zero, the timer will only fire "
59675974
"once, after ``next_expiration`` seconds have elapsed."
59685975
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."
59695978

59705979
#: ../../library/os.rst:4019
59715980
msgid ":manpage:`timerfd_gettime(2)`"
5972-
msgstr ""
5981+
msgstr ":manpage:`timerfd_gettime(2)`"
59735982

59745983
#: ../../library/os.rst:4028
59755984
msgid "Similar to :func:`timerfd_gettime`, but return time as nanoseconds."
59765985
msgstr ""
5986+
"Similar a :func:`timerfd_gettime`, mas retorna o tempo em nanossegundos."
59775987

59785988
#: ../../library/os.rst:4036
59795989
msgid ""

0 commit comments

Comments
 (0)