EnhancedGrid.js 428 B

12345678910111213
  1. define(
  2. "dojox/grid/enhanced/nls/zh-tw/EnhancedGrid", ({
  3. singleSort: "單一排序",
  4. nestedSort: "巢狀排序",
  5. ascending: "按一下以遞增排序",
  6. descending: "按一下以遞減排序",
  7. sortingState: "${0} - ${1}",
  8. unsorted: "本欄不進行排序",
  9. indirectSelectionRadio: "第 ${0} 行,單一選項,圓鈕框",
  10. indirectSelectionCheckBox: "第 ${0} 行,多重選項,勾選框",
  11. selectAll: "全選"
  12. })
  13. );