Skip to content

[KO] Translate articles since 2017-12-17 #1754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 25, 2018
Merged

Conversation

riseshia
Copy link
Member

Could you review this? @ruby/www-ruby-lang-org-i18n-ko 🙇

Especially about 2018-02-24-ruby-2-6-0-preview1-released:

@JuanitoFatas
Copy link
Member

thanks for the translation, the english source of 2.6.0-preview1 post has changed, please rebase on top of it.

@riseshia riseshia force-pushed the translate-ko branch 2 times, most recently from 91afbf1 to 3b5b382 Compare February 25, 2018 01:24
@riseshia
Copy link
Member Author

riseshia commented Feb 25, 2018

@JuanitoFatas Thanks to notify! XD all updates are applied! (amended)


루비스트 여러분에게,

일본 후쿠오카 현은 "Matz" 마츠모토씨와 함께 여러분을 다음 경진 대회에 초대합니다. 흥미로운 루비 프로그램을 개발하셨다면 한번 지원해보세요.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마츠모토씨와 → 마츠모토 씨와


Matz를 포함한 패널들이 후쿠오카 경진대회의 우승자를 선택합니다.
후쿠오카 경진대회의 대상에게는 백만 엔의 상금이 주어집니다.
이전 이 대회의 우승자로는 Rhomobile (USA)과 APEC 기후 센터(Korea)가 있습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about 'Rhomobile(미국)과 APEC 기후 센터(한국)가 있습니다.'?

후쿠오카 경진대회의 대상에게는 백만 엔의 상금이 주어집니다.
이전 이 대회의 우승자로는 Rhomobile (USA)과 APEC 기후 센터(Korea)가 있습니다.

[http://myfukuoka.com/category/news/ruby-news/](http://myfukuoka.com/category/news/ruby-news/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just using <http://myfukuoka.com/category/news/ruby-news/> would be enough.

프로젝트는 지난 12개월 동안 개발되거나 완료된 것만이 유효합니다. 추가 설명이나
참가를 원하신다면 다음 웹사이트를 방문하세요.

[http://www.digitalfukuoka.jp/events/152](http://www.digitalfukuoka.jp/events/152)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<http://www.digitalfukuoka.jp/events/152>


[http://www.digitalfukuoka.jp/events/152](http://www.digitalfukuoka.jp/events/152)
또는
[http://myfukuoka.com/events/2018-fukuoka-ruby-award-guidelines-for-applicants/](http://myfukuoka.com/events/2018-fukuoka-ruby-award-guidelines-for-applicants/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<http://myfukuoka.com/events/2018-fukuoka-ruby-award-guidelines-for-applicants/>

* `Random.bytes`를 추가. [Feature #4938]
* `Binding#source_location`를 추가. [Feature #14230]

이 메소드는 `binding`의 소스 코드 상의 위치를 `__FILE__``__LINE__`을 가지는 배열로 돌려줍니다. 지금까지는 `eval("[__FILE__, __LINE__]", binding)`을 사용하여 같은 정보를 획득할 수 있었습니다만, `binding`의 소스 코드의 위치를 무시하도록 변경할 예정입니다 [Bug #4352]. 그러므로 앞으로는 `Kernel#eval`보다는 이 새로운 메소드를 사용해야 합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`binding`의 소스 코드의 위치를 → `Kernel#eval`이 `binding`의 소스 코드 위치를


## 성능 향상

* 뒤에서 설명할 `$SAFE`의 변경으로 고려할 부분이 줄어들었으므로 `Proc#call`의 속도가 빨라졌습니다. [Feature #14318]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'고려할 부분이 줄어들었으므로' doesn't tell that we don't need to care about $SAFE.

Copy link
Member Author

@riseshia riseshia Feb 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's right.... How about "뒤에서 설명할 $SAFE의 변경으로 Proc#call이 고려해야하는 부분이 줄어들어 속도가 빨라졌습니다."?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's better. How about following the original text?
'`Proc#call`이 더 이상 `$SAFE`를 고려하지 않아도 되어 속도가 빨라졌습니다.'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. I agree with that 👍 8acd7b9


* 뒤에서 설명할 `$SAFE`의 변경으로 고려할 부분이 줄어들었으므로 `Proc#call`의 속도가 빨라졌습니다. [Feature #14318]

`Proc#call`을 대량으로 호출하는 `lc_fizzbuzz` 벤치마크에서는 1.4배 빨라졌습니다. [Bug #10212]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

벤치마크에서는 → 벤치마크가


`Proc#call`을 대량으로 호출하는 `lc_fizzbuzz` 벤치마크에서는 1.4배 빨라졌습니다. [Bug #10212]

* `block`이 블록 파라미터인 경우의 `block.call`이 고속화됩니다. [Feature #14330]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about '빨라졌습니다' instead of '고속화됩니다'?


## 2.5 이후 주목할 만한 변경

* `$SAFE`가 프로세스 전역으로 취급되며, `0` 이외의 값을 설정한 후에 `0`으로 되돌리는 것이 가능해집니다. [Feature #14250]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

프로세스 전역으로 → 프로세스 전역 변수로

@riseshia
Copy link
Member Author

3fd389b Fixed all mentions XD


IIJ GIO 상의 수상자는 다음을 받게 됩니다.

* 500,000엔 상당의 GIO 무료 쿠폰(유효기간 6개월)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original text is:

  • Further details will be announced later.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈 f20b76f

@riseshia
Copy link
Member Author

Many thanks!!

@riseshia riseshia merged commit 9d6c19b into ruby:master Feb 25, 2018
@riseshia riseshia deleted the translate-ko branch February 25, 2018 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants