aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/zh-cn.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/forms/lang/zh-cn.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/forms/lang/zh-cn.js')
-rw-r--r--sources/plugins/forms/lang/zh-cn.js71
1 files changed, 71 insertions, 0 deletions
diff --git a/sources/plugins/forms/lang/zh-cn.js b/sources/plugins/forms/lang/zh-cn.js
new file mode 100644
index 00000000..89a8050a
--- /dev/null
+++ b/sources/plugins/forms/lang/zh-cn.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-cn', {
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: 'Email',
67 typeSearch: '搜索',
68 typeTel: '电话号码',
69 typeUrl: '地址'
70 }
71} );