We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7e3da commit b850384Copy full SHA for b850384
2 files changed
packages/core/src/i18n/locales/ko.ts
@@ -143,11 +143,11 @@ export const ko = {
143
tooltip: "이미지 교체",
144
},
145
nest: {
146
- tooltip: "들여블록",
+ tooltip: "중첩 블록",
147
secondary_tooltip: "Tab",
148
149
unnest: {
150
- tooltip: "내어블록",
+ tooltip: "비중첩 블록",
151
secondary_tooltip: "Shift+Tab",
152
153
align_left: {
@@ -180,7 +180,7 @@ export const ko = {
180
tooltip: "링크 삭제",
181
182
edit: {
183
- text: "싱크 수정",
+ text: "링크 수정",
184
tooltip: "수정",
185
186
open: {
0 commit comments