Skip to content

Commit f10ef54

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent bd92ddd commit f10ef54

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

c-api/contextvars.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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``."
173173
msgstr ""
174+
"新しい``ContextVar``オブジェクトをさくせいします。*name* 引数は内部走査とデ"
175+
"バッグの目的で使われます。*def* 引数はコンテキスト変数のデフォルト値を指定す"
176+
"るか、デフォルトがない場合は``NULL``です。エラーが起きた場合は、関数は"
177+
"``NULL``を返します。"
174178

175179
#: ../../c-api/contextvars.rst:121
176180
msgid ""
@@ -206,13 +210,15 @@ msgstr "``NULL``"
206210

207211
#: ../../c-api/contextvars.rst:132
208212
msgid "Except for ``NULL``, the function returns a new reference."
209-
msgstr ""
213+
msgstr "``NULL``を除けば、この関数は新しい参照を返します。"
210214

211215
#: ../../c-api/contextvars.rst:136
212216
msgid ""
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."
215219
msgstr ""
220+
"現在のコンテキストにおいて *var* の値を *value* にセットします。この変更によ"
221+
"る新しいトークンオブジェクトか、エラーが起こった場合は``NULL``を返します。"
216222

217223
#: ../../c-api/contextvars.rst:141
218224
msgid ""

0 commit comments

Comments
 (0)