Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Translate "Node v4.6.2 (LTS) #465

Merged
merged 6 commits into from
Nov 26, 2016
Merged

Translate "Node v4.6.2 (LTS) #465

merged 6 commits into from
Nov 26, 2016

Conversation

freenice12
Copy link
Contributor

see #459

@yous
Copy link
Contributor

yous commented Nov 19, 2016

제목이랑 커밋이 'Translate "Node v4.6.2 (LTS)"'가 되어야 할 것 같네요.

@@ -0,0 +1,327 @@
---
category: articles
title: Node v4.6.2 (LTS)
Copy link
Contributor

Choose a reason for hiding this comment

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

버전 번호와 괄호 사이의 공백을 지워주세요.

### 주요 변경사항

* **build**: 이제부터 릴리스 tarball로부터 문서를 만들 수 있습니다. (Anna Henningsen) [#8413](https://github.com/nodejs/node/pull/8413)
* **buffer**: Buffer.alloc()은 인코딩 후 더 이상 '0'으로 채워진 잘못된 버퍼를 반환하지 않을 것입니다. (Teddy Katz) [#9238](https://github.com/nodejs/node/pull/9238)
Copy link
Contributor

Choose a reason for hiding this comment

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

Buffer.alloc()은 더 이상 인코딩을 넘겼을 때 0으로 채워진 잘못된 버퍼를 반환하지 않습니다.

해당 이슈 링크입니다. nodejs/node#9226

* **build**: 이제부터 릴리스 tarball로부터 문서를 만들 수 있습니다. (Anna Henningsen) [#8413](https://github.com/nodejs/node/pull/8413)
* **buffer**: Buffer.alloc()은 인코딩 후 더 이상 '0'으로 채워진 잘못된 버퍼를 반환하지 않을 것입니다. (Teddy Katz) [#9238](https://github.com/nodejs/node/pull/9238)
* **deps**: LTS의 npm 버전을 2.15.11로 업그레이드 (Kat Marchán) [#8928](https://github.com/nodejs/node/pull/8928)
* **repl**: 전역 프로퍼티를 위한 탭 완성이 가능합니다. (Lance Ball) [#7369](https://github.com/nodejs/node/pull/7369)
Copy link
Contributor

Choose a reason for hiding this comment

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

'탭 완성 목록에 전역 프로퍼티가 나타납니다.'는 어떤가요?

@freenice12 freenice12 changed the title Translate "Weekly Update - October 28th, 2016" Translate "Node v4.6.2 (LTS) Nov 19, 2016
@freenice12
Copy link
Contributor Author

아... 두 PR 모두 어처구니 없는 실수를 했네요...ㅠㅠ

category: articles
title: Node v4.6.2(LTS)
author: Myles Borins
ref: Node v4.6.2(LTS)
Copy link
Contributor

Choose a reason for hiding this comment

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

ref에는 원본 제목 'Node v4.6.2 (LTS)' 그대로 적으시면 됩니다.

* **build**: 이제부터 릴리스 tarball로부터 문서를 만들 수 있습니다. (Anna Henningsen) [#8413](https://github.com/nodejs/node/pull/8413)
* **buffer**: Buffer.alloc()은 더 이상 인코딩을 넘겼을 때 0으로 채워진 잘못된 버퍼를 반환하지 않습니다. (Teddy Katz) [#9238](https://github.com/nodejs/node/pull/9238)
* **deps**: LTS의 npm 버전을 2.15.11로 업그레이드 (Kat Marchán) [#8928](https://github.com/nodejs/node/pull/8928)
* **repl**: 탭 완성 목록에 전역 프로퍼티가 나타납니다. (Lance Ball) [#7369](https://github.com/nodejs/node/pull/7369)
Copy link
Contributor

Choose a reason for hiding this comment

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

tab completion은 보통 탭 자동 완성으로 번역합니다.

* **buffer**: Buffer.alloc()은 더 이상 인코딩을 넘겼을 때 0으로 채워진 잘못된 버퍼를 반환하지 않습니다. (Teddy Katz) [#9238](https://github.com/nodejs/node/pull/9238)
* **deps**: LTS의 npm 버전을 2.15.11로 업그레이드 (Kat Marchán) [#8928](https://github.com/nodejs/node/pull/8928)
* **repl**: 탭 완성 목록에 전역 프로퍼티가 나타납니다. (Lance Ball) [#7369](https://github.com/nodejs/node/pull/7369)
* **url**: `url.format()`은 `search` 시 모든 `#`을 인코드할 것입니다. (Ilkka Myller) [#8072](https://github.com/nodejs/node/pull/8072)
Copy link
Contributor

Choose a reason for hiding this comment

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

search라는 문자열 변수에 포함된 모든 #을 인코딩 한다는 뜻으로 보입니다. 따라서 다음과 같이 번역하는 게 더 나을 듯 합니다.

url.format()search에 포함된 모든 # 문자를 인코딩할 것입니다.


### 주요 변경사항

* **build**: 이제부터 릴리스 tarball로부터 문서를 만들 수 있습니다. (Anna Henningsen) [#8413](https://github.com/nodejs/node/pull/8413)
Copy link
Contributor

Choose a reason for hiding this comment

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

릴리스 tarball 대신 tar 배포본은 어떤가요?

@taggon
Copy link
Contributor

taggon commented Nov 23, 2016

다 봤습니다.


* **build**: 이제부터 tar 배포본으로부터 문서를 만들 수 있습니다. (Anna Henningsen) [#8413](https://github.com/nodejs/node/pull/8413)
* **buffer**: Buffer.alloc()은 더 이상 인코딩을 넘겼을 때 0으로 채워진 잘못된 버퍼를 반환하지 않습니다. (Teddy Katz) [#9238](https://github.com/nodejs/node/pull/9238)
* **deps**: LTS의 npm 버전을 2.15.11로 업그레이드 (Kat Marchán) [#8928](https://github.com/nodejs/node/pull/8928)
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.

찾아보니 레를 주로 사용한것 같아 '업그레이드 했습니다.'로 고쳤습니다.

@taggon taggon merged commit 1e1363b into nodejs:master Nov 26, 2016
@yous yous mentioned this pull request Jan 9, 2017
@freenice12 freenice12 deleted the translate-459 branch July 11, 2017 13:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants