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

16
pages.zh/osx/lsappinfo.md Normal file
View File

@@ -0,0 +1,16 @@
# lsappinfo
> 控制和查询 CoreApplicationServices 关于系统上应用程序状态的信息。
> 更多信息:<https://keith.github.io/xcode-man-pages/lsappinfo.8.html>。
- 列出所有正在运行的应用程序及其详细信息:
`lsappinfo list`
- 显示前台应用程序:
`lsappinfo front`
- 显示特定应用程序的信息:
`lsappinfo info {{com.apple.calculator}}`