aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/font/lang/zh.js
blob: 2f28cfe0ee4359a0e563f645d818bcfd08372d19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'font', 'zh', {
	fontSize: {
		label: '大小',
		voiceLabel: '字型大小',
		panelTitle: '字型大小'
	},
	label: '字型',
	panelTitle: '字型名稱',
	voiceLabel: '字型'
} );