Added Korean translation for additional text#205
Merged
GyulyVGC merged 3 commits intoGyulyVGC:mainfrom May 31, 2023
Merged
Conversation
Translate everything into native Korean
134130
reviewed
May 21, 2023
| match language { | ||
| Language::EN => "Socket address", | ||
| Language::IT => "Indirizzo del socket", | ||
| Language::KO => "소켓 어드레스", |
| match language { | ||
| Language::EN => "MAC address", | ||
| Language::IT => "Indirizzo MAC", | ||
| Language::KO => "맥 어드레스", |
| match language { | ||
| Language::EN => "Fully qualified domain name", | ||
| Language::IT => "Nome di dominio completo", | ||
| Language::KO => "절대 도메인 네임", |
There was a problem hiding this comment.
전체 주소 도메인 네임
"절대 도메인 네임" 또한 쓰이는 표현이나, 보편적인 표현을 추천합니다.
개인적으로는 그냥 FQDN이 이해하기 더 편하네요.
GyulyVGC
approved these changes
May 31, 2023
Owner
|
@134130 I have merged this PR but please feel free to submit your enhancements in a new PR if you think there is something that can be improved. |
Owner
|
@all-contributors please add @eatingdm for translation. |
Contributor
|
I've put up a pull request to add @eatingdm! 🎉 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Translate everything into native Korean