diff --git a/main.cpp b/main.cpp
index 0be9f1a..1d8ed04 100644
--- a/main.cpp
+++ b/main.cpp
@@ -33,7 +33,7 @@
int main(int argc, char *argv[])
{
- QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+ //QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
// Register QML Type.
diff --git a/qml/FolderPage.qml b/qml/FolderPage.qml
index 4adb789..5f3bc39 100644
--- a/qml/FolderPage.qml
+++ b/qml/FolderPage.qml
@@ -101,10 +101,18 @@ Item {
MenuItem {
text: qsTr("About")
+ onTriggered: _aboutDialog.show()
}
}
}
+ FishUI.AboutDialog {
+ id: _aboutDialog
+ name: qsTr("File Manager")
+ description: qsTr("A file manager designed for CutefishOS.")
+ iconSource: "image://icontheme/file-system-manager"
+ }
+
Rectangle {
id: _background
anchors.fill: parent
diff --git a/translations/en_US.ts b/translations/en_US.ts
index 18bdda1..0d21481 100644
--- a/translations/en_US.ts
+++ b/translations/en_US.ts
@@ -14,12 +14,12 @@
New folder
-
+
Cancel
-
+
OK
@@ -127,112 +127,112 @@
FolderModel
-
+
%1 item
-
+
%1 items
-
+
The file or folder %1 does not exist.
-
+
Select All
-
+
File Manager
-
+
Open
-
+
Open with
-
+
Cut
-
+
Copy
-
+
Paste
-
+
New Folder
-
+
Move To Trash
-
+
Empty Trash
-
+
Delete
-
+
Rename
-
+
Open in Terminal
-
+
Set as Wallpaper
-
+
Properties
-
+
Change background
-
+
Restore
-
+
Show hidden files
-
+
@@ -240,18 +240,18 @@
FolderPage
-
+
Empty folder
-
+
Open
-
+
Properties
@@ -306,22 +306,32 @@
About
-
+
+
+ File Manager
+
+
+
+
+
+
+
+
%1 item
-
+
%1 items
-
+
%1 selected
-
+
Empty Trash
diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts
index 443259e..986549c 100644
--- a/translations/zh_CN.ts
+++ b/translations/zh_CN.ts
@@ -14,12 +14,12 @@
新建文件夹
-
+
取消
-
+
确定
@@ -127,112 +127,112 @@
FolderModel
-
+
%1 项
-
+
%1 项
-
+
文件或文件夹 %1 不存在
-
+
全选
-
+
文件管理器
-
+
打开
-
+
打开方式
-
+
剪切
-
+
复制
-
+
粘贴
-
+
新建文件夹
-
+
移动到回收站
-
+
清空回收站
-
+
删除
-
+
重命名
-
+
在终端中打开
-
+
设置为壁纸
-
+
属性
-
+
更改桌面背景
-
+
恢复
-
+
显示隐藏文件
-
+
在新窗口中打开
@@ -240,18 +240,18 @@
FolderPage
-
+
空文件夹
-
+
打开
-
+
属性
@@ -306,22 +306,32 @@
关于
-
+
+
+ 文件管理器
+
+
+
+
+ 专为 CutefishOS 打造的文件管理器
+
+
+
%1 项
-
+
%1 项
-
+
选中了 %1 项
-
+
清空回收站