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

@@ -20,7 +20,7 @@ x-i18n:
它用于两个场景:
1. **私信配对**(谁被允许与机器人对话)
2. **节点配对**(哪些设备/节点被允许加入 Gateway 网络)
2. **节点配对**(哪些设备/节点被允许加入 Gateway网关网络)
安全上下文:[安全](/gateway/security)
@@ -56,7 +56,7 @@ openclaw pairing approve telegram <CODE>
## 2) 节点设备配对iOS/Android/macOS/无头节点)
节点以 `role: node` 的**设备**身份连接到 Gateway。Gateway 会创建一个需要批准的设备配对请求。
节点以 `role: node` 的**设备**身份连接到 Gateway网关。Gateway网关会创建一个需要批准的设备配对请求。
### 批准节点设备
@@ -75,7 +75,7 @@ openclaw devices reject <requestId>
### 注意事项
- 旧版 `node.pair.*` APICLI`openclaw nodes pending/approve`)是一个独立的 Gateway 所拥有的配对存储。WebSocket 节点仍然需要设备配对。
- 旧版 `node.pair.*` APICLI`openclaw nodes pending/approve`)是一个独立的 Gateway网关所拥有的配对存储。WebSocket 节点仍然需要设备配对。
## 相关文档