fix(docs): locale translations for nav elements and headings
This commit is contained in:
@@ -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
|
||||
### 文件引用
|
||||
|
||||
使用 `@` 后跟文件名将文件包含在命令中。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user