Skip to content

Conversation

@arayaryoma
Copy link
Contributor

tutorial/index.mdを日本語に翻訳しました。
レビューお願いいたします。
#65

* Format data with pipes.
* Create a shared service to assemble the heroes.
* Use routing to navigate among different views and their components.
* Angularに組み込まれているディレクティブを利用して、要素を表示および隠し、ヒーローデータのリストを表示する。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

要素を表示・隠蔽する、そしてヒーローデータのリストを表示するための組み込みAngularディレクティブを使う

がよいでしょう

* Use routing to navigate among different views and their components.
* Angularに組み込まれているディレクティブを利用して、要素を表示および隠し、ヒーローデータのリストを表示する。
* ヒーローの詳細やヒーローのリストを表示するためのAngularコンポーネントを作成する。
* 読み取り専用データのための一方向データバインディングを使用する。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

単方向 に修正お願いします

* 読み取り専用データのための一方向データバインディングを使用する。
* 双方向データバインディングを用いて、モデルを更新するための編集可能なフィールドを設置する。
* キー入力やクリックといったユーザーのイベントに対しコンポーネントが持つメソッドをバインドする。
* ユーザーがマスターリストからヒーローを選択し、詳細画面でそのヒーロを編集できるようにする。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ヒーロー


You'll learn enough Angular to get started and gain confidence that
Angular can do whatever you need it to do.
Angularを始めるためにAngularのことを十分に学び、Angularは必要なことを何でもできるということを確信するようになります。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確信するでしょう にしましょう

You can click the two links above the dashboard ("Dashboard" and "Heroes")
to navigate between this Dashboard view and a Heroes view.
ダッシュボード上の2つのリンク("Dashboard" "Heroes")をクリックすることができ、
このダッシュボード画面とヒーロの画面を遷移します。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ヒーロー


If you click the dashboard hero "Magneta," the router opens a "Hero Details" view
where you can change the hero's name.
ダッシュボードで"Magenta"というヒーローをクリックしたら、ルーターはヒーローの名前を編集できる"Hero Details"画面を開きます。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Magneta です。 マグネータ
http://marvel.wikia.com/wiki/Magneta_(Earth-982)

@lacolaco
Copy link
Collaborator

翻訳ありがとうございます!いくつかの部分で修正をお願いします 🙇

@arayaryoma
Copy link
Contributor Author

@lacolaco 修正いたしました。 typo多くて申し訳ありません 🙇‍♂️

@lacolaco
Copy link
Collaborator

修正ありがとうございました!

@lacolaco lacolaco merged commit 94290ff into angular:master Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants