mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-18 09:06:22 +00:00
43 lines
1.3 KiB
JavaScript
Executable File
43 lines
1.3 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'docprops', 'zh', {
|
|
bgColor: '背景顏色',
|
|
bgFixed: '浮水印',
|
|
bgImage: '背景影像',
|
|
charset: '字元編碼',
|
|
charsetASCII: 'ASCII', // MISSING
|
|
charsetCE: '中歐語系',
|
|
charsetCR: '斯拉夫文',
|
|
charsetCT: '正體中文 (Big5)',
|
|
charsetGR: '希臘文',
|
|
charsetJP: '日文',
|
|
charsetKR: '韓文',
|
|
charsetOther: '其他字元編碼',
|
|
charsetTR: '土耳其文',
|
|
charsetUN: 'Unicode (UTF-8)', // MISSING
|
|
charsetWE: '西歐語系',
|
|
chooseColor: 'Choose',
|
|
design: 'Design', // MISSING
|
|
docTitle: '頁面標題',
|
|
docType: '文件類型',
|
|
docTypeOther: '其他文件類型',
|
|
label: '文件屬性',
|
|
margin: '頁面邊界',
|
|
marginBottom: '下',
|
|
marginLeft: '左',
|
|
marginRight: '右',
|
|
marginTop: '上',
|
|
meta: 'Meta 資料',
|
|
metaAuthor: '作者',
|
|
metaCopyright: '版權所有',
|
|
metaDescription: '文件說明',
|
|
metaKeywords: '文件索引關鍵字 (用半形逗號[,]分隔)',
|
|
other: '<其他>',
|
|
previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>', // MISSING
|
|
title: '文件屬性',
|
|
txtColor: '文字顏色',
|
|
xhtmlDec: '包含 XHTML 定義'
|
|
});
|