diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js')
| -rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js | 21 |
1 files changed, 0 insertions, 21 deletions
| diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js deleted file mode 100644 index 85d843d..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
| 3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
| 4 | */ | ||
| 5 | CKEDITOR.plugins.setLang( 'image2', 'ko', { | ||
| 6 | alt: '대체 문자열', | ||
| 7 | btnUpload: '서버로 전송', | ||
| 8 | captioned: '이미지 설명 넣기', | ||
| 9 | captionPlaceholder: '설명', | ||
| 10 | infoTab: '이미지 정보', | ||
| 11 | lockRatio: '비율 유지', | ||
| 12 | menu: '이미지 속성', | ||
| 13 | pathName: '이미지', | ||
| 14 | pathNameCaption: '설명', | ||
| 15 | resetSize: '원래 크기로', | ||
| 16 | resizer: '크기를 조절하려면 클릭 후 드래그 하세요', | ||
| 17 | title: '이미지 속성', | ||
| 18 | uploadTab: '업로드', | ||
| 19 | urlMissing: '이미지 원본 주소(URL)가 없습니다.', | ||
| 20 | altMissing: '대체 문자가 없습니다.' | ||
| 21 | } ); | ||
