blob: 6494ae436111110588583678437f7d2758996f9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//>>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
);
|