Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(specs/cn): Improve the translation of spec #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/cn/v0.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ hosts = [
]
```

规格
规范
----

* TOML是大小写敏感的。
Expand Down
6 changes: 3 additions & 3 deletions specs/cn/v0.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TOML 应该能很容易地被解析成各种语言中的数据结构。
----

- [示例](#示例)
- [规格](#规格)
- [规范](#规范)
- [注释](#注释)
- [键值对](#键值对)
- [键名](#键名)
Expand Down Expand Up @@ -82,7 +82,7 @@ hosts = [
]
```

规格
规范
----

* TOML 是大小写敏感的。
Expand Down Expand Up @@ -765,7 +765,7 @@ MIME 类型
与其它格式的比较
----------------

某种程度上讲 TOML 与 JSON 非常相似:简单,规格明确,并且宜于转化成普适的数据类型。
某种程度上讲 TOML 与 JSON 非常相似:简单,规范明确,并且宜于转化成普适的数据类型。
JSON 适合序列化由计算机程序读写的数据。
TOML 与 JSON 的不同之处是它的重点在于宜于人类读写。
注释就是一个好例子:当数据在程序之间传送时,它们有些多余,但是在手工编辑的配置文件中非常有帮助。
Expand Down
4 changes: 2 additions & 2 deletions specs/cn/v1.0.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TOML 应该能很容易地被解析成各种语言中的数据结构。
----

- [示例](#示例)
- [规格](#规格)
- [规范](#规范)
- [注释](#注释)
- [键值对](#键值对)
- [键名](#键名)
Expand Down Expand Up @@ -78,7 +78,7 @@ hosts = [
]
```

规格
规范
----

* TOML 是大小写敏感的。
Expand Down
4 changes: 2 additions & 2 deletions specs/cn/v1.0.0-rc.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TOML 应该能很容易地被解析成各种语言中的数据结构。
目录
----

- [规格](#规格)
- [规范](#规范)
- [注释](#注释)
- [键值对](#键值对)
- [键名](#键名)
Expand All @@ -35,7 +35,7 @@ TOML 应该能很容易地被解析成各种语言中的数据结构。
- [文件扩展名](#文件扩展名)
- [MIME 类型](#mime-类型)

规格
规范
----

* TOML 是大小写敏感的。
Expand Down
4 changes: 2 additions & 2 deletions specs/cn/v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TOML 应该能很容易地被解析成各种语言中的数据结构。
目录
----

- [规格](#规格)
- [规范](#规范)
- [注释](#注释)
- [键值对](#键值对)
- [键名](#键名)
Expand All @@ -36,7 +36,7 @@ TOML 应该能很容易地被解析成各种语言中的数据结构。
- [MIME 类型](#mime-类型)
- [ABNF 语法](#abnf-语法)

规格
规范
----

* TOML 是大小写敏感的。
Expand Down