|
| 1 | +msgid "" |
| 2 | +msgstr "" |
| 3 | +"Project-Id-Version: spyder-unittest\n" |
| 4 | +"POT-Creation-Date: 2022-01-18 14:22+0000\n" |
| 5 | +"PO-Revision-Date: 2022-01-18 14:46\n" |
| 6 | +"Last-Translator: \n" |
| 7 | +"Language-Team: German\n" |
| 8 | +"MIME-Version: 1.0\n" |
| 9 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 10 | +"Content-Transfer-Encoding: 8bit\n" |
| 11 | +"Generated-By: pygettext.py 1.5\n" |
| 12 | +"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 13 | +"X-Crowdin-Project: spyder-unittest\n" |
| 14 | +"X-Crowdin-Project-ID: 381839\n" |
| 15 | +"X-Crowdin-Language: de\n" |
| 16 | +"X-Crowdin-File: /master/spyder_unittest/locale/spyder_unittest.pot\n" |
| 17 | +"X-Crowdin-File-ID: 49\n" |
| 18 | +"Language: de_DE\n" |
| 19 | + |
| 20 | +#: spyder_unittest/backend/noserunner.py:100 |
| 21 | +msgid "Captured stdout" |
| 22 | +msgstr "" |
| 23 | + |
| 24 | +#: spyder_unittest/backend/noserunner.py:102 |
| 25 | +msgid "Captured stderr" |
| 26 | +msgstr "" |
| 27 | + |
| 28 | +#: spyder_unittest/backend/pytestworker.py:107 |
| 29 | +msgid "WAS EXPECTED TO FAIL" |
| 30 | +msgstr "" |
| 31 | + |
| 32 | +#: spyder_unittest/backend/pytestworker.py:123 |
| 33 | +msgid "ERROR at" |
| 34 | +msgstr "" |
| 35 | + |
| 36 | +#: spyder_unittest/unittestplugin.py:58 spyder_unittest/widgets/unittestgui.py:138 |
| 37 | +msgid "Unit testing" |
| 38 | +msgstr "Unit-Tests" |
| 39 | + |
| 40 | +#: spyder_unittest/unittestplugin.py:69 |
| 41 | +msgid "Run test suites and view their results" |
| 42 | +msgstr "" |
| 43 | + |
| 44 | +#: spyder_unittest/unittestplugin.py:92 spyder_unittest/unittestplugin.py:93 spyder_unittest/widgets/unittestgui.py:379 |
| 45 | +msgid "Run unit tests" |
| 46 | +msgstr "Unit-Tests ausführen" |
| 47 | + |
| 48 | +#: spyder_unittest/unittestplugin.py:118 |
| 49 | +msgid "The unittest plugin does not work with Python 2." |
| 50 | +msgstr "" |
| 51 | + |
| 52 | +#: spyder_unittest/widgets/configdialog.py:61 |
| 53 | +msgid "Configure tests" |
| 54 | +msgstr "Tests konfigurieren" |
| 55 | + |
| 56 | +#: spyder_unittest/widgets/configdialog.py:65 |
| 57 | +msgid "Test framework" |
| 58 | +msgstr "" |
| 59 | + |
| 60 | +#: spyder_unittest/widgets/configdialog.py:74 spyder_unittest/widgets/unittestgui.py:265 |
| 61 | +msgid "not available" |
| 62 | +msgstr "nicht verfügbar" |
| 63 | + |
| 64 | +#: spyder_unittest/widgets/configdialog.py:83 |
| 65 | +msgid "Directory from which to run tests" |
| 66 | +msgstr "Verzeichnis, aus dem Tests ausgeführt werden sollen" |
| 67 | + |
| 68 | +#: spyder_unittest/widgets/configdialog.py:89 spyder_unittest/widgets/configdialog.py:125 |
| 69 | +msgid "Select directory" |
| 70 | +msgstr "Verzeichnis auswählen" |
| 71 | + |
| 72 | +#: spyder_unittest/widgets/datatree.py:49 |
| 73 | +msgid "Message" |
| 74 | +msgstr "Nachricht" |
| 75 | + |
| 76 | +#: spyder_unittest/widgets/datatree.py:49 |
| 77 | +msgid "Name" |
| 78 | +msgstr "Name" |
| 79 | + |
| 80 | +#: spyder_unittest/widgets/datatree.py:49 |
| 81 | +msgid "Status" |
| 82 | +msgstr "Status" |
| 83 | + |
| 84 | +#: spyder_unittest/widgets/datatree.py:49 |
| 85 | +msgid "Time (ms)" |
| 86 | +msgstr "Zeit (ms)" |
| 87 | + |
| 88 | +#: spyder_unittest/widgets/datatree.py:145 |
| 89 | +msgid "Collapse" |
| 90 | +msgstr "Einklappen" |
| 91 | + |
| 92 | +#: spyder_unittest/widgets/datatree.py:148 |
| 93 | +msgid "Expand" |
| 94 | +msgstr "Ausklappen" |
| 95 | + |
| 96 | +#: spyder_unittest/widgets/datatree.py:153 |
| 97 | +msgid "Go to definition" |
| 98 | +msgstr "Zur Definition gehen" |
| 99 | + |
| 100 | +#: spyder_unittest/widgets/datatree.py:402 |
| 101 | +msgid "test" |
| 102 | +msgstr "Test" |
| 103 | + |
| 104 | +#: spyder_unittest/widgets/datatree.py:402 |
| 105 | +msgid "tests" |
| 106 | +msgstr "Tests" |
| 107 | + |
| 108 | +#: spyder_unittest/widgets/datatree.py:406 |
| 109 | +msgid "No results to show." |
| 110 | +msgstr "Keine anzuzeigenden Ergebnisse." |
| 111 | + |
| 112 | +#: spyder_unittest/widgets/datatree.py:411 |
| 113 | +msgid "collected {}" |
| 114 | +msgstr "{} gesammelt" |
| 115 | + |
| 116 | +#: spyder_unittest/widgets/datatree.py:412 |
| 117 | +msgid "{} failed" |
| 118 | +msgstr "{} fehlgeschlagen" |
| 119 | + |
| 120 | +#: spyder_unittest/widgets/datatree.py:413 |
| 121 | +msgid ", {} passed" |
| 122 | +msgstr ", {} bestanden" |
| 123 | + |
| 124 | +#: spyder_unittest/widgets/datatree.py:415 |
| 125 | +msgid ", {} other" |
| 126 | +msgstr ", {} andere" |
| 127 | + |
| 128 | +#: spyder_unittest/widgets/datatree.py:417 |
| 129 | +msgid ", {} pending" |
| 130 | +msgstr ", {} ausstehend" |
| 131 | + |
| 132 | +#: spyder_unittest/widgets/unittestgui.py:151 |
| 133 | +msgid "Configure ..." |
| 134 | +msgstr "Konfigurieren ..." |
| 135 | + |
| 136 | +#: spyder_unittest/widgets/unittestgui.py:158 |
| 137 | +msgid "Show output" |
| 138 | +msgstr "Ausgabe anzeigen" |
| 139 | + |
| 140 | +#: spyder_unittest/widgets/unittestgui.py:165 |
| 141 | +msgid "Collapse all" |
| 142 | +msgstr "Alle einklappen" |
| 143 | + |
| 144 | +#: spyder_unittest/widgets/unittestgui.py:172 |
| 145 | +msgid "Expand all" |
| 146 | +msgstr "Alle ausklappen" |
| 147 | + |
| 148 | +#: spyder_unittest/widgets/unittestgui.py:179 spyder_unittest/widgets/unittestgui.py:266 |
| 149 | +msgid "Dependencies" |
| 150 | +msgstr "" |
| 151 | + |
| 152 | +#: spyder_unittest/widgets/unittestgui.py:252 |
| 153 | +msgid "Unit testing output" |
| 154 | +msgstr "Ausgabe der Unit-Tests" |
| 155 | + |
| 156 | +#: spyder_unittest/widgets/unittestgui.py:260 |
| 157 | +msgid "Versions of frameworks and their installed plugins:" |
| 158 | +msgstr "" |
| 159 | + |
| 160 | +#: spyder_unittest/widgets/unittestgui.py:348 |
| 161 | +msgid "Error" |
| 162 | +msgstr "Fehler" |
| 163 | + |
| 164 | +#: spyder_unittest/widgets/unittestgui.py:348 |
| 165 | +msgid "Process failed to start" |
| 166 | +msgstr "Prozess konnte nicht gestartet werden" |
| 167 | + |
| 168 | +#: spyder_unittest/widgets/unittestgui.py:351 |
| 169 | +msgid "Running tests ..." |
| 170 | +msgstr "" |
| 171 | + |
| 172 | +#: spyder_unittest/widgets/unittestgui.py:372 |
| 173 | +msgid "Stop" |
| 174 | +msgstr "Stopp" |
| 175 | + |
| 176 | +#: spyder_unittest/widgets/unittestgui.py:373 |
| 177 | +msgid "Stop current test process" |
| 178 | +msgstr "Aktuellen Testprozess stoppen" |
| 179 | + |
| 180 | +#: spyder_unittest/widgets/unittestgui.py:378 |
| 181 | +msgid "Run tests" |
| 182 | +msgstr "Tests ausführen" |
| 183 | + |
| 184 | +#: spyder_unittest/widgets/unittestgui.py:411 |
| 185 | +msgid "not run" |
| 186 | +msgstr "" |
| 187 | + |
| 188 | +#: spyder_unittest/widgets/unittestgui.py:418 spyder_unittest/widgets/unittestgui.py:424 |
| 189 | +msgid "pending" |
| 190 | +msgstr "ausstehend" |
| 191 | + |
| 192 | +#: spyder_unittest/widgets/unittestgui.py:425 |
| 193 | +msgid "running" |
| 194 | +msgstr "läuft" |
| 195 | + |
| 196 | +#: spyder_unittest/widgets/unittestgui.py:431 |
| 197 | +msgid "failure" |
| 198 | +msgstr "Fehlschlag" |
| 199 | + |
| 200 | +#: spyder_unittest/widgets/unittestgui.py:432 |
| 201 | +msgid "collection error" |
| 202 | +msgstr "" |
| 203 | + |
0 commit comments