diff --git a/locale/ko/index.md b/locale/ko/index.md new file mode 100644 index 0000000000000..9e7f71fe622b4 --- /dev/null +++ b/locale/ko/index.md @@ -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/)은 세계에서 가장 큰 오픈 소스 라이브러리이기도 합니다. diff --git a/locale/ko/site.json b/locale/ko/site.json new file mode 100644 index 0000000000000..0e3eac3f87046 --- /dev/null +++ b/locale/ko/site.json @@ -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": "변경사항" + } + } +} diff --git a/locale/ko/styles.styl b/locale/ko/styles.styl new file mode 100644 index 0000000000000..1eb060f320a76 --- /dev/null +++ b/locale/ko/styles.styl @@ -0,0 +1 @@ +@import 'base'