UNPKG
ct-ckeditor
Version:
latest (4.18.2)
4.18.2
4.18.1
4.18.0
4.17.1
4.17.0
4.16.2
4.16.1
ct-ckeditor
ckeditor.com
cd-fez/ct-ckeditor
ct-ckeditor
/
plugins
/
shortUrl
/
lang
/
zh.js
7 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
CKEDITOR.plugins.
setLang
(
'shortUrl'
,
'zh'
, {
title
:
'短網址轉換'
,
empty_error
:
'網址不能為空'
,
max_error
:
'添加的短網址達到上限'
,
toolbar
:
'短網址'
} );