-
Notifications
You must be signed in to change notification settings - Fork 1k
Translated the new getting-started page into Japanese. #2220
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
Translated the new getting-started page into Japanese. #2220
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor comments, but overall LGTM
_ja/getting-started/index.md
Outdated
|
||
以下のチュートリアルでは、どちらかお好みの方法をセットアップする一連のプロセスを通して行っていきます。 | ||
Scalaを今すぐ試すには<a href="https://scastie.scala-lang.org/pEBYc5VMT02wAGaDrfLnyw" target="_blank">ブラウザで「Scastie」を使います。</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: 英単語の前後には半角スペースを入れたほうが読みやすいと思います。
_ja/getting-started/index.md
Outdated
- Main.scala (プログラムのエントリーポイント) <-- 今、必要なのはこれだけです | ||
``` | ||
|
||
sbtについての詳しいドキュメントは、[SScala Book](/scala3/book/tools-sbt.html)([Scala 2バージョンはこちら](/overviews/scala-book/scala-build-tool-sbt.html))と、[sbtの公式ドキュメント](https://www.scala-sbt.org/1.x/docs/index.html)に掲載されています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
タイポ: SScala Book
sbt の公式ドキュメントは一部和訳されているので https://www.scala-sbt.org/1.x/docs/ja/index.html にリンクした方がいいかもしれません。
_ja/getting-started/index.md
Outdated
>[Metals](https://scalameta.org/metals) は、[VS Codeや Atom、Sublime Textなど](https://scalameta.org/metals/docs/editors/overview.html)のエディタでScalaのコードを書くためのサポートを提供する「Scala言語サーバ」であり、Language Server Protocolを使用しています。 | ||
> Metalsはバックグラウンドで[BSP(Build Server Protocol)](https://build-server-protocol.github.io/)を使用してビルドツールと通信します。Metalsの仕組みについては、[「Write Scala in VS Code, Vim, Emacs, Atom and Sublime Text with Metals」](https://www.scala-lang.org/2019/04/16/metals.html)を参照してください。 | ||
|
||
### ソースコードを動かそう |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文: Play with the source code
訳案: ソースコードをいじってみよう
eca3fc3
to
6b481d6
Compare
Hi @eed3si9n, |
And, apply the advice given by eed3si9n.
6b481d6
to
70f8278
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The new getting-started page was great, so I quickly translated it into Japanese.
I was careful not to change the overall meaning of the translation.
At the bottom of the page, there is Getting Help, where I added the current best way to ask a question in Japanese.