EnhancedGrid.js 413 B

12345678910111213
  1. define(
  2. "dojox/grid/enhanced/nls/zh/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. );