mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-09 00:53:53 +01:00
UI Text check and translation-de
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
|
||||
# Form implementation generated from reading ui file 'avahisearch.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_diag_search(object):
|
||||
def setupUi(self, diag_search):
|
||||
diag_search.setObjectName("diag_search")
|
||||
@@ -74,14 +77,14 @@ class Ui_diag_search(object):
|
||||
self.btn_restart.setToolTip(_translate("diag_search", "Restart search"))
|
||||
self.tb_revpi.setSortingEnabled(True)
|
||||
item = self.tb_revpi.horizontalHeaderItem(0)
|
||||
item.setText(_translate("diag_search", "Zero conf Name"))
|
||||
item.setText(_translate("diag_search", "Zero-conf name"))
|
||||
item = self.tb_revpi.horizontalHeaderItem(1)
|
||||
item.setText(_translate("diag_search", "IP address"))
|
||||
self.btn_connect.setText(_translate("diag_search", "&Connect to Revolution Pi"))
|
||||
self.btn_save.setText(_translate("diag_search", "&Save connection"))
|
||||
|
||||
from . import ressources_rc
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
@@ -90,4 +93,3 @@ if __name__ == "__main__":
|
||||
ui.setupUi(diag_search)
|
||||
diag_search.show()
|
||||
sys.exit(app.exec_())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user