15 lines
864 B
TypeScript
15 lines
864 B
TypeScript
export default {
|
|
Detail: '详情',
|
|
Snapshot: '快照',
|
|
'Add block': '创建区块',
|
|
'When adding a new record, create a snapshot for its relational record and save in the current record. The snapshot is not updated when the record is subsequently updated.':
|
|
'在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。后续更新数据时,快照不再更新。',
|
|
'View record': '查看数据',
|
|
'Allow linking to multiple records': '允许关联多条记录',
|
|
'The association field to snapshot': '快照目标关系字段',
|
|
"Snapshot the snapshot's association fields": '为快照的关系数据创建快照',
|
|
'Please select': '请选择',
|
|
'When a record is created, association data is backed up in a snapshot': '创建记录时,关系数据会备份到快照里',
|
|
'Snapshot data': '快照数据',
|
|
};
|