| | |
| | | collapse: 'Collapse', |
| | | collapseAll: 'Collapse All', |
| | | scope: 'Assign', |
| | | deselect: 'DESELECT', |
| | | import: { |
| | | title: 'Import', |
| | | stop: 'Stop import', |
| | |
| | | collapse: '折叠', |
| | | collapseAll: '全部折叠', |
| | | scope: '权限', |
| | | deselect: '取消选择', |
| | | import: { |
| | | title: '导入', |
| | | stop: '停止导入', |
| | |
| | | onChange={(event) => setTypeFilter(event.target.value)} |
| | | > |
| | | <MenuItem value=""> |
| | | {translate('common.action.reset')} |
| | | {translate('common.action.deselect')} |
| | | </MenuItem> |
| | | {RESERVE_TYPE_OPTIONS.map((option) => ( |
| | | <MenuItem key={option} value={option}> |
| | |
| | | onChange={(event) => setStateFilter(event.target.value)} |
| | | > |
| | | <MenuItem value=""> |
| | | {translate('common.action.reset')} |
| | | {translate('common.action.deselect')} |
| | | </MenuItem> |
| | | {RESERVE_STATE_OPTIONS.map((option) => ( |
| | | <MenuItem key={option} value={option}> |