X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fko.js;h=fe575d98daab7eb715a6b6309ad89eb03f1fe2e3;hp=d08261dacfca306b8d4ee9357fe7c63cf77f14c8;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=c63493c899de714b05b0521bb38aab60d19030ef 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' ] = { // of reading non-English words. So be careful while translating it. editorHelp: '도움이 필요하면 ALT 0 을 누르세요', - browseServer: '서버 보기', + browseServer: '서버 탐색', url: 'URL', protocol: '프로토콜', upload: '업로드', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'ko' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING - 13: 'Enter', // MISSING - 16: 'Shift', // MISSING - 17: 'Ctrl', // MISSING - 18: 'Alt', // MISSING - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: '백스페이스', + 13: '엔터', + 16: '시프트', + 17: '컨트롤', + 18: '알트', + 32: '간격', + 35: '엔드', + 36: '홈', + 46: '딜리트', + 224: '커맨드' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: '키보드 단축키' } };