Skip to content
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

[ko] using css gradient 번역 #22105

Merged
merged 3 commits into from
Jul 7, 2024
Merged

Conversation

givvemee
Copy link
Contributor

@givvemee givvemee commented Jul 2, 2024

Description

기존에 한국어로 존재하지 않던 문서 Using CSS gradients 를 번역합니다 .........................

Motivation

Additional details

Related issues and pull requests

@givvemee givvemee requested a review from a team as a code owner July 2, 2024 06:46
@givvemee givvemee requested review from wisedog and removed request for a team July 2, 2024 06:46
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Jul 2, 2024
Copy link
Contributor

github-actions bot commented Jul 2, 2024

Preview URLs

Flaws (22)

URL: /ko/docs/Web/CSS/CSS_images/Using_CSS_gradients
Title: CSS 그라디언트 사용하기
Flaw count: 22

  • macros:
    • /ko/docs/Web/CSS/gradient/radial-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/radial-gradient
    • /ko/docs/Web/CSS/gradient/conic-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/conic-gradient
    • /ko/docs/Web/CSS/gradient/repeating-linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-linear-gradient
    • /ko/docs/Web/CSS/gradient/repeating-radial-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-radial-gradient
    • /ko/docs/Web/CSS/gradient/repeating-conic-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-conic-gradient
    • and 17 more flaws omitted
External URLs (4)

URL: /ko/docs/Web/CSS/CSS_images/Using_CSS_gradients
Title: CSS 그라디언트 사용하기

(comment last updated: 2024-07-07 12:04:46)

@wisedog
Copy link
Contributor

wisedog commented Jul 2, 2024

왜 .... 이 많이 붙었는지는 확실히 알겠습니다. 좀 시간을 가지고 보도록 할께요.

일단 그림은 같이 PR 포함하지 않으셔도 됩니다.

Copy link
Contributor

@wisedog wisedog left a comment

Choose a reason for hiding this comment

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

이 정도로 하겠습니다. 긴 글인데 정말 고생하셨습니다. 몇 가지만 수정 부탁드립니다.

특히 이미지는 중앙에서 제어하니까 지우셔도, 아니 지우셔야 합니다. (다른 언어 레포를 가시면 확실히 아실 수 있습니다)

감사합니다!

files/ko/web/css/css_images/using_css_gradients/index.md Outdated Show resolved Hide resolved

### 색상 정지 지점 위치 설정하기

색상 정지 지점을 기본값으로만 이용하지 않아도 됩니다. 위치를 미세하기 조정하기 위해 각각의 색상 정지 지점에 0개, 하나, 혹은 두 개의 백분율, 혹은 방사형과 선형의 경우에는 절대값을 부여할 수 있습니다. 위치를 백분율로 지정할 경우에는, `0%` 은 시작 지점이 되는 반면 `100%` 는 끝 지점을 표현합니다. 하지만, 의도한대로 효과를 내고 싶다면 범위에서 벗어난 값을 사용할 수도 있습니다. 만일 위치를 지정하지 않을 경우에는 해당 색상 정지 지점의 위치는 자동으로 계산됩니다. 첫번째 색상 정지 지점은 `0%` 에, 마지막 색상 정지 지점은 `100%` 가 되고, 다른 색상 정지 지점은 인접한 다른 색상 정지 지점 사이의 중간에 위치하게 됩니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

이 부분이 원문 You don't have to leave your color stops at their default positions. 인데요.
제가 CSS를 잘 몰라서 물어봅니다만, default position기본 값이라 해석하신 이유가 궁금합니다. 직역하자면 기본 위치인데요.


### 색상 정지 지점 위치 설정하기

색상 정지 지점을 기본값으로만 이용하지 않아도 됩니다. 위치를 미세하기 조정하기 위해 각각의 색상 정지 지점에 0개, 하나, 혹은 두 개의 백분율, 혹은 방사형과 선형의 경우에는 절대값을 부여할 수 있습니다. 위치를 백분율로 지정할 경우에는, `0%` 은 시작 지점이 되는 반면 `100%` 는 끝 지점을 표현합니다. 하지만, 의도한대로 효과를 내고 싶다면 범위에서 벗어난 값을 사용할 수도 있습니다. 만일 위치를 지정하지 않을 경우에는 해당 색상 정지 지점의 위치는 자동으로 계산됩니다. 첫번째 색상 정지 지점은 `0%` 에, 마지막 색상 정지 지점은 `100%` 가 되고, 다른 색상 정지 지점은 인접한 다른 색상 정지 지점 사이의 중간에 위치하게 됩니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

또한 위치를 미세하기 조정하기 위해 각각의 색상 정지 지점에 0개, 하나, 혹은 두 개의 백분율, 혹은 방사형과 선형의 경우에는 절대값을 부여할 수 있습니다. 인데, 원문은
To fine-tune their locations, you can give each one zero, one, or two percentage or, for radial and linear gradients, absolute length values.

입니다. 여기서 해석을 각각 0, 1 혹은 2퍼센트가 맞지 않을까요? 또한 절대값보다는 절대 길이가 맞지 않나 싶습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@wisedog
위에 있던

이 부분이 원문 You don't have to leave your color stops at their default positions. 인데요.
제가 CSS를 잘 몰라서 물어봅니다만, default position을 기본 값이라 해석하신 이유가 궁금합니다. 직역하자면 기본 위치인데요.

와 같이 답변 드리자면,

정지 지점 < 이라는 단어 자체가 위치를 내포하고 있기 때문에 default position 은 기본 값으로 해석했는데, 기본 위치로 변경하는 것이 더 좋아 보입니다. 같은 맥락으로 절대값도 절대 길이로 변경합니다.
그런데 0, 1 혹은 2퍼센트는 ... 의견이 조금 다릅니다. 0% 와 100% 사이의 여러 중간 값들을 취할 수 있다는 맥락으로 생각하면 0개, 한 개, 혹은 두 개의 백분율이라고 해석되어야 하는 게 맞지 않나 싶어요.

Copy link
Contributor

Choose a reason for hiding this comment

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

음.. 그렇군요 알겠습니다!

files/ko/web/css/css_images/using_css_gradients/index.md Outdated Show resolved Hide resolved
@givvemee givvemee requested a review from wisedog July 7, 2024 12:03
@wisedog wisedog merged commit 163ca44 into mdn:main Jul 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content.
2 participants