|
1 | | -<h1 align="center">Angular - The modern web developer's platform</h1> |
| 1 | +<h1 align="center">Angular - 현대 웹 개발자를 위한 플랫폼</h1> |
| 2 | +<h2 align="center">비공식 한글 문서 번역 프로젝트</h2> |
2 | 3 |
|
3 | 4 | <p align="center"> |
4 | 5 | <img src="adev/src/assets/images/press-kit/angular_icon_gradient.gif" alt="angular-logo" width="120px" height="120px"/> |
5 | 6 | <br> |
6 | | - <em>Angular is a development platform for building mobile and desktop web applications |
7 | | - <br> using TypeScript/JavaScript and other languages.</em> |
| 7 | + <em>Angular는 모바일 및 데스크톱 웹 애플리케이션 개발을 위한 플랫폼입니다. |
| 8 | + <br> TypeScript/JavaScript 및 기타 언어로 개발할 수 있습니다.</em> |
8 | 9 | <br> |
9 | 10 | </p> |
10 | 11 |
|
|
14 | 15 | </p> |
15 | 16 |
|
16 | 17 | <p align="center"> |
17 | | - <a href="CONTRIBUTING.md">Contributing Guidelines</a> |
| 18 | + <a href="CONTRIBUTING.md">기여 가이드</a> |
18 | 19 | · |
19 | | - <a href="https://github.com/angular/angular/issues">Submit an Issue</a> |
| 20 | + <a href="https://github.com/angular/angular/issues">이슈 제출</a> |
20 | 21 | · |
21 | | - <a href="https://blog.angular.dev/">Blog</a> |
| 22 | + <a href="https://blog.angular.dev/">블로그</a> |
22 | 23 | <br> |
23 | 24 | <br> |
24 | 25 | </p> |
25 | 26 |
|
26 | 27 | <p align="center"> |
27 | 28 | <a href="https://www.npmjs.com/@angular/core"> |
28 | | - <img src="https://img.shields.io/npm/v/@angular/core.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Angular on npm" /> |
| 29 | + <img src="https://img.shields.io/npm/v/@angular/core.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="npm의 Angular" /> |
29 | 30 | </a> |
30 | 31 | <a href="https://discord.gg/angular"> |
31 | | - <img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" /> |
| 32 | + <img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord 채널" /> |
32 | 33 | </a> |
33 | 34 | </p> |
34 | 35 |
|
35 | 36 | <hr> |
36 | 37 |
|
37 | | -## Documentation |
| 38 | +## 한글 문서 프로젝트 소개 |
38 | 39 |
|
39 | | -Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website. |
| 40 | +이 프로젝트는 Angular 공식 문서를 한국어로 번역하는 커뮤니티 주도형 프로젝트입니다. 한국 개발자들이 Angular를 더 쉽게 배우고 활용할 수 있도록 돕는 것을 목표로 합니다. |
40 | 41 |
|
41 | | -- [Getting Started][quickstart] |
42 | | -- [Architecture][architecture] |
43 | | -- [Components and Templates][componentstemplates] |
44 | | -- [Forms][forms] |
45 | | -- [API][api] |
| 42 | +### 번역 진행 상황 |
46 | 43 |
|
47 | | -### Advanced |
| 44 | +현재 이 저장소의 문서들은 대부분 AI를 이용한 초벌 번역만 진행된 상태입니다. 정확하고 자연스러운 번역을 위해 커뮤니티 구성원들의 검토와 수정이 필요합니다. 함께 양질의 한글 Angular 문서를 만들어 나가요! |
48 | 45 |
|
49 | | -- [Angular Elements][angularelements] |
50 | | -- [Server Side Rendering][ssr] |
51 | | -- [Schematics][schematics] |
52 | | -- [Lazy Loading][lazyloading] |
53 | | -- [Animations][animations] |
| 46 | +- 최근 업데이트: 2025-03-21 |
54 | 47 |
|
55 | | -### Local Development |
| 48 | +### 사용 도구 |
56 | 49 |
|
57 | | -To contribute to the Angular Docs, check out the [Angular.dev README](adev/README.md) |
| 50 | +- [ai-markdown-translator](https://github.com/h7ml/ai-markdown-translator) |
| 51 | +- [Cursor](https://www.cursor.com/) |
58 | 52 |
|
59 | | -## Development Setup |
| 53 | +### 번역 참여하기 |
60 | 54 |
|
61 | | -### Prerequisites |
| 55 | +이 프로젝트에 기여하고 싶으시다면: |
62 | 56 |
|
63 | | -- Install [Node.js] which includes [Node Package Manager][npm] |
| 57 | +1. 이 저장소를 포크(Fork)하세요 |
| 58 | +2. 번역 작업을 수행하세요 |
| 59 | +3. Pull Request를 제출하세요 |
64 | 60 |
|
65 | | -### Setting Up a Project |
| 61 | +자세한 내용은 [번역 기여 가이드](TRANSLATION_CONTRIBUTING.md)를 참조하세요. |
66 | 62 |
|
67 | | -Install the Angular CLI globally: |
| 63 | +## 문서 |
| 64 | + |
| 65 | +Angular를 시작하고 기본 원리를 배우며, 문서 웹사이트에서 고급 주제를 탐색해 보세요. |
| 66 | + |
| 67 | +- [시작하기][quickstart] |
| 68 | +- [아키텍처][architecture] |
| 69 | +- [컴포넌트 및 템플릿][componentstemplates] |
| 70 | +- [폼][forms] |
| 71 | +- [API 참조][api] |
| 72 | + |
| 73 | +### 고급 주제 |
| 74 | + |
| 75 | +- [Angular 엘리먼트][angularelements] |
| 76 | +- [서버 사이드 렌더링][ssr] |
| 77 | +- [스키매틱][schematics] |
| 78 | +- [지연 로딩][lazyloading] |
| 79 | +- [애니메이션][animations] |
| 80 | + |
| 81 | +### 로컬 개발 |
| 82 | + |
| 83 | +Angular 문서에 기여하려면 [Angular.dev README](adev/README.md)를 확인하세요. |
| 84 | + |
| 85 | +## 개발 환경 설정 |
| 86 | + |
| 87 | +### 필수 요소 |
| 88 | + |
| 89 | +- [Node.js] 설치 (여기에는 [Node Package Manager][npm]이 포함되어 있습니다) |
| 90 | + |
| 91 | +### 프로젝트 설정하기 |
| 92 | + |
| 93 | +Angular CLI 전역 설치: |
68 | 94 |
|
69 | 95 | ``` |
70 | 96 | npm install -g @angular/cli |
71 | 97 | ``` |
72 | 98 |
|
73 | | -Create workspace: |
| 99 | +워크스페이스 생성: |
74 | 100 |
|
75 | 101 | ``` |
76 | | -ng new [PROJECT NAME] |
| 102 | +ng new [프로젝트 이름] |
77 | 103 | ``` |
78 | 104 |
|
79 | | -Run the application: |
| 105 | +애플리케이션 실행: |
80 | 106 |
|
81 | 107 | ``` |
82 | | -cd [PROJECT NAME] |
| 108 | +cd [프로젝트 이름] |
83 | 109 | ng serve |
84 | 110 | ``` |
85 | 111 |
|
86 | | -Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions. |
| 112 | +Angular는 크로스 플랫폼이며, 빠르고 확장 가능하며, 다양한 도구를 제공하여 전 세계 수백만 개발자들에게 사랑받고 있습니다. |
87 | 113 |
|
88 | | -## Quickstart |
| 114 | +## 빠른 시작 |
89 | 115 |
|
90 | | -[Get started in 5 minutes][quickstart]. |
| 116 | +[5분 안에 시작하기][quickstart] |
91 | 117 |
|
92 | | -## Ecosystem |
| 118 | +## 생태계 |
93 | 119 |
|
94 | 120 | <p> |
95 | 121 | <img src="/contributing-docs/images/angular-ecosystem-logos.png" alt="angular ecosystem logos" width="500px" height="auto"> |
96 | 122 | </p> |
97 | 123 |
|
98 | | -- [Angular Command Line (CLI)][cli] |
| 124 | +- [Angular CLI][cli] |
99 | 125 | - [Angular Material][angularmaterial] |
100 | 126 |
|
101 | | -## Changelog |
| 127 | +## 변경 이력 |
102 | 128 |
|
103 | | -[Learn about the latest improvements][changelog]. |
| 129 | +[최신 개선 사항 알아보기][changelog] |
104 | 130 |
|
105 | | -## Upgrading |
| 131 | +## 업그레이드 |
106 | 132 |
|
107 | | -Check out our [upgrade guide](https://angular.dev/update-guide/) to find out the best way to upgrade your project. |
| 133 | +프로젝트 업그레이드를 위한 최적의 방법은 [업그레이드 가이드](https://angular.dev/update-guide/)를 확인하세요. |
108 | 134 |
|
109 | | -## Contributing |
| 135 | +## 기여하기 |
110 | 136 |
|
111 | | -### Contributing Guidelines |
| 137 | +### 기여 가이드라인 |
112 | 138 |
|
113 | | -Read through our [contributing guidelines][contributing] to learn about our submission process, coding rules, and more. |
| 139 | +[기여 가이드][contributing]를 읽고 제출 절차, 코딩 규칙 등에 대해 알아보세요. |
114 | 140 |
|
115 | | -### Want to Help? |
| 141 | +### 도움을 주고 싶으신가요? |
116 | 142 |
|
117 | | -Want to report a bug, contribute some code, or improve the documentation? Excellent! Read up on our guidelines for [contributing][contributing] and then check out one of our issues labeled as <kbd>[help wanted](https://github.com/angular/angular/labels/help%20wanted)</kbd> or <kbd>[good first issue](https://github.com/angular/angular/labels/good%20first%20issue)</kbd>. |
| 143 | +버그를 신고하거나, 코드를 기여하거나, 문서를 개선하고 싶으신가요? 훌륭합니다! [기여 가이드][contributing]를 읽은 후, <kbd>[도움이 필요함](https://github.com/angular/angular/labels/help%20wanted)</kbd> 또는 <kbd>[초보자에게 적합](https://github.com/angular/angular/labels/good%20first%20issue)</kbd> 라벨이 붙은 이슈를 확인해보세요. |
118 | 144 |
|
119 | | -### Code of Conduct |
| 145 | +### 행동 강령 |
120 | 146 |
|
121 | | -Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct][codeofconduct]. |
| 147 | +Angular를 개방적이고 포용적인 커뮤니티로 유지할 수 있도록 도와주세요. [행동 강령][codeofconduct]을 읽고 준수해 주세요. |
122 | 148 |
|
123 | | -## Community |
| 149 | +## 커뮤니티 |
124 | 150 |
|
125 | | -Join the conversation and help the community. |
| 151 | +대화에 참여하고 커뮤니티에 기여하세요. |
126 | 152 |
|
127 | | -- [X (formerly Twitter)][X (formerly Twitter)] |
| 153 | +- [X (구 Twitter)][X (formerly Twitter)] |
128 | 154 | - [Bluesky][bluesky] |
129 | 155 | - [Discord][discord] |
130 | 156 | - [Gitter][gitter] |
131 | 157 | - [YouTube][youtube] |
132 | 158 | - [StackOverflow][stackoverflow] |
133 | | -- Find a Local [Meetup][meetup] |
| 159 | +- 지역 [밋업][meetup] 찾기 |
134 | 160 |
|
135 | 161 | [](https://www.github.com/angular/angular) |
136 | 162 |
|
137 | | -**Love Angular? Give our repo a star :star: :arrow_up:.** |
| 163 | +**Angular를 좋아하시나요? 저장소에 별표를 눌러주세요! :star: :arrow_up:** |
138 | 164 |
|
139 | 165 | [contributing]: CONTRIBUTING.md |
140 | 166 | [quickstart]: https://angular.dev/tutorials/learn-angular |
141 | 167 | [changelog]: CHANGELOG.md |
142 | | -[ng]: https://angular.dev |
143 | | -[documentation]: https://angular.dev/overview |
144 | 168 | [angularmaterial]: https://material.angular.io/ |
145 | 169 | [cli]: https://angular.dev/tools/cli |
146 | 170 | [architecture]: https://angular.dev/essentials |
|
0 commit comments