- 修正翻译
This commit is contained in:
parent
b94bda4cb4
commit
d52eb101fa
BIN
Locales/ja.qm
BIN
Locales/ja.qm
Binary file not shown.
BIN
Locales/zh.qm
BIN
Locales/zh.qm
Binary file not shown.
BIN
Locales/zh_TW.qm
BIN
Locales/zh_TW.qm
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user