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

@@ -3,14 +3,14 @@
> Android 服务管理器。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
- 列出所有正在运行的服务:
- [l]列出所有正在运行的服务:
`cmd -l`
- 调用定服务:
- 调用定服务:
`cmd {{alarm}}`
`cmd {{service}}`
- 调用服务同时传递参数
- 带特定参数调用服务:
`cmd {{vibrator}} {{vibrate 300}}`
`cmd {{service}} {{argument1 argument2 ...}}`