Skip to content

Commit 5e18d23

Browse files
docs: translate src/content/reference/react/addTransitionType.md (#1421)
<!-- PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다! 기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요. --> # <!-- 제목을 작성해주세요. --> docs: addTransitionType의 번역이 안된 부분 번역 진행 <!-- 어떤 종류의 PR인지 상세 내용을 작성해주세요. --> close #1313 addTransitionType에서 번역이 빠져있는 부분이 있어 수정했습니다. 참고: https://ko.react.dev/reference/react/addTransitionType ## 필수 확인 사항 - [x] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md) - [x] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md) - [x] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md) - [x] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md) - [x] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md) - [x] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md) - [x] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/) ## 선택 확인 사항 - [ ] 번역 초안 작성<sup>Draft Translation</sup> - [ ] 리뷰 반영<sup>Resolve Reviews</sup> --------- Co-authored-by: 루밀LuMir <rpfos@naver.com>
1 parent 250a8ae commit 5e18d23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/reference/react/addTransitionType.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ version: canary
55

66
<Canary>
77

8-
**The `addTransitionType` API is currently only available in React’s Canary and Experimental channels.**
8+
**`addTransitionType` API는 현재 React의 카나리 및 실험적 채널에서만 사용할 수 있습니다.**
99

10-
[Learn more about React’s release channels here.](/community/versioning-policy#all-release-channels)
10+
[React의 배포 채널에 대해 더 알아보세요.](/community/versioning-policy#all-release-channels)
1111

1212
</Canary>
1313

1414
<Intro>
1515

16-
`addTransitionType` lets you specify the cause of a transition.
16+
`addTransitionType`은 트랜지션의 원인을 명시할 수 있습니다.
1717

1818

1919
```js
@@ -167,4 +167,4 @@ View Transition 이벤트를 활용하여 타입에 따라 활성화된 `ViewTra
167167
}}>
168168
```
169169

170-
This allows you to pick different imperative Animations based on the cause.
170+
이를 통해 원인에 따라 다른 명령형 애니메이션을 선택할 수 있습니다.

0 commit comments

Comments
 (0)