mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:06:06 +00:00
docs(plugin-snapshot-field): adjust description (#3551)
This commit is contained in:
parent
c6615441bd
commit
adccdece7c
@ -100,7 +100,7 @@ export const snapshot: IField = {
|
||||
type: 'object',
|
||||
group: 'advanced',
|
||||
title: `{{t('Snapshot', {ns: '${NAMESPACE}'})}}`,
|
||||
description: `{{t('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.', {ns: '${NAMESPACE}'})}}`,
|
||||
description: `{{t('When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.', {ns: '${NAMESPACE}'})}}`,
|
||||
default: {
|
||||
type: 'snapshot',
|
||||
// name,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"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.": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。后续更新数据时,快照不再更新。",
|
||||
"When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
||||
"View record": "查看数据",
|
||||
"Allow linking to multiple records": "允许关联多条记录",
|
||||
"The association field to snapshot": "快照目标关系字段",
|
||||
|
Loading…
Reference in New Issue
Block a user