Skip to content

Commit 27038c4

Browse files
committed
Update: Translate json files for cli help
1 parent 350b212 commit 27038c4

File tree

18 files changed

+358
-358
lines changed

18 files changed

+358
-358
lines changed

adev/src/content/cli/help/add.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "add",
33
"command": "ng add <collection>",
4-
"shortDescription": "Adds support for an external library to your project.",
4+
"shortDescription": "프로젝트에 외부 라이브러리에 대한 지원을 추가합니다.",
55
"longDescriptionRelativePath": "@angular/cli/src/commands/add/long-description.md",
6-
"longDescription": "Adds the npm package for a published library to your workspace, and configures\nthe project in the current working directory to use that library, as specified by the library's schematic.\nFor example, adding `@angular/pwa` configures your project for PWA support:\n\n```bash\nng add @angular/pwa\n```\n",
6+
"longDescription": "게시된 라이브러리에 대한 npm 패키지를 워크스페이스에 추가하고,\n현재 작업 디렉토리의 프로젝트를 해당 라이브러리를 사용하도록 구성합니다.\n예를 들어, `@angular/pwa`를 추가하면 프로젝트가 PWA 지원을 받도록 구성됩니다:\n\n```bash\nng add @angular/pwa\n```\n",
77
"aliases": [],
88
"deprecated": false,
99
"options": [
1010
{
1111
"name": "collection",
1212
"type": "string",
13-
"description": "The package to be added.",
13+
"description": "추가할 패키지입니다.",
1414
"positional": 0
1515
},
1616
{
1717
"name": "defaults",
1818
"type": "boolean",
1919
"default": false,
20-
"description": "Disable interactive input prompts for options with a default."
20+
"description": "기본값이 있는 옵션에 대한 대화형 입력 프롬프트를 비활성화합니다."
2121
},
2222
{
2323
"name": "dry-run",
@@ -26,41 +26,41 @@
2626
"d"
2727
],
2828
"default": false,
29-
"description": "Run through and reports activity without writing out results."
29+
"description": "결과를 작성하지 않고 활동을 보고하는 과정을 실행합니다."
3030
},
3131
{
3232
"name": "force",
3333
"type": "boolean",
3434
"default": false,
35-
"description": "Force overwriting of existing files."
35+
"description": "기존 파일을 강제로 덮어씁니다."
3636
},
3737
{
3838
"name": "help",
3939
"type": "boolean",
40-
"description": "Shows a help message for this command in the console."
40+
"description": "콘솔에서 이 명령의 도움말 메시지를 표시합니다."
4141
},
4242
{
4343
"name": "interactive",
4444
"type": "boolean",
4545
"default": true,
46-
"description": "Enable interactive input prompts."
46+
"description": "대화형 입력 프롬프트를 활성화합니다."
4747
},
4848
{
4949
"name": "registry",
5050
"type": "string",
51-
"description": "The NPM registry to use."
51+
"description": "사용할 NPM 레지스트리입니다."
5252
},
5353
{
5454
"name": "skip-confirmation",
5555
"type": "boolean",
5656
"default": false,
57-
"description": "Skip asking a confirmation prompt before installing and executing the package. Ensure package name is correct prior to using this option."
57+
"description": "패키지를 설치하고 실행하기 전에 확인 프롬프트를 건너뜁니다. 이 옵션을 사용하기 전에 패키지 이름이 올바른지 확인하십시오."
5858
},
5959
{
6060
"name": "verbose",
6161
"type": "boolean",
6262
"default": false,
63-
"description": "Display additional details about internal operations during execution."
63+
"description": "실행 중 내부 작업에 대한 추가 세부정보를 표시합니다."
6464
}
6565
]
6666
}

adev/src/content/cli/help/analytics.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "analytics",
33
"command": "ng analytics",
4-
"shortDescription": "Configures the gathering of Angular CLI usage metrics.",
4+
"shortDescription": "Angular CLI 사용 메트릭 수집을 구성합니다.",
55
"longDescriptionRelativePath": "@angular/cli/src/commands/analytics/long-description.md",
6-
"longDescription": "You can help the Angular Team to prioritize features and improvements by permitting the Angular team to send command-line command usage statistics to Google.\nThe Angular Team does not collect usage statistics unless you explicitly opt in. When installing the Angular CLI you are prompted to allow global collection of usage statistics.\nIf you say no or skip the prompt, no data is collected.\n\n### What is collected?\n\nUsage analytics include the commands and selected flags for each execution.\nUsage analytics may include the following information:\n\n- Your operating system \\(macOS, Linux distribution, Windows\\) and its version.\n- Package manager name and version \\(local version only\\).\n- Node.js version \\(local version only\\).\n- Angular CLI version \\(local version only\\).\n- Command name that was run.\n- Workspace information, the number of application and library projects.\n- For schematics commands \\(add, generate and new\\), the schematic collection and name and a list of selected flags.\n- For build commands \\(build, serve\\), the builder name, the number and size of bundles \\(initial and lazy\\), compilation units, the time it took to build and rebuild, and basic Angular-specific API usage.\n\nOnly Angular owned and developed schematics and builders are reported.\nThird-party schematics and builders do not send data to the Angular Team.\n",
6+
"longDescription": "Angular 팀이 Google에 명령줄 명령 사용 통계를 보내도록 허용하면 기능 및 개선 사항의 우선 순위를 정하는 데 도움을 줄 수 있습니다.\nAngular 팀은 귀하가 명시적으로 참여하지 않는 한 사용 통계를 수집하지 않습니다. Angular CLI를 설치할 때 사용 통계의 전역 수집을 허용하라는 메시지가 표시됩니다.\n'아니오'라고 말하거나 프롬프트를 건너뛰면 데이터가 수집되지 않습니다.\n\n### 수집되는 정보는 무엇인가요?\n\n사용 분석에는 각 실행에 대한 명령과 선택된 플래그가 포함됩니다.\n사용 분석에는 다음 정보가 포함될 수 있습니다:\n\n- 운영 체제 \\(macOS, Linux 배포판, Windows\\) 및 해당 버전.\n- 패키지 관리자 이름 및 버전 \\(로컬 버전만 해당\\).\n- Node.js 버전 \\(로컬 버전만 해당\\).\n- Angular CLI 버전 \\(로컬 버전만 해당\\).\n- 실행된 명령 이름.\n- 워크스페이스 정보, 애플리케이션 및 라이브러리 프로젝트 수.\n- 스키매틱 명령 \\(add, generate 및 new\\)의 경우, 스키매틱 컬렉션과 이름 및 선택된 플래그 목록.\n- 빌드 명령 \\(build, serve\\)의 경우, 빌더 이름, 번들 수 및 크기 \\(초기 및 지연\\), 컴파일 유닛, 빌드 및 재빌드에 걸린 시간, 기본 Angular 전용 API 사용.\n\nAngular 소속 및 개발된 스키매틱 및 빌더만 보고됩니다.\n서드파티 스키매틱 및 빌더는 Angular 팀에 데이터를 전송하지 않습니다.\n",
77
"aliases": [],
88
"deprecated": false,
99
"options": [
1010
{
1111
"name": "help",
1212
"type": "boolean",
13-
"description": "Shows a help message for this command in the console."
13+
"description": "콘솔에서 이 명령에 대한 도움 메시지를 표시합니다."
1414
}
1515
],
1616
"subcommands": [
1717
{
1818
"name": "disable",
1919
"command": "disable",
20-
"shortDescription": "Disables analytics gathering and reporting for the user.",
20+
"shortDescription": "사용자의 분석 수집 및 보고를 비활성화합니다.",
2121
"options": [
2222
{
2323
"name": "global",
@@ -26,7 +26,7 @@
2626
"g"
2727
],
2828
"default": false,
29-
"description": "Configure analytics gathering and reporting globally in the caller's home directory."
29+
"description": "호출자의 홈 디렉토리에서 전역적으로 분석 수집 및 보고를 구성합니다."
3030
}
3131
],
3232
"aliases": [
@@ -37,7 +37,7 @@
3737
{
3838
"name": "enable",
3939
"command": "enable",
40-
"shortDescription": "Enables analytics gathering and reporting for the user.",
40+
"shortDescription": "사용자의 분석 수집 및 보고를 활성화합니다.",
4141
"options": [
4242
{
4343
"name": "global",
@@ -46,7 +46,7 @@
4646
"g"
4747
],
4848
"default": false,
49-
"description": "Configure analytics gathering and reporting globally in the caller's home directory."
49+
"description": "호출자의 홈 디렉토리에서 전역적으로 분석 수집 및 보고를 구성합니다."
5050
}
5151
],
5252
"aliases": [
@@ -57,15 +57,15 @@
5757
{
5858
"name": "info",
5959
"command": "info",
60-
"shortDescription": "Prints analytics gathering and reporting configuration in the console.",
60+
"shortDescription": "콘솔에서 분석 수집 및 보고 구성을 인쇄합니다.",
6161
"options": [],
6262
"aliases": [],
6363
"deprecated": false
6464
},
6565
{
6666
"name": "prompt",
6767
"command": "prompt",
68-
"shortDescription": "Prompts the user to set the analytics gathering status interactively.",
68+
"shortDescription": "사용자에게 인터랙티브하게 분석 수집 상태를 설정하라는 메시지를 표시합니다.",
6969
"options": [
7070
{
7171
"name": "global",
@@ -74,7 +74,7 @@
7474
"g"
7575
],
7676
"default": false,
77-
"description": "Configure analytics gathering and reporting globally in the caller's home directory."
77+
"description": "호출자의 홈 디렉토리에서 전역적으로 분석 수집 및 보고를 구성합니다."
7878
}
7979
],
8080
"aliases": [],

0 commit comments

Comments
 (0)