Docs: normalize zh-CN terminology + tone

What: switch to 你/你的 tone; standardize Skills/Gateway网关/local loopback/私信 wording
Why: align zh-CN docs with issue 6995 feedback + idiomatic tech style
Tests: pnpm docs:build
This commit is contained in:
Josh Palmer
2026-02-02 15:46:45 +01:00
parent 2b1f68c928
commit 5676a6b38d
237 changed files with 2322 additions and 2337 deletions

View File

@@ -1,7 +1,7 @@
---
read_when:
- 正在审批设备配对请求
- 需要轮换或吊销设备令牌
- 正在审批设备配对请求
- 需要轮换或吊销设备令牌
summary: "`openclaw devices` 的 CLI 参考(设备配对 + 令牌轮换/吊销)"
title: devices
x-i18n:
@@ -62,9 +62,9 @@ openclaw devices revoke --device <deviceId> --role node
## 通用选项
- `--url <url>`Gateway WebSocket URL配置后默认使用 `gateway.remote.url`)。
- `--token <token>`Gateway 令牌(如需要)。
- `--password <password>`Gateway 密码(密码认证)。
- `--url <url>`Gateway网关 WebSocket URL配置后默认使用 `gateway.remote.url`)。
- `--token <token>`Gateway网关令牌(如需要)。
- `--password <password>`Gateway网关密码(密码认证)。
- `--timeout <ms>`RPC 超时时间。
- `--json`JSON 输出(推荐用于脚本)。