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

nodejs-ko: Translate "download" menu as Korean #857

Merged
1 commit merged into from
Aug 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions locale/ko/download/current.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: download-current.hbs
title: 다운로드
download: 다운로드
downloads:
headline: 다운로드
lts: LTS
current: 최신 버전
tagline-current: 최신 기능
tagline-lts: 대다수 사용자에게 추천
display-hint: "다음 버전을 표시:"
intro: >
플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스코드를 다운받아서 바로 개발을 시작하세요.
currentVersion: 최신 버전
buildDisclaimer: "Note: 소스 tarball을 빌드하려면 Python 2.6이나 2.7이 필요합니다."
additional:
headline: 그 밖의 플랫폼
intro: >
Members of the Node.js community maintain unofficial builds of Node.js for additional platforms. Note that such builds are not supported by the Node.js core team and may not yet be at the same build level as current Node.js release.
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.

누락된 건 알고 있는데 이부분이 웹페이지에서 어디에 나오는지 못찾겠더라고요 ㅠ 그래도 일단 번역을 할까요?

platform: 플랫폼
provider: Provider
---
22 changes: 22 additions & 0 deletions locale/ko/download/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: download.hbs
title: 다운로드
download: 다운로드
downloads:
headline: 다운로드
lts: LTS
current: 최신 버전
tagline-current: 최신 기능
tagline-lts: 대다수 사용자에게 추천
display-hint: "다음 버전을 표시:"
intro: >
플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스코드를 다운받아서 바로 개발을 시작하세요.
currentVersion: 최신 버전
buildDisclaimer: "Note: 소스 tarball을 빌드하려면 Python 2.6이나 2.7이 필요합니다."
additional:
headline: 그 밖의 플랫폼
intro: >
Members of the Node.js community maintain unofficial builds of Node.js for additional platforms. Note that such builds are not supported by the Node.js core team and may not yet be at the same build level as current Node.js release.
Copy link
Contributor

Choose a reason for hiding this comment

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

current.md에도 누락된 부분이라 피드백드렸는데 혹시 의도한 부분인가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

위에랑 똑같은 이유입니다.

platform: 플랫폼
provider: Provider
---
Loading