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

Skip to content

Commit 375fa9d

Browse files
[po] auto sync
1 parent 4a58324 commit 375fa9d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

howto/logging-cookbook.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
# Translators:
77
# Fei Yin <[email protected]>, 2018
88
# 欢 王 <[email protected]>, 2018
9-
# MuSheng Chen <[email protected]>, 2019
109
# 非法操作 <[email protected]>, 2019
1110
# 浩听 王 <[email protected]>, 2019
1211
# Shengjing Zhu <[email protected]>, 2019
1312
# Meng Du <[email protected]>, 2020
14-
# Dai Xu <[email protected]>, 2021
1513
# Freesand Leo <[email protected]>, 2021
14+
# Dai Xu <[email protected]>, 2021
1615
#
1716
#, fuzzy
1817
msgid ""
@@ -21,7 +20,7 @@ msgstr ""
2120
"Report-Msgid-Bugs-To: \n"
2221
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2322
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
24-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
23+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
2524
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2625
"MIME-Version: 1.0\n"
2726
"Content-Type: text/plain; charset=UTF-8\n"
@@ -372,9 +371,9 @@ msgid ""
372371
"the contextual information in the delegated call. Here's a snippet from the "
373372
"code of :class:`LoggerAdapter`::"
374373
msgstr ""
375-
"当你创建一个 :class:`LoggerAdapter` 的实例时,你会传入一个 :class:`Logger` "
376-
"的实例和一个包含了上下文信息的字典对象。当你调用一个 :class:`LoggerAdapter` 实例的方法时,它会把调用委托给内部的 "
377-
":class:`Logger` 的实例,并为其整理相关的上下文信息。这是 :class:`LoggerAdapter` 的一个代码片段::"
374+
"若要创建 :class:`LoggerAdapter` 的实例,需传入一个 :class:`Logger` "
375+
"的实例和一个包含了上下文信息的字典类对象。当在 :class:`LoggerAdapter` 实例上调用某个日志方法时,会将调用委托给传入构造函数的底层"
376+
" :class:`Logger` 实例,并在调用中传入上下文信息。以下是 :class:`LoggerAdapter` 的一段代码:"
378377

379378
#: ../../howto/logging-cookbook.rst:590
380379
msgid ""

0 commit comments

Comments
 (0)