8000 Merge 3.11 into 3.10 · python/python-docs-ja@41211a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41211a6

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 8844202 commit 41211a6

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
@@ -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``."
164164
msgstr ""
165+
"新しい``ContextVar``オブジェクトをさくせいします。*name* 引数は内部走査とデ"
166+
"バッグの目的で使われます。*def* 引数はコンテキスト変数のデフォルト値を指定す"
167+
"るか、デフォルトがない場合は``NULL``です。エラーが起きた場合は、関数は"
168+
"``NULL``を返します。"
165169

166170
#: ../../c-api/contextvars.rst:116
167171
msgid ""
@@ -197,13 +201,15 @@ msgstr "``NULL``"
197201

198202
#: ../../c-api/contextvars.rst:127
199203
msgid "Except for ``NULL``, the function returns a new reference."
200-
msgstr ""
204+
msgstr "``NULL``を除けば、この関数は新しい参照を返します。"
201205

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

208214
#: ../../c-api/contextvars.rst:136
209215
msgid ""

0 commit comments

Comments
 (0)
0