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

The complete Korean language translation of keyboard shortcuts #2331

Merged
merged 4 commits into from
Aug 7, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions translations/locales/ko/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,25 +158,26 @@
},
"KeyboardShortcuts": {
"Title": " 단축키",
"ShortcutsFollow": "Code editing keyboard shortcuts follow",
"SublimeText": "Sublime Text shortcuts",
"ShortcutsFollow": "코드 편집 키보드 단축키는 다음과 같습니다",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"SublimeText": "숭고한 텍스트 단축키",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"CodeEditing": {
"Tidy": "Tidy",
"FindText": "Find Text",
"FindNextMatch": "Find Next Match",
"FindPrevMatch": "Find Previous Match",
"IndentCodeLeft": "Indent Code Left",
"IndentCodeRight": "Indent Code Right",
"CommentLine": "Comment Line",
"FindNextTextMatch": "Find Next Text Match",
"FindPreviousTextMatch": "Find Previous Text Match",
"CodeEditing": "Code Editing"
"Tidy": "깔끔한",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"FindText": "텍스트 찾기",
"FindNextMatch": "다음 경기 찾기",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"FindPrevMatch": "이전 경기 찾기",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"ReplaceTextMatch": "텍스트 일치 바꾸기",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"IndentCodeLeft": "코드 왼쪽 들여쓰기",
"IndentCodeRight": "코드 오른쪽 들여쓰기",
"CommentLine": "댓글 라인",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"FindNextTextMatch": "다음 텍스트 일치 찾기",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would change to "다음 텍스트 일치 항목 찾기"

"FindPreviousTextMatch": "이전 텍스트 일치 찾기",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"CodeEditing": "코드 편집"
},
"General": {
"StartSketch": "Start Sketch",
"StopSketch": "Stop Sketch",
"TurnOnAccessibleOutput": "Turn On Accessible Output",
"TurnOffAccessibleOutput": "Turn Off Accessible Output"
"StartSketch": "스케치 시작",
"StopSketch": "스케치 중지",
"TurnOnAccessibleOutput": "접근 가능한 출력 켜기",
raclim marked this conversation as resolved.
Show resolved Hide resolved
"TurnOffAccessibleOutput": "액세스 가능한 출력 끄기"
raclim marked this conversation as resolved.
Show resolved Hide resolved
}
},
"Sidebar": {
Expand Down
Loading