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