docs(plugin-snapshot-field): adjust description (#3551)

This commit is contained in:
Junyi 2024-02-22 13:41:36 +08:00 committed by GitHub
parent c6615441bd
commit adccdece7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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": "快照目标关系字段",