diff --git a/_zh-cn/overviews/scala3-book/taste-collections.md b/_zh-cn/overviews/scala3-book/taste-collections.md index afff4ece2e..966872f1a3 100644 --- a/_zh-cn/overviews/scala3-book/taste-collections.md +++ b/_zh-cn/overviews/scala3-book/taste-collections.md @@ -1,5 +1,5 @@ --- -title: Collections +title: 集合 type: section description: This page provides a high-level overview of the main features of the Scala 3 programming language. language: zh-cn diff --git a/_zh-cn/overviews/scala3-book/taste-contextual-abstractions.md b/_zh-cn/overviews/scala3-book/taste-contextual-abstractions.md index 8c92b8e653..cfa5db2f45 100644 --- a/_zh-cn/overviews/scala3-book/taste-contextual-abstractions.md +++ b/_zh-cn/overviews/scala3-book/taste-contextual-abstractions.md @@ -1,5 +1,5 @@ --- -title: Contextual Abstractions +title: 上下文抽象 type: section description: This section provides an introduction to Contextual Abstractions in Scala 3. language: zh-cn diff --git a/_zh-cn/overviews/scala3-book/taste-functions.md b/_zh-cn/overviews/scala3-book/taste-functions.md index ca6725f77d..71cea44649 100644 --- a/_zh-cn/overviews/scala3-book/taste-functions.md +++ b/_zh-cn/overviews/scala3-book/taste-functions.md @@ -1,5 +1,5 @@ --- -title: First-Class Functions +title: 头等函数 type: section description: This page provides an introduction to functions in Scala 3. language: zh-cn diff --git a/_zh-cn/overviews/scala3-book/taste-methods.md b/_zh-cn/overviews/scala3-book/taste-methods.md index 25b6017ba6..521c093a8e 100644 --- a/_zh-cn/overviews/scala3-book/taste-methods.md +++ b/_zh-cn/overviews/scala3-book/taste-methods.md @@ -1,5 +1,5 @@ --- -title: Methods +title: 方法 type: section description: This section provides an introduction to defining and using methods in Scala 3. language: zh-cn diff --git a/_zh-cn/overviews/scala3-book/taste-summary.md b/_zh-cn/overviews/scala3-book/taste-summary.md index 14c44c9bde..1fee593727 100644 --- a/_zh-cn/overviews/scala3-book/taste-summary.md +++ b/_zh-cn/overviews/scala3-book/taste-summary.md @@ -1,5 +1,5 @@ --- -title: Summary +title: 总结 type: section description: This page provides a summary of the previous 'Taste of Scala' sections. language: zh-cn @@ -26,7 +26,7 @@ permalink: "/zh-cn/scala3/book/:title.html" - 如何将对象用于多种目的 - [上下文抽象][contextual]的介绍 -我们还提到,如果您更喜欢使用基于浏览器的游乐场环境而不是 Scala REPL,您还可以使用[Scastie.scala-lang.org](https://scastie.scala-lang.org/?target=dotty) 或 [ScalaFiddle.io](https://scalafiddle.io)。 +我们还提到,如果您更喜欢使用基于浏览器的游乐场环境而不是 Scala REPL,您还可以使用[Scastie](https://scastie.scala-lang.org)。 Scala还有更多功能在这次旋风之旅中没有涵盖。 有关更多详细信息,请参阅本书的其余部分和[参考文档][reference]。 diff --git a/_zh-cn/overviews/scala3-book/taste-toplevel-definitions.md b/_zh-cn/overviews/scala3-book/taste-toplevel-definitions.md index 11b577896f..e42dca2c47 100644 --- a/_zh-cn/overviews/scala3-book/taste-toplevel-definitions.md +++ b/_zh-cn/overviews/scala3-book/taste-toplevel-definitions.md @@ -1,5 +1,5 @@ --- -title: Toplevel Definitions +title: 顶层定义 type: section description: This page provides an introduction to top-level definitions in Scala 3 language: zh-cn