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

Skip to content

Commit 40900c8

Browse files
[po] auto sync
1 parent b3ea272 commit 40900c8

7 files changed

Lines changed: 64 additions & 52 deletions

File tree

howto/logging.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Shengjing Zhu <[email protected]>, 2019
1414
# Meng Du <[email protected]>, 2019
1515
# Freesand Leo <[email protected]>, 2019
16+
# ppcfish <[email protected]>, 2019
1617
#
1718
#, fuzzy
1819
msgid ""
@@ -21,7 +22,7 @@ msgstr ""
2122
"Report-Msgid-Bugs-To: \n"
2223
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
2324
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
24-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
25+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
2526
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2627
"MIME-Version: 1.0\n"
2728
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1639,4 +1640,4 @@ msgstr "日志记录模块附带的有用处理程序。"
16391640

16401641
#: ../../howto/logging.rst:1103
16411642
msgid ":ref:`A logging cookbook <logging-cookbook>`"
1642-
msgstr ":ref:`A logging cookbook <logging-cookbook>`"
1643+
msgstr ":ref:`日志操作手册 <logging-cookbook>`"

library/curses.ascii.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ msgstr ":const:`TAB`"
116116

117117
#: ../../library/curses.ascii.rst:37
118118
msgid "Tab"
119-
msgstr ""
119+
msgstr "Tab"
120120

121121
#: ../../library/curses.ascii.rst:39
122122
msgid ":const:`HT`"
123-
msgstr ""
123+
msgstr ":const:`HT`"
124124

125125
#: ../../library/curses.ascii.rst:39
126126
msgid "Alias for :const:`TAB`: \"Horizontal tab\""
@@ -300,31 +300,31 @@ msgstr ":const:`RS`"
300300

301301
#: ../../library/curses.ascii.rst:83
302302
msgid "Record separator, block-mode terminator"
303-
msgstr ""
303+
msgstr "记录分隔符,块模式终结器"
304304

305305
#: ../../library/curses.ascii.rst:85
306306
msgid ":const:`US`"
307307
msgstr ":const:`US`"
308308

309309
#: ../../library/curses.ascii.rst:85
310310
msgid "Unit separator"
311-
msgstr ""
311+
msgstr "单位分隔符"
312312

313313
#: ../../library/curses.ascii.rst:87
314314
msgid ":const:`SP`"
315315
msgstr ":const:`SP`"
316316

317317
#: ../../library/curses.ascii.rst:87
318318
msgid "Space"
319-
msgstr ""
319+
msgstr "空格"
320320

321321
#: ../../library/curses.ascii.rst:89
322322
msgid ":const:`DEL`"
323323
msgstr ":const:`DEL`"
324324

325325
#: ../../library/curses.ascii.rst:89
326326
msgid "Delete"
327-
msgstr ""
327+
msgstr "删除"
328328

329329
#: ../../library/curses.ascii.rst:92
330330
msgid ""

library/decimal.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ msgid ""
6060
"display as :const:`3.3000000000000003` as it does with binary floating "
6161
"point."
6262
msgstr ""
63-
"十进制数字可以准确表示。 相比之下,数字如 :const:`1.1` 和 :const:`2.2` 在二进制浮点中没有精确的表示。 "
64-
"最终用户通常不希望``1.1 + 2.2``显示为 :const:`3.3000000000000003` ,就像二进制浮点一样。"
63+
"Decimal 数字的表示是完全精确的。 相比之下,:const:`1.1` 和 :const:`2.2` 这样的数字在二进制浮点中没有精确的表示。 "
64+
"最终用户通常不希望 ``1.1 + 2.2`` 如二进制浮点数表示那样被显示为 :const:`3.3000000000000003`。"
6565

6666
#: ../../library/decimal.rst:47
6767
msgid ""
@@ -1927,7 +1927,7 @@ msgid ""
19271927
"The infinities are signed (affine) and can be used in arithmetic operations "
19281928
"where they get treated as very large, indeterminate numbers. For instance, "
19291929
"adding a constant to infinity gives another infinite result."
1930-
msgstr ""
1930+
msgstr "无穷大是有符号的(仿射)并可用于算术运算,它们会被当作极其巨大的不确定数字来处理。 例如,无穷大加一个常量结果也将为无穷大。"
19311931

19321932
#: ../../library/decimal.rst:1731
19331933
msgid ""

library/logging.config.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ msgstr ":ref:`基础教程 <logging-basic-tutorial>`"
4343

4444
#: ../../library/logging.config.rst:18
4545
msgid ":ref:`Advanced Tutorial <logging-advanced-tutorial>`"
46-
msgstr ":ref:`Advanced Tutorial <logging-advanced-tutorial>`"
46+
msgstr ":ref:`进阶教程 <logging-advanced-tutorial>`"
4747

4848
#: ../../library/logging.config.rst:19
4949
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
50-
msgstr ":ref:`Logging Cookbook <logging-cookbook>`"
50+
msgstr ":ref:`日志操作手册 <logging-cookbook>`"
5151

5252
#: ../../library/logging.config.rst:23
5353
msgid "This section describes the API for configuring the logging module."

library/logging.handlers.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgstr ""
2626

2727
#: ../../library/logging.handlers.rst:2
2828
msgid ":mod:`logging.handlers` --- Logging handlers"
29-
msgstr ""
29+
msgstr ":mod:`logging.handlers` --- 日志处理"
3030

3131
#: ../../library/logging.handlers.rst:10
3232
msgid "**Source code:** :source:`Lib/logging/handlers.py`"

library/logging.po

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
#
66
# Translators:
77
# Yan Gao <[email protected]>, 2018
8-
# Freesand Leo <[email protected]>, 2018
98
# Meng Du <[email protected]>, 2019
109
# MuSheng Chen <[email protected]>, 2019
1110
# Zombie110year <[email protected]>, 2019
1211
# 1lin24 <[email protected]>, 2019
13-
# ppcfish <[email protected]>, 2019
1412
# Leo Li <[email protected]>, 2019
1513
# Shengjing Zhu <[email protected]>, 2019
14+
# ppcfish <[email protected]>, 2019
15+
# Freesand Leo <[email protected]>, 2019
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2019-11-13 11:56+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:17+0000\n"
24-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2019\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\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"
@@ -31,7 +31,7 @@ msgstr ""
3131

3232
#: ../../library/logging.rst:2
3333
msgid ":mod:`logging` --- Logging facility for Python"
34-
msgstr "模块 :mod:`logging` --- Python 的日志记录工具"
34+
msgstr ":mod:`logging` --- Python 的日志记录工具"
3535

3636
#: ../../library/logging.rst:10
3737
msgid "**Source code:** :source:`Lib/logging/__init__.py`"
@@ -53,7 +53,7 @@ msgstr ":ref:`进阶教程 <logging-advanced-tutorial>`"
5353

5454
#: ../../library/logging.rst:21
5555
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
56-
msgstr ":ref:`Logging Cookbook <logging-cookbook>`"
56+
msgstr ":ref:`日志操作手册 <logging-cookbook>`"
5757

5858
#: ../../library/logging.rst:25
5959
msgid ""
@@ -217,7 +217,7 @@ msgstr ""
217217

218218
#: ../../library/logging.rst:117 ../../library/logging.rst:425
219219
msgid "See :ref:`levels` for a list of levels."
220-
msgstr ""
220+
msgstr "参见 :ref:`levels` 级别列表。"
221221

222222
#: ../../library/logging.rst:119
223223
msgid ""
@@ -361,15 +361,15 @@ msgstr ""
361361

362362
#: ../../library/logging.rst:235 ../../library/logging.rst:1014
363363
msgid "The *stack_info* parameter was added."
364-
msgstr ""
364+
msgstr "增加了 *stack_info* 参数。"
365365

366366
#: ../../library/logging.rst:238
367367
msgid "The *exc_info* parameter can now accept exception instances."
368368
msgstr ""
369369

370370
#: ../../library/logging.rst:241
371371
msgid "The *stacklevel* parameter was added."
372-
msgstr ""
372+
msgstr "增加了 *stacklevel* 参数。"
373373

374374
#: ../../library/logging.rst:247
375375
msgid ""
@@ -912,7 +912,7 @@ msgstr ""
912912

913913
#: ../../library/logging.rst:0 ../../library/logging.rst:0
914914
msgid "Parameters"
915-
msgstr "形参"
915+
msgstr "参数"
916916

917917
#: ../../library/logging.rst:694
918918
msgid ""
@@ -998,7 +998,7 @@ msgstr ""
998998

999999
#: ../../library/logging.rst:753
10001000
msgid "LogRecord attributes"
1001-
msgstr ""
1001+
msgstr "LogRecord 属性"
10021002

10031003
#: ../../library/logging.rst:755
10041004
msgid ""
@@ -1048,7 +1048,7 @@ msgstr "args"
10481048
#: ../../library/logging.rst:778 ../../library/logging.rst:792
10491049
#: ../../library/logging.rst:820 ../../library/logging.rst:838
10501050
msgid "You shouldn't need to format this yourself."
1051-
msgstr ""
1051+
msgstr "不需要格式化。"
10521052

10531053
#: ../../library/logging.rst:778
10541054
msgid ""
@@ -1140,7 +1140,7 @@ msgstr "levelno"
11401140

11411141
#: ../../library/logging.rst:803
11421142
msgid "``%(levelno)s``"
1143-
msgstr ""
1143+
msgstr "``%(levelno)s``"
11441144

11451145
#: ../../library/logging.rst:803
11461146
msgid ""
@@ -1154,7 +1154,7 @@ msgstr "lineno"
11541154

11551155
#: ../../library/logging.rst:808
11561156
msgid "``%(lineno)d``"
1157-
msgstr ""
1157+
msgstr "``%(lineno)d``"
11581158

11591159
#: ../../library/logging.rst:808
11601160
msgid "Source line number where the logging call was issued (if available)."
@@ -1166,7 +1166,7 @@ msgstr "message"
11661166

11671167
#: ../../library/logging.rst:811
11681168
msgid "``%(message)s``"
1169-
msgstr ""
1169+
msgstr "``%(message)s``"
11701170

11711171
#: ../../library/logging.rst:811
11721172
msgid ""
@@ -1184,7 +1184,7 @@ msgstr "``%(module)s``"
11841184

11851185
#: ../../library/logging.rst:815
11861186
msgid "Module (name portion of ``filename``)."
1187-
msgstr ""
1187+
msgstr "模块 (``filename`` 的名称部分)。"
11881188

11891189
#: ../../library/logging.rst:817
11901190
msgid "msecs"
@@ -1246,19 +1246,19 @@ msgstr "``%(process)d``"
12461246

12471247
#: ../../library/logging.rst:830
12481248
msgid "Process ID (if available)."
1249-
msgstr ""
1249+
msgstr "进程ID(如果可用)"
12501250

12511251
#: ../../library/logging.rst:832
12521252
msgid "processName"
12531253
msgstr "processName"
12541254

12551255
#: ../../library/logging.rst:832
12561256
msgid "``%(processName)s``"
1257-
msgstr ""
1257+
msgstr "``%(processName)s``"
12581258

12591259
#: ../../library/logging.rst:832
12601260
msgid "Process name (if available)."
1261-
msgstr ""
1261+
msgstr "进程名(如果可用)"
12621262

12631263
#: ../../library/logging.rst:834
12641264
msgid "relativeCreated"
@@ -1295,7 +1295,7 @@ msgstr "``%(thread)d``"
12951295

12961296
#: ../../library/logging.rst:844
12971297
msgid "Thread ID (if available)."
1298-
msgstr ""
1298+
msgstr "线程ID(如果可用)"
12991299

13001300
#: ../../library/logging.rst:846
13011301
msgid "threadName"
@@ -1307,15 +1307,15 @@ msgstr "``%(threadName)s``"
13071307

13081308
#: ../../library/logging.rst:846
13091309
msgid "Thread name (if available)."
1310-
msgstr ""
1310+
msgstr "线程名(如果可用)"
13111311

13121312
#: ../../library/logging.rst:849
13131313
msgid "*processName* was added."
1314-
msgstr ""
1314+
msgstr "添加了 *processName* "
13151315

13161316
#: ../../library/logging.rst:856
13171317
msgid "LoggerAdapter Objects"
1318-
msgstr ""
1318+
msgstr "LoggerAdapter 对象"
13191319

13201320
#: ../../library/logging.rst:858
13211321
msgid ""

0 commit comments

Comments
 (0)