- Notifications
You must be signed in to change notification settings - Fork 5.4k
KO: add site/ko/swift/python_interoperability.ipynb #1062
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
53 commits Select commit Hold shift + click to select a range
af04a90 add site/ko/swift/python_interoperability.ipynb
FKgk 39fade6 translate from en to ko
FKgk 33dc8fb 텐서플로우 -> 텐서플로
FKgk 527ee2f 노트 -> Note
FKgk 5e365e3 파이썬에서 -> 파이썬
FKgk 561903a 노트 -> Note
FKgk 60ae220 내장객체 -> 내장 객체
FKgk a913e36 튜플의 열성 -> 튜플의 열성
FKgk be24958 방법 -> 메서드
FKgk 8b0af42 Python -> 파이썬 & 진입합니다. -> 접근합니다.
FKgk 4a33694 시도합니다. -> 사용합니다.
FKgk 8873b44 세트 업. -> 준비.
FKgk 1e33f91 일렬로 -> 결과창에
FKgk 01503fc remove English Document
FKgk d9bdb60 스위피트에서, -> 스위프트에서
FKgk 1179962 투플 -> 튜플
FKgk 4c359a2 결과창에 -> 결과 창에
FKgk 4f44aaa 노트: ~ 않습니다. -> ~ 않다는 점에 유의해야 합니다
FKgk 9ea40b5 debug ... loading -> 파이썬 라이브러리 로딩을 위한 디버그 출력
FKgk aee2b72 modify metadata for swift
FKgk 35a493b Fix button links
lamberta 4402409 Update as suggested
FKgk 00d8e75 Revert "Update as suggested"
FKgk 6b41054 Revert "Fix button links"
FKgk 3175a99 Revert "Revert "Fix button links""
FKgk 323dfcf Update as suggested
FKgk 3af777d remove 예시 원본에 존재X
FKgk 9093099 add 예를 들어 for origin 'For example:'
FKgk d8bb21a change 로 to 에
FKgk 2378372 revert proper noun
FKgk e9f2d66 translate url title
FKgk 535019d add community Note
FKgk bb71ff6 re translte PYTHON_LIBRARY~~~
FKgk 0ccf422 modify sentence swift for python version~
FKgk 0a2d3f1 correction of misspelled
FKgk b1bdc2e correction of misspelled
FKgk 6dd1bc6 add 를
FKgk 06c2eea '유형' -> '자료형
FKgk 7f7c4d1 Literal 모든 -> 모든 Literal
FKgk df44872 modify tanslation
FKgk 77e7f4b modify tanslation adding type-safe
FKgk 0b3a34e Retranslation
FKgk f6f7366 Retranslate basic
FKgk 7191bb0 modify double quote
FKgk f7b3c58 move traslation to en docs
FKgk 5ffd04c Update en docs url
FKgk 5c582a9 modify translation to read easily
FKgk e5c25cc modify translation to read easily
FKgk 24b9a38 modify translation to read easily
FKgk 012aa5d update url in github and colab
FKgk 03dba97 add space
FKgk 01ba431 add space
FKgk f78414c change Python qoute
FKgk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Literal 모든 -> 모든 Literal
- Loading branch information
commit 7f7c4d12fb6241bcff16e020b49b5830c4af590f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -312,7 +312,7 @@ | |
| "* `SignedNumeric`\n", | ||
| "* `Strideable`\n", | ||
| "* `MutableCollection`\n", | ||
| "* `ExpressibleBy_Literal` 모든 프로토콜\n", | ||
| "* 모든 `ExpressibleBy_Literal` 프로토콜\n", | ||
| "\n", | ||
| "이러한 형식은 안전하지 않다는 점에 유의해야 합니다.\n", | ||
| "충돌은 호환되지 않는 `PythonObject` 인스턴스에서 프로토콜 기능을 사용하려고 할 때 발생합니다." | ||
| ||
| | ||
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"이러한 형식은 안전하지" -> "이러한 적합성은 형안전(type-safe)하지"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As suggested, the sentence was reflected.