|
1 | 1 | --- |
2 | 2 | redirect_from: "/tspl/" |
3 | 3 | layout: page |
4 | | -title: Language reference |
| 4 | +title: 语言参考 |
5 | 5 | --- |
6 | 6 |
|
7 | | -If you are new to Swift, you may want to check out these additional resources. |
| 7 | +如果你是 Swift 新手,可以查看以下额外资源。 |
8 | 8 |
|
9 | 9 | <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"} |
12 | 12 | </div> |
13 | 13 |
|
14 | 14 | ## 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 的权威参考书,提供了语言的引导式教程、全面指南和正式参考。 |
17 | 16 |
|
18 | 17 | <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/) |
20 | 19 | <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) |
24 | 23 | </div> |
25 | 24 | </div> |
26 | 25 |
|
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)。 |
28 | 27 |
|
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_ 翻译成其他语言。你可以加入现有的翻译项目,或启动一个新的翻译项目。 |
32 | 30 |
|
33 | 31 | <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"} |
38 | 36 | </div> |
39 | 37 |
|
40 | 38 | <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