summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/TableDialog.js
blob: 3531706bb271a76ab0ff5bba53384ab35c1fd1f5 (plain)
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
//>>built
define(
"dojox/editor/plugins/nls/zh-tw/TableDialog", //begin v1.x content
({
	insertTableTitle: "插入表格",
	modifyTableTitle: "修改表格",
	rows: "列:",
	columns: "欄:",
	align: "對齊:",
	cellPadding: "資料格行距:",
	cellSpacing: "資料格間距:",
	tableWidth: "表格寬度:",
	backgroundColor: "背景顏色:",
	borderColor: "邊框顏色:",
	borderThickness: "邊框寬度",
	percent: "百分比",
	pixels: "像素",
	"default": "預設值",
	left: "靠左",
	center: "置中",
	right: "靠右",
	buttonSet: "設定", // translated elsewhere?
	buttonInsert: "插入",
	buttonCancel: "取消",

	selectTableLabel: "選取表格",
	insertTableRowBeforeLabel: "在前面新增一個列",
	insertTableRowAfterLabel: "在後面新增一個列",
	insertTableColumnBeforeLabel: "在前面新增一個直欄",
	insertTableColumnAfterLabel: "在後面新增一個直欄",
	deleteTableRowLabel: "刪除列",
	deleteTableColumnLabel: "刪除欄"
})

//end v1.x content
);