Browse Source

- 修正翻译

master
mashiros 2 years ago
parent
commit
d52eb101fa
  1. BIN
      Locales/ja.qm
  2. BIN
      Locales/zh.qm
  3. BIN
      Locales/zh_TW.qm
  4. 6
      qml/ServerPreferences.qml
  5. 6
      qml/StylePreferences.qml

BIN
Locales/ja.qm

Binary file not shown.

BIN
Locales/zh.qm

Binary file not shown.

BIN
Locales/zh_TW.qm

Binary file not shown.

6
qml/ServerPreferences.qml

@ -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

6
qml/StylePreferences.qml

@ -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…
Cancel
Save