- 修正翻译

This commit is contained in:
mashiros 2022-05-12 21:33:33 +08:00
parent b94bda4cb4
commit d52eb101fa
5 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@ import "."
NVG.Window {
title: qsTr("ADV-Server: Settings")
title: qsTr("ADV Server")
visible: true
minimumWidth: 480
minimumHeight: 600
@ -22,7 +22,7 @@ NVG.Window {
anchors.fill: parent
header: TitleBar {
text: qsTr("Server Settings")
text: qsTr("ADV Server")
standardButtons: Dialog.Save | Dialog.Reset
onAccepted: {
@ -56,7 +56,7 @@ NVG.Window {
id: root
anchors.fill: parent
anchors.margins: 16
anchors.topMargin: 0
anchors.topMargin: 16
Flickable {
Layout.fillWidth: true

View File

@ -11,7 +11,7 @@ import "."
NVG.Window {
id: window
title: qsTr("ADV-Style: Settings")
title: qsTr("ADV Widget")
visible: true
minimumWidth: 480
minimumHeight: 600
@ -26,7 +26,7 @@ NVG.Window {
anchors.fill: parent
header: TitleBar {
text: qsTr("Style Settings")
text: qsTr("ADV Widget")
standardButtons: Dialog.Save | Dialog.Reset
onAccepted: {
@ -46,7 +46,7 @@ NVG.Window {
id: root
anchors.fill: parent
anchors.margins: 16
anchors.topMargin: 0
anchors.topMargin: 16
Flickable {
Layout.fillWidth: true