Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Trans(cookbook/ajs-quick-reference.jade) & Solve the translated button issue#47

Merged
tiratano merged 5 commits intoangular:masterfrom
byungjune:master
Mar 16, 2017
Merged

Trans(cookbook/ajs-quick-reference.jade) & Solve the translated button issue#47
tiratano merged 5 commits intoangular:masterfrom
byungjune:master

Conversation

@byungjune
Copy link
Contributor

  • Trans(cookbook/ajs-quick-reference.jade)
  • Fix(change the translated word - 'structural-directive' to '구조 지시자')

@byungjune byungjune requested a review from tiratano March 15, 2017 15:32
Before :
 - When click the Korean, not toggle to show English
 - When click english, disaapear the english sentence

After :
 - When click the Korea, toggle to show English
 - When click english, not disappear the sentence clicked
@byungjune byungjune changed the title Trans(cookbook/ajs-quick-reference.jade) Trans(cookbook/ajs-quick-reference.jade) & Solve the translated button issue Mar 15, 2017
Copy link
Contributor

@tiratano tiratano left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~ 👍
리뷰 했습니다. ^^

오! 한/영 버튼도 수정하셨군요!! 멋지십니다. 💯

include ../_util-fns
a(id="top")
:marked
_Angular_는 오늘 그리고 앞으로 Angular를 위한 이름입니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

앞으로"의" 조사를 붙여주면 좀 더 자연스러울 것 같습니다. : )


* [Modules/controllers/components](#controllers-components) - *modules* in Angular are slightly different from *modules* in AngularJS, and *controllers* are *components* in Angular.

* [스타일 시트](#style-sheets) - AngularJS 보다 더 많은 CSS 옵션 제공.
Copy link
Contributor

Choose a reason for hiding this comment

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

다른 곳에서 "스타일시트"로 붙여썼으므로 여기도 붙여쓰는게 좋을 것 같습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

전체적으로 "스타일 시트"로 작성하여 "스타일시트"로 수정하였습니다 : )

:marked
Angular에서 중괄호로 묶인 템플릿 표현식은 여전히 단방향 바인딩을 나타냅니다.
이것은 엘리먼트의 값을 컴포넌트의 프로퍼티에 바인당합니다.
바인딩 컨텍스트는 암시적이고 있고 항상 관련된 컴포넌트이므로, 참조 변수가 필요하지 않습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

"있고" 라는 말이 잘못 끼어 있는 것 같습니다.
이전: "바인딩 컨텍스트는 암시적이고 있고 항상 관련된 컴포넌트이므로 참조 변수가 필요하지 않습니다."
이후: "바인딩 컨텍스트는 암묵적으로 항상 컴포넌트와 관련되어 있으므로 참조 변수가 필요하지 않습니다."

<td>{{movie.title}}</td>
</tr>
:marked
여기, `movie`는 사용자가 정의한 지역변수입니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

"여기, movie"라는 말이 조금 어색해 보입니다. ^^;
이전: "여기, movie는 사용자가 정의한 지역변수입니다."
이후: "여기서 movie는 사용자가 정의한 지역변수입니다."

code-example.
<body ng-app="movieHunter">
:marked
애플리케이션의 시작 프로세스는 **부트스트래핑** 이라고 합니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

프로세스"는"
프로세스"를"
로 바꾸면 조금 더 자연스러울 것 같습니다.

a(id="style-sheets")
.l-main-section
:marked
## 스타일 시트
Copy link
Contributor

Choose a reason for hiding this comment

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

"스타일 시트" > "스타일시트"

:marked
## 스타일 시트
## Style sheets
스타일 시트는 애플리케이션을 멋지게 만듭니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

"스타일 시트" > "스타일시트"

## 스타일 시트
## Style sheets
스타일 시트는 애플리케이션을 멋지게 만듭니다.
AngularJS에서는 전체 애플리케이션의 스타일 시트를 지정합니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

"스타일 시트" > "스타일시트"

스타일 시트는 애플리케이션을 멋지게 만듭니다.
AngularJS에서는 전체 애플리케이션의 스타일 시트를 지정합니다.
시간이 지나면서 애플리케이션이 커짐에 따라, 애플리케이션의 여러 부분에 대한 스타일이 병합되어 예기치 않은 결과가 발생할 수 있습니다.
Angular에서는 전체 애플리케이션의 스타일 시트를 정의 할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

"스타일 시트" > "스타일시트"

AngularJS에서는 전체 애플리케이션의 스타일 시트를 지정합니다.
시간이 지나면서 애플리케이션이 커짐에 따라, 애플리케이션의 여러 부분에 대한 스타일이 병합되어 예기치 않은 결과가 발생할 수 있습니다.
Angular에서는 전체 애플리케이션의 스타일 시트를 정의 할 수 있습니다.
하지만 이제는 특정 컴포넌트 내에서 스타일 시트를 캡슐화 할 수도 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

"스타일 시트" > "스타일시트"

@tiratano tiratano merged commit 1d6ed1d into angular:master Mar 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants