fix(docs): locale translations for nav elements and headings

This commit is contained in:
Adam
2026-02-11 18:51:27 -06:00
parent 8eea53a41e
commit aea68c386a
484 changed files with 12718 additions and 11212 deletions

View File

@@ -1,5 +1,5 @@
---
title: Keybinds
title: 快捷键
description: 自定义您的按键绑定。
---
@@ -105,7 +105,7 @@ opencode 有一个按键绑定列表,您可以通过 opencode 配置进行自
---
## Leader key
## Leader
opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中的冲突。
@@ -115,7 +115,7 @@ opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中
---
## Disable keybind
## 禁用按键绑定
您可以通过将按键添加到您的配置中并使用值“none”来禁用按键绑定。
@@ -130,11 +130,11 @@ opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中
---
## Desktop prompt shortcuts
## 桌面提示快捷键
opencode 桌面应用程序提示输入支持常见的 Readline/Emacs 风格的文本编辑快捷方式。这些是内置的,目前无法通过 `opencode.json` 进行配置。
| Shortcut | Action |
| 快捷键 | 动作 |
| -------- | ------------------------- |
| `ctrl+a` | 移至当前行起点 |
| `ctrl+e` | 移至当前行尾 |