This commit is contained in:
2022-12-09 17:37:10 +08:00
parent 1cbb6d59be
commit 12d8fb69e8
13 changed files with 83 additions and 63 deletions

View File

@@ -2301,7 +2301,7 @@ print(wine)
# 程序信息
###########################
# 语言载入
if not get_now_lang() == "zh_CN.UTF-8":
if not "zh_CN".lower() in get_now_lang().lower():
transla = Trans("en_US", f"{programPath}/trans/deepin-wine-runner.json")
else:
transla = Trans("zh_CN")
@@ -2342,16 +2342,17 @@ updateThingsString = transla.transe("U", '''※1、支持使用 Qemu + Chroot
※10、新增解包 deb 内 Wine 容器功能;
※11、新增 Vkd3d Proton 安装功能,更新 dxvk 版本至 2.0.0
※12、新增程序菜单栏部分栏目图标
13、优化非基于生态适配脚本的打包器内容自动填充功能
14、优化程序文案
15、新增日志翻译功能
16、程序进一步完善英语翻译(机翻)
17、优化程序更新策略
18、优化日志分析功能
19、优化程序 UI。''')
13、打包器支持按下 Shift + F1 查看指定选项提示
14、优化非基于生态适配脚本的打包器内容自动填充功能
15、优化程序文案
16、新增日志翻译功能
17、程序进一步完善英语翻译(机翻)
18、优化程序更新策略
19、优化日志分析功能;
20、优化程序 UI。''')
for i in information["Thank"]:
thankText += f"{i}\n"
updateTime = "2022年12月08日"
updateTime = "2022年12月09日"
aboutProgram = transla.transe("U", """<p>Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序内置了对Wine图形化的支持、各种Wine工具、自制的Wine程序打包器和运行库安装工具等。</p>
<p>它同时还内置了基于VirtualBox制作的、专供小白使用的Windows虚拟机安装工具可以做到只需下载系统镜像并点击安装即可无需考虑虚拟机的安装、创建、分区等操作。</p>
<pre>