8000 [skip ci] Update .po files · python/python-docs-ja@ab57dbf · GitHub
[go: up one dir, main page]

Skip to content

Commit ab57dbf

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 4a2144b commit ab57dbf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

library/contextvars.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,30 @@ msgid ""
3333
"and the :class:`~contextvars.Context` class should be used to manage the "
3434
"current context in asynchronous frameworks."
3535
msgstr ""
36+
"このモジュールは、コンテキストローカルな状態を管理し、保持し、アクセスするための API を提供します。\n"
37+
":class:`~contextvars.ContextVar` クラスは *コンテキスト変数* を宣言し、取り扱うために使われます。\n"
38+
"非同期フレームワークで現時点のコンテキストを管理するのには、 :func:`~contextvars.copy_context` 関数と :class:`~contextvars.Context` クラスを使うべきです。"
3639

3740
#: ../../library/contextvars.rst:17
3841
msgid ""
3942
"Context managers that have state should use Context Variables instead of "
4043
":func:`threading.local()` to prevent their state from bleeding to other code"
4144
" unexpectedly, when used in concurrent code."
4245
msgstr ""
46+
"状態を持っているコンテキストマネージャは :func:`threading.local()` "
47+
"ではなくコンテキスト変数を使い、並行処理のコードから状態が意図せず他のコードへ漏れ出すのを避けるべきです。"
4348

4449
#: ../../library/contextvars.rst:21
4550
msgid "See also :pep:`567` for additional details."
46-
msgstr ""
51+
msgstr "より詳しくは :pep:`567` を参照をしてください。"
4752

4853
#: ../../library/contextvars.rst:27
4954
msgid "Context Variables"
5055
msgstr "コンテキスト変数"
5156

5257
#: ../../library/contextvars.rst:31
5358
msgid "This class is used to declare a new Context Variable, e.g.::"
54-
msgstr ""
59+
msgstr "このクラスは新しいコンテキスト変数を宣言するのに使われます。例えば、次の通りです:"
5560

5661
#: ../../library/contextvars.rst:35
5762
msgid ""

0 commit comments

Comments
 (0)
0