EnhancedGrid.js 484 B

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