Fix:Metadata saving, copywriting and other related issues (#12169)

### What problem does this PR solve?

Fix:Bugs Fixed
- Text overflow issues that caused rendering problems
- Metadata saving, copywriting and other related issues

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-12-24 17:21:36 +08:00
committed by Jin Hai
parent df0c092b22
commit 4a2978150c
18 changed files with 497 additions and 240 deletions

View File

@ -190,12 +190,21 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
manageMetadata: 'Manage metadata',
metadata: 'Metadata',
values: 'Values',
value: 'Value',
action: 'Action',
field: 'Field',
description: 'Description',
fieldName: 'Field name',
editMetadata: 'Edit metadata',
deleteWarn: 'This {{field}} will be removed from all associated files',
deleteManageFieldAllWarn:
'This field and all its corresponding values will be deleted from all associated files.',
deleteManageValueAllWarn:
'This value will be deleted from from all associated files.',
deleteManageFieldSingleWarn:
'This field and all its corresponding values will be deleted from this files.',
deleteManageValueSingleWarn:
'This value will be deleted from this files.',
},
metadataField: 'Metadata field',
systemAttribute: 'System attribute',

View File

@ -177,6 +177,7 @@ export default {
manageMetadata: '管理元数据',
metadata: '元数据',
values: '值',
value: '值',
action: '操作',
field: '字段',
description: '描述',
@ -186,6 +187,11 @@ export default {
fieldNameExists: '字段名已存在。确认合并重复项并组合所有关联文件。',
fieldExists: '字段名已存在。',
deleteWarn: '此 {{field}} 将从所有关联文件中移除',
deleteManageFieldAllWarn:
'此字段及其所有对应值将从所有关联的文件中删除。',
deleteManageValueAllWarn: '此值将从所有关联的文件中删除。',
deleteManageFieldSingleWarn: '此字段及其所有对应值将从此文件中删除。',
deleteManageValueSingleWarn: '此值将从此文件中删除。',
},
localUpload: '本地上传',
fileSize: '文件大小',