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: Commands
title: 命令
description: 为重复任务创建自定义命令。
---
@@ -108,7 +108,7 @@ Markdown 文件名成为命令名。例如,`test.md` 让
---
### Arguments
### 参数
使用 `$ARGUMENTS` 占位符将参数提交给命令。
@@ -161,7 +161,7 @@ with the following content: $3
---
### Shell Output
### Shell 输出
使用 _!`command`_ 将 [bash 命令](/docs/tui#bash-commands) 输出注入到提示符中。
@@ -195,7 +195,7 @@ Review these changes and suggest any improvements.
---
### File Reference
### 文件引用
使用 `@` 后跟文件名将文件包含在命令中。