changed all text to english

This commit is contained in:
vladimir.kuznetsov 2023-07-24 16:33:58 +09:00
parent 0a1359ed16
commit b9a13d3a32
10 changed files with 26 additions and 36 deletions

View file

@ -193,7 +193,7 @@ PageType {
Layout.topMargin: 16
text: "Network protocol"
text: qsTr("Network protocol")
}
TransportProtoSelector {
@ -209,7 +209,7 @@ PageType {
Layout.fillWidth: true
Layout.topMargin: 16
headerText: "Port"
headerText: qsTr("Port")
}
Rectangle {
@ -223,7 +223,7 @@ PageType {
Layout.fillWidth: true
Layout.bottomMargin: 32
text: qsTr("Установить")
text: qsTr("Install")
onClicked: function() {
goToPage(PageEnum.PageSetupWizardInstalling);