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 ""
162
162
"value for the context variable, or ``NULL`` for no default. If an error has "
163
163
"occurred, this function returns ``NULL``."
164
164
msgstr ""
165
+ "新しい``ContextVar``オブジェクトをさくせいします。*name* 引数は内部走査とデ"
166
+ "バッグの目的で使われます。*def* 引数はコンテキスト変数のデフォルト値を指定す"
167
+ "るか、デフォルトがない場合は``NULL``です。エラーが起きた場合は、関数は"
168
+ "``NULL``を返します。"
165
169
166
170
#: ../../c-api/contextvars.rst:116
167
171
msgid ""
@@ -197,13 +201,15 @@ msgstr "``NULL``"
197
201
198
202
#: ../../c-api/contextvars.rst:127
199
203
msgid "Except for ``NULL``, the function returns a new reference."
200
- msgstr ""
204
+ msgstr "``NULL``を除けば、この関数は新しい参照を返します。 "
201
205
202
206
#: ../../c-api/contextvars.rst:131
203
207
msgid ""
204
208
"Set the value of *var* to *value* in the current context. Returns a new "
205
209
"token object for this change, or ``NULL`` if an error has occurred."
206
210
msgstr ""
211
+ "現在のコンテキストにおいて *var* の値を *value* にセットします。この変更によ"
212
+ "る新しいトークンオブジェクトか、エラーが起こった場合は``NULL``を返します。"
207
213
208
214
#: ../../c-api/contextvars.rst:136
209
215
msgid ""
You can’t perform that action at this time.
0 commit comments