aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/a11yhelp/dialogs/lang/ko.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/a11yhelp/dialogs/lang/ko.js')
-rw-r--r--sources/plugins/a11yhelp/dialogs/lang/ko.js15
1 files changed, 6 insertions, 9 deletions
diff --git a/sources/plugins/a11yhelp/dialogs/lang/ko.js b/sources/plugins/a11yhelp/dialogs/lang/ko.js
index 9191e13..78fc71c 100644
--- a/sources/plugins/a11yhelp/dialogs/lang/ko.js
+++ b/sources/plugins/a11yhelp/dialogs/lang/ko.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -79,29 +79,26 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'ko', {
79 { 79 {
80 name: ' 접근성 도움말', 80 name: ' 접근성 도움말',
81 legend: '${a11yHelp} 누르시오' 81 legend: '${a11yHelp} 누르시오'
82 },
83 {
84 name: ' Paste as plain text', // MISSING
85 legend: 'Press ${pastetext}', // MISSING
86 legendEdge: 'Press ${pastetext}, followed by ${paste}' // MISSING
82 } 87 }
83 ] 88 ]
84 } 89 }
85 ], 90 ],
86 backspace: 'Backspace 키',
87 tab: '탭 키', 91 tab: '탭 키',
88 enter: '엔터 키',
89 shift: '시프트 키',
90 ctrl: '컨트롤 키',
91 alt: '알트 키',
92 pause: '일시정지 키', 92 pause: '일시정지 키',
93 capslock: '캡스 록 키', 93 capslock: '캡스 록 키',
94 escape: '이스케이프 키', 94 escape: '이스케이프 키',
95 pageUp: '페이지 업 키', 95 pageUp: '페이지 업 키',
96 pageDown: '페이지 다운 키', 96 pageDown: '페이지 다운 키',
97 end: '엔드 키',
98 home: '홈 키',
99 leftArrow: '왼쪽 화살표 키', 97 leftArrow: '왼쪽 화살표 키',
100 upArrow: '위쪽 화살표 키', 98 upArrow: '위쪽 화살표 키',
101 rightArrow: '오른쪽 화살표 키', 99 rightArrow: '오른쪽 화살표 키',
102 downArrow: '아래쪽 화살표 키', 100 downArrow: '아래쪽 화살표 키',
103 insert: '인서트 키', 101 insert: '인서트 키',
104 'delete': '삭제 키',
105 leftWindowKey: '왼쪽 윈도우 키', 102 leftWindowKey: '왼쪽 윈도우 키',
106 rightWindowKey: '오른쪽 윈도우 키', 103 rightWindowKey: '오른쪽 윈도우 키',
107 selectKey: '셀렉트 키', 104 selectKey: '셀렉트 키',