-
Notifications
You must be signed in to change notification settings - Fork 24
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
Translate 5.1_releases_notes.md to korean #68
Conversation
풀리퀘스트 감사합니다. @qhwhehwhHans 내용을 읽어보고 있습니다. 형식에 대해 몇가지 수정해주시기 바랍니다.
|
늦게까지 풀리퀘스트를 다듬어 반영해주었는데, 몇가지만 더 살펴봐주세요.
|
secrets를 비밀들이나 기밀들로 번역하셨는데, 혹시 더 좋은 대안이 없을까요? |
좋은 피드백 감사합니다 저희가 레일즈의 가이드 문서를 찾아본 결과 secrets의 대해서 비밀 이나 기밀 혹은 보안등으로 번역이 되있어 통일을 위해 그대로 번역을 했습니다. 다시한번 좋은 피드백 감사합니다 |
'deprecation', 'deprecated'을 '더 이상 사용하지 않는 (것)' 뜻이나 '제거 예정'이 조금 낯설었습니다. 아래와 같이 번역할 수 있는데,
용어집에는 지원 중단이라고 제안하였습니다만, '제거 예정'에 대한 다른 분들의 의견은 어떤가요? '제거 예정'으로 해도 의미가 통하는데는 문제가 없겠죠? |
|
* Encrypted secrets | ||
* Parameterized mailers | ||
* Yarn 지원 | ||
* 선택적인 웹팩(Webpack) 지원 |
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.
“웹팩을 사용할 수도 있다”란 맥락이 잘 전달되나요?
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.
"웹팩(Webpack)을 사용할 수 있다"는 어떤가요?
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.
Rails 5.1부터는 Sprockets 대신 Webpack을 사용할 수도 있는데, 선택적 지원이란 표현이 어렵게 느껴져서요.
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.
넵 선택적이라는 말은 초심자에게 어렵다고 느껴집니다.
"웹팩(Webpack)을 사용할 수 있다"로 바꿀려고 하는데 어떠신가요?
* Parameterized mailers | ||
* Yarn 지원 | ||
* 선택적인 웹팩(Webpack) 지원 | ||
* jQuery 더이상 기본 의존성이 아닙니다 |
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.
“jQuery는 더이상 필수가 아닙니다” 내지는 의존성에 대한 다른 표현이 더 읽기 좋을 것 같습니다.
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.
의견 감사합니다. 적용하겠습니다.
* 선택적인 웹팩(Webpack) 지원 | ||
* jQuery 더이상 기본 의존성이 아닙니다 | ||
* 시스템 테스트 | ||
* 암호화된 보안들 |
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.
Secret은 보안 요소이지 보안 그 자체는 아닙니다.
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.
12번째 줄은 "보안 요소" 해석에 동의합니다. 나머지 secrets도 보안 요소로 해석해야 될까요?
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.
생각해보니 secrets를 "보안 요소"로 해석하는것에 동의합니다.
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.
앗, secrets
의 번역어가 보안 요소란 의미는 아니었어요. 적절한 번역어는 떠오르지 않는데, 그냥 보안 자체가 아니라 보안을 구성하는 요소란 의미로 이야기한 거였습니다.
commits](https://github.com/rails/rails/commits/5-1-stable) in the main Rails | ||
repository on GitHub. | ||
이 릴리스에서는 주요 변경점에 대해서만 설명합니다. | ||
수정된 버그 및 변경점에 대해서는 Github Rails 저장소에 있는 |
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.
“GitHub(H는 대문자)에 있는 Rails 저장소”가 더 명확할 것 같습니다.
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.
감사합니다 수정하겠습니다.
기존 애플리케이션을 업그레이드한다면 그 전에 충분한 테스트 커버리지를 확보하는 것이 좋습니다. | ||
애플리케이션이 Rails 5.0으로 업그레이드되지 않았다면 | ||
우선 이를 우선하고, | ||
애플리케이션이 정상적으로 동작하는지 충분히 확인한 뒤에 Rails 5.1을 올려주세요. |
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.
Rails 5.1을
-> Rails 5.1로
앞에서 “업그레이드”란 표현을 썼기 때문에 여기서도 “올려주세요” 대신 그냥 “업그레이드 해주세요”가 좋을 것 같습니다. 또는 용어 통일을 하면 좋을 것 같습니다.
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.
감사합니다. 수정하겠습니다.
애플리케이션이 Rails 5.0으로 업그레이드되지 않았다면 | ||
우선 이를 우선하고, | ||
애플리케이션이 정상적으로 동작하는지 충분히 확인한 뒤에 Rails 5.1을 올려주세요. | ||
업그레이드 시의 주의점에 대해서는 |
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.
“업그레이드할 때 주의할 점은”이 자연스러울 것 같습니다.
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.
감사합니다. 수정하겠습니다.
or any other library from NPM world. The Yarn support is integrated with | ||
the asset pipeline so that all dependencies will work seamlessly with the | ||
Rails 5.1 app. | ||
Rails 5.1은 NPM에서 Yarn을 통해 JavaScript 종속성을 관리 할 수 있습니다. |
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.
용어집에선 “의존성”과 “종속성” 중 어떤 표현을 채택하고 있나요? 일반적으론 “의존성”을 사용하는 것 같습니다.
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.
“Rails 5.1은 Yarn을 통해 NPM에서 JavaScript 의존성을 관리할 수 있습니다”가 좀더 명확할 것 같은데 한국어론 좀 이상한 것 같습니다. from
을 제대로 통하게 하려면 어떻게 옮기는 게 좋을까요?
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.
우선 피드팩처럼 작성하였고 한번 다시 생각해보겠습니다.
Rails 5.1 app. | ||
Rails 5.1은 NPM에서 Yarn을 통해 JavaScript 종속성을 관리 할 수 있습니다. | ||
이렇게하면 React, VueJS 또는 NPM 세계의 다른 라이브러리와 | ||
같은 라이브러리를 쉽게 사용할 수 있습니다. |
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.
“libraries like React, VueJS”가 한 덩어리인 것 같습니다.
“이제 React, VueJS 같은 라이브러리나 NPM 세계(한국에선 좀 묘한 표현인 것 같습니다)의 다양한 라이브러리를 손쉽게 사용할 수 있습니다” 정도는 어떨까요?
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.
감사합니다. 참고하여 수정하겠습니다.
Rails 5.1은 NPM에서 Yarn을 통해 JavaScript 종속성을 관리 할 수 있습니다. | ||
이렇게하면 React, VueJS 또는 NPM 세계의 다른 라이브러리와 | ||
같은 라이브러리를 쉽게 사용할 수 있습니다. | ||
Yarn 지원은 에셋 파이프라인과 통합되어 모든 종속성이 |
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.
“Asset”을 “애셋”이라고 옮기나요 “에셋”이라고 옮기나요? damage나 angel 같이 “ㅔ”로 굳어진 게 몇 개 있어서 좀 궁금하네요.
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.
용어집에도 "애셋"으로 표현했습니다. 수정하였습니다.
gem. Use the `--webpack` flag when generating new applications to enable Webpack | ||
integration. | ||
Rails 응용 프로그램은 JavaScript asset bundler인 [Webpack](https://webpack.js.org/)과 | ||
새로운 [Webpacker](https://github.com/rails/webpacker) 젬 사용을보다 쉽게 통합 할 수 있습니다. |
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.
“Rails apps can integrate ith Webpack more easily / using the new Webpacker gem” 구조로 보는 게 어떨까요?
“새 Webpacker 젬을 이용해 Webpack(JavaScript 애셋 번들러)을 더 쉽게 통합할 수 있습니다”
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.
참고하여 수정하였습니다.
우선 많은 관심을 가져주셔서 감사합니다. 최대한 피드백을 수정하려고 했습니다. |
추가 검토 의견 있으세요? @miriyas @ahastudio |
@wagurano 저는 점진적으로 수정/진행해도 괜찮을 것 같습니다. 토론을 많이 하는 것도 좋은데, 저희 상황에선 제안을 많이 하는 편이 더 나은 것 같아요. |
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.
'secrets'에 대한 번역어는 다른 분들의 의견을 확인해봐야겠습니다.
* 웹팩(Webpack)을 사용할 수 있다 | ||
* jQuery는 더이상 필수가 아닙니다 | ||
* 시스템 테스트 | ||
* 암호화된 보안 요소들 |
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.
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.
제 개인적인 생각으로는 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.
이 파일 번역을 현재상태에서 반영하려고 합니다. 다른 의견이 있으신 분은 나중이라도 풀리퀘스트를 보내거나 이슈에 댓글로 의견을 남기세요. 반영하겠습니다.
5.1_releases_notes.md파일을 한국어로 번역하였습니다.