Skip to content

Commit 8846d40

Browse files
authored
Merge branch 'develop' into refactor/share-modal
2 parents 966d138 + b5ecd60 commit 8846d40

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

translations/locales/ko/translations.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -158,25 +158,26 @@
158158
},
159159
"KeyboardShortcuts": {
160160
"Title": " 단축키",
161-
"ShortcutsFollow": "Code editing keyboard shortcuts follow",
162-
"SublimeText": "Sublime Text shortcuts",
161+
"ShortcutsFollow": "코드 편집 키보드 단축키는 다음과 같습니다",
162+
"SublimeText": "서블라임 텍스트",
163163
"CodeEditing": {
164-
"Tidy": "Tidy",
165-
"FindText": "Find Text",
166-
"FindNextMatch": "Find Next Match",
167-
"FindPrevMatch": "Find Previous Match",
168-
"IndentCodeLeft": "Indent Code Left",
169-
"IndentCodeRight": "Indent Code Right",
170-
"CommentLine": "Comment Line",
171-
"FindNextTextMatch": "Find Next Text Match",
172-
"FindPreviousTextMatch": "Find Previous Text Match",
173-
"CodeEditing": "Code Editing"
164+
"Tidy": "정돈하기",
165+
"FindText": "텍스트 찾기",
166+
"FindNextMatch": "다음 일치 항목 찾기",
167+
"FindPrevMatch": "이전 일치 항목 찾기",
168+
"ReplaceTextMatch": "텍스트 일치 항목 바꾸기",
169+
"IndentCodeLeft": "코드 왼쪽 들여쓰기",
170+
"IndentCodeRight": "코드 오른쪽 들여쓰기",
171+
"CommentLine": "주석 처리",
172+
"FindNextTextMatch": "다음 텍스트 일치 항목 찾기",
173+
"FindPreviousTextMatch": "이전 텍스트 일치 항목 찾기",
174+
"CodeEditing": "코드 편집"
174175
},
175176
"General": {
176-
"StartSketch": "Start Sketch",
177-
"StopSketch": "Stop Sketch",
178-
"TurnOnAccessibleOutput": "Turn On Accessible Output",
179-
"TurnOffAccessibleOutput": "Turn Off Accessible Output"
177+
"StartSketch": "스케치 시작",
178+
"StopSketch": "스케치 중지",
179+
"TurnOnAccessibleOutput": "접근 가능한 출력 활성화",
180+
"TurnOffAccessibleOutput": "접근 가능한 출력 비활성화"
180181
}
181182
},
182183
"Sidebar": {

0 commit comments

Comments
 (0)