- Notifications
You must be signed in to change notification settings - Fork849
[과제번역]Part 2. 2.9 Element size and scrolling 페이지 과제 번역 #771#798
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Part 2 Document, 2.9 Element size and scrolling의 과제를 영>한 번역했습니다.
CLAassistant commentedAug 28, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
모범사례가 숙지되지 않아서
다시 정독하시고, 수정하신 후 리뷰 요청해주세요.
맞춤법 검사기에서 잡아지지 않는 띄어쓰기들도 눈으로보시고 확인해주시고,
로컬서버 돌려서 확인하신 후 리뷰 요청주시기 바랍니다.
@@ -1,11 +1,11 @@ | |||
importance: 5 | |||
중요도: 5 |
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.
importance는 번역하지 않습니다.
다른 과제들은 어떻게 작업되어있는지 확인해주세요.
--- | ||
#What's the scroll from the bottom? | ||
#바닥으로부터의 스크롤은 무엇일까요? |
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.
#바닥으로부터의 스크롤은 무엇일까요? | |
#바닥으로부터의 스크롤은 무엇일까요? |
제목이 너무 직역인데요... '바닥으로부터의 스크롤'이라고 하면 사람들이 어떤 것의 길이를 구하는지 알 수 있을까요? 고민후 다시 번역해주세요
Write the code that works for an arbitrary`elem`. | ||
임의의`elem`으로 작동하는 코드를 작성해보세요. |
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.
임의의`elem`으로 작동하는 코드를 작성해보세요. | |
임의의`elem`으로 작동하는 코드를 작성해보세요. |
이해가 가지 않는 문장입니다.. 다시 고민후 번역해주세요.
영어 문장 참고하지 않고 읽어보시고, 문제가 의도한 바가 무엇인지 이해가 가신다면 그대로 두셔도 좋지만, 저는 이 문장만으론 무슨 말인지 모르겠어서요
@@ -1,16 +1,16 @@ | |||
To get the scrollbar width, we can create an element with the scroll, but without borders and paddings. | |||
스크롤바의 너비를 구하기 위해서는 우리는 스크롤이 포함된 요소를 만들 수 있어야 하지만 border와 padding은 필요가 없습니다. |
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.
@@ -1,11 +1,11 @@ | |||
importance: 3 | |||
중요도: 3 |
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.
번역안함
For Windows it usually varies between`12px` and`20px`. If the browser doesn't reserve any space for it (the scrollbar is half-translucent over the text, also happens),then it may be`0px`. | ||
Windows에서는 보통`12px`과`20px` 사이에서 달라집니다. 브라우저가 어떤 공간도 남겨두지 않는다면(스크롤바는 글자 너머 반투명하게 보이거나 비슷한 형태),스크롤바는`0px`이 될 것입니다. |
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.
Windows에서는 보통`12px`과`20px`사이에서 달라집니다. 브라우저가어떤 공간도남겨두지않는다면(스크롤바는 글자너머 반투명하게보이거나 비슷한 형태), 스크롤바는`0px`이될 것입니다. | |
Windows에서는 보통스크롤바 너비가`12px`과`20px`사이입니다. 브라우저가스크롤바 전용 공간을 따로남겨두지않았다면(이때스크롤바는 글자뒤에 반투명하게보일 수 있음) 너비는`0px`이됩니다. |
대명사 번역 관련 모범사례 참고해주세요.
https://github.com/javascript-tutorial/ko.javascript.info/wiki/%EB%B2%88%EC%97%AD-%EB%AA%A8%EB%B2%94-%EC%82%AC%EB%A1%80#%EB%8C%80%EB%AA%85%EC%82%AC%EB%8A%94-%EB%AA%85%ED%99%95%ED%95%98%EA%B2%8C
P.S.The code should work for any HTML document, do not depend on its content. | ||
P.S.코드는 어떤 HTML document에서든 작동해야 하며, 콘텐츠에 의존해선 안 됩니다. |
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.
document도 번역해주셔야합니다. 용어집 확인해주세요.
P.S. 코드는어떤 HTMLdocument에서든 작동해야 하며,콘텐츠에 의존해선 안 됩니다. | |
P.S. 코드는모든 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.
안녕하세요! 수정된 용어집과 번역 사례 참조해서 좀 더 다듬고 맞춤법 검사 후 커밋했는데 확인 부탁드립니다. 감사합니다!
javascript-translate-bot commentedSep 19, 2020
Please make the requested changes. After it, add a comment "/done". |
yule93 commentedSep 20, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
어색한 표현을 수정했습니다.
중요도>importance로 원상복구, 어색한 번역 재수정
Part 2 Document, 2.9 Element size and scrolling의 과제를 영>한 번역했습니다.
Pull Request 체크리스트
TODO
최대한 자연스럽게 하기 위해 검사기, 문법 문서를 참조하며 작성했으나 그래도 중간에 조금 번역이 어색한 부분이 있는 것 같으니 확인 부탁드립니다!! 아래 부분이 조금 마음에 걸립니다...
감사합니다! 😆😆