steam: add Chinese translation (#12877)

pull/28/head
Red Guard 2024-06-02 13:53:22 +08:00 committed by GitHub
parent 1449f86370
commit b71da02146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

28
pages.zh/common/steam.md Normal file
View File

@ -0,0 +1,28 @@
# steam
> Valve 的电子游戏平台。
> 更多信息:<https://developer.valvesoftware.com/wiki/Command_Line_Options>.
- 启动 Steam 同时将调试信息输出到 `stdout`:
`steam`
- 启动 Steam 并启用内置调试控制台标签页:
`steam -console`
- 在运行的 Steam 实例中启用并打开控制台标签页:
`steam steam://open/console`
- 使用指定认证信息登录 Steam:
`steam -login {{username}} {{password}}`
- 以大屏幕模式启动 Steam:
`steam -tenfoot`
- 退出 Steam:
`steam -shutdown`