Skip to content

Commit bf61584

Browse files
committed
Update translation from Transifex
1 parent ae6947c commit bf61584

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/time.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
14+
"POT-Creation-Date: 2021-03-06 16:38+0000\n"
1515
"PO-Revision-Date: 2020-05-30 12:12+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -301,7 +301,7 @@ msgid ""
301301
"Return the value (in fractional seconds) of a monotonic clock, i.e. a clock "
302302
"that cannot go backwards. The clock is not affected by system clock "
303303
"updates. The reference point of the returned value is undefined, so that "
304-
"only the difference between the results of consecutive calls is valid."
304+
"only the difference between the results of two calls is valid."
305305
msgstr ""
306306

307307
msgid "The function is now always available and always system-wide."
@@ -315,7 +315,7 @@ msgid ""
315315
"clock with the highest available resolution to measure a short duration. It "
316316
"does include time elapsed during sleep and is system-wide. The reference "
317317
"point of the returned value is undefined, so that only the difference "
318-
"between the results of consecutive calls is valid."
318+
"between the results of two calls is valid."
319319
msgstr ""
320320

321321
msgid "Similar to :func:`perf_counter`, but return time as nanoseconds."
@@ -326,7 +326,7 @@ msgid ""
326326
"CPU time of the current process. It does not include time elapsed during "
327327
"sleep. It is process-wide by definition. The reference point of the "
328328
"returned value is undefined, so that only the difference between the results "
329-
"of consecutive calls is valid."
329+
"of two calls is valid."
330330
msgstr ""
331331

332332
msgid "Similar to :func:`process_time` but return time as nanoseconds."
@@ -766,7 +766,7 @@ msgid ""
766766
"CPU time of the current thread. It does not include time elapsed during "
767767
"sleep. It is thread-specific by definition. The reference point of the "
768768
"returned value is undefined, so that only the difference between the results "
769-
"of consecutive calls in the same thread is valid."
769+
"of two calls in the same thread is valid."
770770
msgstr ""
771771

772772
msgid ""

0 commit comments

Comments
 (0)