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

Skip to content

Commit 4c8c658

Browse files
committed
[po] auto sync bot
1 parent bcc2011 commit 4c8c658

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

library/_dummy_thread.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Freesand Leo <[email protected]>, 2018
8+
# cissoid <[email protected]>, 2018
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"Report-Msgid-Bugs-To: \n"
1115
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
16+
"PO-Revision-Date: 2017-02-16 17:47+0000\n"
1317
"Last-Translator: cissoid <[email protected]>, 2018\n"
1418
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1519
"MIME-Version: 1.0\n"
@@ -31,15 +35,14 @@ msgstr "**源代码:** :source:`Lib/_dummy_thread.py`"
3135
msgid ""
3236
"Python now always has threading enabled. Please use :mod:`_thread` (or, "
3337
"better, :mod:`threading`) instead."
34-
msgstr "Python 总会开启多线程。请使用 :mod:`_thread`:mod:`threading` 更好)代替。"
38+
msgstr "Python 现在总是会启用多线程。请改用 :mod:`_thread` (或者用 :mod:`threading` 更好)。"
3539

3640
#: ../../library/_dummy_thread.rst:15
3741
msgid ""
3842
"This module provides a duplicate interface to the :mod:`_thread` module. It "
3943
"was meant to be imported when the :mod:`_thread` module was not provided on "
4044
"a platform."
41-
msgstr ""
42-
"这个模块提供与 :mod:`_thread` 相同的接口。它主要用于在没有提供 :mod:`_thread` 模块的平台上被 import。"
45+
msgstr "这个模块提供与 :mod:`_thread` 相同的接口。它主要用于在没有提供 :mod:`_thread` 模块的平台上被导入。"
4346

4447
#: ../../library/_dummy_thread.rst:19
4548
msgid ""

reference/datamodel.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,10 +2033,13 @@ msgid ""
20332033
"considered true if its result is nonzero. If a class defines neither "
20342034
":meth:`__len__` nor :meth:`__bool__`, all its instances are considered true."
20352035
msgstr ""
2036+
"调用此方法以实现真值检测以及内置的 ``bool()`` 操作;应该返回 ``False`` 或 ``True``。如果未定义此方法,则会查找并调用 "
2037+
":meth:`__len__` 并在其返回非零值时视对象的逻辑值为真。如果一个类既未定义 :meth:`__len__` 也未定义 "
2038+
":meth:`__bool__` 则视其所有实例的逻辑值为真。"
20362039

20372040
#: ../../reference/datamodel.rst:1480
20382041
msgid "Customizing attribute access"
2039-
msgstr ""
2042+
msgstr "自定义属性访问"
20402043

20412044
#: ../../reference/datamodel.rst:1482
20422045
msgid ""

0 commit comments

Comments
 (0)