Skip to content

Commit

Permalink
Merge pull request #176 from marocchino/korean
Browse files Browse the repository at this point in the history
Translate index (ko)
  • Loading branch information
fhemberger committed Sep 25, 2015
2 parents 1f6f19d + 239290b commit ed5963a
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
13 changes: 13 additions & 0 deletions locale/ko/index.md
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/)은 세계에서 가장 큰 오픈 소스 라이브러리이기도 합니다.
127 changes: 127 additions & 0 deletions locale/ko/site.json
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": "다운로드"
},
"links": {
"pages": {
"changelog": "변경사항"
}
}
}
1 change: 1 addition & 0 deletions locale/ko/styles.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'base'

0 comments on commit ed5963a

Please sign in to comment.