# Translations template for tap.py. # Copyright (C) 2016 Matt Layman # This file is distributed under the same license as the tap.py project. # # Translators: # Matt Layman , 2015 msgid "" msgstr "" "Project-Id-Version: tappy\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2016-06-19 10:03-0400\n" "PO-Revision-Date: 2016-06-20 09:32+0000\n" "Last-Translator: Matt Layman \n" "Language-Team: Chinese (http://www.transifex.com/python-tap/tappy/language/zh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" #: tap/main.py:32 msgid "A TAP consumer for Python" msgstr "TAP消费者对于Python" #: tap/main.py:33 msgid "" "When no files are given or a dash (-) is used for the file name, tappy will " "read a TAP stream from STDIN." msgstr "如果没有给定文件或破折号( - )用于文件名,tappy将读取STDIN一个TAP流。" #: tap/main.py:38 msgid "" "A file containing TAP output. Any directories listed will be scanned for " "files to include as TAP files." msgstr "包含文件TAP。列出的所有目录将被扫描的文件,包括为TAP文件。" #: tap/main.py:43 msgid "use verbose messages" msgstr "使用详细信息" #: tap/parser.py:106 msgid "It is an error to explicitly specify any version lower than 13." msgstr "它是明确指定比13低的任何版本错误。" #: tap/rules.py:25 tap/tests/test_loader.py:82 msgid "Multiple version lines appeared." msgstr "多个版本的线条出现。" #: tap/rules.py:27 tap/tests/test_loader.py:100 msgid "The version must be on the first line." msgstr "版本必须在第一行。" #: tap/rules.py:32 tap/tests/test_rules.py:53 msgid "Missing a plan." msgstr "缺少计划。" #: tap/rules.py:36 tap/tests/test_rules.py:64 msgid "Only one plan line is permitted per file." msgstr "只有一个计划行每个文件允许的。" #: tap/rules.py:42 tap/tests/test_rules.py:44 msgid "A plan must appear at the beginning or end of the file." msgstr "一个计划必须出现在文件的开头或结尾。" #: tap/rules.py:46 tap/tests/test_rules.py:85 msgid "Expected {expected_count} tests but only {seen_count} ran." msgstr "预计{expected_count}测试,但只有{seen_count}跑。" #: tap/rules.py:70 tap/tests/test_rules.py:97 msgid "Bailed: {reason}" msgstr "跳伞:{reason}" #: tap/rules.py:74 tap/tests/test_loader.py:50 msgid "{filename} does not exist." msgstr "{filename}不存在。" #: tap/runner.py:63 msgid "(expected failure)" msgstr "(预期失败)" #: tap/runner.py:68 msgid "(unexpected success)" msgstr "(意想不到的成功)" #: tap/runner.py:80 msgid "" "Bad format string: {format}\n" "Replacement options are: {{short_description}} and {{method_name}}" msgstr "错误格式字符串:{format}\n替换选项为:{{short_description}}和{{method_name}}" #: tap/tests/test_tracker.py:19 tap/tracker.py:142 msgid "# TAP results for {test_case}" msgstr "#TAP结果{test_case}"