Skip to content

Commit 1c28bff

Browse files
New Crowdin translations by GitHub Action
1 parent e309af6 commit 1c28bff

File tree

92 files changed

+2565
-2089
lines changed

Some content is hidden

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

92 files changed

+2565
-2089
lines changed

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

+4-4
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

+1-1
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

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

+2-2
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

+1-1
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

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

+1-1
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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 架构概览
3-
slug: /architecture-overview
3+
slug: 架构概览
44
---
55

66
![chia架构](/img/chia-network-architecture.png)

i18n/zh-Hans/docusaurus-plugin-content-docs/current/architecture/farmers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 耕种
3-
slug: /farmer-architecture
3+
slug: 耕种架构
44
---
55

66
Chia的农民与比特币矿工相似。 他们通过在其储存的地块中找到有效的空间证明来获得区块奖励和费用。 耕种进程并不会保留一个区块链的副本,而由他们信任的一个完整节点来提供更新。 完整节点和耕种进程使用耕种协议相互沟通。

i18n/zh-Hans/docusaurus-plugin-content-docs/current/architecture/full-nodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 全节点
3-
slug: /full-node-architecture
3+
slug: /全节点架构
44
---
55

66
Chia点对点系统的核心由全节点组成。 全节点有以下几项责任:

i18n/zh-Hans/docusaurus-plugin-content-docs/current/architecture/harvesters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 收割机
3-
slug: /harvester-architecture
3+
slug: 收割机架构
44
---
55

66
收割机是一些独立的机器,由农民控制。 在大规模耕作活动中,农民可能与许多收割机连接在一起。

i18n/zh-Hans/docusaurus-plugin-content-docs/current/block-validation/block-format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 区块格式
3-
slug: /block-format
3+
slug: /区块格式
44
---
55

66
## 完整块

i18n/zh-Hans/docusaurus-plugin-content-docs/current/block-validation/block-rewards.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The second coin, with 7/8 of the value, is called the _pool coin_. This coin can
4848
As detailed in the [Business white paper](https://www.chia.net/whitepaper), the network's emissions schedule is as follows:
4949

5050
| Years | Final<br/>Block | Final Month<br/>(Approx.) | Block Reward<br/>(total) | Pool<br/>Reward | Farmer<br/>Reward |
51-
| ------: | --------------: | ------------------------: | -----------------------: | --------------: | ----------------: |
52-
| 1 - 3 | `5 045 760` | March 2024 | 2 XCH | 1.75 XCH | 0.25 XCH |
53-
| 4 - 6 | `10 091 520` | March 2027 | 1 XCH | 0.785 XCH | 0.125 XCH |
54-
| 7 - 9 | `15 137 280` | March 2030 | 0.5 XCH | 0.4375 XCH | 0.0625 XCH |
55-
| 10 - 12 | `20 183 040` | March 2033 | 0.25 XCH | 0.21875 XCH | 0.03125 XCH |
56-
| 13 - ∞ ||| 0.125 XCH | 0.109375 XCH | 0.015625 XCH |
51+
| -------:| ---------------------:| -------------------------------:| ------------------------------:| ---------------------:| -----------------------:|
52+
| 1 - 3 | `5 045 760` | March 2024 | 2 XCH | 1.75 XCH | 0.25 XCH |
53+
| 4 - 6 | `10 091 520` | March 2027 | 1 XCH | 0.785 XCH | 0.125 XCH |
54+
| 7 - 9 | `15 137 280` | March 2030 | 0.5 XCH | 0.4375 XCH | 0.0625 XCH |
55+
| 10 - 12 | `20 183 040` | March 2033 | 0.25 XCH | 0.21875 XCH | 0.03125 XCH |
56+
| 13 - ∞ | | | 0.125 XCH | 0.109375 XCH | 0.015625 XCH |
5757

5858
Note that the rewards are adjusted according to a block height, not a timestamp. Note that the rewards are adjusted according to a block height, not a timestamp. The `Final Block` column is therefore accurate as the last block before the rewards are modified. The months and years are only estimates based on when the block heights are likely to be reached. The months and years are only estimates based on when the block heights are likely to be reached.

i18n/zh-Hans/docusaurus-plugin-content-docs/current/cli-reference/asic-hwvdf.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Usage: hw_vdf_client [OPTIONS] PORT [N_VDFS]
1717

1818
Options:
1919

20-
| Long Command | Type | Required | Description |
21-
| :----------------- | :------ | :------- | :---------------------------------------------------- |
22-
| --freq | INTEGER | False | set ASIC frequency [%d, 200 - 2200] |
23-
| --voltage | INTEGER | False | set board voltage [.88, 0.7 - 1.0] |
24-
| --ip | TEXT | False | timelord IP address [localhost] |
25-
| --vdfs-mask | TEXT | False | mask for enabling VDF engines [7, 1 - 7] |
26-
| --vdf-threads | TEXT | False | number of software threads per VDF engine [4, 2 - 64] |
27-
| --proof-threads | TEXT | False | number of proof threads per VDF engine [3, 1 - 63] |
28-
| --auto-freq-period | TEXT | False | auto-adjust frequency every N seconds [0, 10 - inf] |
29-
| --list | TEXT | False | list available devices and exit |
30-
| --help | None | False | Show a help message and exit |
20+
| Long Command | Type | Required | Description |
21+
| :----------------- | :------ | :------- | :------------------------------------------------------------------------------------------------------------------------------------- |
22+
| --freq | INTEGER | False | set ASIC frequency [%d, 200 - 2200] |
23+
| --voltage | INTEGER | False | set board voltage [.88, 0.7 - 1.0] |
24+
| --ip | TEXT | False | timelord IP address [localhost] |
25+
| --vdfs-mask | TEXT | False | mask for enabling VDF engines [7, 1 - 7] |
26+
| --vdf-threads | TEXT | False | number of software threads per VDF engine [4, 2 - 64] |
27+
| --proof-threads | TEXT | False | number of proof threads per VDF engine [3, 1 - 63] |
28+
| --auto-freq-period | TEXT | False | auto-adjust frequency every N seconds [0, 10 - inf] |
29+
| --list | TEXT | False | list available devices and exit |
30+
| --help | None | False | Show a help message and exit |
3131

3232
<details>
3333
<summary>Example 1 - Run the ASIC software with defaults</summary>

i18n/zh-Hans/docusaurus-plugin-content-docs/current/cli-reference/cat-admin.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Usage: cats [OPTIONS]
2424
Options:
2525

2626
| Short Command | Long Command | Type | Required | Description |
27-
| :------------ | :-------------------- | :------ | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
27+
|:------------- |:--------------------- |:------- |:-------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2828
| -l | --tail | TEXT | True | The TAIL program to launch this CAT with |
2929
| -c | --curry | TEXT | False | An argument to curry into the TAIL |
3030
| -s | --solution | TEXT | False | The solution to the TAIL program [default: ()] |
@@ -186,7 +186,7 @@ Usage: secure_the_bag [OPTIONS]
186186
Options:
187187

188188
| Short Command | Long Command | Type | Required | Description |
189-
| :------------ | :---------------------------- | :------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
189+
|:------------- |:----------------------------- |:------- |:-------- |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
190190
| -c | --curry | TEXT | False | An argument to curry into the TAIL |
191191
| -a | --amount | INTEGER | True | The amount to issue in mojos (regular XCH will be used to fund this) |
192192
| -stbtp | --secure-the-bag-targets-path | TEXT | True | Path to CSV file containing targets of secure the bag (inner puzzle hash + amount). The total value of the coins in this file must match the value of the `amount` flag. If they don't match, an error will be thrown. |
@@ -222,7 +222,7 @@ Usage: secure_the_bag [OPTIONS]
222222
Options:
223223

224224
| Short Command | Long Command | Type | Required | Description |
225-
| :------------ | :---------------------------- | :------ | :------- | :---------------------------------------------------------------------------------------------------- |
225+
|:------------- |:----------------------------- |:------- |:-------- |:----------------------------------------------------------------------------------------------------- |
226226
| -ecid | --eve-coin-id | TEXT | True | ID of coin that was spent to create secured bag |
227227
| -th | --tail-hash | TEXT | True | TAIL hash / Asset ID of CAT to unwind from secured bag of CATs |
228228
| -stbtp | --secure-the-bag-targets-path | TEXT | True | Path to CSV file containing targets of secure the bag (inner puzzle hash + amount) |

0 commit comments

Comments
 (0)