aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/zh.js
blob: c0cc19da90a16993a3819d92380fea2325a36c70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'zh', {
	button: {
		title: '按鈕內容',
		text: '顯示文字 (值)',
		type: '類型',
		typeBtn: '按鈕',
		typeSbm: '送出',
		typeRst: '重設'
	},
	checkboxAndRadio: {
		checkboxTitle: '核取方塊內容',
		radioTitle: '選項按鈕內容',
		value: '數值',
		selected: '已選',
		required: '必填'
	},
	form: {
		title: '表單內容',
		menu: '表單內容',
		action: '動作',
		method: '方式',
		encoding: '編碼'
	},
	hidden: {
		title: '隱藏欄位內容',
		name: '名稱',
		value: '數值'
	},
	select: {
		title: '選取欄位內容',
		selectInfo: '選擇資訊',
		opAvail: '可用選項',
		value: '數值',
		size: '大小',
		lines: '行數',
		chkMulti: '允許多選',
		required: '必填',
		opText: '文字',
		opValue: '數值',
		btnAdd: '新增',
		btnModify: '修改',
		btnUp: '向上',
		btnDown: '向下',
		btnSetValue: '設為已選',
		btnDelete: '刪除'
	},
	textarea: {
		title: '文字區域內容',
		cols: '列',
		rows: '行'
	},
	textfield: {
		title: '文字欄位內容',
		name: '名字',
		value: '數值',
		charWidth: '字元寬度',
		maxChars: '最大字元數',
		required: '必填',
		type: '類型',
		typeText: '文字',
		typePass: '密碼',
		typeEmail: '電子郵件',
		typeSearch: '搜尋',
		typeTel: '電話號碼',
		typeUrl: 'URL'
	}
} );