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": "Refresh model list",
"quick": "Quick Refresh (incremental)",
"full": "Full Rebuild (complete)"
"quick": "Sync Changes",
"quickTooltip": "Scan for new or missing model files so the list stays current.",
"full": "Rebuild Cache",
"fullTooltip": "Reload all model details from metadata files—use if the library looks out of date or after manual edits."
},
"fetch": {
"title": "Fetch metadata from Civitai",