-
Notifications
You must be signed in to change notification settings - Fork 141
guide/quickstart.md の翻訳 #67
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
Conversation
aio-ja/content/guide/quickstart.md
Outdated
| on `http://localhost:4200/`. | ||
|
|
||
| Your app greets you with a message: | ||
| `--open` (または `-o` )コマンドを使うことで、ブラウザで`http://localhost:4200/` を自動的に開くようにすることもできます。 |
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.
--openはコマンドではなくオプションですね
aio-ja/content/guide/quickstart.md
Outdated
|
|
||
| <h2 id='first-component'> | ||
| Step 4: Edit your first Angular component | ||
| Step 4: Angularコンポーネントを編集してみる |
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.
編集する でよいでしょう
aio-ja/content/guide/quickstart.md
Outdated
|
|
||
| You're ready to take the [Tour of Heroes Tutorial](tutorial) and build | ||
| a small application that demonstrates the great things you can build with Angular. | ||
| それとも、もう少しだけ今作ったプロジェクトについて掘り下げて学ぶこともできます。 |
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.
それとも => あるいは
aio-ja/content/guide/quickstart.md
Outdated
| [Angular CLIのリポジトリ](https://github.com/angular/angular-cli) や [Wiki](https://github.com/angular/angular-cli/wiki) を参照してください。 | ||
|
|
||
| An Angular CLI project is the foundation for both quick experiments and enterprise solutions. | ||
| いくつかの生成されたファイルは初めて見るものもあるかもしれませんね。 |
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.
しれません
aio-ja/content/guide/quickstart.md
Outdated
| It is the **root** component of what will become a tree of nested components | ||
| as the application evolves. | ||
| HTMLテンプレート、CSSスタイルシート、ユニットテストからなる `AppComponent` を構成します。 | ||
| これは成長していく、ネストされたコンポーネントからなるアプリケーションツリーの **根** となるコンポーネントです。 |
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.
ルート でよいでしょう
aio-ja/content/guide/quickstart.md
Outdated
| Right now it declares only the `AppComponent`. | ||
| Soon there will be more components to declare. | ||
|
|
||
| Angularにどのようにアプリを組み立てるかを伝えるための [root モジュール](guide/bootstrapping "AppModule: the root module") である `AppModule` を定義します。 |
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.
ルートモジュール
|
翻訳ありがとうございます!いくつかの部分で修正をお願いします 🙇 |
|
指摘いただいた点を修正しました!再レビューお願いします 🙇 🙇 |
|
修正ありがとうございました! 🙌 |
翻訳しました!
#60