-
Notifications
You must be signed in to change notification settings - Fork 856
[문서] C07 충돌 해결 및 미번역분 번역 #1859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2026-en-merge
Are you sure you want to change the base?
[문서] C07 충돌 해결 및 미번역분 번역 #1859
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,9 @@ | ||
| # 닌자 코드 | ||
|
|
||
|
|
||
| <<<<<<< HEAD | ||
| ```quote author="공자" | ||
| ```quote author="공자(논어)" | ||
| 생각 없이 배우기만 하면 얻는 것이 없고,<br> | ||
| 생각만 하고 배우지 않으면 오류나 독단에 빠질 위험이 있다. | ||
| ======= | ||
| ```quote author="Confucius (Analects)" | ||
| Learning without thought is labor lost; thought without learning is perilous. | ||
| >>>>>>> upstream/master | ||
| ``` | ||
|
|
||
| 닌자라 불리던 전설 속 개발자들은 유지보수 담당 개발자를 혹독하게 훈련하고자 (아래에서 소개해 드릴) 다양한 편법을 사용하곤 했습니다. | ||
|
|
@@ -111,15 +106,10 @@ i = i ? i < 0 ? Math.max(0, len + i) : i : 0; | |
|
|
||
| ## 동의어 사용하기 | ||
|
|
||
| <<<<<<< HEAD | ||
| ```quote author="공자" | ||
| 모든 일 중 가장 어려운 일은<br> | ||
| 어두운 방에서 검은 고양이를 찾는 일이다.<br><br> | ||
| 특히 그 방에 고양이가 없을 때에. | ||
| ======= | ||
| ```quote author="Laozi (Tao Te Ching)" | ||
| The Tao that can be told is not the eternal Tao. The name that can be named is not the eternal name. | ||
| >>>>>>> upstream/master | ||
| ```quote author="노자(도덕경)" | ||
|
Comment on lines
-118
to
+109
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 사소한 부분이지만
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 국립국어원에서 "주석이나 보충적인 내용을 덧붙일 때 소괄호는 앞말에 붙여 '니체(독일의 철학자)'와 같이 쓴다"고 안내하고 있더라고요 (링크). 같은 파일 안 다른 기존 형식 그대로 두는 쪽으로 가도 괜찮을까요? |
||
| 말할 수 있는 도(道)는 영원한 도가 아니며,<br> | ||
| 이름 붙일 수 있는 이름은<br> | ||
| 영원한 이름이 아니다. | ||
| ``` | ||
|
|
||
| *유사한* 뜻을 가진 단어 여러 개를 *같은*걸 명명하는 데 사용해서 당신의 풍부한 어휘력을 은연중에 드러내 봅시다. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
같은 파일 코멘트와 마찬가지로 "공자 (논어)" 한 칸 띄우면 원문 형식과 더 일관되어 보일 것 같습니다!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위 노자 관련 리뷰 코멘트와 같은 이유로 기존 형식 유지하려고 하는데 괜찮으실까요?