aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/ko.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/ko.js')
-rw-r--r--sources/lang/ko.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/sources/lang/ko.js b/sources/lang/ko.js
index d08261d..fe575d9 100644
--- a/sources/lang/ko.js
+++ b/sources/lang/ko.js
@@ -28,7 +28,7 @@ CKEDITOR.lang[ 'ko' ] = {
28 // of reading non-English words. So be careful while translating it. 28 // of reading non-English words. So be careful while translating it.
29 editorHelp: '도움이 필요하면 ALT 0 을 누르세요', 29 editorHelp: '도움이 필요하면 ALT 0 을 누르세요',
30 30
31 browseServer: '서버 보기', 31 browseServer: '서버 탐색',
32 url: 'URL', 32 url: 'URL',
33 protocol: '프로토콜', 33 protocol: '프로토콜',
34 upload: '업로드', 34 upload: '업로드',
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'ko' ] = {
99 99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. 100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: { 101 keyboard: {
102 8: 'Backspace', // MISSING 102 8: '백스페이스',
103 13: 'Enter', // MISSING 103 13: '엔터',
104 16: 'Shift', // MISSING 104 16: '시프트',
105 17: 'Ctrl', // MISSING 105 17: '컨트롤',
106 18: 'Alt', // MISSING 106 18: '알트',
107 32: 'Space', // MISSING 107 32: '간격',
108 35: 'End', // MISSING 108 35: '엔드',
109 36: 'Home', // MISSING 109 36: '',
110 46: 'Delete', // MISSING 110 46: '딜리트',
111 224: 'Command' // MISSING 111 224: '커맨드'
112 }, 112 },
113 113
114 // Prepended to ARIA labels with shortcuts. 114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING 115 keyboardShortcut: '키보드 단축키'
116 } 116 }
117}; 117};