Skip to content

Commit 4b09060

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 71712d4 commit 4b09060

File tree

3 files changed

+6663
-6664
lines changed

3 files changed

+6663
-6664
lines changed

library/test.po

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Yuto <ogran.std@gmail.com>, 2019
1313
# tomo, 2020
1414
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
15+
# shortarrow <bamboogeneral@live.jp>, 2021
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
23-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
24+
"Last-Translator: shortarrow <bamboogeneral@live.jp>, 2021\n"
2425
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -365,6 +366,7 @@ msgid ""
365366
"system encoding in strict mode. It may be ``None`` if it's not possible to "
366367
"generate such a filename."
367368
msgstr ""
369+
"strictモードのファイルシステムエンコーディングでエンコードできないファイル名(str型)に設定します。そのようなファイル名を生成できない場合は、``None``になる可能性があります。"
368370

369371
#: ../../library/test.rst:280
370372
msgid ""

library/time.po

+5-17
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.9\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
25+
"POT-Creation-Date: 2021-03-06 05:37+0000\n"
2626
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
2727
"Last-Translator: tomo, 2019\n"
2828
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -431,11 +431,8 @@ msgid ""
431431
"Return the value (in fractional seconds) of a monotonic clock, i.e. a clock "
432432
"that cannot go backwards. The clock is not affected by system clock "
433433
"updates. The reference point of the returned value is undefined, so that "
434-
"only the difference between the results of consecutive calls is valid."
434+
"only the difference between the results of two calls is valid."
435435
msgstr ""
436-
"モノトニッククロックの値 (小数点以下がミリ秒) "
437-
"を返します。戻り値の基準点は定義されていませんが、このクロックは値が後戻りすることはなく、システムクロックの更新の影響も受けません。すなわち、モノトニック時間の重要な点はその値ではなく、値が厳密に増加していくことが保証されている点です。このため、正しい利用法は、呼び出した"
438-
" 2 点間の時間差を計測することです。"
439436

440437
#: ../../library/time.rst:277
441438
msgid "The function is now always available and always system-wide."
@@ -451,10 +448,8 @@ msgid ""
451448
"clock with the highest available resolution to measure a short duration. It"
452449
" does include time elapsed during sleep and is system-wide. The reference "
453450
"point of the returned value is undefined, so that only the difference "
454-
"between the results of consecutive calls is valid."
451+
"between the results of two calls is valid."
455452
msgstr ""
456-
"パフォーマンスカウンターの値 (小数点以下がミリ秒) "
457-
"を返します。クロックは短期間の計測が行えるよう、可能な限り高い分解能をもちます。これにはスリープ中の経過時間も含まれ、システム全体で一意です。"
458453

459454
#: ../../library/time.rst:302
460455
msgid "Similar to :func:`perf_counter`, but return time as nanoseconds."
@@ -466,11 +461,8 @@ msgid ""
466461
"CPU time of the current process. It does not include time elapsed during "
467462
"sleep. It is process-wide by definition. The reference point of the "
468463
"returned value is undefined, so that only the difference between the results"
469-
" of consecutive calls is valid."
464+
" of two calls is valid."
470465
msgstr ""
471-
"現在のプロセスのシステムおよびユーザー CPU 時間の合計値 (小数点以下はミリ秒) "
472-
"を返します。プロセスごとに定義され、スリープ中の経過時間は含まれません。戻り値の参照点は定義されていないため、正しい利用法は、呼び出した 2 "
473-
"点間の時間差を計測することです。"
474466

475467
#: ../../library/time.rst:324
476468
msgid "Similar to :func:`process_time` but return time as nanoseconds."
@@ -1080,12 +1072,8 @@ msgid ""
10801072
"CPU time of the current thread. It does not include time elapsed during "
10811073
"sleep. It is thread-specific by definition. The reference point of the "
10821074
"returned value is undefined, so that only the difference between the results"
1083-
" of consecutive calls in the same thread is valid."
1075+
" of two calls in the same thread is valid."
10841076
msgstr ""
1085-
"現在のスレッドのシステムおよびユーザーの CPU 時間の合計値 (小数点以下ありの秒数) を返します。\n"
1086-
"スリープ中の経過時間は含まれません。\n"
1087-
"この値は定義によりスレッドごとの値です。\n"
1088-
"返り値の参照点は定義されていないため、同一のスレッドで連続して呼び出した返り値の差分のみが有効な値です。"
10891077

10901078
#: ../../library/time.rst:600
10911079
msgid ""

0 commit comments

Comments
 (0)