aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/zh-cn.js
blob: 264f08a867a5d0d668eeac3f745faf6811feb1e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'zh-cn', {
	find: '查找',
	findOptions: '查找选项',
	findWhat: '查找:',
	matchCase: '区分大小写',
	matchCyclic: '循环匹配',
	matchWord: '全字匹配',
	notFoundMsg: '指定的文本没有找到。',
	replace: '替换',
	replaceAll: '全部替换',
	replaceSuccessMsg: '共完成 %1 处替换。',
	replaceWith: '替换:',
	title: '查找和替换'
} );