Skip to content
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 plugins/limit-chunk-count-plugin.mdx #407

Merged
merged 7 commits into from
Nov 12, 2021
Merged

Translate plugins/limit-chunk-count-plugin.mdx #407

merged 7 commits into from
Nov 12, 2021

Conversation

jiwoo0629
Copy link
Contributor

Summary

#7

Glossary

code split point : 코드 분할 지점
HTTP overhead : HTTP 오버헤드
chunk : 청크
count : 카운트

plugins/limit-chunk-count-plugin.mdx 번역
@jiwoo0629 jiwoo0629 requested a review from a team as a code owner November 2, 2021 07:57
15, 16줄 합침
@jiwoo0629 jiwoo0629 removed their assignment Nov 4, 2021
공백라인 수정했습니다.

Limit the maximum number of chunks using a value greater than or equal to `1`. Using `1` will prevent any additional chunks from being added as the entry/main chunk is also included in the count.
청크의 최대 개수를 `1`보다 크거나 같도록 제한합니다. `1`을 사용하는 것은 입력/메인 청크가 카운트에 포함될 때 추가적인 청크가 더해지는 것을 방지합니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

entry엔트리로 번역 부탁드립니다~(glossary에 해당 표기로 되어있습니다)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정했습니다 감사합니다!

입력 -> 엔트리 수정 (glossary 반영)
@@ -44,11 +46,11 @@ module.exports = {

### minChunkSize

Keeping chunk size above the specified limit is no longer a feature of this plugin. Use [MinChunkSizePlugin](/plugins/min-chunk-size-plugin) instead.
위의 지정된 청크 크기를 유지하는 것은 이 플러그인에서 구현하지 않습니다. [MinChunkSizePlugin](/plugins/min-chunk-size-plugin)를 대신 사용하세요.
Copy link
Member

Choose a reason for hiding this comment

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

Plugin를 대신 -> Plugin을 대신

---

While writing your code, you may have already added many code split points to load stuff on demand. After compiling you might notice that some chunks are too small - creating larger HTTP overhead. `LimitChunkCountPlugin` can post-process your chunks by merging them.
코드를 작성할 때, 당신은 이미 필요한 것을 로드할 많은 코드 분할 지점을 추가했을 것입니다. 더 큰 HTTP 오버헤드를 만들면서, 컴파일 후에 어떤 청크가 너무 작다는 것을 깨달을 것입니다. `LimitChunkCountPlugin`는 청크를 합침으로써 그것들을 후속 처리할 수 있게 해줍니다.
Copy link
Member

Choose a reason for hiding this comment

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

Plugin는 청크를 -> Plugin은 청크를

Copy link
Member

Choose a reason for hiding this comment

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

더 큰 HTTP 오버헤드를 만들면서, 컴파일 후에 어떤 청크가 너무 작다는 것을 깨달을 것입니다.

문장을 둘로 나누는것이 읽기에 자연스러울 것 같습니다. 아래와 같은 번역은 어떤가요?

컴파일 후에 어떤 청크가 너무 작다는 것을 깨달을 것입니다. 이는 더 큰 HTTP 오버헤드를 만듭니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

위의 내용들 수정 완료했습니다.
저도 저 문장을 쓰면서 해석이 조금 애매했었는데 명확한 해석이 된거 같습니다. 감사합니다!

plugin 뒤의 조사 수정, 번역 수정
개수 -> number
---

While writing your code, you may have already added many code split points to load stuff on demand. After compiling you might notice that some chunks are too small - creating larger HTTP overhead. `LimitChunkCountPlugin` can post-process your chunks by merging them.
코드를 작성할 때, 당신은 이미 필요한 것을 로드할 많은 코드 분할 지점을 추가했을 것입니다. 컴파일 후에 어떤 청크가 너무 작다는 것을 깨달을 것입니다. 이는 더 큰 HTTP 오버헤드를 만듭니다. `LimitChunkCountPlugin`은 청크를 합침으로써 그것들을 후속 처리할 수 있게 해줍니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

당신은
WE, YOU, SHE, HE등의 인칭대명사는 번역하지 않습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정했습니다 감사합니다!

'당신은' 표현 삭제
@dkstyle dkstyle merged commit 8a5ee6d into line:kr Nov 12, 2021
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.

5 participants