Skip to content

Commit b850384

Browse files
committed
fix: korean means
1 parent 3e7e3da commit b850384

2 files changed

Lines changed: 8215 additions & 3 deletions

File tree

packages/core/src/i18n/locales/ko.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ export const ko = {
143143
tooltip: "이미지 교체",
144144
},
145145
nest: {
146-
tooltip: "들여블록",
146+
tooltip: "중첩 블록",
147147
secondary_tooltip: "Tab",
148148
},
149149
unnest: {
150-
tooltip: "내어블록",
150+
tooltip: "비중첩 블록",
151151
secondary_tooltip: "Shift+Tab",
152152
},
153153
align_left: {
@@ -180,7 +180,7 @@ export const ko = {
180180
tooltip: "링크 삭제",
181181
},
182182
edit: {
183-
text: "싱크 수정",
183+
text: "링크 수정",
184184
tooltip: "수정",
185185
},
186186
open: {

0 commit comments

Comments
 (0)