File: zh.js

package info (click to toggle)
request-tracker4 4.2.8-3%2Bdeb8u3
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 49,260 kB
  • ctags: 5,200
  • sloc: perl: 54,880; sh: 1,067; makefile: 499
file content (74 lines) | stat: -rw-r--r-- 2,292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'table', 'zh', {
	border: '邊框',
	caption: '標題',
	cell: {
		menu: '儲存格',
		insertBefore: '向左插入儲存格',
		insertAfter: '向右插入儲存格',
		deleteCell: '刪除儲存格',
		merge: '合併儲存格',
		mergeRight: '向右合併儲存格',
		mergeDown: '向下合併儲存格',
		splitHorizontal: '橫向分割儲存格',
		splitVertical: '縱向分割儲存格',
		title: '儲存格屬性',
		cellType: '儲存格類別',
		rowSpan: '儲存格列數',
		colSpan: '儲存格欄數',
		wordWrap: '自動換行',
		hAlign: '水平對齊',
		vAlign: '垂直對齊',
		alignBaseline: '基線對齊',
		bgColor: '背景顏色',
		borderColor: '邊框顏色',
		data: '數據',
		header: '標題',
		yes: '是',
		no: '否',
		invalidWidth: '儲存格寬度必須為數字格式',
		invalidHeight: '儲存格高度必須為數字格式',
		invalidRowSpan: '儲存格列數必須為整數格式',
		invalidColSpan: '儲存格欄數度必須為整數格式',
		chooseColor: 'Choose'
	},
	cellPad: '內距',
	cellSpace: '間距',
	column: {
		menu: '欄',
		insertBefore: '向左插入欄',
		insertAfter: '向右插入欄',
		deleteColumn: '刪除欄'
	},
	columns: '欄數',
	deleteTable: '刪除表格',
	headers: '標題',
	headersBoth: '第一欄和第一列',
	headersColumn: '第一欄',
	headersNone: '無標題',
	headersRow: '第一列',
	invalidBorder: '邊框大小必須為數字格式',
	invalidCellPadding: '儲存格內距必須為數字格式',
	invalidCellSpacing: '儲存格間距必須為數字格式',
	invalidCols: '必須有一或更多的欄',
	invalidHeight: '表格高度必須為數字格式',
	invalidRows: '必須有一或更多的列',
	invalidWidth: '表格寬度必須為數字格式',
	menu: '表格屬性',
	row: {
		menu: '列',
		insertBefore: '向上插入列',
		insertAfter: '向下插入列',
		deleteRow: '刪除列'
	},
	rows: '列數',
	summary: '摘要',
	title: '表格屬性',
	toolbar: '表格',
	widthPc: '百分比',
	widthPx: '像素',
	widthUnit: 'width unit' // MISSING
});