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.
14 lines (13 loc) • 769 B
JavaScript
define(
({
singleSort: "เรียงลำดับแบบเดี่ยว",
nestedSort: "เรียงลำดับที่ซับซ้อน",
ascending: "คลิกเพื่อเรียงจากมากไปน้อย",
descending: "คลิกเพื่อเรียงจากน้อยไปมาก",
sortingState: "${0} - ${1}",
unsorted: "ห้ามเรียงลำดับคอลัมน์นี้",
indirectSelectionRadio: "แถว ${0}, การเลือกเดียว, กล่องวิทยุ",
indirectSelectionCheckBox: "แถว ${0}, การเลือกจำนวนมาก, เช็กบ็อกซ์",
selectAll: "เลือกทั้งหมด"
})
);