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

Skip to content

Commit 9eec32c

Browse files
[po] auto sync
1 parent 813100b commit 9eec32c

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

library/logging.config.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,15 @@ msgid ""
501501
"existing configuration with the same semantics as used by the existing "
502502
":func:`fileConfig` API."
503503
msgstr ""
504+
"*incremental* - 配置是否要被解读为在现有配置上新增。 该值默认为 ``False``,这意味着指定的配置将以与当前 "
505+
":func:`fileConfig` API 所使用的相同语义来替代现有的配置。"
504506

505507
#: ../../library/logging.config.rst:313
506508
msgid ""
507509
"If the specified value is ``True``, the configuration is processed as "
508510
"described in the section on :ref:`logging-config-dict-incremental`."
509511
msgstr ""
512+
"如果指定的值为 ``True``,配置会按照 :ref:`logging-config-dict-incremental` 部分所描述的方式来处理。"
510513

511514
#: ../../library/logging.config.rst:316
512515
msgid ""
@@ -515,10 +518,12 @@ msgid ""
515518
":func:`fileConfig`. If absent, this parameter defaults to ``True``. This "
516519
"value is ignored if *incremental* is ``True``."
517520
msgstr ""
521+
"*disable_existing_loggers* - 是否要禁用任何现有的非根日志记录器。 该设置对应于 :func:`fileConfig` "
522+
"中的同名形参。 如果省略,则此形参默认为 ``True``。 如果 *incremental* 为 ``True`` 则该省会被忽略。"
518523

519524
#: ../../library/logging.config.rst:324
520525
msgid "Incremental Configuration"
521-
msgstr ""
526+
msgstr "增量配置"
522527

523528
#: ../../library/logging.config.rst:326
524529
msgid ""

tutorial/classes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# ww song <[email protected]>, 2020
1010
# eric R <[email protected]>, 2020
1111
# Junkai Shao <[email protected]>, 2020
12-
# Freesand Leo <[email protected]>, 2020
1312
# zkonge <[email protected]>, 2020
1413
# nick <[email protected]>, 2020
14+
# Freesand Leo <[email protected]>, 2020
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2020-07-14 14:32+0000\n"
2222
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
23-
"Last-Translator: nick <2330458484@qq.com>, 2020\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\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"
@@ -220,7 +220,7 @@ msgid ""
220220
"Although scopes are determined statically, they are used dynamically. At any"
221221
" time during execution, there are 3 or 4 nested scopes whose namespaces are "
222222
"directly accessible:"
223-
msgstr ""
223+
msgstr "虽然作用域是静态地确定的,但它们会被动态地使用。 在执行期间的任何时刻,会有 3 或 4 个个命名空间可被直接访问的嵌套作用域:"
224224

225225
#: ../../tutorial/classes.rst:120
226226
msgid "the innermost scope, which is searched first, contains the local names"

0 commit comments

Comments
 (0)