Skip to content

Commit bf597f4

Browse files
committed
Translate "Ruby 3.4.7 Released" (ko)
1 parent ce1048f commit bf597f4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ko/news/_posts/2025-10-07-ruby-3-4-7-released.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
layout: news_post
3-
title: "Ruby 3.4.7 Released"
3+
title: "Ruby 3.4.7 릴리스"
44
author: k0kubun
5-
translator:
5+
translator: "shia"
66
date: 2025-10-07 17:14:11 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 3.4.7 has been released.
10+
Ruby 3.4.7이 릴리스되었습니다.
1111

12-
This release includes [an update to the uri gem addressing CVE-2025-61594](https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/),
13-
along with other bug fixes. Please refer to [the release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_7) for further details.
12+
이 릴리스는 [CVE-2025-61594에 대응하는 uri gem 업데이트](https://www.ruby-lang.org/ko/news/2025/10/07/uri-cve-2025-61594/)를 포함한,
13+
기타 버그 수정이 포함되어 있습니다. 자세한 내용은 [GitHub 릴리스 노트](https://github.com/ruby/ruby/releases/tag/v3_4_7)를 참조하세요.
1414

15-
We recommend updating your version of the uri gem. This release has been made for the convenience of those who wish to continue using it as a default gem.
15+
uri gem을 업데이트할 것을 권장합니다. 이 릴리스는 기본 gem으로 계속 사용하려는 분들의 편의를 위해 제공됩니다.
1616

17-
## Release Schedule
17+
## 릴리스 일정
1818

19-
We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release.
20-
Ruby 3.4.8 is scheduled for December and 3.4.9 for February.
19+
Ruby의 최신 안정 버전(현재 Ruby 3.4)을 2개월마다 릴리스할 계획입니다.
20+
Ruby 3.4.8은 12월에 릴리스될 예정이며, 3.4.9은 2월에 릴리스될 예정입니다.
2121

22-
If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly.
22+
만약 많은 사람들에게 영향을 미치는 변경 사항이 있을 경우, 해당 버전은 예상보다 빨리 릴리스될 수 있으며, 이후 일정이 그에 맞춰 변경될 수 있습니다.
2323

24-
## Download
24+
## 다운로드
2525

2626
{% assign release = site.data.releases | where: "version", "3.4.7" | first %}
2727

@@ -46,7 +46,7 @@ If a change arises that significantly affects users, a release may occur earlier
4646
SHA256: {{ release.sha256.zip }}
4747
SHA512: {{ release.sha512.zip }}
4848

49-
## Release Comment
49+
## 릴리스 코멘트
5050

51-
Many committers, developers, and users who provided bug reports helped us make this release.
52-
Thanks for their contributions.
51+
많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다.
52+
그들의 기여에 감사드립니다.

0 commit comments

Comments
 (0)