10 lines
231 B
TypeScript
10 lines
231 B
TypeScript
|
|
export default {
|
||
|
|
selectAll: 'Select All',
|
||
|
|
unSelectAll: 'Cancel Select',
|
||
|
|
expandAll: 'Expand All',
|
||
|
|
unExpandAll: 'Collapse all',
|
||
|
|
|
||
|
|
checkStrictly: 'Hierarchical association',
|
||
|
|
checkUnStrictly: 'Hierarchical independence',
|
||
|
|
};
|