dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
34 lines (33 loc) • 1.01 kB
JavaScript
define(
({
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: "刪除欄",
colorTableCellTitle: "背景色表資料格",
tableContextMenuTitle: "表格快速功能表"
})
);