diff --git a/src/qml/Dock/Main.qml b/src/qml/Dock/Main.qml
index 2f0417a..6661973 100644
--- a/src/qml/Dock/Main.qml
+++ b/src/qml/Dock/Main.qml
@@ -51,14 +51,14 @@ ItemPage {
IconCheckBox {
source: "qrc:/images/dock_bottom.svg"
- text: qsTr("Round")
+ text: qsTr("Center")
checked: appearance.dockStyle === 0
onClicked: appearance.setDockStyle(0)
}
IconCheckBox {
source: "qrc:/images/dock_straight.svg"
- text: qsTr("Straight")
+ text: qsTr("Full")
checked: appearance.dockStyle === 1
onClicked: appearance.setDockStyle(1)
}
diff --git a/translations/en_US.ts b/translations/en_US.ts
index fb8c405..160bdca 100644
--- a/translations/en_US.ts
+++ b/translations/en_US.ts
@@ -30,37 +30,37 @@
About
-
+
Built on %1
Built on %1
-
+
System Version
System Version
-
+
System Type
System Type
-
+
Kernel Version
Kernel Version
-
+
Processor
Processor
-
+
RAM
RAM
-
+
Internal Storage
Internal Storage
@@ -311,12 +311,12 @@
- Round
+ Center
- Straight
+ Full
@@ -793,24 +793,24 @@
WifiItem
-
-
+
+
Password
Password
-
+
Cancel
Cancel
-
-
+
+
Connect
-
+
Disconnect
diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts
index f1b54aa..4b84b2d 100644
--- a/translations/zh_CN.ts
+++ b/translations/zh_CN.ts
@@ -30,37 +30,37 @@
关于
-
+
Built on %1
构建在 %1 上
-
+
System Version
系统版本
-
+
System Type
系统类型
-
+
Kernel Version
内核版本
-
+
Processor
处理器
-
+
RAM
内存大小
-
+
Internal Storage
内部存储
@@ -311,13 +311,13 @@
- Round
- 圆角
+ Center
+ 居中
- Straight
- 直角
+ Full
+ 铺满
@@ -793,28 +793,24 @@
WifiItem
-
-
+
+
Password
密码
- Show password
- 显示密码
-
-
-
+
Cancel
取消
-
-
+
+
Connect
连接
-
+
Disconnect
断开连接