Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 8860ef0

Browse files
WGB54450x-j
andauthored
[i18n] zh build/cli.mdx (#917)
fix: correct CLI documentation descriptions and formatting, update installation instructions, optimize language expression Co-authored-by: J <129789810+0xaptosj@users.noreply.github.com>
1 parent e252295 commit 8860ef0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

apps/nextra/pages/zh/build/cli.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "CLI"
33
---
44

5-
import {Card, Cards} from '@components/index'
5+
import { Card, Cards } from '@components/index'
66

7-
# 命令行界面(CLI
7+
# CLI
88

9-
Aptos 命令行界面(CLI)是一个工具,用于帮助您编译和测试 Move 合约。它还可以帮助您快速体验 Aptos 在链上的特性
9+
Aptos 命令行界面(CLI)是一个帮助您编译和测试 Move 合约的工具。它还可以帮助您快速体验链上 Aptos 功能
1010

11-
对于更高级的用户,CLI 也可以用来运行私有的 Aptos 网络(以帮助在本地测试代码),并且可以有助于管理网络节点
11+
对于高级用户,CLI 还可用于运行私有 Aptos 网络(以帮助本地测试代码),并有助于管理网络节点
1212

1313
## 📥 安装 Aptos CLI
1414

@@ -18,7 +18,7 @@ Aptos 命令行界面(CLI)是一个工具,用于帮助您编译和测试 M
1818
<div className="flex flex-col gap-2">
1919
<Card.Title>Mac</Card.Title>
2020
<Card.Description>
21-
通过 homebrew 安装 Aptos CLI
21+
通过 homebrew 安装 Aptos CLI
2222
```sh
2323
brew install aptos
2424
```
@@ -30,7 +30,7 @@ Aptos 命令行界面(CLI)是一个工具,用于帮助您编译和测试 M
3030
<div className="flex flex-col gap-2">
3131
<Card.Title>Windows</Card.Title>
3232
<Card.Description>
33-
通过 Python 脚本或预编译的二进制文件在 Windows 上安装 Aptos CLI
33+
通过 powershell 脚本或预编译二进制文件在 Windows 上安装 Aptos CLI
3434
</Card.Description>
3535
</div>
3636
</Card>
@@ -39,7 +39,7 @@ Aptos 命令行界面(CLI)是一个工具,用于帮助您编译和测试 M
3939
<div className="flex flex-col gap-2">
4040
<Card.Title>Linux</Card.Title>
4141
<Card.Description>
42-
通过 Python 脚本或预编译的二进制文件在 Linux 上安装 Aptos CLI
42+
通过 shell 脚本或预编译二进制文件在 Linux 上安装 Aptos CLI
4343
</Card.Description>
4444
</div>
4545
</Card>
@@ -54,16 +54,16 @@ Aptos 命令行界面(CLI)是一个工具,用于帮助您编译和测试 M
5454
</Card>
5555
</Cards>
5656

57-
## ⚙️ 设置 Aptos CLI
57+
## ⚙️ 配置 Aptos CLI
5858

5959
<Cards>
6060
<Card href="./cli/setup-cli">
61-
<Card.Title>设置CLI</Card.Title>
62-
<Card.Description>设置和配置 Aptos CLI </Card.Description>
61+
<Card.Title>CLI 配置</Card.Title>
62+
<Card.Description>设置和配置 Aptos CLI</Card.Description>
6363
</Card>
6464
<Card href="./cli/setup-cli/install-move-prover">
65-
<Card.Title> Move prover</Card.Title>
66-
<Card.Description>安装和配置 Move prover</Card.Description>
65+
<Card.Title>高级(Move Prover)</Card.Title>
66+
<Card.Description>设置和安装 Move Prover</Card.Description>
6767
</Card>
6868
</Cards>
6969

@@ -72,14 +72,14 @@ Aptos 命令行界面(CLI)是一个工具,用于帮助您编译和测试 M
7272
<Cards>
7373
<Card href="./cli/working-with-move-contracts">
7474
<Card.Title>Move 合约</Card.Title>
75-
<Card.Description>编译、发布、模拟和测试 Move 合约 </Card.Description>
75+
<Card.Description>编译、发布、模拟和基准测试 Move 合约</Card.Description>
7676
</Card>
7777
<Card href="./cli/trying-things-on-chain">
78-
<Card.Title>在链上尝试</Card.Title>
79-
<Card.Description>使用 像Ledger 这样的硬件设备与 Aptos 交互,创建账户,查询账户</Card.Description>
78+
<Card.Title>链上操作</Card.Title>
79+
<Card.Description>Aptos 交互,创建账户,查询账户,使用 Ledger 等硬件设备</Card.Description>
8080
</Card>
8181
<Card href="./cli/running-a-local-network">
8282
<Card.Title>运行本地网络</Card.Title>
83-
<Card.Description>运行本地节点/网络 </Card.Description>
83+
<Card.Description>运行本地节点/网络</Card.Description>
8484
</Card>
85-
</Cards>
85+
</Cards>

0 commit comments

Comments
 (0)