EnhancedGrid.js 507 B

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