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

Skip to content

Commit 8cbd3d5

Browse files
[po] auto sync
1 parent b847558 commit 8cbd3d5

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

howto/logging-cookbook.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# 浩听 王 <[email protected]>, 2019
1212
# Shengjing Zhu <[email protected]>, 2019
1313
# Meng Du <[email protected]>, 2020
14-
# Freesand Leo <[email protected]>, 2021
1514
# Dai Xu <[email protected]>, 2021
15+
# Freesand Leo <[email protected]>, 2021
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
2323
"PO-Revision-Date: 2019-09-01 03:37+0000\n"
24-
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -543,7 +543,7 @@ msgstr ""
543543

544544
#: ../../howto/logging-cookbook.rst:953
545545
msgid "Using concurrent.futures.ProcessPoolExecutor"
546-
msgstr ""
546+
msgstr "concurrent.futures.ProcessPoolExecutor 的用法"
547547

548548
#: ../../howto/logging-cookbook.rst:955
549549
msgid ""
@@ -556,15 +556,15 @@ msgstr ""
556556

557557
#: ../../howto/logging-cookbook.rst:963
558558
msgid "you should use"
559-
msgstr ""
559+
msgstr "而应是:"
560560

561561
#: ../../howto/logging-cookbook.rst:969
562562
msgid "and you can then replace the worker creation from this::"
563563
msgstr "然后就可以将以下工作进程的创建过程:"
564564

565565
#: ../../howto/logging-cookbook.rst:980
566566
msgid "to this (remembering to first import :mod:`concurrent.futures`)::"
567-
msgstr ""
567+
msgstr "改为 (记得要先导入 :mod:`concurrent.futures`)::"
568568

569569
#: ../../howto/logging-cookbook.rst:988
570570
msgid "Using file rotation"
@@ -734,7 +734,7 @@ msgstr "在用 Python 3.2 以上版本运行时,上述代码应该会把 ``Hel
734734

735735
#: ../../howto/logging-cookbook.rst:1217
736736
msgid "Customizing ``LogRecord``"
737-
msgstr ""
737+
msgstr "自定义 ``LogRecord``"
738738

739739
#: ../../howto/logging-cookbook.rst:1219
740740
msgid ""
@@ -1077,7 +1077,7 @@ msgstr ""
10771077

10781078
#: ../../howto/logging-cookbook.rst:1732
10791079
msgid "Implementing structured logging"
1080-
msgstr ""
1080+
msgstr "结构化日志的实现代码"
10811081

10821082
#: ../../howto/logging-cookbook.rst:1734
10831083
msgid ""
@@ -1147,7 +1147,7 @@ msgstr "出于演示目的,以下示例设置用户和用户组为 ``pulse``
11471147

11481148
#: ../../howto/logging-cookbook.rst:1918
11491149
msgid "To run this, you will probably need to run as ``root``:"
1150-
msgstr ""
1150+
msgstr "可能需要 ``root`` 权限才能运行:"
11511151

11521152
#: ../../howto/logging-cookbook.rst:1928
11531153
msgid ""
@@ -1169,7 +1169,7 @@ msgstr "实际应用中,handler 的创建函数可能位于项目的工具模
11691169

11701170
#: ../../howto/logging-cookbook.rst:1939
11711171
msgid "you could use e.g.::"
1172-
msgstr ""
1172+
msgstr "应使用:"
11731173

11741174
#: ../../howto/logging-cookbook.rst:1943
11751175
msgid ""
@@ -1257,7 +1257,7 @@ msgstr "为了让第三方库和自编代码都能够交互使用日志功能,
12571257

12581258
#: ../../howto/logging-cookbook.rst:1994
12591259
msgid "Using LogRecord factories"
1260-
msgstr ""
1260+
msgstr "LogRecord 工厂的用法"
12611261

12621262
#: ../../howto/logging-cookbook.rst:1996
12631263
msgid ""
@@ -1343,7 +1343,7 @@ msgstr ""
13431343

13441344
#: ../../howto/logging-cookbook.rst:2082
13451345
msgid "Configuring filters with :func:`dictConfig`"
1346-
msgstr ""
1346+
msgstr "利用 :func:`dictConfig` 定义过滤器"
13471347

13481348
#: ../../howto/logging-cookbook.rst:2084
13491349
msgid ""
@@ -1379,7 +1379,7 @@ msgstr "这说明过滤器按照配置的参数生效了。"
13791379

13801380
#: ../../howto/logging-cookbook.rst:2147
13811381
msgid "A couple of extra points to note:"
1382-
msgstr ""
1382+
msgstr "需要额外注意的地方:"
13831383

13841384
#: ../../howto/logging-cookbook.rst:2149
13851385
msgid ""
@@ -1675,7 +1675,7 @@ msgstr "在单独的文件中分发多条子命令,同一级别的子命令均
16751675

16761676
#: ../../howto/logging-cookbook.rst:2599
16771677
msgid "Make use of simple, minimal configuration"
1678-
msgstr ""
1678+
msgstr "最简单的配置用法"
16791679

16801680
#: ../../howto/logging-cookbook.rst:2601
16811681
msgid ""

0 commit comments

Comments
 (0)