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

View File

@@ -0,0 +1,36 @@
# waydroid
> 一种基于容器的方法,在像 Ubuntu 这样的常规 Linux 系统上启动完整的 Android 系统。
> 更多信息:<https://docs.waydro.id>。
- 启动 Waydroid
`waydroid`
- 初始化 Waydroid首次运行或重新安装 Android 后需要):
`sudo waydroid init`
- 从文件安装新的 Android 应用:
`waydroid app install {{path/to/file.apk}}`
- 通过包名启动 Android 应用:
`waydroid app launch {{com.example.app}}`
- 启动或停止 Waydroid 会话:
`waydroid session {{start|stop}}`
- 管理 Waydroid 容器:
`sudo waydroid container {{start|stop|restart|freeze|unfreeze}}`
- 打开 Waydroid shell
`sudo waydroid shell`
- 调整 Waydroid 窗口尺寸:
`waydroid prop set persist.waydroid.{{width|height}} {{number}}`