UNPKG
vega-ckeditor
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
CKEditor-based implementation and add some plugins
ckeditor.com
vega-ckeditor
/
plugins
/
questionblank
/
lang
/
zh-cn.js
11 lines
(10 loc)
•
370 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
CKEDITOR.plugins.
setLang
(
'questionblank'
,
'zh-cn'
, {
title
:
'设置填空'
,
toolbar
:
'填空'
,
name
:
'填空名称'
,
invalidName
:
'填空不能为空,并且不能包含以下字符:[、]、<、>'
,
deleteBtnText
:
'删'
,
addBtnText
:
'添加'
,
tip
:
'提示:点击 [+添加],可为一个填空设置多个答案'
,
pathName
:
'填空'
} );