Skip to content

Commit 4f17063

Browse files
Copilotmarocchinoriseshia
authored
Translate 2004 news posts (ko) (#3900)
* ko: 2004년 뉴스 포스트 한국어 번역 완료 (29개 파일) Agent-Logs-Url: https://github.com/ruby/www.ruby-lang.org/sessions/c868d18f-1f24-4d57-90d2-377566d915d0 Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> * Revert some keywords into English Co-authored-by: marocchino <marocchino@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Shia <rise.shia@gmail.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> Co-authored-by: marocchino <marocchino@users.noreply.github.com> Co-authored-by: Shia <rise.shia@gmail.com>
1 parent 40cf2ae commit 4f17063

29 files changed

Lines changed: 109 additions & 140 deletions

ko/news/_posts/2004-01-07-matz-on-craftsmanship.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
layout: news_post
3-
title: "Matz on Craftsmanship"
3+
title: "Matz의 프로그래밍 장인 정신"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
Artima.com is running another [segment][1], (part four) of Bill Venners’
9-
interview with Matz. Matz talks about becoming a better programmer
10-
through reading code, learning languages, focusing on fundamentals,
11-
being lazy, and considering interfaces.
8+
Artima.com에서 Bill Venners가 Matz와 나눈 인터뷰의 네 번째 [에피소드][1]를 공개했습니다.
9+
Matz는 코드 읽기, 언어 학습, 기본기에 집중하기, 게으름의 덕목, 그리고 인터페이스 설계를 통해 더 나은 프로그래머가 되는 방법에 대해 이야기합니다.
1210

1311

1412

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: news_post
3-
title: "RSS feed started"
3+
title: "RSS 피드 시작"
44
author: "sho"
55
lang: ko
66
---
77

8-
We just started RSS feed in this site. Check it.
8+
이 사이트에서 RSS 피드를 시작했습니다. 확인해 보세요.
99
https://www.ruby-lang.org/en/index.rdf

ko/news/_posts/2004-01-29-how-to-write-an-rcr.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: news_post
3-
title: "How to write an RCR"
3+
title: "RCR 작성 방법"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
For those interested in submitting a [Ruby Change Request][1], Jim
9-
Weirich has written an article on [How to write an RCR][2]. Future RCR
10-
authors should consider it required reading.
8+
[Ruby 변경 요청(RCR)][1] 제출에 관심 있는 분들을 위해, Jim Weirich가 [RCR 작성 방법][2]에 관한 글을 작성했습니다.
9+
앞으로 RCR을 작성할 분들은 필독 자료로 참고하시기 바랍니다.
1110

1211

1312

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
22
layout: news_post
3-
title: "Ruby-talk Mailing Posting Policy Change"
3+
title: "Ruby-talk 메일링 리스트 게시 정책 변경"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
The ruby-talk mailing has changed its posting policy. The list now
9-
requires one to be a member before posting a message. This is a change
10-
from the previous “anyone may post” policy. If you’ve sent some recent
11-
list messages, but have not seen them on the list, check if you’re using
12-
an appropriate “from” address, and look for any automated list admin
13-
messages coming back.
8+
ruby-talk 메일링 리스트의 게시 정책이 변경되었습니다. 이제 메시지를 게시하려면 리스트에 가입되어 있어야 합니다.
9+
이전의 "누구나 게시 가능" 정책에서 변경된 것입니다. 최근에 리스트에 메시지를 보냈지만 목록에서 보이지 않는다면,
10+
적절한 "발신자" 주소를 사용하고 있는지 확인하시고, 리스트 관리자로부터 오는 자동 메시지가 있는지 확인해 보세요.

ko/news/_posts/2004-02-16-ruby-article-in-linux-journal.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
layout: news_post
3-
title: "Ruby Article in Linux Journal"
3+
title: "Linux Journal에 Ruby 기사 게재"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
The March issue of [Linux Journal][1] has an article by James Britt on
9-
manipulating OpenOffice.org documents using Ruby. Please note that the
10-
article has at least one error: James, who, honestly, really does know
11-
better, incorrectly attributed REXML. The creator/owner of REXML is Sean
12-
Russell.
8+
[Linux Journal][1] 3월호에 James Britt가 루비를 사용하여 OpenOffice.org 문서를 조작하는 방법에 관한 기사를 실었습니다.
9+
단, 기사에 오류가 하나 있습니다. James가 REXML의 작성자를 잘못 기재했습니다.
10+
REXML의 실제 창작자 및 소유자는 Sean Russell입니다.
1311

1412

1513

ko/news/_posts/2004-04-12-ruby-track-and-tutorials-at-oscon.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
layout: news_post
3-
title: "Ruby Track and Tutorials at OSCON"
3+
title: "OSCON에서 Ruby 트랙 및 튜토리얼"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
The [O’Reilly Open Source Convention][1], taking place July 26-30 in
9-
Portland, OR, will include both a [Ruby track][2] and a series of [Ruby
10-
tutorials][3]. This is the first year the Conference has included a Ruby
11-
track.
8+
7월 26일부터 30일까지 미국 오리건주 포틀랜드에서 열리는 [O'Reilly 오픈 소스 컨벤션(OSCON)][1]에서
9+
[Ruby 트랙][2]과 함께 [Ruby 튜토리얼][3] 시리즈가 진행됩니다.
10+
올해는 콘퍼런스 최초로 Ruby 트랙이 포함됩니다.
1211

1312

1413

ko/news/_posts/2004-05-23-rubyconf-2004-pre-registration-is-open.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
22
layout: news_post
3-
title: "RubyConf 2004 pre-registration is open"
3+
title: "RubyConf 2004 사전 등록 시작"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
Pre-registration is open for the Fourth Annual International Ruby
9-
Conference, to be held in Reston, VA, USA, October 1-3 2004. You can
10-
pre-register, and get more information about the conference, at [the
11-
RubyConf site][1] Even if you’re new to Ruby, have a look—the conference
12-
is designed to be as affordable as possible, and is a good place to
13-
learn more about Ruby and meet other Ruby programmers and enthusiasts.
8+
2004년 10월 1일부터 3일까지 미국 버지니아주 레스턴에서 열리는 제4회 연례 국제 Ruby 콘퍼런스의 사전 등록이 시작되었습니다.
9+
[RubyConf 사이트][1]에서 사전 등록 및 콘퍼런스에 관한 자세한 정보를 확인하실 수 있습니다.
10+
Ruby를 처음 접하시는 분들도 방문해 보세요. 이 콘퍼런스는 최대한 저렴하게 참가할 수 있도록 구성되어 있으며,
11+
Ruby에 대해 더 알아보고 다른 Ruby 프로그래머 및 애호가들을 만나기에 좋은 자리입니다.
1412

1513

1614

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: news_post
3-
title: "helium.ruby-lang.org was cracked"
3+
title: "helium.ruby-lang.org 해킹 피해"
44
author: "Shugo Maeda"
55
lang: ko
66
---
77

8-
On Fri May 28, we found that someone cracked helium.ruby-lang.org via
9-
CVS.
8+
5월 28일(금), CVS를 통해 누군가가 helium.ruby-lang.org에 침입한 사실이 확인되었습니다.
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
layout: news_post
3-
title: "Notice on ruby-lang.org mailing list service restart"
3+
title: "ruby-lang.org 메일링 리스트 서비스 재시작 안내"
44
author: "Shugo Maeda"
55
lang: ko
66
---
77

8-
Sorry for our delayed report on restart operation on ruby-lang.org
9-
mailing list service. We should account current management of the lists
10-
orderly.
8+
ruby-lang.org 메일링 리스트 서비스 재시작 작업에 대한 보고가 늦어진 점 양해 부탁드립니다.
9+
현재 리스트 관리 상황을 순서대로 안내해 드리겠습니다.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: news_post
3-
title: "WWW/FTP service restart"
3+
title: "WWW/FTP 서비스 재시작"
44
author: "Shugo Maeda"
55
lang: ko
66
---
77

8-
We have finished the validation on WWW/FTP contents, so we restarted
9-
WWW/FTP services.
8+
WWW/FTP 콘텐츠 검증을 완료하고 WWW/FTP 서비스를 재시작했습니다.

0 commit comments

Comments
 (0)