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