-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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 index (ko) #176
Merged
Merged
Translate index (ko) #176
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: index.hbs | ||
labels: | ||
current-version: 현재 버전 | ||
download: 다운로드 | ||
download-for: Download for | ||
other-downloads: 다른 운영 체제 | ||
changelog: 변경사항 | ||
api: API 문서 | ||
--- | ||
|
||
Node.js®는 [Chrome V8 JavaScript 엔진](https://developers.google.com/v8/)으로 빌드된 JavaScript 런타임입니다. | ||
Node.js는 이벤트 기반, 논 블로킹 I/O 모델을 사용해 가볍고 효율적입니다. Node.js의 패키지 생태계인 [npm](https://www.npmjs.com/)은 세계에서 가장 큰 오픈 소스 라이브러리이기도 합니다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
{ | ||
"title": "Node.js", | ||
"author": "Node.js 재단", | ||
"url": "https://nodejs.org/ko/", | ||
"locale": "ko", | ||
"scrollToTop": "맨 위로", | ||
"reportNodeIssue": "Node.js 이슈 보고", | ||
"reportWebsiteIssue": "웹사이트 이슈 보고", | ||
"by": "by", | ||
"all-downloads": "모든 다운로드 보기", | ||
"feeds": [ | ||
{ | ||
"link": "feed/blog.xml", | ||
"text": "Node.js 블로그" | ||
}, | ||
{ | ||
"link": "feed/releases.xml", | ||
"text": "Node.js 블로그: 릴리스" | ||
}, | ||
{ | ||
"link": "feed/vulnerability.xml", | ||
"text": "Node.js 블로그: 취약점 보고" | ||
}, | ||
{ | ||
"link": "feed/tsc-minutes.xml", | ||
"text": "Node.js TSC 회의록" | ||
} | ||
], | ||
"home": { "text": "홈" }, | ||
"about": { | ||
"link": "about", | ||
"text": "About", | ||
"governance": { | ||
"link": "about/governance", | ||
"text": "거버넌스" | ||
}, | ||
"workinggroups": { | ||
"link": "about/working-groups", | ||
"text": "워킹 그룹" | ||
}, | ||
"releases": { | ||
"link": "about/releases", | ||
"text": "릴리스" | ||
}, | ||
"resources": { | ||
"link": "about/resources", | ||
"text": "관련 자료" | ||
} | ||
}, | ||
"download": { | ||
"link": "download", | ||
"text": "다운로드", | ||
"releases": { | ||
"link": "download/releases", | ||
"text": "이전 릴리스" | ||
}, | ||
"package-manager": { | ||
"link": "download/package-manager", | ||
"text": "패키지 관리자를 통한 Node.js 설치" | ||
} | ||
}, | ||
"docs": { | ||
"link": "docs", | ||
"text": "문서", | ||
"es6": { | ||
"link": "docs/es6", | ||
"text": "Node.js의 ES6" | ||
}, | ||
"faq": { | ||
"link": "docs/faq", | ||
"text": "FAQ" | ||
}, | ||
"api": { | ||
"link": "/api/", | ||
"text": "API" | ||
} | ||
}, | ||
"foundation": { | ||
"link": "foundation", | ||
"text": "재단", | ||
"members": { | ||
"link": "foundation/members", | ||
"text": "멤버" | ||
}, | ||
"tsc": { | ||
"link": "foundation/tsc", | ||
"text": "기술 거버넌스" | ||
}, | ||
"itn": { | ||
"link": "foundation/in-the-news", | ||
"text": "언론 보도" | ||
}, | ||
"announce": { | ||
"link": "foundation/announcements", | ||
"text": "공지사항" | ||
} | ||
}, | ||
"getinvolved": { | ||
"link": "get-involved", | ||
"text": "참여하기", | ||
"contribute": { | ||
"link": "get-involved/contribute", | ||
"text": "기여하기" | ||
}, | ||
"development": { | ||
"link": "get-involved/development", | ||
"text": "개발하기" | ||
}, | ||
"code-and-learn": { | ||
"link": "get-involved/code-and-learn", | ||
"text": "코딩 + 배우기" | ||
} | ||
}, | ||
"trademark" : { "link": "about/trademark", "text": "트레이드마크" }, | ||
"security" : { "link": "security", "text": "보안" }, | ||
"blog" : { "link": "blog", "text": "뉴스" }, | ||
|
||
"releases": { | ||
"title": "릴리스 이력", | ||
"downloads": "다운로드" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 저는 내려받기로 했던거 같은데 앞으로는 다운로드라고 수정해야겠군요. |
||
}, | ||
"links": { | ||
"pages": { | ||
"changelog": "변경사항" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import 'base' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It was "News" on original text. :3
https://github.com/nodejs/new.nodejs.org/blob/master/locale/en/site.json#L116
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.
I got it.