Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73298a6

Browse files
committedJan 4, 2025·
Translate "First pass at updating en/documentation/index.md" (ko)
1 parent c3acaac commit 73298a6

File tree

1 file changed

+68
-65
lines changed

1 file changed

+68
-65
lines changed
 

‎ko/documentation/index.md

Lines changed: 68 additions & 65 deletions
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,47 @@ 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]
4140
: 120 exercises with automatic analysis and personal mentoring.
41+
: 자동 분석과 개인 멘토링이 포함된 120개의 연습문제가 제공됩니다.
4242

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

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

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

52-
### Manuals / Books
52+
### 매뉴얼 /
5353

54-
#### Beginner
54+
#### 초보자
5555

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

5960
[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.
61+
: Ruby 프로그램부터 리플렉션, 스레딩, 재귀 등과 같은 고급 주제까지 다루는 튜토리얼입니다.
6162

62-
#### Intermediate
63+
#### 중급자
6364

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

67-
#### Expert
68+
#### 전문가
6869

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

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

7576
### 참조
7677

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

9192
[ruby-doc.org][39]
92-
: Online API documentation
93+
: 온라인 API 문서입니다.
9394

9495
[DevDocs.io][40]
95-
: Online API documentation
96+
: 온라인 API 문서입니다.
9697

9798
[Ruby QuickRef][42]
98-
: The Ruby quick reference
99+
: 빠른 Ruby 참조 문서입니다.
99100

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

103-
### Style Guides
104+
### 스타일 가이드
104105

105106
[rubystyle.guide][44]
106-
: RuboCop's Ruby style guide
107+
: RuboCop의 Ruby 스타일 가이드
107108

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

111112
[Shopify][46]
112-
: Shopify's Ruby style guide
113+
: Shopify의 Ruby 스타일 가이드
113114

114115
[GitLab][47]
115-
: Gitlab's Ruby style guide
116+
: Gitlab의 Ruby 스타일 가이드
116117

117118
[Airbnb][48]
118-
: Airbnb's Ruby style guide
119+
: Airbnb의 Ruby 스타일 가이드
119120

120121
[w3resource][49]
121-
: W3's Ruby style guide
122+
: W3의 Ruby 스타일 가이드
122123

123-
# Tools
124+
# 도구
124125

125126
[IRB][50]
126127
: The interactive Ruby Read-Eval-Print-Loop (REPL)
128+
: 대화형 Ruby 셸(Read-Eval-Print-Loop, REPL)입니다.
127129

128130
[Pry][51]
129-
: An alternative Ruby REPL
131+
: 또 다른 Ruby REPL입니다.
130132

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

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

137139
[RBS][54]
138-
: Type Signature for Ruby
140+
: Ruby의 타입 시그니처입니다.
139141

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

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

146148
### 편집기와 IDE
147149

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

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

156-
* Days
158+
159+
* 며칠 안에 익힐 수 있는 편집기
157160
* [Sublime Text][37] (paid)
158161
* [Visual Studio Code][vscode]
159162
* [Zed][zed]
160-
* Months
163+
* 몇 개월 정도 걸리는 편집기
161164
* [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
165+
* "몇 년" (즉, 몇 년 동안 새로운 것을 계속 배울 수 있는 에디터)
166+
* [Ruby 모드][21]이나 [향상된 Ruby 모드][enh-ruby-mode]를 사용하는 [Emacs][20]
167+
* [vim-ruby][26] 플러그인을 사용하는 [Vim][25]
165168
* [NeoVim][neovim]
166169

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].
170+
위에서 언급한 모든 편집기는 기본으로 또는 LSP 플러그인을 통해
171+
언어 서버 프로토콜(LSP)을 지원합니다. Shopify의 [ruby-lsp][ruby-lsp]
172+
Ruby를 위한 가장 인기 있는 언어 서버 중 하나이며,
173+
[위에서 언급한 모든 편집기를 지원합니다][shopify_lsp].
171174

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

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

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.
179+
[Ruby Koans][2] (영문)
180+
: Koans는 Ruby를 배우는 깨달음의 길로 여러분을 안내합니다. Koans의 목표는
181+
Ruby 언어, 문법, 구조, 일반적인 함수들과 라이브러리를 배우는 것입니다.
182+
Koans에서는 문화도 가르칩니다.
180183

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

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.
188+
[Why’s (Poignant) Guide to Ruby][5] (영문)
189+
: 이야기, 재치, 만화를 통해 Ruby를 가르쳐주는 틀에 얽매이지 않는 재미있는
190+
책입니다. *Why the Lucky Stiff*의 저작물로 Ruby를 배우는 사람을 위한
191+
고전입니다.
189192

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.
193+
[Learn Ruby the Hard Way][38] (영문)
194+
: 아주 기초적인 내용부터 OOP에서 웹 개발까지 다루는 매우 좋은 설명이
195+
달린 예제들입니다.
193196

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.
197+
[Programming Ruby][9] (영문)
198+
: 영어로 된 독창적인 Ruby 책입니다. [Pragmatic Programmers의 책][10]
199+
1판이 무료로 온라인에 공개되어 있습니다.
197200

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

202205
[1]: https://try.ruby-lang.org/
203206
[2]: https://rubykoans.com/
@@ -249,7 +252,7 @@ These links were more prominent but haven't been updated in ages.
249252
[poodr]: https://www.poodr.com/
250253
[ruby-lsp]: https://github.com/Shopify/ruby-lsp
251254
[rubyapi-org]: https://rubyapi.org/
252-
[rubyin20]: https://www.ruby-lang.org/en/documentation/quickstart/
255+
[rubyin20]: https://www.ruby-lang.org/ko/documentation/quickstart/
253256
[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html)
254257
[vscode]: https://code.visualstudio.com/docs/languages/ruby
255258
[zed]: https://zed.dev/

0 commit comments

Comments
 (0)
Please sign in to comment.