Skip to content

Commit 6260de3

Browse files
Copilotmarocchinoriseshia
authored
Translate 2001–2002 news posts (ko) (#3902)
* ko: translate 2001-2002 news posts into Korean Agent-Logs-Url: https://github.com/ruby/www.ruby-lang.org/sessions/c6c3e0e0-4244-423b-a16b-f0cd2c015ed8 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> * Apply suggestions from code review Co-authored-by: marocchino <marocchino@users.noreply.github.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 a4c1406 commit 6260de3

17 files changed

Lines changed: 137 additions & 152 deletions

ko/news/_posts/2001-01-18-stable-snapshot-is-available.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: news_post
3-
title: "Stable snapshot is available"
3+
title: "안정 스냅샷 공개"
44
author: "Matz"
55
lang: ko
66
---
77

8-
[Stable snapshot][1] is available. This is tar’ed and gzip’ed file of
9-
the latest stable CVS. It should be better than the last release.
8+
[안정 스냅샷][1]이 공개되었습니다. 최신 안정 CVS를 tar와 gzip으로 압축한
9+
파일입니다. 마지막 릴리스보다 개선된 버전입니다.
1010

1111

1212

ko/news/_posts/2001-04-19-ruby-pocket-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: news_post
3-
title: "Ruby Pocket Reference"
3+
title: "Ruby 포켓 레퍼런스"
44
author: "Matz"
55
lang: ko
66
---
77

8-
O’Reilly finally decided to publish translation of Ruby Pocket
9-
Reference. It will be [full-sized book titled “Ruby in a Nutshell”][1].
8+
O'Reilly가 마침내 Ruby 포켓 레퍼런스의 번역본 출판을 결정했습니다.
9+
["Ruby 인 어 넛쉘"이라는 제목의 전문 도서][1]로 출판될 예정입니다.
1010

1111

1212

ko/news/_posts/2001-06-20-ruby-garden.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: news_post
3-
title: "Ruby Garden"
3+
title: "Ruby 가든"
44
author: "Matz"
55
lang: ko
66
---
77

8-
[Ruby Garden][1]News Portal for Ruby.
8+
[Ruby 가든][1]Ruby 뉴스 포털.
99

1010

1111

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: news_post
3-
title: "Removed language comparison page"
3+
title: "언어 비교 페이지 삭제"
44
author: "NaHi"
55
lang: ko
66
---
77

8-
Matz decided to remove the page.
8+
Matz가 페이지를 삭제하기로 결정했습니다.
99

1010

1111

1212

13-
"I removed the link to the language comparison page,
14-
because there're too many people to take it too serious.
15-
It was supposed to be funny."
13+
"언어 비교 페이지 링크를 삭제했습니다. 너무 많은 사람들이
14+
이것을 지나치게 진지하게 받아들이기 때문입니다.
15+
원래 재미를 위한 페이지였습니다."

ko/news/_posts/2001-07-13-ruby-introduction-presentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: news_post
3-
title: "Ruby introduction presentation"
3+
title: "Ruby 소개 발표"
44
author: "Matz"
55
lang: ko
66
---
77

8-
[Ruby introduction presentation at New York City CTO club][1] by Jim
9-
Menard on July 10, 2001.
8+
2001년 7월 10일, Jim Menard가 뉴욕 시티 CTO 클럽에서 한
9+
[Ruby 소개 발표][1]입니다.
1010

1111

1212

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: news_post
3-
title: "Ruby CVS Repository Guide"
3+
title: "Ruby CVS 저장소 가이드"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
The source code of Ruby is stored in CVS repositories. You can walk them
9-
around by CVSweb:
8+
Ruby 소스 코드는 CVS 저장소에 저장되어 있습니다. CVSweb을 통해 탐색할 수
9+
있습니다:
1010

1111
* https://www.ruby-lang.org/cgi-bin/cvsweb.cgi/
1212

13-
Anonymous CVS is also available:
13+
익명 CVS도 이용 가능합니다:
1414

1515
$ cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src login
1616
(Logging in to anonymous@cvs.ruby-lang.org)
@@ -27,13 +27,13 @@ Anonymous CVS is also available:
2727
CVS password:
2828
$ cvs -z4 -d :pserver:anonymous@cvs.ruby-lang.org:/www co www
2929

30-
No password is required. Please just press Enter.
30+
비밀번호는 필요하지 않습니다. 엔터 키를 누르시면 됩니다.
3131

32-
In addition, CVSup is also available:
32+
또한 CVSup도 이용 가능합니다:
3333

3434
* http://cvs.ruby-lang.org/cvsup/
3535

36-
You’ll find “supfiles” here. With them, you can get a part of or a whole
37-
repository by means of CVSup.
36+
여기서 "supfiles"를 찾을 수 있습니다. 이를 통해 CVSup으로 저장소의
37+
일부 또는 전체를 가져올 수 있습니다.
3838

39-
That’s all, folks! Happy hacking!
39+
이상입니다! 즐거운 해킹 되세요!
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: news_post
3-
title: "Report Security Issues"
3+
title: "보안 문제 신고"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
Please send a mail to
9-
[security@ruby-lang.org](mailto:security@ruby-lang.org) to report
10-
security issues. Reported problems will be published after fixes.
8+
보안 문제를 신고하려면
9+
[security@ruby-lang.org](mailto:security@ruby-lang.org)로 메일을 보내 주세요.
10+
신고된 문제는 수정 후 공개됩니다.

ko/news/_posts/2002-03-01-167-is-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: news_post
3-
title: "1.6.7 is released"
3+
title: "1.6.7 릴리스"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
The new stable version [1.6.7][1] is released.
8+
새로운 안정 버전 [1.6.7][1]이 릴리스되었습니다.
99

1010

1111

ko/news/_posts/2002-09-18-dutch-translation-of-wwwruby-langorg.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
layout: news_post
3-
title: "Dutch translation of www.ruby-lang.org"
3+
title: "www.ruby-lang.org 네덜란드어 번역 공개"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
[Dutch translation of www.ruby-lang.org][1] is available. Thanks to John
9-
Jacobs.
8+
John Jacobs 덕분에 [www.ruby-lang.org 네덜란드어 번역][1]이 공개되었습니다.
109

1110

1211

ko/news/_posts/2002-10-24-raa-replaced.md

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
11
---
22
layout: news_post
3-
title: "RAA replaced"
3+
title: "RAA 교체"
44
author: "Unknown Author"
55
lang: ko
66
---
77

8-
We www-admin@ruby-lang.org rewrote current [RAA][1] which got a little
9-
old and rickety.
8+
www-admin@ruby-lang.org이 다소 노후화된 기존 [RAA][1]를 새로 작성했습니다.
109

11-
Changes:
10+
변경 사항:
1211

13-
* lightweight top page
12+
* 가벼워진 상단 페이지
1413
* iso8859-1 =&gt; UTF-8
15-
* added simple keyword search
16-
* show projects by the specified owner
17-
18-
SOAP and XML-RPC interfaces will be updated, too. Users of RAA SOAP and
19-
XML-RPC interfaces, please tell me if the problem occurred. I changed
20-
wire format a little. See below;
21-
22-
* id and owner\_id element are added to each entry. Those two elements
23-
contain positive integer.
24-
* For SOAP interface users only: element url, download and email are
25-
marked as xsd:anyURI type. Those elements will be unmarshalled as a
26-
URI object at client side, not a String object.
27-
28-
Except SOAP and XML-RPC we are offering a plain XML or RDF file of RAA
29-
information. Those are at http://raa.ruby-lang.org/xml.xml and
30-
http://raa.ruby-lang.org/rdf.xml. You can also get recent information in
31-
RDF format from http://raa.ruby-lang.org/since.mrb
32-
33-
Users of pragdave’s XML/RDF feed interfaces should use above for a
34-
while. Pragdave’s former interfaces are not updated now because of
35-
replacing RAA DB. Bare in mind some changes are made to these
36-
interfaces, too. See below;
37-
38-
* \*.xml files are updated in each 15 minutes, not on the fly.
39-
* Charset encoding scheme was changed from iso-8859-1 to UTF-8.
40-
* XML instance format is changed for user’s convenience.
14+
* 간단한 키워드 검색 추가
15+
* 지정한 소유자의 프로젝트 표시
16+
17+
SOAP 및 XML-RPC 인터페이스도 업데이트될 예정입니다. RAA SOAP 및 XML-RPC
18+
인터페이스 사용자는 문제가 발생하면 알려 주시기 바랍니다. 와이어 포맷이
19+
약간 변경되었습니다. 자세한 내용은 아래를 참고하세요:
20+
21+
* 각 항목에 id 및 owner\_id 요소가 추가되었습니다. 두 요소에는 양의 정수가
22+
포함됩니다.
23+
* SOAP 인터페이스 사용자 한정: url, download, email 요소가 xsd:anyURI
24+
형식으로 지정됩니다. 클라이언트 측에서 해당 요소는 String 객체가 아닌
25+
URI 객체로 언마샬링됩니다.
26+
27+
SOAP 및 XML-RPC 외에도 RAA 정보를 담은 일반 XML 또는 RDF 파일도 제공합니다.
28+
파일의 위치는 http://raa.ruby-lang.org/xml.xml과
29+
http://raa.ruby-lang.org/rdf.xml입니다. 최신 정보는 RDF 형식으로
30+
http://raa.ruby-lang.org/since.mrb에서도 확인할 수 있습니다.
31+
32+
pragdave의 XML/RDF 피드 인터페이스 사용자는 당분간 위의 주소를 이용해
33+
주세요. pragdave의 기존 인터페이스는 RAA DB 교체로 인해 현재 업데이트되지
34+
않습니다. 또한 이 인터페이스에도 일부 변경 사항이 있으니 참고해 주세요:
35+
36+
* \*.xml 파일은 실시간이 아닌 15분마다 업데이트됩니다.
37+
* 문자 인코딩이 iso-8859-1에서 UTF-8로 변경되었습니다.
38+
* XML 인스턴스 형식이 사용 편의를 위해 변경되었습니다.
4139

4240

4341

0 commit comments

Comments
 (0)