Skip to content

Commit 0c0ebbc

Browse files
committed
Update: translate html files
1 parent 3d348dd commit 0c0ebbc

17 files changed

Lines changed: 1943 additions & 1840 deletions

File tree

.firebase/hosting.ZGlzdC9iaW4vYWRldi9idWlsZC9icm93c2Vy.cache

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

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/src/app/app.component.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
<button (click)="focusFirstHeading()" class="adev-skip">Skip to main content</button>
1+
<button (click)="focusFirstHeading()" class="adev-skip">메인 콘텐츠로 건너뛰기</button>
22

33
@defer (when isBrowser) {
44
<adev-progress-bar />
5-
<docs-top-level-banner expiry="2024-12-10" id="state-of-js-2024" link="https://survey.devographics.com/en-US/survey/state-of-js/2024?source=angular_homepage" text="Share your experience with Angular in The State of JavaScript 2024 survey" />
5+
<docs-top-level-banner
6+
expiry="2024-12-10"
7+
id="state-of-js-2024"
8+
link="https://survey.devographics.com/en-US/survey/state-of-js/2024?source=angular_homepage"
9+
text="The State of JavaScript 2024 설문조사에서 Angular에 대한 경험을 공유해주세요"
10+
/>
611
}
712

813
<div class="adev-nav"></div>

0 commit comments

Comments
 (0)