]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/table/lang/zh-cn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / table / 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( 'table', 'zh-cn', {
6 border: '边框',
7 caption: '标题',
8 cell: {
9 menu: '单元格',
10 insertBefore: '在左侧插入单元格',
11 insertAfter: '在右侧插入单元格',
12 deleteCell: '删除单元格',
13 merge: '合并单元格',
14 mergeRight: '向右合并单元格',
15 mergeDown: '向下合并单元格',
16 splitHorizontal: '水平拆分单元格',
17 splitVertical: '垂直拆分单元格',
18 title: '单元格属性',
19 cellType: '单元格类型',
20 rowSpan: '纵跨行数',
21 colSpan: '横跨列数',
22 wordWrap: '自动换行',
23 hAlign: '水平对齐',
24 vAlign: '垂直对齐',
25 alignBaseline: '基线',
26 bgColor: '背景颜色',
27 borderColor: '边框颜色',
28 data: '数据',
29 header: '表头',
30 yes: '是',
31 no: '否',
32 invalidWidth: '单元格宽度必须为数字格式',
33 invalidHeight: '单元格高度必须为数字格式',
34 invalidRowSpan: '行跨度必须为整数格式',
35 invalidColSpan: '列跨度必须为整数格式',
36 chooseColor: '选择'
37 },
38 cellPad: '边距',
39 cellSpace: '间距',
40 column: {
41 menu: '列',
42 insertBefore: '在左侧插入列',
43 insertAfter: '在右侧插入列',
44 deleteColumn: '删除列'
45 },
46 columns: '列数',
47 deleteTable: '删除表格',
48 headers: '标题单元格',
49 headersBoth: '第一列和第一行',
50 headersColumn: '第一列',
51 headersNone: '无',
52 headersRow: '第一行',
53 invalidBorder: '边框粗细必须为数字格式',
54 invalidCellPadding: '单元格填充必须为数字格式',
55 invalidCellSpacing: '单元格间距必须为数字格式',
56 invalidCols: '指定的行数必须大于零',
57 invalidHeight: '表格高度必须为数字格式',
58 invalidRows: '指定的列数必须大于零',
59 invalidWidth: '表格宽度必须为数字格式',
60 menu: '表格属性',
61 row: {
62 menu: '行',
63 insertBefore: '在上方插入行',
64 insertAfter: '在下方插入行',
65 deleteRow: '删除行'
66 },
67 rows: '行数',
68 summary: '摘要',
69 title: '表格属性',
70 toolbar: '表格',
71 widthPc: '百分比',
72 widthPx: '像素',
73 widthUnit: '宽度单位'
74 } );