18 lines
440 B
JavaScript
18 lines
440 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/grid/enhanced/nls/zh/EnhancedGrid", //begin v1.x content
|
|
({
|
|
singleSort: "单层排序",
|
|
nestedSort: "嵌套排序",
|
|
ascending: "升序",
|
|
descending: "降序",
|
|
sortingState: "${0} - ${1}",
|
|
unsorted: "请勿对此列进行排序",
|
|
indirectSelectionRadio: "第 ${0} 行,单选,单选框",
|
|
indirectSelectionCheckBox: "第 ${0} 行,多选,复选框",
|
|
selectAll: "全部选中"
|
|
})
|
|
//end v1.x content
|
|
);
|
|
|