add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/wine.md Normal file
View File

@@ -0,0 +1,28 @@
# wine
> 在基于Unix的系统上运行Windows可执行文件。
> 更多信息:<https://wiki.winehq.org/>.
-`wine`环境中运行特定程序:
`wine {{command}}`
- 在后台运行特定程序:
`wine start {{command}}`
- 安装/卸载MSI包
`wine msiexec /{{i|x}} {{path/to/package.msi}}`
- 运行`文件资源管理器``记事本``写字板`
`wine {{explorer|notepad|write}}`
- 运行`注册表编辑器``控制面板``任务管理器`
`wine {{regedit|control|taskmgr}}`
- 运行配置工具:
`wine winecfg`