feat(ui): clarify refresh menu labels

This commit is contained in:
pixelpaws
2025-10-29 15:39:42 +08:00
parent e10717dcda
commit 45c1113b72
11 changed files with 42 additions and 22 deletions

View File

@@ -409,8 +409,10 @@
},
"refresh": {
"title": "刷新模型列表",
"quick": "快速刷新(增量)",
"full": "完全重建(完整)"
"quick": "同步变更",
"quickTooltip": "扫描新的或缺失的模型文件,保持列表最新。",
"full": "重建缓存",
"fullTooltip": "从元数据文件重新加载所有模型信息;用于列表过时或手动编辑后。"
},
"fetch": {
"title": "从 Civitai 获取元数据",