We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab57dbf commit 337b090Copy full SHA for 337b090
library/contextvars.po
@@ -61,14 +61,16 @@ msgstr "このクラスは新しいコンテキスト変数を宣言するのに
61
#: ../../library/contextvars.rst:35
62
msgid ""
63
"The required *name* parameter is used for introspection and debug purposes."
64
-msgstr ""
+msgstr "必須のパラメータの *name* は内観やデバッグの目的で使われます。"
65
66
#: ../../library/contextvars.rst:38
67
68
"The optional keyword-only *default* parameter is returned by "
69
":meth:`ContextVar.get` when no value for the variable is found in the "
70
"current context."
71
msgstr ""
72
+"オプションのキーワードのみ引数は、現在のコンテキストにその変数の値が見付からなかったときに :meth:`ContextVar.get` "
73
+"から返されます。"
74
75
#: ../../library/contextvars.rst:42
76
0 commit comments