diff --git a/LANG/Makefile b/LANG/Makefile new file mode 100644 index 0000000..cc667c9 --- /dev/null +++ b/LANG/Makefile @@ -0,0 +1,5 @@ +build: + lrelease deepin-wine-packager-en_US.ts -qm deepin-wine-packager-en_US.qm + lrelease deepin-wine-runner-en_US.ts -qm deepin-wine-runner-en_US.qm + lrelease installwine-en_US.ts -qm installwine-en_US.qm + lrelease virtualmachine-en_US.ts -qm virtualmachine-en_US.qm \ No newline at end of file diff --git a/LANG/deepin-wine-runner-en_US.qm b/LANG/deepin-wine-runner-en_US.qm index dd74939..c0c7738 100755 Binary files a/LANG/deepin-wine-runner-en_US.qm and b/LANG/deepin-wine-runner-en_US.qm differ diff --git a/LANG/deepin-wine-runner-en_US.ts b/LANG/deepin-wine-runner-en_US.ts index 863a9f9..11e2535 100755 --- a/LANG/deepin-wine-runner-en_US.ts +++ b/LANG/deepin-wine-runner-en_US.ts @@ -887,7 +887,7 @@ exe路径' 参数 ' 重启指定Wine容器 - + Restart wine bottle @@ -902,22 +902,22 @@ exe路径' 参数 ' 安装 WineHQ(官方源) - + Install WineHQ 安装 WineHQ(国内清华大学镜像源) - + Install WineHQ(Tsinghua University mirror) 安装更多 Wine(Wine 下载工具,推荐) - + Wine manager(Recommend) 下载 Chroot 容器 - + Download chroot bottle @@ -937,7 +937,7 @@ exe路径' 参数 ' 安装 lat(只限 Loongarch64 架构) - + Install lat(Only support loongarch64) @@ -967,72 +967,72 @@ exe路径' 参数 ' 打包 wine 应用(专业用户使用) - + Pack wine application (Recommend professional user to use) 使用简易打包器进行打包(小白且无特殊需求建议使用这个) - + Use easy packer to pack 快捷方式管理工具 - + Lnk manager 在指定wine、指定容器安装 Visual FoxPro - + Install FoxPro run_v3.sh 管理 - + run_v3.sh manager 使用winetricks打开指定容器(使用Wine运行器运行库) - + Open bottle with winetricks 组件功能测试 - + Wine tester 测试 Visual Basic 6 程序 - + Test Visual Basic 6 application 测试 .net framework 程序 - + Test .net framework application 测试 .net framework + Internet Explorer 程序 - + Test .net framework and Internet Explorer application 启用/禁用功能 - + Enable/Disable option 安装/卸载 Vkd3d - + Install/Remove vkd3d 安装 Vkd3d - + Install 卸载 Vkd3d - + Remove @@ -1057,7 +1057,7 @@ exe路径' 参数 ' 使用虚拟机运行 Windows 应用 - + Run Windows application with virtual machine @@ -1067,12 +1067,12 @@ exe路径' 参数 ' 日志(&L) - + Log(&L) 查询 Dll - + Search dll @@ -1092,12 +1092,12 @@ exe路径' 参数 ' 上传日志 - + Upload log 应用运行库(&R) - + Application runtime(&R) @@ -1142,12 +1142,12 @@ exe路径' 参数 ' 配置指定 Chroot 容器 - + Config chroot bottle 视频教程(&V) - + Video helped(&V) diff --git a/LANG/virtualmachine-en_US.qm b/LANG/virtualmachine-en_US.qm index 90f5da1..d4d470f 100755 Binary files a/LANG/virtualmachine-en_US.qm and b/LANG/virtualmachine-en_US.qm differ diff --git a/mainwindow.py b/mainwindow.py index 0c81a58..0aeb560 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2573,7 +2573,7 @@ transla = QtCore.QCoreApplication.translate #transeObject.tr("") # 语言载入 if not "zh_CN".lower() in get_now_lang().lower() and not setting["Chinese"]: - trans.load() + trans.load(f"{programPath}/LANG/deepin-wine-runner-en_US.qm") else: pass app.installTranslator(trans) @@ -2615,7 +2615,7 @@ updateThingsString = QtCore.QCoreApplication.translate("U", '''3.6.0 更新 ※7、初步英语翻译''') for i in information["Thank"]: thankText += f"{i}\n" -updateTime = "2023年11月17日" +updateTime = "2023年12月23日" aboutProgram = QtCore.QCoreApplication.translate("U", """

Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序。原版的 Wine 只能使用命令操作,且安装过程较为繁琐,对小白不友好。于是该运行器为了解决该痛点,内置了对Wine图形化的支持、Wine 安装器、微型应用商店、各种Wine工具、自制的Wine程序打包器、运行库安装工具等。

它同时还内置了基于Qemu/VirtualBox制作的、专供小白使用的Windows虚拟机安装工具,可以做到只需下载系统镜像并点击安装即可,无需考虑虚拟机的安装、创建、分区等操作,也能在非 X86 架构安装 X86 架构的 Windows 操作系统(但是效率较低,可以运行些老系统)。

而且对于部分 Wine 应用适配者来说,提供了图形化的打包工具,以及提供了一些常用工具以及运行库的安装方式,以及能安装多种不同的 Wine 以测试效果,能极大提升适配效率。