Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

fix(i18n): Fix Korean locale #130

Merged
merged 1 commit into from
Nov 8, 2017
Merged
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
8 changes: 4 additions & 4 deletions locales/ko.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Execute binaries from npm packages.\n%s": "npm 패키지에서 바이너리를 실행합니다.\n%s",
"Package to be installed.": "패키지가 설치되었습니다.",
"Package to be installed.": "설치할 패키지.",
"Location of the npm cache.": "npm 캐시의 위치.",
"Skip installation if a package is missing.": "패키지가 없으면 설치를 건너뜁니다.",
"Path to user npmrc.": "사용자 npmrc의 경로.",
Expand All @@ -14,7 +14,7 @@
"\nERROR: You must supply a command.\n": "\nERROR: 명령을 제공해야 합니다.\n",
"Command failed: %s %s": "명령이 실패했습니다: %s %s",
"Install for %s failed with code %s": "%s 설치가 %s 코드로 실패했습니다",
"%s not found. Trying with npx...": "%s 을 찾을 수 없습니다. npx로 시도해 보세요...",
"%s not found. Trying with npx...": "%s 을 찾을 수 없습니다. npx로 시도합니다...",
"command not found: %s": "명령을 찾을 수 없습니다: %s",
"options": "옵션",
"command": "명령",
Expand All @@ -23,7 +23,7 @@
"command-string": "명령-문자열",
"shell": "쉘",
"package": "패키지",
"npx: installed %s in %ss": "%ss 에 %s 를 설치했습니다",
"npx: installed %s in %ss": "npx: %s개의 패키지를 %s초만에 설치했습니다.",
"Suppress output from npx itself. Subcommands will not be affected.": "npx의 출력을 감춥니다. 하위 명령은 영향을 받지 않습니다.",
"Extra node argument when calling a node binary.": "node 바이너리를 호출할 때 사용하는 추가 node 인자"
"Extra node argument when calling a node binary.": "node 바이너리를 호출할 때 사용하는 추가 node 인자."
}