about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 11:39:16 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 11:39:16 -0400
commit3a628945ade35f3ba351ba90e271608520753174 (patch)
tree05c496db4cf11aec1e334336858bf3fafff0c9e0 /app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js
parentffcc44d1a73ae1191e835fa625f2f8a7e3e25bda (diff)
downloadthoughts-3a628945ade35f3ba351ba90e271608520753174.tar.gz
thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.bz2
thoughts-3a628945ade35f3ba351ba90e271608520753174.zip
Removed ckeditor
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/ko.js21
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/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );