tree.ts 231 Bytes
export default {
  selectAll: 'Select All',
  unSelectAll: 'Cancel Select',
  expandAll: 'Expand All',
  unExpandAll: 'Collapse all',

  checkStrictly: 'Hierarchical association',
  checkUnStrictly: 'Hierarchical independence',
};