PyLintInterface/i18n/pylint_de.ts

branch
eric7
changeset 98
ab4aabca55ec
parent 85
6124794c3ffe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyLintInterface/i18n/pylint_de.ts	Wed Jun 02 18:27:07 2021 +0200
@@ -0,0 +1,535 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="de">
+<context>
+    <name>PyLintConfigDialog</name>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>PyLint Configuration</source>
+        <translation>PyLint Konfiguration</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>General</source>
+        <translation>Allgemein</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Configuration &amp;File:</source>
+        <translation>Konfiguration&amp;datei:</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the name of the configuration file</source>
+        <translation>Gib den namen der Konfigurationsdatei ein</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation>Ausgabe</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to generate a plain text report</source>
+        <translation>Auswählen, um einen Textbericht zu erstellen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Generate &amp;Textreport</source>
+        <translation>&amp;Textbericht erzeugen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+T</source>
+        <translation>Alt+T</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to generate a HTML report</source>
+        <translation>Auswählen, um einen HTML-Bericht zu erstellen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Generate &amp;HTML Report</source>
+        <translation>&amp;HTML-Bericht erzeugen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+H</source>
+        <translation>Alt+H</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Show the pylint result in a dialog</source>
+        <translation>Zeigt das PyLint Ergebnis in einem Dialog</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Show Result &amp;Dialog</source>
+        <translation>&amp;Ergebnisdialog anzeigen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+D</source>
+        <translation>Alt+E</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Report File</source>
+        <translation>Berichtsdatei</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the name of the report file</source>
+        <translation>Gib den Namen einer Berichtsdatei ein</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Press to generate a sample configuration</source>
+        <translation>Drücken, um eine Beispielkonfiguration zu erstellen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>&lt;b&gt;Generate Configuration Template&lt;/b&gt;
+&lt;p&gt;This generates a sample configuration. The data is shown in a new editor window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Konfigurationsvorlage erstellen&lt;/b&gt;
+&lt;p&gt;Dies erzeugt eine Beispielkonfiguration. Die Daten werden in einem neuen Editorfenster angezeigt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>&amp;Generate Configuration Template</source>
+        <translation>&amp;Konfigurationsvorlage erstellen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+G</source>
+        <translation>Alt+K</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Checkers</source>
+        <translation>Prüfer</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the basic checker</source>
+        <translation>Auswählen, um den Prüfer für Grundlegendes zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Basic</source>
+        <translation>Grundlegendes</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the imports checker</source>
+        <translation>Auswählen, um den Imports-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Imports</source>
+        <translation>Imports</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the similarities checker</source>
+        <translation>Auswählen, um den Ähnlichkeiten-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Similarities</source>
+        <translation>Ähnlichkeiten</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the classes checker</source>
+        <translation>Auswählen, um den Klassen-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Classes</source>
+        <translation>Klassen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the logging checker</source>
+        <translation>Auswählen, um den Logging-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Logging</source>
+        <translation>Logging</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the string format checker</source>
+        <translation>Auswählen, um den String-Format-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>String Format</source>
+        <translation>String Format</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the design checker</source>
+        <translation>Auswählen, um den Design-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Design</source>
+        <translation>Design</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the metrics checker</source>
+        <translation>Auswählen, um Metriken zu erzeugen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Metrics</source>
+        <translation>Metriken</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the typecheck checker</source>
+        <translation>Auswählen, um den Typ-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Typecheck</source>
+        <translation>Typ</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the exceptions checker</source>
+        <translation>Auswählen, um den Ausnahmen-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Exceptions</source>
+        <translation>Ausnahmen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the miscellaneous checker</source>
+        <translation>Auswählen, um den Prüfer für Verschiedenes zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Miscellaneous</source>
+        <translation>Verschiedenes</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the variables checker</source>
+        <translation>Auswählen, um den Variablen-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Variables</source>
+        <translation>Variablen</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the format checker</source>
+        <translation>Auswählen, um den Format-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Format</source>
+        <translation>Format</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the newstyle checker</source>
+        <translation>Auswählen, um den &apos;Neuer Stil&apos;-Prüfer zu aktivieren</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Newstyle</source>
+        <translation>Neuer Stil</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Messages</source>
+        <translation>Nachrichten</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enabled Messages:</source>
+        <translation>Aktivierte Nachrichten:</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the list of enabled messages separated by comma</source>
+        <translation>Gib die Liste der aktivierten Nachrichten durch Komma getrennt ein</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Disabled Messages:</source>
+        <translation>Deaktivierte Nachrichten:</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the list of disabled messages separated by comma</source>
+        <translation>Gib die Liste der deaktivierten Nachrichten durch Komma getrennt ein</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="60"/>
+        <source>Select configuration file</source>
+        <translation>Wähle Konfigurationsdatei aus</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="62"/>
+        <source>Configuration Files (*.cfg *.cnf *.rc);;All Files (*)</source>
+        <translation>Konfigurationsdateien (*.cfg *.cnf *.rc);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="69"/>
+        <source>Select report file</source>
+        <translation>Wähle Berichtsdatei aus</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="71"/>
+        <source>HTML Files (*.html);;Report Files (*.rpt);;Text Files (*.txt);;All Files (*)</source>
+        <translation>HTML Dateien (*.html);;Berichtsdateien (*.rpt);;Textdateien (*.txt);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="316"/>
+        <source>Process Generation Error</source>
+        <translation>Fehler beim Prozessstart</translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="317"/>
+        <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
+        <translation>{0} konnte nicht gestartet werden.&lt;br&gt;Stellen sie sicher, dass es sich im Suchpfad befindet.</translation>
+    </message>
+    <message>
+        <source>Press to open a file selection dialog</source>
+        <translation type="vanished">Drücken, um einen Dateiauswahldialog zu öffnen</translation>
+    </message>
+    <message>
+        <source>...</source>
+        <translation type="vanished">...</translation>
+    </message>
+</context>
+<context>
+    <name>PyLintExecDialog</name>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="49"/>
+        <source>Save Report...</source>
+        <translation>Bericht speichern...</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="51"/>
+        <source>Press to save the report to a file</source>
+        <translation>Drücken, um eine Berichtsdatei zu schreiben</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="55"/>
+        <source>Refresh</source>
+        <translation>Erneuern</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="56"/>
+        <source>Press to refresh the result display</source>
+        <translation>Drücken, um die Ergebnisanzeige zu erneuern</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="75"/>
+        <source>Convention</source>
+        <translation>Konvention</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="76"/>
+        <source>Refactor</source>
+        <translation>Refaktorierung</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="77"/>
+        <source>Warning</source>
+        <translation>Warnung</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="78"/>
+        <source>Error</source>
+        <translation>Fehler</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="79"/>
+        <source>Fatal</source>
+        <translation>Fatal</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="160"/>
+        <source>Process Generation Error</source>
+        <translation>Fehler beim Prozessstart</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="161"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="237"/>
+        <source>No PyLint errors found.</source>
+        <translation>Keine PyLint Fehler gefunden.</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="423"/>
+        <location filename="../PyLintExecDialog.py" line="405"/>
+        <location filename="../PyLintExecDialog.py" line="389"/>
+        <source>PyLint Report</source>
+        <translation>PyLint Bericht</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="390"/>
+        <source>&lt;p&gt;The PyLint report file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die PyLint Berichtsdatei &lt;b&gt;{0}&lt;/b&gt; existiert bereits.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="406"/>
+        <source>&lt;p&gt;The PyLint report file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Die Pylint Berichtsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;br&gt;Ursache: {1}&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="416"/>
+        <source>HTML Files (*.html);;All Files (*)</source>
+        <translation>HTML Dateien (*.html);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="418"/>
+        <source>Report Files (*.rpt);;Text Files (*.txt);;All Files (*)</source>
+        <translation>Berichtsdateien (*.rpt);;Textdateien (*.txt);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>PyLint Results</source>
+        <translation>PyLint Resultate</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Results</source>
+        <translation>Resultate</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;PyLint Execution&lt;/b&gt;
+&lt;p&gt;This shows the results of the PyLint run.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyLint Ausführung&lt;/b&gt;
+&lt;p&gt;Dies zeigt die Resultate eines PyLint Laufes.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>File/Line</source>
+        <translation>Datei/Zeile</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation>Typ</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation>Nachricht</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation>Fehler</translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;PyLint Execution&lt;/b&gt;
+&lt;p&gt;This shows the errors of the PyLint run.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyLint Ausführung&lt;/b&gt;
+&lt;p&gt;Dies zeigt die Fehler eines PyLint Laufes.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="vanished">Textdateien (*.txt);;Alle Dateien (*)</translation>
+    </message>
+</context>
+<context>
+    <name>PyLintPlugin</name>
+    <message>
+        <location filename="../../PluginPyLint.py" line="61"/>
+        <source>Checkers - Pylint</source>
+        <translation>Prüfer - Pylint</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="538"/>
+        <location filename="../../PluginPyLint.py" line="263"/>
+        <source>The pylint executable could not be found.</source>
+        <translation>Das pylint Programm konnte nicht gefunden werden.</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="476"/>
+        <location filename="../../PluginPyLint.py" line="357"/>
+        <location filename="../../PluginPyLint.py" line="325"/>
+        <source>Run PyLint</source>
+        <translation>PyLint ausführen</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="477"/>
+        <location filename="../../PluginPyLint.py" line="358"/>
+        <location filename="../../PluginPyLint.py" line="326"/>
+        <source>Run &amp;PyLint...</source>
+        <translation>&amp;PyLint ausführen...</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="329"/>
+        <source>Check project, packages or modules with pylint.</source>
+        <translation>Überprüft das Projekt, Packages oder Module mit PyLint.</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="479"/>
+        <location filename="../../PluginPyLint.py" line="330"/>
+        <source>&lt;b&gt;Run PyLint...&lt;/b&gt;&lt;p&gt;This checks the project, packages or modules using pylint.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyLint ausführen...&lt;/b&gt;&lt;p&gt;Dies überprüft das Projekt, Packages oder Module mit PyLint.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="489"/>
+        <location filename="../../PluginPyLint.py" line="340"/>
+        <source>Show PyLint Dialog</source>
+        <translation>Zeige PyLint Dialog</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="490"/>
+        <location filename="../../PluginPyLint.py" line="341"/>
+        <source>Show Py&amp;Lint Dialog...</source>
+        <translation>Zeige Py&amp;Lint Dialog...</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="343"/>
+        <source>Show the PyLint dialog with the results of the last run.</source>
+        <translation>Zeige den PyLint Dialog mit den Ergebnissen des letzten Laufes.</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="492"/>
+        <location filename="../../PluginPyLint.py" line="345"/>
+        <source>&lt;b&gt;Show PyLint Dialog...&lt;/b&gt;&lt;p&gt;This shows the PyLint dialog with the results of the last run.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Zeige PyLint Dialog...&lt;/b&gt;&lt;p&gt;Dies zeigt den PyLint Dialog mit den Ergebnissen des letzten Laufes.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="360"/>
+        <source>&lt;b&gt;Run PyLint...&lt;/b&gt;&lt;p&gt;This checks the loaded module using pylint.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;PyLint ausführen...&lt;/b&gt;&lt;p&gt;Dies überprüft das geladene Module mit PyLint.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="537"/>
+        <source>pylint</source>
+        <translation>pylint</translation>
+    </message>
+    <message>
+        <source>PyLint version &lt; 0.23.0.</source>
+        <translation type="vanished">PyLint Version &lt; 0.23.0.</translation>
+    </message>
+    <message>
+        <source>Your version of Eric5 is not supported. At least version 5.1.0 of Eric5 is needed.</source>
+        <translation type="vanished">Diese eric5 Version wird nicht unterstützt. Es wird mindestens Version 5.1.0 oder höher benötigt.</translation>
+    </message>
+</context>
+</TS>

eric ide

mercurial