translated pages from english to chinese
This commit is contained in:
parent
2353cc4f2c
commit
79d371fb76
4 changed files with 325 additions and 284 deletions
|
@ -53,7 +53,7 @@ PageType {
|
|||
id: primaryDns
|
||||
|
||||
Layout.fillWidth: true
|
||||
headerText: "Primary DNS"
|
||||
headerText: qsTr("Primary DNS")
|
||||
|
||||
textFieldText: SettingsController.primaryDns
|
||||
textField.validator: RegularExpressionValidator {
|
||||
|
@ -65,7 +65,7 @@ PageType {
|
|||
id: secondaryDns
|
||||
|
||||
Layout.fillWidth: true
|
||||
headerText: "Secondary DNS"
|
||||
headerText: qsTr("Secondary DNS")
|
||||
|
||||
textFieldText: SettingsController.secondaryDns
|
||||
textField.validator: RegularExpressionValidator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue