changed all text to english
This commit is contained in:
parent
0a1359ed16
commit
b9a13d3a32
10 changed files with 26 additions and 36 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue