This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Trans(guide/animations.jade), Trans(guide/cheatsheet.jade), Trans(cookbook/_data.json), Trans(glossary.jade)#35
Merged
byungjune merged 5 commits intoangular:masterfrom Mar 5, 2017
Conversation
byungjune
reviewed
Mar 5, 2017
| include ../_util-fns | ||
|
|
||
| :marked | ||
| 모션은 모던 웹 어플리케이션의 디자인에서 중요한 부분입니다. |
Contributor
There was a problem hiding this comment.
번역의 통일성을 위해 application의 한글표기를 "애플리케이션"으로 바꾸면 좋을 것 같습니다 : )
- 변경전 : 어플리케이션
- 변경후 : 애플리케이션
|
|
||
|
|
||
| :marked | ||
| ### `void '상태 |
Contributor
There was a problem hiding this comment.
따옴표의 변경이 필요합니다 : )
변경전 : ### void '상태 변경후 : ### void` 상태
|
|
||
| If you don't provide a unit when specifying dimension, Angular assumes the default of `px`: | ||
|
|
||
| * `50`은 '50px'와 동일합니다. |
Contributor
There was a problem hiding this comment.
50px의 가 누락되었습니다. 변경전 : *50은 '50px'와 동일합니다. 변경후 : * 50은 '50px'`와 동일합니다.
|
|
||
| * `'50px'` | ||
| * `'3em'` | ||
| * `'100%'` |
Contributor
There was a problem hiding this comment.
해당 보기를 반복해서 작성해야 한/영 화면에서 볼 수 있습니다.
변경전 :
'50px''3em''100%'
변경후 :
'50px''50px''3em''3em''100%''100%'
tiratano
commented
Mar 5, 2017
Contributor
Author
tiratano
left a comment
There was a problem hiding this comment.
리뷰 감사합니다. 👍
수정 반영했습니다~
| include ../_util-fns | ||
|
|
||
| :marked | ||
| 모션은 모던 웹 어플리케이션의 디자인에서 중요한 부분입니다. |
|
|
||
|
|
||
| :marked | ||
| ### `void '상태 |
- cheatsheet-ko.json include
Contributor
Author
|
cheatsheet-ko.json include 부분이 누락되어 |
- 메뉴에 한줄로 보이도록 메뉴명 수정 (AngularJS에서 Angular로의 빠른 참조 => AngularJS에서 Angular로 전환)
- production app 번역 수정: "생산용 앱" => "상용 앱"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cheatsheet-ko.json include 부분이 누락되어
Trans(guide/cheatsheet.jade) 도 추가했습니다.
cookbook/_data.json에서 메뉴명이 길어서 두줄로 보이는 것이 있어서 한줄로 보이도록 수정했습니다.
"AngularJS에서 Angular로의 빠른 참조" => "AngularJS에서 Angular로 전환"
glossary.jade에서 일부 용어를 수정했습니다.
production apps: "생산용 앱" => "상용 앱"