]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/table/lang/zh.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / table / lang / zh.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', {
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: '行數須為大於 0 的正整數。',
57 invalidHeight: '表格高度必須為數字。',
58 invalidRows: '列數須為大於 0 的正整數。',
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 } );