Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 881c0b5

Browse files
[po] auto sync
1 parent 6706908 commit 881c0b5

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

library/curses.ascii.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,31 +219,31 @@ msgstr ":const:`DC4`"
219219

220220
#: ../../library/curses.ascii.rst:63
221221
msgid "Device control 4"
222-
msgstr ""
222+
msgstr "设备控制4"
223223

224224
#: ../../library/curses.ascii.rst:65
225225
msgid ":const:`NAK`"
226226
msgstr ":const:`NAK`"
227227

228228
#: ../../library/curses.ascii.rst:65
229229
msgid "Negative acknowledgement"
230-
msgstr ""
230+
msgstr "否定确认"
231231

232232
#: ../../library/curses.ascii.rst:67
233233
msgid ":const:`SYN`"
234234
msgstr ":const:`SYN`"
235235

236236
#: ../../library/curses.ascii.rst:67
237237
msgid "Synchronous idle"
238-
msgstr ""
238+
msgstr "同步空闲"
239239

240240
#: ../../library/curses.ascii.rst:69
241241
msgid ":const:`ETB`"
242242
msgstr ":const:`ETB`"
243243

244244
#: ../../library/curses.ascii.rst:69
245245
msgid "End transmission block"
246-
msgstr ""
246+
msgstr "末端传输块"
247247

248248
#: ../../library/curses.ascii.rst:71
249249
msgid ":const:`CAN`"
@@ -259,31 +259,31 @@ msgstr ":const:`EM`"
259259

260260
#: ../../library/curses.ascii.rst:73
261261
msgid "End of medium"
262-
msgstr ""
262+
msgstr "媒体结束"
263263

264264
#: ../../library/curses.ascii.rst:75
265265
msgid ":const:`SUB`"
266266
msgstr ":const:`SUB`"
267267

268268
#: ../../library/curses.ascii.rst:75
269269
msgid "Substitute"
270-
msgstr ""
270+
msgstr "替换"
271271

272272
#: ../../library/curses.ascii.rst:77
273273
msgid ":const:`ESC`"
274274
msgstr ":const:`ESC`"
275275

276276
#: ../../library/curses.ascii.rst:77
277277
msgid "Escape"
278-
msgstr ""
278+
msgstr "退出"
279279

280280
#: ../../library/curses.ascii.rst:79
281281
msgid ":const:`FS`"
282282
msgstr ":const:`FS`"
283283

284284
#: ../../library/curses.ascii.rst:79
285285
msgid "File separator"
286-
msgstr ""
286+
msgstr "文件分隔符"
287287

288288
#: ../../library/curses.ascii.rst:81
289289
msgid ":const:`GS`"

library/threading.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# walkinrain <[email protected]>, 2019
1111
# Pandaaaa906 <[email protected]>, 2019
1212
# makdon <[email protected]>, 2019
13-
# Freesand Leo <[email protected]>, 2019
1413
# ppcfish <[email protected]>, 2019
14+
# Freesand Leo <[email protected]>, 2019
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2019-12-02 12:05+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
23-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -821,7 +821,7 @@ msgstr ""
821821
msgid ""
822822
"When invoked with the *blocking* argument set to true, do the same thing as "
823823
"when called without arguments, and return ``True``."
824-
msgstr ""
824+
msgstr "当发起调用时将 *blocking* 参数设为真值,则执行与无参数调用时一样的操作,然后返回 ``True``。"
825825

826826
#: ../../library/threading.rst:544
827827
msgid ""
@@ -830,6 +830,8 @@ msgid ""
830830
"otherwise, do the same thing as when called without arguments, and return "
831831
"``True``."
832832
msgstr ""
833+
"当发起调用时将 *blocking* 参数设为假值,则不进行阻塞。 如果一个无参数调用将要阻塞,则立即返回 "
834+
"``False``;在其他情况下,执行与无参数调用时一样的操作,然后返回 ``True``。"
833835

834836
#: ../../library/threading.rst:548
835837
msgid ""
@@ -838,6 +840,8 @@ msgid ""
838840
" long as the lock cannot be acquired. Return ``True`` if the lock has been "
839841
"acquired, false if the timeout has elapsed."
840842
msgstr ""
843+
"当发起调用时将浮点数的 *timeout* 参数设为正值时,只要无法获得锁,将最多阻塞 *timeout* 所指定的秒数。 如果已经获得锁则返回 "
844+
"``True``,如果超时则返回假值。"
841845

842846
#: ../../library/threading.rst:559
843847
msgid ""
@@ -1177,7 +1181,7 @@ msgstr "在不带参数的情况下调用时: "
11771181
msgid ""
11781182
"If the internal counter is larger than zero on entry, decrement it by one "
11791183
"and return ``True`` immediately."
1180-
msgstr ""
1184+
msgstr "如果在进入时内部计数器的值大于零,则将其减一并立即返回 ``True``."
11811185

11821186
#: ../../library/threading.rst:784
11831187
msgid ""

0 commit comments

Comments
 (0)