Skip to content

Commit 5894fd6

Browse files
authored
Merge pull request #2 from ParallelKim/transation/kor
Transation/kor
2 parents 4929876 + 07219b5 commit 5894fd6

322 files changed

Lines changed: 15619 additions & 14819 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.firebase/hosting.ZGlzdC9iaW4vYWRldi9idWlsZC9icm93c2Vy.cache

Lines changed: 1538 additions & 0 deletions
Large diffs are not rendered by default.

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "angular-kr-docs"
4+
}
5+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ baseline.json
5656

5757
# Ignore cache created with the Angular CLI.
5858
.angular/
59+
.env

README.md

Lines changed: 79 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<h1 align="center">Angular - The modern web developer's platform</h1>
1+
<h1 align="center">Angular - 현대 웹 개발자를 위한 플랫폼</h1>
2+
<h2 align="center">비공식 한글 문서 번역 프로젝트</h2>
23

34
<p align="center">
45
<img src="adev/src/assets/images/press-kit/angular_icon_gradient.gif" alt="angular-logo" width="120px" height="120px"/>
56
<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>
89
<br>
910
</p>
1011

@@ -14,133 +15,156 @@
1415
</p>
1516

1617
<p align="center">
17-
<a href="CONTRIBUTING.md">Contributing Guidelines</a>
18+
<a href="CONTRIBUTING.md">기여 가이드</a>
1819
·
19-
<a href="https://github.com/angular/angular/issues">Submit an Issue</a>
20+
<a href="https://github.com/angular/angular/issues">이슈 제출</a>
2021
·
21-
<a href="https://blog.angular.dev/">Blog</a>
22+
<a href="https://blog.angular.dev/">블로그</a>
2223
<br>
2324
<br>
2425
</p>
2526

2627
<p align="center">
2728
<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" />
2930
</a>&nbsp;
3031
<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 채널" />
3233
</a>
3334
</p>
3435

3536
<hr>
3637

37-
## Documentation
38+
## 한글 문서 프로젝트 소개
3839

39-
Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.
40+
이 프로젝트는 Angular 공식 문서를 한국어로 번역하는 커뮤니티 주도형 프로젝트입니다. 한국 개발자들이 Angular를 더 쉽게 배우고 활용할 수 있도록 돕는 것을 목표로 합니다.
4041

41-
- [Getting Started][quickstart]
42-
- [Architecture][architecture]
43-
- [Components and Templates][componentstemplates]
44-
- [Forms][forms]
45-
- [API][api]
42+
### 번역 진행 상황
4643

47-
### Advanced
44+
현재 이 저장소의 문서들은 대부분 AI를 이용한 초벌 번역만 진행된 상태입니다. 정확하고 자연스러운 번역을 위해 커뮤니티 구성원들의 검토와 수정이 필요합니다. 함께 양질의 한글 Angular 문서를 만들어 나가요!
4845

49-
- [Angular Elements][angularelements]
50-
- [Server Side Rendering][ssr]
51-
- [Schematics][schematics]
52-
- [Lazy Loading][lazyloading]
53-
- [Animations][animations]
46+
- 최근 업데이트: 2025-03-21
5447

55-
### Local Development
48+
### 사용 도구
5649

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/)
5852

59-
## Development Setup
53+
### 번역 참여하기
6054

61-
### Prerequisites
55+
이 프로젝트에 기여하고 싶으시다면:
6256

63-
- Install [Node.js] which includes [Node Package Manager][npm]
57+
1. 이 저장소를 포크(Fork)하세요
58+
2. 번역 작업을 수행하세요
59+
3. Pull Request를 제출하세요
6460

65-
### Setting Up a Project
61+
자세한 내용은 [번역 기여 가이드](TRANSLATION_CONTRIBUTING.md)를 참조하세요.
6662

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 전역 설치:
6894

6995
```
7096
npm install -g @angular/cli
7197
```
7298

73-
Create workspace:
99+
워크스페이스 생성:
74100

75101
```
76-
ng new [PROJECT NAME]
102+
ng new [프로젝트 이름]
77103
```
78104

79-
Run the application:
105+
애플리케이션 실행:
80106

81107
```
82-
cd [PROJECT NAME]
108+
cd [프로젝트 이름]
83109
ng serve
84110
```
85111

86-
Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
112+
Angular는 크로스 플랫폼이며, 빠르고 확장 가능하며, 다양한 도구를 제공하여 전 세계 수백만 개발자들에게 사랑받고 있습니다.
87113

88-
## Quickstart
114+
## 빠른 시작
89115

90-
[Get started in 5 minutes][quickstart].
116+
[5분 안에 시작하기][quickstart]
91117

92-
## Ecosystem
118+
## 생태계
93119

94120
<p>
95121
<img src="/contributing-docs/images/angular-ecosystem-logos.png" alt="angular ecosystem logos" width="500px" height="auto">
96122
</p>
97123

98-
- [Angular Command Line (CLI)][cli]
124+
- [Angular CLI][cli]
99125
- [Angular Material][angularmaterial]
100126

101-
## Changelog
127+
## 변경 이력
102128

103-
[Learn about the latest improvements][changelog].
129+
[최신 개선 사항 알아보기][changelog]
104130

105-
## Upgrading
131+
## 업그레이드
106132

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/)를 확인하세요.
108134

109-
## Contributing
135+
## 기여하기
110136

111-
### Contributing Guidelines
137+
### 기여 가이드라인
112138

113-
Read through our [contributing guidelines][contributing] to learn about our submission process, coding rules, and more.
139+
[기여 가이드][contributing]를 읽고 제출 절차, 코딩 규칙 등에 대해 알아보세요.
114140

115-
### Want to Help?
141+
### 도움을 주고 싶으신가요?
116142

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> 라벨이 붙은 이슈를 확인해보세요.
118144

119-
### Code of Conduct
145+
### 행동 강령
120146

121-
Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct][codeofconduct].
147+
Angular를 개방적이고 포용적인 커뮤니티로 유지할 수 있도록 도와주세요. [행동 강령][codeofconduct]을 읽고 준수해 주세요.
122148

123-
## Community
149+
## 커뮤니티
124150

125-
Join the conversation and help the community.
151+
대화에 참여하고 커뮤니티에 기여하세요.
126152

127-
- [X (formerly Twitter)][X (formerly Twitter)]
153+
- [X ( Twitter)][X (formerly Twitter)]
128154
- [Bluesky][bluesky]
129155
- [Discord][discord]
130156
- [Gitter][gitter]
131157
- [YouTube][youtube]
132158
- [StackOverflow][stackoverflow]
133-
- Find a Local [Meetup][meetup]
159+
- 지역 [밋업][meetup] 찾기
134160

135161
[![Love Angular badge](https://img.shields.io/badge/angular-love-blue?logo=angular&angular=love)](https://www.github.com/angular/angular)
136162

137-
**Love Angular? Give our repo a star :star: :arrow_up:.**
163+
**Angular를 좋아하시나요? 저장소에 별표를 눌러주세요! :star: :arrow_up:**
138164

139165
[contributing]: CONTRIBUTING.md
140166
[quickstart]: https://angular.dev/tutorials/learn-angular
141167
[changelog]: CHANGELOG.md
142-
[ng]: https://angular.dev
143-
[documentation]: https://angular.dev/overview
144168
[angularmaterial]: https://material.angular.io/
145169
[cli]: https://angular.dev/tools/cli
146170
[architecture]: https://angular.dev/essentials

TRANSLATION_CONTRIBUTING.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Angular 한글 문서 번역 기여 가이드
2+
3+
Angular 공식 문서의 한글 번역 프로젝트에 참여해 주셔서 감사합니다! 이 문서는 번역 작업에 참여하는 방법과 번역 시 지켜야 할 규칙에 대한 안내입니다.
4+
5+
## 번역 참여 방법
6+
7+
1. 이 저장소를 포크(Fork)합니다.
8+
2. 포크한 저장소를 로컬에 클론합니다.
9+
3. 번역할 문서를 선택합니다.
10+
4. 번역 작업을 수행합니다.
11+
5. 변경사항을 커밋하고 푸시합니다.
12+
6. 원본 저장소로 Pull Request를 제출합니다.
13+
14+
## 번역 규칙
15+
16+
### 기본 원칙
17+
18+
1. 원문의 의미를 정확하게 전달하는 것을 최우선으로 합니다.
19+
2. 기술 용어는 가능한 한 한글로 번역하되, 필요시 영문을 병기합니다.
20+
3. 번역된 문장은 자연스러운 한글 문장이 되도록 합니다.
21+
4. 존칭(~합니다, ~입니다 등)을 사용합니다.
22+
23+
### 기술 용어 번역
24+
25+
일관성 있는 번역을 위해 다음과 같은 기술 용어 번역 사전을 참고하세요:
26+
27+
| 영문 | 한글 번역 |
28+
|------|----------|
29+
| component | 컴포넌트 |
30+
| directive | 지시자 |
31+
| pipe | 파이프 |
32+
| service | 서비스 |
33+
| dependency injection | 의존성 주입 |
34+
| template | 템플릿 |
35+
| binding | 바인딩 |
36+
| router | 라우터 |
37+
| module | 모듈 |
38+
| decorator | 데코레이터 |
39+
40+
위 목록에 없는 용어는 [용어 토론 이슈](https://github.com/your-username/angular/issues)를 통해 논의할 수 있습니다.
41+
42+
### 번역 검토 프로세스
43+
44+
1. Pull Request가 제출되면 다른 기여자들이 코드 리뷰를 진행합니다.
45+
2. 리뷰어는 다음 사항을 확인합니다:
46+
- 원문의 의미가 정확하게 전달되었는지
47+
- 번역 규칙이 준수되었는지
48+
- 문법적 오류가 없는지
49+
- 용어 사용이 일관적인지
50+
3. 리뷰를 통과한 번역은 메인 브랜치에 병합됩니다.
51+
52+
## 번역 진행 상황 확인
53+
54+
현재 번역 진행 상황은 [이슈 페이지](https://github.com/your-username/angular/issues)에서 확인할 수 있습니다. 번역을 시작하기 전에 다른 기여자가 이미 해당 문서를 번역하고 있는지 확인하세요.
55+
56+
## 문의 및 도움말
57+
58+
번역 작업 중 질문이나 도움이 필요하시면 [이슈](https://github.com/your-username/angular/issues)를 등록하거나 [디스코드 채널](#)에 참여하세요.
59+
60+
함께 Angular 공식 문서의 한글화를 완성해 나가요!

adev/README.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,51 @@
11
# [Angular.dev](https://www.angular.dev)
22

3-
This site is built with Angular.
3+
이 사이트는 Angular로 구축되었습니다.
44

5-
The content is written primarily in Markdown format located in `src/content`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
5+
내용은 주로 `src/content`에 위치한 Markdown 형식으로 작성되어 있습니다. 간단한 수정의 경우, GitHub에서 파일을 직접 수정하고 Pull Request를 생성할 수 있습니다.
66

7-
## Local Development
7+
## 로컬 개발
88

9-
For local development, [yarn](https://yarnpkg.com/) is the preferred package manager. You can set up a local environment with the following commands
10-
:
9+
로컬 개발을 위해 [yarn](https://yarnpkg.com/)이 선호되는 패키지 관리자입니다. 다음 명령어로 로컬 환경을 설정할 수 있습니다:
1110

1211
```bash
13-
# Clone Angular repo
12+
# Angular 레포지토리 클론
1413
git clone https://github.com/angular/angular.git
1514

16-
# Navigate to project directory
15+
# 프로젝트 디렉토리로 이동
1716
cd angular
1817

19-
# Install dependencies
18+
# 의존성 설치
2019
yarn
2120

22-
# Build and run local dev server
23-
# Note: Initial build will take some time
21+
# 로컬 개발 서버 빌드 및 실행
22+
# 주의: 초기 빌드는 시간이 걸릴 수 있습니다
2423
yarn docs
2524
```
2625

27-
If you are having issues with the docs building, see the [FAQs](#faqs) section.
26+
문서 빌드에 문제가 있는 경우, [자주 묻는 질문(FAQs)](#faqs) 섹션을 참조하세요.
2827

29-
## Contributing
28+
## 기여
3029

31-
Want to report a bug, contribute some code, or improve the documentation? Excellent!
30+
버그를 보고하거나, 코드를 기여하거나, 문서를 개선하고 싶으신가요? 훌륭합니다!
3231

33-
Read through our [contributing guidelines](/CONTRIBUTING.md) to learn about our submission process, coding rules, and more.
32+
우리의 [기여 가이드라인](/CONTRIBUTING.md)을 읽고 제출 프로세스, 코딩 규칙 등을 알아보세요.
3433

35-
And if you're new, 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>.
34+
그리고 새로 오셨다면, <kbd>[도움 필요](https://github.com/angular/angular/labels/help%20wanted)</kbd> 또는 <kbd>[좋은 첫 문제](https://github.com/angular/angular/labels/good%20first%20issue)</kbd>로 라벨이 붙은 문제 중 하나를 확인해 보세요.
3635

37-
### Code of Conduct
36+
### 행동 강령
3837

39-
Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct](/CODE_OF_CONDUCT.md).
38+
Angular를 개방적이고 포용적으로 유지하는 데 도움을 주세요. 우리의 [행동 강령](/CODE_OF_CONDUCT.md)을 읽고 따르세요.
4039

41-
## FAQs
40+
## 자주 묻는 질문(FAQs)
4241

43-
### The build is failing and I'm seeing `bazel:bazel failed: missing input file` messages.
42+
### 빌드에 실패하고 `bazel:bazel failed: missing input file` 메시지가 표시됩니다.
4443

45-
This is most likely due to a bazel dependency / caching issue. To resolve this, run the following command:
44+
이는 대부분 bazel 의존성 / 캐싱 문제 때문일 가능성이 높습니다. 이를 해결하려면 다음 명령어를 실행하세요:
4645

4746
```
48-
# Try this first
47+
# 먼저 이걸 시도하세요
4948
yarn bazel clean
5049
51-
# If that doesn't work, try it with the expunge flag
52-
yarn bazel clean --expunge
53-
```
50+
# 그것이 작동하지 않으면, expunge 플래그와 함께 시도하세요
51+
yarn bazel clean --expunge
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Generating data for `angular.dev/cli`
1+
# `angular.dev/cli`를 위한 데이터 생성
22

3-
This script updates the Angular CLI help JSON files stored in `adev/src/content/cli/help`. This files are used to generate the [angular.dev CLI](https://angular.dev/cli) pages.
3+
이 스크립트는 `adev/src/content/cli/help`에 저장된 Angular CLI 도움말 JSON 파일을 업데이트합니다. 이 파일들은 [angular.dev CLI](https://angular.dev/cli) 페이지를 생성하는 데 사용됩니다.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Code Regions
1+
# 코드 영역
22

3-
All the files in the regions folder were implemented based on angular.io: <https://github.com/angular/angular/tree/17.2.x/aio/tools/transforms/examples-package/services>.
3+
regions 폴더의 모든 파일은 angular.io를 기반으로 구현되었습니다: <https://github.com/angular/angular/tree/17.2.x/aio/tools/transforms/examples-package/services>.

0 commit comments

Comments
 (0)