Skip to content

#1720 random-min-max 해답 번역 첫번째 줄 - #1732

Open
kenna-hwa wants to merge 7 commits into
javascript-tutorial:masterfrom
kenna-hwa:1720-random-min-max-solution-1
Open

#1720 random-min-max 해답 번역 첫번째 줄#1732
kenna-hwa wants to merge 7 commits into
javascript-tutorial:masterfrom
kenna-hwa:1720-random-min-max-solution-1

Conversation

@kenna-hwa

@kenna-hwakenna-hwa commented Dec 1, 2023

Copy link
Copy Markdown

요약

[신규 번역]

숫자형 과제 번역 (random-min-max 과제 해설의 첫번째 줄)

연관 이슈

#1720

Pull Request 체크리스트

TODO

  • 번역 규칙을 확인하셨나요?
    • 줄 바꿈과 단락을 '원문과 동일하게' 유지하셨나요?
    • 맞춤법 검사기로 맞춤법을 확인하셨나요?
    • 마크다운 문법에 사용되는 공백(스페이스), 큰따옴표("), 작은따옴표('), 대시(-), 백틱(`) 등의 특수문자는 그대로 두셨나요?
  • 로컬 서버 세팅 후 최종 결과물을 확인해 보셨나요?
  • PR 하나엔 번역문 하나만 넣으셨나요?
  • 의미 있는 커밋 메시지를 작성하셨나요?
    • 예시
      • [프락시] 번역
      • [프락시] 과제 번역
      • [if문과 조건부 연산자 '?'] 리뷰
      • [주석] 2차 리뷰
      • [Date 객체와 날짜] 번역

@CLAassistant

CLAassistant commented Dec 1, 2023

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@@ -1,4 +1,4 @@
We need to "map" all values from the interval 0..1 into values from `min` to `max`.
우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다.
우리는 0부터 1까지의 모든 값을 `min`부터 `max`까지의 범위로 '매핑' 해야합니다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@@ -1,4 +1,4 @@
We need to "map" all values from the interval 0..1 into values from `min` to `max`.
우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@javascript-translate-bot

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@kenna-hwa

Copy link
Copy Markdown
Author

/done

@Violet-Bora-LeeViolet-Bora-Lee left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

PR에 본인이 작성하지 않은 커밋들이 들어가있습니다.
작업 브랜치를 적절히 갱신해주세요.

@javascript-translate-bot

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@kenna-hwa@CLAassistant@javascript-translate-bot@Violet-Bora-Lee@ArtistGodGun