]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/zh-cn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / zh-cn.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.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 } );