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

Skip to content

Commit 629d7f0

Browse files
[po] auto sync
1 parent bc4a2fb commit 629d7f0

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

library/logging.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ msgid ""
11121112
"this for the factory's signature)."
11131113
msgstr ""
11141114
"通过提供用于创建记录的工厂方法已使得 :class:`LogRecord` 的创建更易于配置。 该工厂方法可使用 "
1115-
":func:`getLogRecordFactory` 和 :func:`setLogRecordFactory` 来设置(在此可查看工厂方法的签名)。"
1115+
":func:`getLogRecordFactory` 和 :func:`setLogRecordFactory` (在此可查看工厂方法的签名)来设置。"
11161116

11171117
#: ../../library/logging.rst:739
11181118
msgid ""
@@ -1153,8 +1153,8 @@ msgid ""
11531153
"both cases, of course, replace ``attrname`` with the actual attribute name "
11541154
"you want to use."
11551155
msgstr ""
1156-
"如果是使用 {}-格式化 (:func:`str.format`),你可以将 ``{attrname}`` 用作格式字符串内的占位符。 如果是使用 "
1157-
"$-格式化 (:class:`string.Template`),则会使用 ``${attrname}`` 的形式。 当然在这两种情况下,都应当将 "
1156+
"如果是使用 {}-格式化:func:`str.format`,你可以将 ``{attrname}`` 用作格式字符串内的占位符。 如果是使用 "
1157+
"$-格式化:class:`string.Template`,则会使用 ``${attrname}`` 的形式。 当然在这两种情况下,都应当将 "
11581158
"``attrname`` 替换为你想要使用的实际属性名称。"
11591159

11601160
#: ../../library/logging.rst:776
@@ -1212,7 +1212,7 @@ msgid ""
12121212
"are millisecond portion of the time)."
12131213
msgstr ""
12141214
"表示 :class:`LogRecord` 何时被创建的供人查看时间值。 默认形式为 '2003-07-08 16:49:45,896' "
1215-
"(逗号之后的数字为时间的毫秒部分)。"
1215+
"逗号之后的数字为时间的毫秒部分。"
12161216

12171217
#: ../../library/logging.rst:796
12181218
msgid "created"
@@ -1236,7 +1236,7 @@ msgstr "exc_info"
12361236
msgid ""
12371237
"Exception tuple (à la ``sys.exc_info``) or, if no exception has occurred, "
12381238
"``None``."
1239-
msgstr "异常元组 (例如 ``sys.exc_info``) 或者如未发生异常则为 ``None``。"
1239+
msgstr "异常元组例如 ``sys.exc_info``或者如未发生异常则为 ``None``。"
12401240

12411241
#: ../../library/logging.rst:802
12421242
msgid "filename"
@@ -1275,8 +1275,7 @@ msgid ""
12751275
"Text logging level for the message (``'DEBUG'``, ``'INFO'``, ``'WARNING'``, "
12761276
"``'ERROR'``, ``'CRITICAL'``)."
12771277
msgstr ""
1278-
"消息文本记录级别 (``'DEBUG'``, ``'INFO'``, ``'WARNING'``, ``'ERROR'``, "
1279-
"``'CRITICAL'``)."
1278+
"消息文本记录级别(``'DEBUG'``,``'INFO'``,``'WARNING'``,``'ERROR'``,``'CRITICAL'``)。"
12801279

12811280
#: ../../library/logging.rst:810
12821281
msgid "levelno"

0 commit comments

Comments
 (0)