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,16 +2,19 @@
|
||||
|
||||
# Form implementation generated from reading ui file 'mqttmanager.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_mqtt(object):
|
||||
def setupUi(self, diag_mqtt):
|
||||
diag_mqtt.setObjectName("diag_mqtt")
|
||||
diag_mqtt.resize(492, 704)
|
||||
diag_mqtt.resize(489, 709)
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(diag_mqtt)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.gb_basetopic = QtWidgets.QGroupBox(diag_mqtt)
|
||||
@@ -123,7 +126,9 @@ class Ui_diag_mqtt(object):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
diag_mqtt.setWindowTitle(_translate("diag_mqtt", "MQTT settings"))
|
||||
self.gb_basetopic.setTitle(_translate("diag_mqtt", "Base topic"))
|
||||
self.lbl_basetopic_description.setText(_translate("diag_mqtt", "<html><head/><body><p>The base topic is the first part of any mqtt topic, the Revolution Pi will publish. You can use any character includig \'/\' to structure the messages on your broker.</p><p>For example: revpi0000/data</p></body></html>"))
|
||||
self.lbl_basetopic_description.setText(_translate("diag_mqtt", "The base topic is the first part of any mqtt topic, the Revolution Pi will publish. You can use any character includig \'/\' to structure the messages on your broker.\n"
|
||||
"\n"
|
||||
"For example: revpi0000/data"))
|
||||
self.lbl_basetopic.setText(_translate("diag_mqtt", "Base topic:"))
|
||||
self.gb_send_on_event.setTitle(_translate("diag_mqtt", "Publish settings"))
|
||||
self.lbl_sendinterval.setText(_translate("diag_mqtt", "Publish all exported values every n seconds:"))
|
||||
@@ -135,7 +140,7 @@ class Ui_diag_mqtt(object):
|
||||
"\n"
|
||||
"Publish values with topic: [basetopic]/set/[outputname]"))
|
||||
self.cbx_write_outputs.setText(_translate("diag_mqtt", "Allow MQTT to to set outputs on Revolution Pi"))
|
||||
self.gb_broker.setTitle(_translate("diag_mqtt", "Brocker settings"))
|
||||
self.gb_broker.setTitle(_translate("diag_mqtt", "Broker settings"))
|
||||
self.lbl_broker_address.setText(_translate("diag_mqtt", "Broker address:"))
|
||||
self.lbl_port.setText(_translate("diag_mqtt", "Broker port:"))
|
||||
self.lbl_username.setText(_translate("diag_mqtt", "User name:"))
|
||||
@@ -152,4 +157,3 @@ if __name__ == "__main__":
|
||||
ui.setupUi(diag_mqtt)
|
||||
diag_mqtt.show()
|
||||
sys.exit(app.exec_())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user