12345678910111213 |
- define(
- "dojox/grid/enhanced/nls/zh/EnhancedGrid", ({
- singleSort: "单一排序",
- nestedSort: "嵌套排序",
- ascending: "单击以按升序排序",
- descending: "单击以按降序排序",
- sortingState: "${0} - ${1}",
- unsorted: "不要对此列排序",
- indirectSelectionRadio: "第 ${0} 行,单选,单选框",
- indirectSelectionCheckBox: "第 ${0} 行,多选,复选框",
- selectAll: "全选"
- })
- );
|