aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/zh-cn.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/wsc/lang/zh-cn.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/wsc/lang/zh-cn.js')
-rw-r--r--sources/plugins/wsc/lang/zh-cn.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/zh-cn.js b/sources/plugins/wsc/lang/zh-cn.js
new file mode 100644
index 00000000..a2987b84
--- /dev/null
+++ b/sources/plugins/wsc/lang/zh-cn.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'zh-cn', {
6 btnIgnore: '忽略',
7 btnIgnoreAll: '全部忽略',
8 btnReplace: '替换',
9 btnReplaceAll: '全部替换',
10 btnUndo: '撤消',
11 changeTo: '更改为',
12 errorLoading: '加载应该服务主机时出错: %s.',
13 ieSpellDownload: '拼写检查插件还没安装, 您是否想现在就下载?',
14 manyChanges: '拼写检查完成: 更改了 %1 个单词',
15 noChanges: '拼写检查完成: 没有更改任何单词',
16 noMispell: '拼写检查完成: 没有发现拼写错误',
17 noSuggestions: '- 没有建议 -',
18 notAvailable: '抱歉, 服务目前暂不可用',
19 notInDic: '没有在字典里',
20 oneChange: '拼写检查完成: 更改了一个单词',
21 progress: '正在进行拼写检查...',
22 title: '拼写检查',
23 toolbar: '拼写检查'
24});