Skip to content

Commit 5e7248d

Browse files
authored
Merge pull request #70 from SwiftGGTeam/translate/tspl
docs(translate): TSPL
2 parents 79fb599 + aa51b0f commit 5e7248d

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

documentation/tspl/index.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
11
---
22
redirect_from: "/tspl/"
33
layout: page
4-
title: Language reference
4+
title: 语言参考
55
---
66

7-
If you are new to Swift, you may want to check out these additional resources.
7+
如果你是 Swift 新手,可以查看以下额外资源。
88

99
<div class="links links-list-nostyle" markdown="1">
10-
- [Getting started guide](/getting-started/)
11-
- [Swift resources on developer.apple.com](https://developer.apple.com/swift/resources/){:target="_blank" class="link-external"}
10+
- [入门指南](/getting-started/)
11+
- [Apple 开发者网站上的 Swift 资源](https://developer.apple.com/swift/resources/){:target="_blank" class="link-external"}
1212
</div>
1313

1414
## The Swift Programming Language Book
15-
_The Swift Programming Language_ is the authoritative reference for Swift,
16-
offering a guided tour, a comprehensive guide, and a formal reference of the language.
15+
_The Swift Programming Language_ 是 Swift 的权威参考书,提供了语言的引导式教程、全面指南和正式参考。
1716

1817
<div id="language-links" class="links links-list-nostyle links-sublevel" markdown="1">
19-
[Read The Swift Programming Language](https://docs.swift.org/swift-book/documentation/the-swift-programming-language)
18+
[阅读 The Swift Programming Language](https://doc.swiftgg.team/documentation/the-swift-programming-language/)
2019
<div class="links-sublevel" markdown="1">
21-
- [A Swift Tour](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/guidedtour)
22-
- [Language guide](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/thebasics)
23-
- [Language reference](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/aboutthelanguagereference)
20+
- [Swift 入门](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/guidedtour)
21+
- [语言指南](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/thebasics)
22+
- [语言参考](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/aboutthelanguagereference)
2423
</div>
2524
</div>
2625

27-
We welcome your contributions to the book --- pull requests, new issues, and comments on existing topics --- in [the book's repository](https://github.com/swiftlang/swift-book).
26+
欢迎你对书籍的贡献——拉取请求、新问题或对现有主题的评论——请访问 [书籍的 GitHub 仓库](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)
2827

29-
### Translations
30-
We encourage you to participate in translating _The Swift Programming Language_ into other languages.
31-
Get involved with an existing translation project, or start a new one.
28+
### 翻译
29+
我们鼓励你参与将 _The Swift Programming Language_ 翻译成其他语言。你可以加入现有的翻译项目,或启动一个新的翻译项目。
3230

3331
<div class="links links-external links-list-nostyle" markdown="1">
34-
- [Read Chinese translation](https://swiftgg.gitbook.io/swift){:target="_blank"}
35-
- [Read Japanese translation](https://www.swiftlangjp.com){:target="_blank"}
36-
- [Read Korean translation](https://bbiguduk.gitbook.io/swift){:target="_blank"}
37-
- [Read Ukrainian translation](https://book.swift.org.ua){:target="_blank"}
32+
- [阅读英文原版](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/){:target="_blank"}
33+
- [阅读日文翻译](https://www.swiftlangjp.com){:target="_blank"}
34+
- [阅读韩文翻译](https://bbiguduk.gitbook.io/swift){:target="_blank"}
35+
- [阅读乌克兰文翻译](https://book.swift.org.ua){:target="_blank"}
3836
</div>
3937

4038
<div class="info" markdown="1">
41-
If you know of a quality translation project underway,
42-
please let us know on the [Swift.org repository](https://github.com/swiftlang/swift-org-website) by opening an issue or submitting a Pull Request.
43-
</div>
39+
如果你知道有质量高的翻译项目正在进行中,
40+
请通过在 [Swift.org 仓库](https://github.com/swiftlang/swift-org-website) 创建一个问题或提交拉取请求来告知 Apple Swift 团队。
41+
</div>

0 commit comments

Comments
 (0)