new ckeditor
New ckeditor
This commit is contained in:
18
ckeditor/plugins/find/lang/zh.js
Normal file
18
ckeditor/plugins/find/lang/zh.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
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: '尋找及取代'
|
||||
} );
|
||||
Reference in New Issue
Block a user