Skip to content

Commit 2150a17

Browse files
New Crowdin translations by GitHub Action
1 parent 5158b5a commit 2150a17

195 files changed

Lines changed: 47978 additions & 296 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/academy-intro/academy-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ Chia学院的课程页面经过精心设计,以增强学生的学习体验。
132132

133133
所有适用的课程都提供了Chialisp和clvm的可运行插件。 花些时间熟悉这些工具,并学习如何在整个课程中最好地利用它们。 每个插件都有一系列组件:
134134

135-
**语言:** 插件的语言(Chialisp或clvm)位于右上角。
136-
**解决方案(Solution):** 顶部部分是输入或解决方案。
137-
**谜题(Puzzle):** 底部部分是谜题。
138-
**运行:** 每个插件在语言标识符右侧都有一个播放/运行按钮。
135+
**语言:** 插件的语言(Chialisp或clvm)位于右上角。
136+
**解决方案(Solution):** 顶部部分是输入或解决方案。
137+
**谜题(Puzzle):** 底部部分是谜题。
138+
**运行:** 每个插件在语言标识符右侧都有一个播放/运行按钮。
139139
**结果:** 单击运行后,谜题的结果将出现在谜题下方。
140140

141141
:::info

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/chialisp/chialisp-inner-puzzle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import Runnable from '@site/src/components/Runnable.tsx';
123123

124124
### 可运行的Chialisp和clvm插件
125125

126-
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)
126+
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)
127127

128128
#### Chialisp 插件
129129

@@ -149,7 +149,7 @@ import Runnable from '@site/src/components/Runnable.tsx';
149149

150150
### 链接
151151

152-
- [Chialisp基本概念](https://chialisp.com/chialisp-concepts/):包括柯里化(currying)、内部谜题(inner puzzles)和条件变换(morphing conditions)的概述。
152+
- General [chialisp concepts](https://chialisp.com/chialisp-concepts/): overviews of currying, inner puzzles, and morphing conditions.
153153
- 指导性的[Chialisp演练](https://docs.chia.net/guides/):安装、创建智能币和使用BLS签名的指南。
154154
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
155155
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/chialisp/chialisp-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ So let's get started, the first thing you'll want to do is make sure you have th
7878
## 常见问题
7979

8080
- **run vs brun:** `run` 用于序列化并运行 Chialisp 谜题,而 `brun` 用于运行 clvm 序列化的谜题,通常用于传递参数。
81-
- **括号(Parentheses):**Chialisp 是完全括号前缀表示法编程语言家族的一部分,可以[追溯](<https://en.wikipedia.org/wiki/Lisp_(programming_language)>)到上世纪 50 年代的 LISP 1。 这些语言的一个显而易见的特点是它们使用括号来表示列表(lists)。 建议在编写这些语言时使用具有适当语法高亮功能的集成开发环境,以确保所有括号都处于正确的位置。 为了帮助解决这个问题,这里有一个适用于 Visual Studio 的 [Chialisp 语言服务器扩展](https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp)
81+
- **括号(Parentheses):**Chialisp 是完全括号前缀表示法编程语言家族的一部分,可以[追溯](https://en.wikipedia.org/wiki/Lisp_(programming_language))到上世纪 50 年代的 LISP 1。 这些语言的一个显而易见的特点是它们使用括号来表示列表(lists)。 建议在编写这些语言时使用具有适当语法高亮功能的集成开发环境,以确保所有括号都处于正确的位置。 为了帮助解决这个问题,这里有一个适用于 Visual Studio 的 [Chialisp 语言服务器扩展](https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp)
8282
- **前缀表示法:**Chialisp 作为 LISP 家族的一部分,使用前缀表示法。 这意味着函数或运算符首先出现,其参数紧随其后。
8383

8484
---
@@ -180,7 +180,7 @@ So let's get started, the first thing you'll want to do is make sure you have th
180180

181181
### 可运行的Chialisp和clvm插件
182182

183-
有关如何使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)
183+
有关如何使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)
184184

185185
#### Chialisp 插件
186186

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/chialisp/chialisp-signatures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ import Runnable from '@site/src/components/Runnable.tsx';
142142

143143
### 可运行的Chialisp和clvm插件
144144

145-
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)
145+
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)
146146

147147
#### Chialisp 插件
148148

@@ -168,7 +168,7 @@ import Runnable from '@site/src/components/Runnable.tsx';
168168

169169
### 链接
170170

171-
- [Chialisp基本概念](https://chialisp.com/chialisp-concepts/):包括柯里化(currying)、内部谜题(inner puzzles)和条件变换(morphing conditions)的概述。
171+
- General [chialisp concepts](https://chialisp.com/chialisp-concepts/): overviews of currying, inner puzzles, and morphing conditions.
172172
- 指导性的[Chialisp演练](https://docs.chia.net/guides/):安装、创建智能币和使用BLS签名的指南。
173173
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
174174
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/chialisp/chialisp-smart-coin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ True
195195

196196
### 可运行的Chialisp和clvm插件
197197

198-
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)
198+
有关使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)
199199

200200
#### Chialisp 插件
201201

@@ -221,7 +221,7 @@ True
221221

222222
### 链接
223223

224-
- [Chialisp基本概念](https://chialisp.com/chialisp-concepts/):包括柯里化(currying)、内部谜题(inner puzzles)和条件变换(morphing conditions)的概述。
224+
- General [chialisp concepts](https://chialisp.com/chialisp-concepts/): overviews of currying, inner puzzles, and morphing conditions.
225225
- 指导性的[Chialisp演练](https://docs.chia.net/guides/):安装、创建智能币和使用BLS签名的指南。
226226
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
227227
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/plotting-farming/challenges-plot-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ slug: /challenges-plot-filters
8585

8686
### 链接
8787

88-
- 更多的[耕种基础知识](https://docs.chia.net/reference-client/farming/farming-basics):绘图、矿池和奖励的概述。
89-
- 详细的[架构概述](https://docs.chia.net/chia-blockchain/architecture/architecture-overview):描述农民、收割机、钱包等之间的交互。
88+
- More [farming basics](https://docs.chia.net/reference-client/farming/farming-basics): overviews of plotting, pooling, and rewards.
89+
- In depth [architecture overview](https://docs.chia.net/chia-blockchain/architecture/architecture-overview): describing the interactions between Farmers, Harvesters, Wallets, etc.
9090
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
9191
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.
9292

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/plotting-farming/farming-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ k32
116116

117117
### 链接
118118

119-
- 更多的[耕种基础知识](https://docs.chia.net/reference-client/farming/farming-basics):绘图、矿池和奖励的概述。
120-
- 详细的[架构概述](https://docs.chia.net/chia-blockchain/architecture/architecture-overview):描述农民、收割机、钱包等之间的交互。
119+
- More [farming basics](https://docs.chia.net/reference-client/farming/farming-basics): overviews of plotting, pooling, and rewards.
120+
- In depth [architecture overview](https://docs.chia.net/chia-blockchain/architecture/architecture-overview): describing the interactions between Farmers, Harvesters, Wallets, etc.
121121
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
122122
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.
123123

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/plotting-farming/first-plot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ slug: /first-plot
3636

3737
### 链接
3838

39-
- 更多的[耕种基础知识](https://docs.chia.net/reference-client/farming/farming-basics):绘图、矿池和奖励的概述。
40-
- 详细的[架构概述](https://docs.chia.net/chia-blockchain/architecture/architecture-overview):描述农民、收割机、钱包等之间的交互。
39+
- More [farming basics](https://docs.chia.net/reference-client/farming/farming-basics): overviews of plotting, pooling, and rewards.
40+
- In depth [architecture overview](https://docs.chia.net/chia-blockchain/architecture/architecture-overview): describing the interactions between Farmers, Harvesters, Wallets, etc.
4141
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
4242
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.
4343

i18n/zh-Hans/docusaurus-plugin-content-docs/current/academy/plotting-farming/pools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ slug: /pools
8484

8585
### 链接
8686

87-
- 更多的[耕种基础知识](https://docs.chia.net/reference-client/farming/farming-basics):绘图、矿池和奖励的概述。
88-
- 详细的[架构概述](https://docs.chia.net/chia-blockchain/architecture/architecture-overview):描述农民、收割机、钱包等之间的交互。
87+
- More [farming basics](https://docs.chia.net/reference-client/farming/farming-basics): overviews of plotting, pooling, and rewards.
88+
- In depth [architecture overview](https://docs.chia.net/chia-blockchain/architecture/architecture-overview): describing the interactions between Farmers, Harvesters, Wallets, etc.
8989
- Chialisp[详细文档](https://chialisp.com/):提供有关Chialisp各个方面的详细信息。
9090
- Support [in discord](https://discord.gg/chia): for further support join our discord server and ask in the #chialisp or #support channels.
9191

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 架构概览
3+
slug: /chia-blockchain/architecture/architecture-overview
4+
---
5+
6+
![chia-architecture](/img/chia-network-architecture.png)
7+
8+
上图展示了 Chia 的网络架构。 一台机器可以运行其中一个以上的过程。 事实上,默认配置是同时运行四个过程:耕种、全节点、收割和钱包。 许多农民还会选择运行电子图形用户界面和矿池。 此外,少数农民,特别是拥有较多硬盘(PiB)农场的农民,会选择运行Timelord(时间领主)。
9+
10+
让我们逐个讨论这些进程,以及连接它们的协议。

0 commit comments

Comments
 (0)