From b71da02146e393d670c623829f6f382893241aeb Mon Sep 17 00:00:00 2001 From: Red Guard Date: Sun, 2 Jun 2024 13:53:22 +0800 Subject: [PATCH] steam: add Chinese translation (#12877) --- pages.zh/common/steam.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages.zh/common/steam.md diff --git a/pages.zh/common/steam.md b/pages.zh/common/steam.md new file mode 100644 index 000000000..c98089f34 --- /dev/null +++ b/pages.zh/common/steam.md @@ -0,0 +1,28 @@ +# steam + +> Valve 的电子游戏平台。 +> 更多信息:. + +- 启动 Steam 同时将调试信息输出到 `stdout`: + +`steam` + +- 启动 Steam 并启用内置调试控制台标签页: + +`steam -console` + +- 在运行的 Steam 实例中启用并打开控制台标签页: + +`steam steam://open/console` + +- 使用指定认证信息登录 Steam: + +`steam -login {{username}} {{password}}` + +- 以大屏幕模式启动 Steam: + +`steam -tenfoot` + +- 退出 Steam: + +`steam -shutdown`