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

Skip to content

Commit 51bbbca

Browse files
[po] auto sync
1 parent 60806f4 commit 51bbbca

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

library/unittest.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,10 @@ msgid ""
20402040
"method will only be called if the :meth:`asyncSetUp` succeeds, regardless of"
20412041
" the outcome of the test method. The default implementation does nothing."
20422042
msgstr ""
2043+
"在测试方法被调用并记录结果之后立即被调用的方法。 此方法会在 :meth:`tearDown` 之前被调用。 "
2044+
"此方法即使在测试方法引发异常时仍会被调用,因此子类中的实现将需要特别注意检查内部状态。 除 :exc:`AssertionError` 或 "
2045+
":exc:`SkipTest` 外,此方法所引发的任何异常都将被视为额外的错误而非测试失败(因而会增加总计错误报告数)。 此方法将只在 "
2046+
":meth:`asyncSetUp` 成功执行时被调用,无论测试方法的结果如何。 默认的实现将不做任何事情。"
20432047

20442048
#: ../../library/unittest.rst:1544
20452049
msgid ""

tutorial/introduction.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# eric R <[email protected]>, 2021
88
# Woko <[email protected]>, 2021
99
# jaystone776 <[email protected]>, 2021
10+
# Freesand Leo <[email protected]>, 2022
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-08-18 13:46+0000\n"
1718
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
18-
"Last-Translator: jaystone776 <1732865113@qq.com>, 2021\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -192,14 +193,14 @@ msgid ""
192193
"included in the string, but it's possible to prevent this by adding a ``\\``"
193194
" at the end of the line. The following example::"
194195
msgstr ""
195-
"字符串字面值可以实现跨行连续输入。实现方式是用三引号:``\"\"\"...\"\"\"`` 或 "
196-
"``'''...'''``,字符串行尾会自动加上回车换行,如果不需要回车换行,在行尾添加 ``\\`` 即可。示例如下:"
196+
"字符串字面值可以包含多行。 一种实现方式是使用三重引号:``\"\"\"...\"\"\"`` 或 ``'''...'''``。 "
197+
"字符串中将自动包括行结束符,但也可以在换行的地方添加一个 ``\\`` 来避免此情况。 参见以下示例:"
197198

198199
#: ../../tutorial/introduction.rst:196
199200
msgid ""
200201
"produces the following output (note that the initial newline is not "
201202
"included):"
202-
msgstr "输出如下(注意,第一行没有换行):"
203+
msgstr "输出如下(请注意开始的换行符没有被包括在内):"
203204

204205
#: ../../tutorial/introduction.rst:204
205206
msgid ""

0 commit comments

Comments
 (0)