Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions packages/core/src/i18n/locales/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ export const ko = {
tooltip: "이미지 교체",
},
nest: {
tooltip: "들여블록",
tooltip: "중첩 블록",
secondary_tooltip: "Tab",
},
unnest: {
tooltip: "내어블록",
tooltip: "비중첩 블록",
secondary_tooltip: "Shift+Tab",
},
align_left: {
Expand Down Expand Up @@ -180,7 +180,7 @@ export const ko = {
tooltip: "링크 삭제",
},
edit: {
text: "싱크 수정",
text: "링크 수정",
tooltip: "수정",
},
open: {
Expand Down
Loading