UI Text check and translation-de

This commit is contained in:
2020-11-12 19:51:01 +01:00
parent 1fd1d37fa7
commit 7ee84bf305
22 changed files with 3251 additions and 3169 deletions

View File

@@ -2,12 +2,15 @@
# Form implementation generated from reading ui file 'revpicommander.ui'
#
# Created by: PyQt5 UI code generator 5.10.1
# Created by: PyQt5 UI code generator 5.15.0
#
# WARNING! All changes made in this file will be lost!
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_win_revpicommander(object):
def setupUi(self, win_revpicommander):
win_revpicommander.setObjectName("win_revpicommander")
@@ -152,9 +155,9 @@ class Ui_win_revpicommander(object):
self.act_disconnect.setShortcut(_translate("win_revpicommander", "Ctrl+X"))
self.act_reset.setText(_translate("win_revpicommander", "Reset driver..."))
self.act_simulator.setText(_translate("win_revpicommander", "Start local si&mulator..."))
from . import ressources_rc
if __name__ == "__main__":
import sys
app = QtWidgets.QApplication(sys.argv)
@@ -163,4 +166,3 @@ if __name__ == "__main__":
ui.setupUi(win_revpicommander)
win_revpicommander.show()
sys.exit(app.exec_())