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.js
11 lines
(10 loc)
•
382 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
CKEDITOR.plugins.
setLang
(
'questionblank'
,
'zh'
, {
title
:
'設置填空'
,
toolbar
:
'填空'
,
name
:
'填空名稱'
,
invalidName
:
'填空不能為空,並且不能包含以下字符:[、]、<、>'
,
deleteBtnText
:
'删'
,
addBtnText
:
'添加'
,
tip
:
'提示:點擊 [+添加],可為壹個填空設置多個答案'
,
pathName
:
'填空'
} );