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

Skip to content

Commit 42949f7

Browse files
[po] auto sync
1 parent 13ad2e2 commit 42949f7

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

library/test.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ msgid ""
291291
":mod:`unittest`\\ -based tests and :class:`unittest.TestCase`'s assertion "
292292
"methods."
293293
msgstr ""
294-
"当一个测试失败时将引发的异常。 此异常已被弃用而应改用基于 :mod:`unittest` 的测试以及 "
294+
"当一个测试失败时将被引发的异常。 此异常已被弃用而应改用基于 :mod:`unittest` 的测试以及 "
295295
":class:`unittest.TestCase` 的断言方法。"
296296

297297
#: ../../library/test.rst:221
@@ -300,29 +300,33 @@ msgid ""
300300
"network connection) is not available. Raised by the :func:`requires` "
301301
"function."
302302
msgstr ""
303+
":exc:`unittest.SkipTest` 的子类。 当一个资源(例如网络连接)不可用时将被引发。 由 :func:`requires` "
304+
"函数所引发。"
303305

304306
#: ../../library/test.rst:226
305307
msgid "The :mod:`test.support` module defines the following constants:"
306-
msgstr ""
308+
msgstr ":mod:`test.support` 模块定义了以下常量:"
307309

308310
#: ../../library/test.rst:230
309311
msgid ""
310312
"``True`` when verbose output is enabled. Should be checked when more "
311313
"detailed information is desired about a running test. *verbose* is set by "
312314
":mod:`test.regrtest`."
313315
msgstr ""
316+
"当启用详细输出时为 ``True``。 当需要有关运行中的测试的更详细信息时应当被选择。 *verbose* 是由 "
317+
":mod:`test.regrtest` 来设置的。"
314318

315319
#: ../../library/test.rst:237
316320
msgid "``True`` if the running interpreter is Jython."
317-
msgstr ""
321+
msgstr "如果所运行的解释器是 Jython 时为 ``True``。"
318322

319323
#: ../../library/test.rst:242
320324
msgid "``True`` if the system is Android."
321-
msgstr ""
325+
msgstr "如果系统是 Android 时为 ``True``。"
322326

323327
#: ../../library/test.rst:247
324328
msgid "Path for shell if not on Windows; otherwise ``None``."
325-
msgstr ""
329+
msgstr "如果系统不是 Windows 时则为 shell 的路径;否则为 ``None``。"
326330

327331
#: ../../library/test.rst:252
328332
msgid ""

0 commit comments

Comments
 (0)