feat: add props system and refactor asset library architecture

This commit is contained in:
saturn
2026-03-19 15:37:47 +08:00
parent 9aff44e37a
commit f364bbc9e4
139 changed files with 9112 additions and 2827 deletions

View File

@@ -3,6 +3,7 @@
"title": "资产确认",
"characters": "角色",
"locations": "场景",
"props": "道具",
"analyze": "分析资产",
"analyzing": "分析中...",
"generateAll": "批量生成全部",
@@ -14,8 +15,10 @@
"assetsTitle": "资产分析",
"characterAssets": "角色资产",
"locationAssets": "场景资产",
"propAssets": "道具资产",
"counts": "{characterCount} 个角色,{appearanceCount} 个形象",
"locationCounts": "{count} 个场景",
"propCounts": "{count} 个道具",
"undoFailed": "撤回失败",
"undoFailedError": "撤回失败: {error}",
"undoSuccess": "已撤回到上一版本",
@@ -70,6 +73,18 @@
"updateFailed": "更新描述失败",
"addFailed": "添加场景失败"
},
"prop": {
"add": "添加道具",
"edit": "编辑道具",
"delete": "删除道具",
"deleteConfirm": "确定要删除这个道具吗?",
"deleteFailed": "删除失败: {error}",
"name": "道具名",
"summary": "简要描述",
"summaryPlaceholder": "描述这个道具",
"regenerateImage": "重新生成",
"addFailed": "添加道具失败"
},
"image": {
"upload": "上传图片",
"uploadReplace": "上传替换图片",
@@ -160,6 +175,7 @@
"modifyFailed": "修改失败",
"editCharacter": "编辑角色",
"editLocation": "编辑场景",
"editProp": "编辑道具",
"saveAndGenerate": "保存并生成",
"generatingAutoClose": "正在生成图片,完成后将自动关闭...",
"aiLocationTip": "输入你想修改的内容AI会自动调整场景描述",
@@ -177,7 +193,7 @@
"showGenerated": "已生成",
"showPending": "待生成",
"assetManagement": "资产管理",
"assetCount": "共 {total} 个资产({appearances} 角色形象 + {locations} 场景)",
"assetCount": "共 {total} 个资产({appearances} 角色形象 + {locations} 场景 + {props} 道具",
"globalAnalyze": "全局分析",
"globalAnalyzing": "正在执行全局资产分析...",
"globalAnalyzingHint": "请勿刷新页面,分析完成后将自动显示结果",
@@ -239,11 +255,17 @@
"aiDesignFailed": "AI 设计失败",
"createFailed": "创建失败"
},
"filterBar": {
"all": "全部",
"allEpisodes": "全部集数",
"episodeLabel": "第{number}集 · {name}"
},
"assetLibrary": {
"button": "资产库",
"title": "资产库",
"copySuccessCharacter": "角色形象复制成功",
"copySuccessLocation": "场景图片复制成功",
"copySuccessProp": "道具图片复制成功",
"copySuccessVoice": "音色复制成功",
"copyFailed": "复制失败: {error}",
"downloadEmpty": "当前没有可下载的图片资产",
@@ -332,4 +354,4 @@
"referenceImagesHint": "(可选,支持粘贴)",
"startEditing": "开始编辑"
}
}
}