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] css abs 신규 번역 #24108

Merged
merged 4 commits into from
Oct 31, 2024
Merged

[ko] css abs 신규 번역 #24108

merged 4 commits into from
Oct 31, 2024

Conversation

givvemee
Copy link
Contributor

Description

기존에 한국어로 존재하지 않던 문서 abs() 를 번역합니다.

Motivation

Additional details

Related issues and pull requests

@givvemee givvemee requested a review from a team as a code owner October 17, 2024 13:10
@givvemee givvemee requested review from hochan222 and removed request for a team October 17, 2024 13:11
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Oct 17, 2024
Copy link
Contributor

github-actions bot commented Oct 17, 2024

Preview URLs

Flaws (3)

URL: /ko/docs/Web/CSS/abs
Title: abs()
Flaw count: 3

  • macros:
    • /ko/docs/Web/CSS/max does not exist but fell back to /en-US/docs/Web/CSS/max
    • /ko/docs/Web/CSS/max does not exist but fell back to /en-US/docs/Web/CSS/max
    • /ko/docs/Web/CSS/sign does not exist but fell back to /en-US/docs/Web/CSS/sign

(comment last updated: 2024-10-24 00:42:31)

Copy link
Member

@hochan222 hochan222 left a comment

Choose a reason for hiding this comment

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

@givvemee 님 안녕하세요.

몇가지 리뷰사항 하기에 남겨두었습니다.

고생 정말 많으셨습니다. 좋은 하루 보내세요 :)

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

### 매개변수

`abs(x)` 함수는 매개변수로 오직 하나의 값을 취합니다.
Copy link
Member

Choose a reason for hiding this comment

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

[제안]

Suggested change
`abs(x)` 함수는 매개변수로 오직 하나의 값을 취합니다.
`abs(x)` 함수는 하나의 값만 매개변수로 받습니다.

조금 더 공식적인 느낌으로 제안 드립니다.

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

### 양수 변수

`abs()` 함수는 값이 항상 양수일 것이라고 보장할 수 있습니다. 아래 예제는 CSS 커스텀 속성인 `--font-size` 가 {{CSSxRef("font-size")}} 의 값으로 사용됩니다. 커스텀 속성을 `abs()` 함수로 감싸면 음수는 양수로 반환됩니다.
Copy link
Member

Choose a reason for hiding this comment

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

[제안]

Suggested change
`abs()` 함수는 값이 항상 양수일 것이라고 보장할 수 있습니다. 아래 예제는 CSS 커스텀 속성인 `--font-size` 가 {{CSSxRef("font-size")}} 의 값으로 사용됩니다. 커스텀 속성을 `abs()` 함수로 감싸면 음수는 양수로 반환됩니다.
`abs()` 함수는 값을 항상 양수로 만들기 위해 사용할 수 있습니다. 아래 예제는 CSS 커스텀 속성인 `--font-size` 가 {{CSSxRef("font-size")}} 의 값으로 사용됩니다. 커스텀 속성을 `abs()` 함수로 감싸면 음수는 양수로 반환됩니다.

자연스럽게 표현해보았습니다.

files/ko/web/css/abs/index.md Outdated Show resolved Hide resolved
Copy link
Member

@hochan222 hochan222 left a comment

Choose a reason for hiding this comment

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

@givvemee 님 안녕하세요.

리뷰 반영해주셔서 감사합니다. 병합하겠습니다!

고생 많으셨습니다. 좋은 하루 보내세요 :)

@hochan222 hochan222 merged commit 4aab8ba into mdn:main Oct 31, 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants