19 lines
577 B
JavaScript
19 lines
577 B
JavaScript
/*
|
|
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'find', 'zh', {
|
|
find: '尋找',
|
|
findOptions: '尋找選項',
|
|
findWhat: '尋找目標:',
|
|
matchCase: '大小寫須相符',
|
|
matchCyclic: '循環搜尋',
|
|
matchWord: '全字拼寫須相符',
|
|
notFoundMsg: '找不到指定的文字。',
|
|
replace: '取代',
|
|
replaceAll: '全部取代',
|
|
replaceSuccessMsg: '已取代 %1 個指定項目。',
|
|
replaceWith: '取代成:',
|
|
title: '尋找及取代'
|
|
} );
|