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 @@ -171,6 +171,10 @@ msgid ""
171171"value for the context variable, or ``NULL`` for no default. If an error has "
172172"occurred, this function returns ``NULL``."
173173msgstr ""
174+ "新しい``ContextVar``オブジェクトをさくせいします。*name* 引数は内部走査とデ"
175+ "バッグの目的で使われます。*def* 引数はコンテキスト変数のデフォルト値を指定す"
176+ "るか、デフォルトがない場合は``NULL``です。エラーが起きた場合は、関数は"
177+ "``NULL``を返します。"
174178
175179#: ../../c-api/contextvars.rst:121
176180msgid ""
@@ -206,13 +210,15 @@ msgstr "``NULL``"
206210
207211#: ../../c-api/contextvars.rst:132
208212msgid "Except for ``NULL``, the function returns a new reference."
209- msgstr ""
213+ msgstr "``NULL``を除けば、この関数は新しい参照を返します。 "
210214
211215#: ../../c-api/contextvars.rst:136
212216msgid ""
213217"Set the value of *var* to *value* in the current context. Returns a new "
214218"token object for this change, or ``NULL`` if an error has occurred."
215219msgstr ""
220+ "現在のコンテキストにおいて *var* の値を *value* にセットします。この変更によ"
221+ "る新しいトークンオブジェクトか、エラーが起こった場合は``NULL``を返します。"
216222
217223#: ../../c-api/contextvars.rst:141
218224msgid ""
You can’t perform that action at this time.
0 commit comments