aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/zh-cn.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/zh-cn.js')
-rw-r--r--sources/plugins/find/lang/zh-cn.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/zh-cn.js b/sources/plugins/find/lang/zh-cn.js
new file mode 100644
index 00000000..d38bb9dd
--- /dev/null
+++ b/sources/plugins/find/lang/zh-cn.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'zh-cn', {
6 find: '查找',
7 findOptions: '查找选项',
8 findWhat: '查找:',
9 matchCase: '区分大小写',
10 matchCyclic: '循环匹配',
11 matchWord: '全字匹配',
12 notFoundMsg: '指定的文本没有找到。',
13 replace: '替换',
14 replaceAll: '全部替换',
15 replaceSuccessMsg: '共完成 %1 处替换。',
16 replaceWith: '替换:',
17 title: '查找和替换'
18} );