diff --git a/aboutdialog.cpp b/aboutdialog.cpp
index ef1af18..dcba790 100644
--- a/aboutdialog.cpp
+++ b/aboutdialog.cpp
@@ -24,8 +24,10 @@ AboutDialog::AboutDialog(QWidget *parent)
tr("Drag and drop image file onto the window is also supported."),
"",
tr("Context menu option explanation:"),
- ("* " + QCoreApplication::translate("MainWindow", "Stay on top") + " : " + tr("Make window stay on top of all other windows.")),
- ("* " + QCoreApplication::translate("MainWindow", "Protected mode") + " : " + tr("Avoid close window accidentally. (eg. by double clicking the window)"))
+ ("* " + QCoreApplication::translate("MainWindow", "Stay on top") + " : "
+ + this->tr("Make window stay on top of all other windows.")),
+ ("* " + QCoreApplication::translate("MainWindow", "Protected mode") + " : "
+ + this->tr("Avoid close window accidentally. (eg. by double clicking the window)"))
};
QStringList aboutStr {
diff --git a/languages/PineapplePictures.ts b/languages/PineapplePictures.ts
index ebef332..77a8a78 100644
--- a/languages/PineapplePictures.ts
+++ b/languages/PineapplePictures.ts
@@ -24,37 +24,47 @@
-
+
+ Make window stay on top of all other windows.
+
+
+
+
+ Avoid close window accidentally. (eg. by double clicking the window)
+
+
+
+ Built with Qt %1 (%2)
-
+ Source code
-
+ <p><i>%1</i> is released under the MIT License.</p><p>This license grants people a number of freedoms:</p><ul><li>You are free to use <i>%1</i>, for any purpose</li><li>You are free to distribute <i>%1</i></li><li>You can study how <i>%1</i> works and change it</li><li>You can distribute changed versions of <i>%1</i></li></ul><p>The MIT license guarantees you this freedom. Nobody is ever permitted to take it away.</p>
-
+ Your Rights
-
+ &Help
-
+ &About
-
+ &License
@@ -129,7 +139,7 @@
-
+ Protected mode
@@ -145,19 +155,6 @@
-
- QCoreApplication
-
-
- Make window stay on top of all other windows.
-
-
-
-
- Avoid close window accidentally. (eg. by double clicking the window)
-
-
-SettingsDialog
diff --git a/languages/PineapplePictures_zh_CN.ts b/languages/PineapplePictures_zh_CN.ts
index 0739286..a83aac7 100644
--- a/languages/PineapplePictures_zh_CN.ts
+++ b/languages/PineapplePictures_zh_CN.ts
@@ -24,37 +24,47 @@
菜单项说明:
-
+
+ Make window stay on top of all other windows.
+ 使窗口始终至于其它非置顶窗口上方。
+
+
+
+ Avoid close window accidentally. (eg. by double clicking the window)
+ 避免窗口意外关闭。(如:不小心双击了窗口触发了关闭窗口行为)
+
+
+ Built with Qt %1 (%2)使用 Qt %1 (%2) 进行构建
-
+ Source code源代码
-
+ <p><i>%1</i> is released under the MIT License.</p><p>This license grants people a number of freedoms:</p><ul><li>You are free to use <i>%1</i>, for any purpose</li><li>You are free to distribute <i>%1</i></li><li>You can study how <i>%1</i> works and change it</li><li>You can distribute changed versions of <i>%1</i></li></ul><p>The MIT license guarantees you this freedom. Nobody is ever permitted to take it away.</p><p><i>%1</i> 是在 MIT 许可协议下发布的。</p><p>此许可证赋予人们以下自由的权利:</p><ul><li>任何人都可以为了任何目的自由地使用 <i>%1</i></li><li>任何人都可以自由地分发 <i>%1</i></li><li>任何人都可以自由地研究 <i>%1</i> 的工作原理并对其进行修改</li><li>任何人都可以自由地分发修改过的 <i>%1</i> 版本</li></ul><p>此软件通过 MIT 许可证赋予用户上述自由,任何人无权剥夺。</p>
-
+ Your Rights用户的权利
-
+ &Help帮助(&H)
-
+ &About关于(&A)
-
+ &License软件许可证(&L)
@@ -133,7 +143,7 @@
总在最前
-
+ Protected mode保护模式
@@ -172,14 +182,12 @@
QCoreApplication
- Make window stay on top of all other windows.
- 使窗口始终至于其它非置顶窗口上方。
+ 使窗口始终至于其它非置顶窗口上方。
- Avoid close window accidentally. (eg. by double clicking the window)
- 避免窗口意外关闭。(如:不小心双击了窗口触发了关闭窗口行为)
+ 避免窗口意外关闭。(如:不小心双击了窗口触发了关闭窗口行为)