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.51 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: "เมนูบริบทตาราง"
})
);