tachybase_todo/packages/plugins/graph-collection-manager/src/locale/zh-CN.ts
YANG QIA 45bc0b83ba
feat(locale): allows to manage locale resources in core package (#2293)
* feat(locale): add app.locales

* chore: change directory

* chore: change locale directories

* fix: test

* fix: cached resources changed after sync

* chore: change fr-FR locale directory
2023-07-25 17:09:34 +08:00

17 lines
553 B
TypeScript

export default {
'Graph Collection': '图形化数据表',
'Collection List': '数据表列表',
'Full Screen': '全屏',
'Collection Search': '表筛选',
'Create Collection': '创建数据表',
'All Fields': '全部',
'Association Fields': '关系字段',
'Choices fields': '选项字段',
'All relationships': '所有关系',
'Entity relationship only': '实体关系',
'Inheritance relationship only': '继承关系',
'Graphical interface': '图形化界面',
'Auto layout': '自动布局',
Selection: '选择模式',
};