12
12
# WH-2099 <wh2099@outlook.com>, 2020
13
13
# 非法操作 <ultrahe@gmail.com>, 2020
14
14
# 浩听 王 <wht_andrew@163.com>, 2020
15
- # Freesand Leo <yuqinju@163.com>, 2021
16
15
# Dai Xu <daixu61@hotmail.com>, 2021
16
+ # Freesand Leo <yuqinju@163.com>, 2021
17
17
#
18
18
#, fuzzy
19
19
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
22
22
"Report-Msgid-Bugs-To : \n "
23
23
"POT-Creation-Date : 2021-01-01 16:06+0000\n "
24
24
"PO-Revision-Date : 2020-05-30 11:54+0000\n "
25
- "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
25
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
26
26
"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
27
27
"MIME-Version : 1.0\n "
28
28
"Content-Type : text/plain; charset=UTF-8\n "
@@ -546,7 +546,7 @@ msgstr ""
546
546
547
547
#: ../../howto/logging-cookbook.rst:952
548
548
msgid "Using concurrent.futures.ProcessPoolExecutor"
549
- msgstr ""
549
+ msgstr "concurrent.futures.ProcessPoolExecutor 的用法 "
550
550
551
551
#: ../../howto/logging-cookbook.rst:954
552
552
msgid ""
@@ -559,15 +559,15 @@ msgstr ""
559
559
560
560
#: ../../howto/logging-cookbook.rst:962
561
561
msgid "you should use"
562
- msgstr ""
562
+ msgstr "而应是: "
563
563
564
564
#: ../../howto/logging-cookbook.rst:968
565
565
msgid "and you can then replace the worker creation from this::"
566
566
msgstr "然后就可以将以下工作进程的创建过程:"
567
567
568
568
#: ../../howto/logging-cookbook.rst:979
569
569
msgid "to this (remembering to first import :mod:`concurrent.futures`)::"
570
- msgstr ""
570
+ msgstr "改为 (记得要先导入 :mod:`concurrent.futures`):: "
571
571
572
572
#: ../../howto/logging-cookbook.rst:987
573
573
msgid "Using file rotation"
@@ -737,7 +737,7 @@ msgstr "在用 Python 3.2 以上版本运行时,上述代码应该会把 ``Hel
737
737
738
738
#: ../../howto/logging-cookbook.rst:1216
739
739
msgid "Customizing ``LogRecord``"
740
- msgstr ""
740
+ msgstr "自定义 ``LogRecord`` "
741
741
742
742
#: ../../howto/logging-cookbook.rst:1218
743
743
msgid ""
@@ -1086,7 +1086,7 @@ msgstr ""
1086
1086
1087
1087
#: ../../howto/logging-cookbook.rst:1731
1088
1088
msgid "Implementing structured logging"
1089
- msgstr ""
1089
+ msgstr "结构化日志的实现代码 "
1090
1090
1091
1091
#: ../../howto/logging-cookbook.rst:1733
1092
1092
msgid ""
@@ -1156,7 +1156,7 @@ msgstr "出于演示目的,以下示例设置用户和用户组为 ``pulse``
1156
1156
1157
1157
#: ../../howto/logging-cookbook.rst:1917
1158
1158
msgid "To run this, you will probably need to run as ``root``:"
1159
- msgstr ""
1159
+ msgstr "可能需要 ``root`` 权限才能运行: "
1160
1160
1161
1161
#: ../../howto/logging-cookbook.rst:1927
1162
1162
msgid ""
@@ -1178,7 +1178,7 @@ msgstr "实际应用中,handler 的创建函数可能位于项目的工具模
1178
1178
1179
1179
#: ../../howto/logging-cookbook.rst:1938
1180
1180
msgid "you could use e.g.::"
1181
- msgstr ""
1181
+ msgstr "应使用: "
1182
1182
1183
1183
#: ../../howto/logging-cookbook.rst:1942
1184
1184
msgid ""
@@ -1266,7 +1266,7 @@ msgstr "为了让第三方库和自编代码都能够交互使用日志功能,
1266
1266
1267
1267
#: ../../howto/logging-cookbook.rst:1993
1268
1268
msgid "Using LogRecord factories"
1269
- msgstr ""
1269
+ msgstr "LogRecord 工厂的用法 "
1270
1270
1271
1271
#: ../../howto/logging-cookbook.rst:1995
1272
1272
msgid ""
@@ -1352,7 +1352,7 @@ msgstr ""
1352
1352
1353
1353
#: ../../howto/logging-cookbook.rst:2081
1354
1354
msgid "Configuring filters with :func:`dictConfig`"
1355
- msgstr ""
1355
+ msgstr "利用 :func:`dictConfig` 定义过滤器 "
1356
1356
1357
1357
#: ../../howto/logging-cookbook.rst:2083
1358
1358
msgid ""
@@ -1388,7 +1388,7 @@ msgstr "这说明过滤器按照配置的参数生效了。"
1388
1388
1389
1389
#: ../../howto/logging-cookbook.rst:2146
1390
1390
msgid "A couple of extra points to note:"
1391
- msgstr ""
1391
+ msgstr "需要额外注意的地方: "
1392
1392
1393
1393
#: ../../howto/logging-cookbook.rst:2148
1394
1394
msgid ""
@@ -1688,7 +1688,7 @@ msgstr "在单独的文件中分发多条子命令,同一级别的子命令均
1688
1688
1689
1689
#: ../../howto/logging-cookbook.rst:2598
1690
1690
msgid "Make use of simple, minimal configuration"
1691
- msgstr ""
1691
+ msgstr "最简单的配置用法 "
1692
1692
1693
1693
#: ../../howto/logging-cookbook.rst:2600
1694
1694
msgid ""
0 commit comments