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] Mobile accessibility checklist를 번역했습니다. #15275

Merged
merged 11 commits into from
Sep 17, 2023

Conversation

msdio
Copy link
Contributor

@msdio msdio commented Aug 19, 2023

Description

mobile_accessibility_checklist 를 번역했습니다.

기존 파일에 비해서 몇 가지 변경사항이 있습니다.

  • ARIA Role에 링크로 걸려있던 주소가 유효하지 않아, 원문에 있는 링크와 동일한 링크로 대체하였습니다.
  • 기존 어투가 ~다 로 작업되어 있어, ~니다 체로 변경했습니다.
  • 22 line의 진짜로카드기울임꼴 번역 가이드에 따라 쌍따옴표로 작업했습니다.

Questions

  • Focus가 초점으로 번역되어 있었는데, 잘 와닿지 않는다고 판단해서 포커스로 작업해놓았습니다. 초점이 더 적절할지 의견 부탁드립니다.
  • 31번 라인의 control을 어떻게 번역하는것이 적절할지 몰라 우선 영어 그대로 놔두었습니다. 적절한 표현이 있다면 의견 부탁드립니다.

Related issues and pull requests

@msdio msdio requested a review from a team as a code owner August 19, 2023 15:56
@msdio msdio requested review from sunhpark42 and removed request for a team August 19, 2023 15:56
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Aug 19, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2023

Preview URLs

Flaws (15)

URL: /ko/docs/Web/Accessibility/Mobile_accessibility_checklist
Title: 모바일 접근성 점검항목
Flaw count: 3

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /ko/docs/Web/CSS/@keyframes
Title: @keyframes
Flaw count: 12

  • macros:
    • /ko/docs/Web/CSS/custom-ident does not exist but fell back to /en-US/docs/Web/CSS/custom-ident
    • /ko/docs/Web/CSS/animation-range does not exist but fell back to /en-US/docs/Web/CSS/animation-range
    • /ko/docs/Web/CSS/animation-name does not exist but fell back to /en-US/docs/Web/CSS/animation-name
    • /ko/docs/Web/API/CSSKeyframesRule does not exist but fell back to /en-US/docs/Web/API/CSSKeyframesRule
    • /ko/docs/Web/CSS/top does not exist but fell back to /en-US/docs/Web/CSS/top
    • and 2 more flaws omitted
  • broken_links:
    • Can't resolve /ko/docs/Web/CSS/CSS_Transitions
    • Can use the English (en-US) link as a fallback
    • Can't resolve /en/CSS/CSS_animations
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
External URLs (10)

URL: /ko/docs/Web/Accessibility/Mobile_accessibility_checklist
Title: 모바일 접근성 점검항목


URL: /ko/docs/Web/CSS/@keyframes
Title: @keyframes

(comment last updated: 2023-09-10 03:53:44)

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.

@msdio 님 안녕하세요.

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

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


- _alt 와_ _title 속성은 적절하게 사용되어야 한다._ ( 스티브 폴크너의 [Using the HTML title attribute](http://blog.paciellogroup.com/2013/01/using-the-html-title-attribute-updated/) 위한 좋은 가이드 보기.)
- 위 속성을 사용하기 어려운 경우 `aria-label`, `aria-labelledby`, or `aria-describedby` 등과 같은 [ARIA Properties](http://www.w3.org/WAI/PF/aria/states_and_properties#global_states_header) 를 사용하세요
- _alt_ 와 _title_ 속성은 적절하게 사용되어야 합니다 (스티브 폴크너의 [HTML의 제목 특성 사용하기](http://blog.paciellogroup.com/2013/01/using-the-html-title-attribute-updated/) 가 좋은 가이드가 될 것입니다).
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
- _alt__title_ 속성은 적절하게 사용되어야 합니다 (스티브 폴크너의 [HTML의 제목 특성 사용하기](http://blog.paciellogroup.com/2013/01/using-the-html-title-attribute-updated/) 가 좋은 가이드가 될 것입니다).
- _alt__title_ 속성은 적절하게 사용되어야 합니다 (스티브 폴크너의 [HTML의 제목 특성 사용하기](http://blog.paciellogroup.com/2013/01/using-the-html-title-attribute-updated/) 가 좋은 안내서가 될 것입니다).

단어 안내서에 따라 안내서로 변경 부탁드립니다 :)

- _alt 와_ _title 속성은 적절하게 사용되어야 한다._ ( 스티브 폴크너의 [Using the HTML title attribute](http://blog.paciellogroup.com/2013/01/using-the-html-title-attribute-updated/) 위한 좋은 가이드 보기.)
- 위 속성을 사용하기 어려운 경우 `aria-label`, `aria-labelledby`, or `aria-describedby` 등과 같은 [ARIA Properties](http://www.w3.org/WAI/PF/aria/states_and_properties#global_states_header) 사용하세요
- _alt_ 와 _title_ 속성은 적절하게 사용되어야 합니다 (스티브 폴크너의 [HTML의 제목 특성 사용하기](http://blog.paciellogroup.com/2013/01/using-the-html-title-attribute-updated/) 좋은 가이드가 될 것입니다).
- 위 속성을 사용하기 어려운 경우 `aria-label`, `aria-labelledby`, or `aria-describedby` 등과 같은 적절한 [ARIA 속성들](http://www.w3.org/WAI/PF/aria/states_and_properties#global_states_header) 사용하세요.
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
- 위 속성을 사용하기 어려운 경우 `aria-label`, `aria-labelledby`, or `aria-describedby` 등과 같은 적절한 [ARIA 속성들](http://www.w3.org/WAI/PF/aria/states_and_properties#global_states_header) 을 사용하세요.
- 위 속성을 사용하기 어려운 경우 `aria-label`, `aria-labelledby`, or `aria-describedby` 등과 같은 적절한 [ARIA 속성들](http://www.w3.org/WAI/PF/aria/states_and_properties#global_states_header)을 사용하세요.

- 링크, 버튼 및 양식 필드와 같은 표준 control들는 기본적으로 초점을 맞출 수 있다.
- 비표준 control들은 반드시 버튼, 링크 또는 체크박스와 같은 적절한 [ARIA Role](http://www.w3.org/TR/wai-aria/roles) 역할이 할당되어야 한다.
- 링크, 버튼 및 form 필드와 같은 표준 control들은 기본적으로 포커스가 가능합니다.
- 비표준 control들은 반드시 `버튼`, `링크` 또는 `체크박스`와 같은 적절한 [ARIA Role](/ko/docs/Web/Accessibility/ARIA/Roles) 이 할당되어야 합니다.
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
- 비표준 control들은 반드시 `버튼`, `링크` 또는 `체크박스`와 같은 적절한 [ARIA Role](/ko/docs/Web/Accessibility/ARIA/Roles) 이 할당되어야 합니다.
- 비표준 control들은 반드시 `button`, `link` 또는 `checkbox`와 같은 적절한 [ARIA Role](/ko/docs/Web/Accessibility/ARIA/Roles) 이 할당되어야 합니다.

원문의 인라인 코드는 번역하지 않습니다. 수정 부탁드립니다 :)

inline code 안내서


- 링크, 버튼 및 양식 필드와 같은 표준 control들는 기본적으로 초점을 맞출 수 있다.
- 비표준 control들은 반드시 버튼, 링크 또는 체크박스와 같은 적절한 [ARIA Role](http://www.w3.org/TR/wai-aria/roles) 역할이 할당되어야 한다.
- 링크, 버튼 및 form 필드와 같은 표준 control들은 기본적으로 포커스가 가능합니다.
Copy link
Member

Choose a reason for hiding this comment

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

31번 라인의 control을 어떻게 번역하는것이 적절할지 몰라 우선 영어 그대로 놔두었습니다. 적절한 표현이 있다면 의견 부탁드립니다.

개인적으로는 2번을 선택했을것같은데, 1번도 좋습니다.

(1)

Suggested change
- 링크, 버튼 및 form 필드와 같은 표준 control들은 기본적으로 포커스가 가능합니다.
- 링크, 버튼 및 form 필드와 같은 표준 컨트롤들은 기본적으로 포커스가 가능합니다.

(2)

Suggested change
- 링크, 버튼 및 form 필드와 같은 표준 control들은 기본적으로 포커스가 가능합니다.
- 링크, 버튼 및 form 필드와 같은 표준 제어들은 기본적으로 포커스가 가능합니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아래는 의미가 명확하지 않은 것 같아, 1번으로 작업하겠습니다. 추후에 용어에 대한 규칙이 생긴다면 변경하겠습니다!


## 초점
## 포커스
Copy link
Member

Choose a reason for hiding this comment

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

Focus가 초점으로 번역되어 있었는데, 잘 와닿지 않는다고 판단해서 포커스로 작업해놓았습니다. 초점이 더 적절할지 의견 부탁드립니다.

고유 단어로 사용되고 있기 때문에 포커스가 더 올바른 번역이라고 생각합니다.

@msdio msdio requested a review from hochan222 September 10, 2023 03:52
@msdio
Copy link
Contributor Author

msdio commented Sep 10, 2023

@hochan222 리뷰 감사합니다. 수정했으니 확인 부탁드립니다 🙂

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.

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

@hochan222 hochan222 merged commit 2709fcd into mdn:main Sep 17, 2023
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