i18n: translate the standalone no-paths guidance into all locales

This commit is contained in:
Will Miao
2026-09-17 10:39:45 +08:00
parent 369613f811
commit bf497d5144
10 changed files with 27 additions and 18 deletions
+2 -2
View File
@@ -1241,12 +1241,12 @@
},
"noPaths": {
"title": "未找到其他模型文件夹",
"descriptionStandalone": "其他模型管理已开启,但配置的模型文件夹在磁盘上都不存在。请将下面的文件夹路径添加到 settings.json,然后重启 LoRA Manager。",
"descriptionStandalone": "其他模型管理已开启,但未找到其他模型文件夹。请将你需要的文件夹添加到 settings.json 的 folder_paths 部分,然后重启 LoRA Manager。",
"hintStandalone": "只会扫描上面列出的文件夹键;不需要的键可以省略。",
"descriptionComfyUI": "其他模型管理已开启,但配置的模型文件夹在磁盘上都不存在。请将对应的模型文件夹添加到 ComfyUI 的模型路径,然后重新加载此页面。",
"hintComfyUI": "其他模型从 ComfyUI 的 vae、upscale_models、text_encoders、clip_vision 和 controlnet 文件夹中读取。",
"openSettings": "打开设置",
"openSettingsFolder": "[TODO: Translate] Open Settings Folder"
"openSettingsFolder": "打开设置文件夹"
}
},
"sidebar": {