new ckeditor
New ckeditor
This commit is contained in:
71
ckeditor/plugins/forms/lang/ko.js
Normal file
71
ckeditor/plugins/forms/lang/ko.js
Normal file
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'forms', 'ko', {
|
||||
button: {
|
||||
title: '버튼 속성',
|
||||
text: '글자 (값)',
|
||||
type: '종류',
|
||||
typeBtn: '버튼',
|
||||
typeSbm: '제출',
|
||||
typeRst: '재설정'
|
||||
},
|
||||
checkboxAndRadio: {
|
||||
checkboxTitle: '체크 박스 속성',
|
||||
radioTitle: '라디오 버튼 속성',
|
||||
value: '값',
|
||||
selected: '선택됨',
|
||||
required: '필수 항목'
|
||||
},
|
||||
form: {
|
||||
title: '폼 속성',
|
||||
menu: '폼 속성',
|
||||
action: '실행 경로(Action)',
|
||||
method: '방법(Method)',
|
||||
encoding: '인코딩'
|
||||
},
|
||||
hidden: {
|
||||
title: '숨은 입력 칸 속성',
|
||||
name: '이름',
|
||||
value: '값'
|
||||
},
|
||||
select: {
|
||||
title: '선택 목록 속성',
|
||||
selectInfo: '선택 정보',
|
||||
opAvail: '옵션',
|
||||
value: '값',
|
||||
size: '크기',
|
||||
lines: '줄',
|
||||
chkMulti: '여러 항목 선택 허용',
|
||||
required: '필수 항목',
|
||||
opText: '이름',
|
||||
opValue: '값',
|
||||
btnAdd: '추가',
|
||||
btnModify: '수정',
|
||||
btnUp: '위',
|
||||
btnDown: '아래',
|
||||
btnSetValue: '선택된 것으로 설정',
|
||||
btnDelete: '삭제'
|
||||
},
|
||||
textarea: {
|
||||
title: '여러 줄 입력 칸 속성',
|
||||
cols: '칸 수',
|
||||
rows: '줄 수'
|
||||
},
|
||||
textfield: {
|
||||
title: '한 줄 입력 칸 속성',
|
||||
name: '이름',
|
||||
value: '값',
|
||||
charWidth: '글자 너비',
|
||||
maxChars: '최대 글자 수',
|
||||
required: '필수 항목',
|
||||
type: '형식',
|
||||
typeText: '문자열',
|
||||
typePass: '비밀번호',
|
||||
typeEmail: '이메일',
|
||||
typeSearch: '검색',
|
||||
typeTel: '전화번호',
|
||||
typeUrl: '웹 주소(URL)'
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user