--- a/ProjectFlask/i18n/flask_de.ts Wed Dec 02 20:04:05 2020 +0100 +++ b/ProjectFlask/i18n/flask_de.ts Sat Dec 05 17:18:17 2020 +0100 @@ -85,6 +85,11 @@ <source>'flask-migrate' available</source> <translation>'flask-migrate' verfügbar</translation> </message> + <message> + <location filename="../FlaskConfigDialog.py" line="144"/> + <source>Install Flask</source> + <translation>Flask installieren</translation> + </message> </context> <context> <name>FlaskPage</name> @@ -195,6 +200,59 @@ </message> </context> <context> + <name>FlaskVirtualenvConfigurationDialog</name> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="14"/> + <source>Virtual Environment Configuration</source> + <translation>Konfiguration für Virtuelle Umgebung</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="25"/> + <source>Logical Name:</source> + <translation>Logischer Name:</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="32"/> + <source>Enter a unique name for the virtual environment</source> + <translation>Gib einen eindeutigen Namen für die virtuelle Umgebung ein</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="35"/> + <source>Name for the virtual environment</source> + <translation>Name für die virtuelle Umgebung</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="42"/> + <source>Target Directory:</source> + <translation>Zielverzeichnis:</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="58"/> + <source>Enter the target directory for the virtual environment</source> + <translation>Gib das Zielverzeichnis für die virtuelle Umgebung ein</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="65"/> + <source>Python Executable:</source> + <translation>Python Programm:</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.ui" line="81"/> + <source>Enter the Python interpreter for the virtual environment</source> + <translation>Gib den für die virtuelle Umgebung zu verwendenden Python Interpreter ein</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.py" line="51"/> + <source>Virtualenv Target Directory</source> + <translation>Zielverzeichnis der virtullen Umgebung</translation> + </message> + <message> + <location filename="../FlaskVirtualenvConfigurationDialog.py" line="56"/> + <source>Python Interpreter</source> + <translation>Python Interpreter</translation> + </message> +</context> +<context> <name>FormSelectionDialog</name> <message> <location filename="../FormSelectionDialog.ui" line="14"/> @@ -622,12 +680,12 @@ <translation>Neues Template...</translation> </message> <message> - <location filename="../Project.py" line="364"/> + <location filename="../Project.py" line="365"/> <source>New Form</source> <translation>Neues Formular</translation> </message> <message> - <location filename="../Project.py" line="350"/> + <location filename="../Project.py" line="351"/> <source>The file already exists! Overwrite it?</source> <translation>Die Datei existiert bereits. Überschreiben?</translation> </message> @@ -712,7 +770,7 @@ <translation><b>Dokumentation</b><p>Zeigt die Hilfeanzeige mit der Flask Dokumentation an.</p></translation> </message> <message> - <location filename="../Project.py" line="527"/> + <location filename="../Project.py" line="530"/> <source>About Flask</source> <translation>Über Flask</translation> </message> @@ -737,27 +795,27 @@ <translation>&Flask</translation> </message> <message> - <location filename="../Project.py" line="331"/> + <location filename="../Project.py" line="332"/> <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> <translation>HTML Dateien (*.html);;HTML Dateien (*.htm);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Project.py" line="364"/> + <location filename="../Project.py" line="365"/> <source><p>The new form file <b>{0}</b> could not be created.</p><p>Problem: {1}</p></source> <translation><p>Die neue Formulardatei <b>{0}</b> konnte nicht erstellt werden.</p><p>Problem: {1}</p></translation> </message> <message> - <location filename="../Project.py" line="600"/> + <location filename="../Project.py" line="603"/> <source>Prepare Environment</source> <translation>Umgebung vorbereiten</translation> </message> <message> - <location filename="../Project.py" line="600"/> + <location filename="../Project.py" line="603"/> <source>The project has no configured main script (= Flask application). Aborting...</source> <translation>Das Projekt hat keine konfigurierte Hauptdatei (= Flask Anwendung). Abbruch...</translation> </message> <message> - <location filename="../Project.py" line="527"/> + <location filename="../Project.py" line="530"/> <source><p>Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.</p><p><table><tr><td>Flask Version:</td><td>{0}</td></tr><tr><td>Werkzeug Version:</td><td>{1}</td></tr><tr><td>Python Version:</td><td>{2}</td></tr><tr><td>Flask URL:</td><td><a href="{3}">The Pallets Projects - Flask</a></td></tr></table></p></source> <comment>Do not translate the program names.</comment> <translation><p>Flask ist ein leichtgewichtiger WSGI Webapplikationsrahmen. Es wurde entwickelt, um den Start schnell und einfach zu machen und die Möglichkeit für komplexe Applikationen zu erlauben.</p><p><table><tr><td>Flask Version:</td><td>{0}</td></tr><tr><td>Werkzeug Version:</td><td>{1}</td></tr><tr><td>Python Version:</td><td>{2}</td></tr><tr><td>Flask URL:</td><td><a href="{3}">The Pallets Projects - Flask</a></td></tr></table></p></translation>