You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
651 B
JavaScript
22 lines
651 B
JavaScript
/*
|
|
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'image2', 'zh', {
|
|
alt: '替代文字',
|
|
btnUpload: '傳送至伺服器',
|
|
captioned: '已加標題之圖片',
|
|
captionPlaceholder: '標題',
|
|
infoTab: '影像資訊',
|
|
lockRatio: '固定比例',
|
|
menu: '影像屬性',
|
|
pathName: '圖片',
|
|
pathNameCaption: '標題',
|
|
resetSize: '重設大小',
|
|
resizer: '拖曳以改變大小',
|
|
title: '影像屬性',
|
|
uploadTab: '上傳',
|
|
urlMissing: '遺失圖片來源之 URL ',
|
|
altMissing: '替代文字遺失。'
|
|
} );
|