From 752db4847f42346e784a029a5e012145239d1496 Mon Sep 17 00:00:00 2001 From: Snack Date: Thu, 9 Nov 2017 08:52:22 +0900 Subject: [PATCH] fix(i18n): Fix Korean locale (#130) --- locales/ko.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/ko.json b/locales/ko.json index 790537a..bd8fe14 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -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의 경로.", @@ -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": "명령", @@ -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 인자." }