mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 22:19:25 +08:00
16 lines
580 B
TypeScript
16 lines
580 B
TypeScript
export default {
|
|
'Graph Collection': 'Graph Collection',
|
|
'Collection List': 'Collection List',
|
|
'Full Screen': 'Full Screen',
|
|
'Collection Search': 'Collection Search',
|
|
'Create Collection': 'Create Collection',
|
|
'All Fields': 'All Fields',
|
|
'Association Fields': 'Association Fields',
|
|
'Choices fields': 'Choices fields',
|
|
'All relationships': 'All relationships',
|
|
'Entity relationship only': 'Entity relationship only',
|
|
'Inheritance relationship only': 'Inheritance relationship only',
|
|
'Graphical interface': 'Graphical interface',
|
|
Selection: 'Selection',
|
|
};
|