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

Skip to content

Commit 38e5009

Browse files
[po] auto sync
1 parent f4f1f9c commit 38e5009

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

howto/logging.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,8 @@ msgid ""
15981598
":func:`sys._getframe`, which may help to speed up your code in environments "
15991599
"like PyPy (which can't speed up code that uses :func:`sys._getframe`)."
16001600
msgstr ""
1601+
"将 ``logging._srcfile`` 设置为 ``None`` 。这避免了调用 :func:`sys._getframe` ,如果 PyPy "
1602+
"支持 Python 3.x ,这可能有助于加速 PyPy (无法加速使用 :func:`sys._getframe` 的代码)等环境中的代码。"
16011603

16021604
#: ../../howto/logging.rst:1091
16031605
msgid "Threading information."

library/logging.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# 1lin24 <[email protected]>, 2019
1212
# Shengjing Zhu <[email protected]>, 2019
1313
# ppcfish <[email protected]>, 2019
14-
# WH-2099 <[email protected]>, 2020
1514
# Leo Li <[email protected]>, 2020
1615
# Freesand Leo <[email protected]>, 2020
16+
# WH-2099 <[email protected]>, 2020
1717
#
1818
#, fuzzy
1919
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222
"Report-Msgid-Bugs-To: \n"
2323
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:17+0000\n"
25-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
25+
"Last-Translator: WH-2099 <wh2099@outlook.com>, 2020\n"
2626
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2727
"MIME-Version: 1.0\n"
2828
"Content-Type: text/plain; charset=UTF-8\n"
@@ -277,7 +277,7 @@ msgid ""
277277
" argument.) No % formatting operation is performed on *msg* when no *args* "
278278
"are supplied."
279279
msgstr ""
280-
"在此纪录器上记录 :const:`DEBUG` 级别的消息。 *msg* 是消息格式字符串,而 *args* 是用于字符串格式化操作合并到 *msg* "
280+
"在此记录器上记录 :const:`DEBUG` 级别的消息。 *msg* 是消息格式字符串,而 *args* 是用于字符串格式化操作合并到 *msg* "
281281
"的参数。(请注意,这意味着您可以在格式字符串中使用关键字以及单个字典参数。)当未提供 *args* 时,不会对 *msg* 执行 % 格式化操作。"
282282

283283
#: ../../library/logging.rst:164

library/zlib.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ msgid ""
3636
"<https://zlib.net/zlib_faq.html#faq33>`_, so we recommend using 1.1.4 or "
3737
"later."
3838
msgstr ""
39+
"对于需要数据压缩的应用,此模块中的函数允许使用 zlib 库进行压缩和解压缩。 zlib 库的项目主页是 https://www.zlib.net。 "
40+
"已知此 Python 模块与 1.1.3 之前版本的 zlib 库存在不兼容;1.1.3 版则存在一个 `安全缺陷 "
41+
"<https://zlib.net/zlib_faq.html#faq33>`_,因此我们推荐使用 1.1.4 或更新的版本。"
3942

4043
#: ../../library/zlib.rst:17
4144
msgid ""

0 commit comments

Comments
 (0)