Skip to content

Commit 04bff0b

Browse files
committed
Sinkronisasi dengan Transifex 20210501.
1 parent 2a2868b commit 04bff0b

34 files changed

+11083
-10588
lines changed

c-api/contextvars.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
1515
"PO-Revision-Date: 2018-06-29 21:01+0000\n"
1616
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2021\n"
1717
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
@@ -132,8 +132,8 @@ msgstr ""
132132
#: ../../c-api/contextvars.rst:109
133133
msgid ""
134134
"Create a new ``ContextVar`` object. The *name* parameter is used for "
135-
"introspection and debug purposes. The *def* parameter may optionally "
136-
"specify the default value for the context variable. If an error has "
135+
"introspection and debug purposes. The *def* parameter specifies a default "
136+
"value for the context variable, or ``NULL`` for no default. If an error has "
137137
"occurred, this function returns ``NULL``."
138138
msgstr ""
139139

@@ -163,17 +163,16 @@ msgid "``NULL``"
163163
msgstr "``NULL``"
164164

165165
#: ../../c-api/contextvars.rst:127
166-
msgid ""
167-
"If the value was found, the function will create a new reference to it."
166+
msgid "Except for ``NULL``, the function returns a new reference."
168167
msgstr ""
169168

170169
#: ../../c-api/contextvars.rst:131
171170
msgid ""
172-
"Set the value of *var* to *value* in the current context. Returns a pointer"
173-
" to a :c:type:`PyObject` object, or ``NULL`` if an error has occurred."
171+
"Set the value of *var* to *value* in the current context. Returns a new "
172+
"token object for this change, or ``NULL`` if an error has occurred."
174173
msgstr ""
175174

176-
#: ../../c-api/contextvars.rst:137
175+
#: ../../c-api/contextvars.rst:136
177176
msgid ""
178177
"Reset the state of the *var* context variable to that it was in before "
179178
":c:func:`PyContextVar_Set` that returned the *token* was called. This "

0 commit comments

Comments
 (0)