File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ msgid ""
162162"value for the context variable, or ``NULL`` for no default. If an error has "
163163"occurred, this function returns ``NULL``."
164164msgstr ""
165+ "新しい``ContextVar``オブジェクトをさくせいします。*name* 引数は内部走査とデ"
166+ "バッグの目的で使われます。*def* 引数はコンテキスト変数のデフォルト値を指定す"
167+ "るか、デフォルトがない場合は``NULL``です。エラーが起きた場合は、関数は"
168+ "``NULL``を返します。"
165169
166170#: ../../c-api/contextvars.rst:116
167171msgid ""
@@ -197,13 +201,15 @@ msgstr "``NULL``"
197201
198202#: ../../c-api/contextvars.rst:127
199203msgid "Except for ``NULL``, the function returns a new reference."
200- msgstr ""
204+ msgstr "``NULL``を除けば、この関数は新しい参照を返します。 "
201205
202206#: ../../c-api/contextvars.rst:131
203207msgid ""
204208"Set the value of *var* to *value* in the current context. Returns a new "
205209"token object for this change, or ``NULL`` if an error has occurred."
206210msgstr ""
211+ "現在のコンテキストにおいて *var* の値を *value* にセットします。この変更によ"
212+ "る新しいトークンオブジェクトか、エラーが起こった場合は``NULL``を返します。"
207213
208214#: ../../c-api/contextvars.rst:136
209215msgid ""
You can’t perform that action at this time.
0 commit comments