Skip to content

Commit 08de124

Browse files
committed
Translate "First pass at updating en/documentation/index.md" (ko)
1 parent c3acaac commit 08de124

File tree

1 file changed

+68
-68
lines changed

1 file changed

+68
-68
lines changed

ko/documentation/index.md

+68-68
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
2020
### 초보자용 문서
2121

2222
[Try Ruby][1]
23-
: You can try Ruby right in your browser.
23+
: 브라우저에서 Ruby를 시험해 볼 수 있습니다.
2424

2525
[Learn to Program][8] (영문)
2626
: Chris Pine 님이 작성한 초보자를 위한 작고 멋진 튜토리얼입니다.
@@ -31,46 +31,45 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
3131
달린 예제들입니다.
3232

3333
[Ruby in Twenty Minutes][rubyin20]
34-
: A small Ruby tutorial that should take no more than 20 minutes to
35-
complete.
34+
: 20분 이내에 끝낼 수 있는 작은 Ruby 튜토리얼입니다.
3635

3736
[The Odin Project][odin]
38-
: An open source full stack curriculum
37+
: 오픈소스 풀스택 커리큘럼입니다.
3938

4039
[excercism][exercism]
41-
: 120 exercises with automatic analysis and personal mentoring.
40+
: 자동 분석과 개인 멘토링이 포함된 120개의 연습문제가 제공됩니다.
4241

4342
[Codecademy][codecademy]
44-
: Online code bootcamp with a variety of topics. Freeish.
43+
: 다양한 주제를 다루는 온라인 코드 부트캠프입니다. 무료입니다.
4544

4645
[Ruby For Impatient Nuby][ko-1]
4746
: 서민구 님이 작성하신 Ruby 초보자를 위한 튜토리얼입니다.
4847

4948
[루비 프로그래밍 언어 FAQ][ko-2]
5049
: 황대산 님이 정리하신 FAQ입니다.
5150

52-
### Manuals / Books
51+
### 매뉴얼 /
5352

54-
#### Beginner
53+
#### 초보자
5554

5655
[Programming Ruby 3.3][pickaxe]
57-
: The seminal work on Ruby in English. Recently updated to Ruby 3.3.
56+
: 영어로 된 독창적인 Ruby 책입니다. 최근에 Ruby 3.3으로 업데이트되었습니다.
5857

5958
[The Well-Grounded Rubyist][grounded]
60-
: A tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion.
59+
: Ruby 프로그램부터 리플렉션, 스레딩, 재귀 등과 같은 고급 주제까지 다루는 튜토리얼입니다.
6160

62-
#### Intermediate
61+
#### 중급자
6362

6463
[Practical OOD in Ruby (POODR)][poodr]
65-
: A programmer's tale about how to write object-oriented code.
64+
: 한 프로그래머의 객체지향 코드를 작성하는 방법에 대한 이야기입니다.
6665

67-
#### Expert
66+
#### 전문가
6867

6968
[Metaprogramming][meta]
70-
: Explains metaprogramming in a down-to-earth style.
69+
: 메타 프로그래밍을 쉽게 설명합니다.
7170

7271
[Ruby Under a Microscope (RUM)][microscope]
73-
: An illustrated guide to Ruby internals.
72+
: Ruby 내부를 설명하는 그림이 포함된 가이드입니다.
7473

7574
### 참조
7675

@@ -89,59 +88,59 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
8988
: Ruby 클래스, 모듈, 메서드를 편하게 찾고 탐색하세요.
9089

9190
[ruby-doc.org][39]
92-
: Online API documentation
91+
: 온라인 API 문서입니다.
9392

9493
[DevDocs.io][40]
95-
: Online API documentation
94+
: 온라인 API 문서입니다.
9695

9796
[Ruby QuickRef][42]
98-
: The Ruby quick reference
97+
: 빠른 Ruby 참조 문서입니다.
9998

10099
[rubyreferences][43]
101-
: A full language reference + detailed language changelog. Fantastic.
100+
: 완전한 언어 레퍼런스와 상세한 언어 변경 로그입니다. 훌륭합니다.
102101

103-
### Style Guides
102+
### 스타일 가이드
104103

105104
[rubystyle.guide][44]
106-
: RuboCop's Ruby style guide
105+
: RuboCop의 Ruby 스타일 가이드
107106

108107
[RuboCop][45]
109-
: Automated enforcement of their style guide.
108+
: Rubocop의 스타일 가이드를 자동으로 적용합니다.
110109

111110
[Shopify][46]
112-
: Shopify's Ruby style guide
111+
: Shopify의 Ruby 스타일 가이드
113112

114113
[GitLab][47]
115-
: Gitlab's Ruby style guide
114+
: Gitlab의 Ruby 스타일 가이드
116115

117116
[Airbnb][48]
118-
: Airbnb's Ruby style guide
117+
: Airbnb의 Ruby 스타일 가이드
119118

120119
[w3resource][49]
121-
: W3's Ruby style guide
120+
: W3의 Ruby 스타일 가이드
122121

123-
# Tools
122+
# 도구
124123

125124
[IRB][50]
126-
: The interactive Ruby Read-Eval-Print-Loop (REPL)
125+
: 대화형 Ruby 셸(Read-Eval-Print-Loop, REPL)입니다.
127126

128127
[Pry][51]
129-
: An alternative Ruby REPL
128+
: 또 다른 Ruby REPL입니다.
130129

131130
[Rake][52]
132-
: A make-like build utility for Ruby.
131+
: Ruby의 make와 비슷한 빌드 유틸리티입니다.
133132

134133
[RI][53]
135-
: (Ruby Information) is the Ruby command-line utility that gives fast and easy on-line access to Ruby documentation.
134+
: RI(Ruby Information)는 Ruby의 명령줄 유틸리티로 Ruby 문서에 빠르고 쉽게 접근할 수 있습니다.
136135

137136
[RBS][54]
138-
: Type Signature for Ruby
137+
: Ruby의 타입 시그니처입니다.
139138

140139
[TypeProf][55]
141-
: An experimental type-level Ruby interpreter for testing and understanding Ruby code.
140+
: Ruby 코드를 테스트하고 이해하기 위한 실험적인 타입 수준의 Ruby 인터프리터입니다.
142141

143142
[Steep][56]
144-
: Static type checker for Ruby.
143+
: Ruby의 정적 타입 검사기입니다.
145144

146145
### 편집기와 IDE
147146

@@ -150,54 +149,55 @@ Ruby를 코딩할 때 운영체제의 기본 편집기를 사용할 수 있습
150149
파일 브라우징 등등) 편집기나 고급 기능(자동완성, 리팩토링, 테스트
151150
지원 등등)이 있는 통합 개발 환경도 생각해 볼 만합니다.
152151

153-
Here is a list of popular editors used by Rubyists, broken up by
154-
learning curve:
152+
루비스트가 사용하는 인기 있는 편집기 목록을
153+
학습 곡선에 따라 나누어 놓았습니다.
155154

156-
* Days
155+
156+
* 며칠 안에 익힐 수 있는 편집기
157157
* [Sublime Text][37] (paid)
158158
* [Visual Studio Code][vscode]
159159
* [Zed][zed]
160-
* Months
160+
* 몇 개월 정도 걸리는 편집기
161161
* [RubyMine][27] (paid)
162-
* "Years" (as in, you'll spend years still learning things about it)
163-
* [Emacs][20] with [Ruby mode][21] or [Enhanced Ruby mode][enh-ruby-mode]
164-
* [Vim][25] with [vim-ruby][26] plugin
162+
* "몇 년" (즉, 몇 년 동안 새로운 것을 계속 배울 수 있는 에디터)
163+
* [Ruby 모드][21]이나 [향상된 Ruby 모드][enh-ruby-mode]를 사용하는 [Emacs][20]
164+
* [vim-ruby][26] 플러그인을 사용하는 [Vim][25]
165165
* [NeoVim][neovim]
166166

167-
All of these editors support the Language Server Protocol (LSP),
168-
either by default or through their LSP plugins. Shopify's
169-
[ruby-lsp][ruby-lsp] is one of the most popular language servers for
170-
Ruby and [supports all of the above editors][shopify_lsp].
167+
위에서 언급한 모든 편집기는 기본으로 또는 LSP 플러그인을 통해
168+
언어 서버 프로토콜(LSP)을 지원합니다. Shopify의 [ruby-lsp][ruby-lsp]
169+
Ruby를 위한 가장 인기 있는 언어 서버 중 하나이며,
170+
[위에서 언급한 모든 편집기를 지원합니다][shopify_lsp].
171171

172-
### Older Reading / Resources
172+
### 오래된 문서 / 리소스
173173

174-
These links were more prominent but haven't been updated in ages.
174+
다음 링크들은 한때 더 주목받았지만 오랫동안 업데이트되지 않았습니다.
175175

176-
[Ruby Koans][2]
177-
: The Koans walk you along the path to enlightenment in order to learn
178-
Ruby. The goal is to learn the Ruby language, syntax, structure, and
179-
some common functions and libraries. We also teach you culture.
176+
[Ruby Koans][2] (영문)
177+
: Koans는 Ruby를 배우는 깨달음의 길로 여러분을 안내합니다. Koans의 목표는
178+
Ruby 언어, 문법, 구조, 일반적인 함수들과 라이브러리를 배우는 것입니다.
179+
Koans에서는 문화도 가르칩니다.
180180

181-
[Ruby Essentials][7]
182-
: A free on-line book designed to provide a concise
183-
and easy to follow guide to learning Ruby.
181+
[Ruby Essentials][7] (영문)
182+
: 간결하고 따라 하기 쉬운 Ruby 가이드를 제공하는
183+
무료 온라인 책입니다.
184184

185-
[Why’s (Poignant) Guide to Ruby][5]
186-
: An unconventional but interesting book that will teach you Ruby
187-
through stories, wit, and comics. Originally created by *why the lucky
188-
stiff*, this guide remains a classic for Ruby learners.
185+
[Why’s (Poignant) Guide to Ruby][5] (영문)
186+
: 이야기, 재치, 만화를 통해 Ruby를 가르쳐주는 틀에 얽매이지 않는 재미있는
187+
책입니다. *Why the Lucky Stiff*의 저작물로 Ruby를 배우는 사람을 위한
188+
고전입니다.
189189

190-
[Learn Ruby the Hard Way][38]
191-
: A very good set of exercises with explanations that guide you from
192-
the absolute basics of Ruby all the way to OOP and web development.
190+
[Learn Ruby the Hard Way][38] (영문)
191+
: 아주 기초적인 내용부터 OOP에서 웹 개발까지 다루는 매우 좋은 설명이
192+
달린 예제들입니다.
193193

194-
[Programming Ruby][9]
195-
: The seminal work on Ruby in English, this first edition of the
196-
[Pragmatic Programmers’ book][10] is available for free online.
194+
[Programming Ruby][9] (영문)
195+
: 영어로 된 독창적인 Ruby 책입니다. [Pragmatic Programmers의 책][10]
196+
1판이 무료로 온라인에 공개되어 있습니다.
197197

198-
[The Ruby Programming Wikibook][12]
199-
: A free online manual with beginner and intermediate content plus a
200-
thorough language reference.
198+
[The Ruby Programming Wikibook][12] (영문)
199+
: 초보자와 중급자를 위한 무료 온라인 매뉴얼과
200+
언어 전체 레퍼런스입니다.
201201

202202
[1]: https://try.ruby-lang.org/
203203
[2]: https://rubykoans.com/
@@ -249,7 +249,7 @@ These links were more prominent but haven't been updated in ages.
249249
[poodr]: https://www.poodr.com/
250250
[ruby-lsp]: https://github.com/Shopify/ruby-lsp
251251
[rubyapi-org]: https://rubyapi.org/
252-
[rubyin20]: https://www.ruby-lang.org/en/documentation/quickstart/
252+
[rubyin20]: https://www.ruby-lang.org/ko/documentation/quickstart/
253253
[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html)
254254
[vscode]: https://code.visualstudio.com/docs/languages/ruby
255255
[zed]: https://zed.dev/

0 commit comments

Comments
 (0)