mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 11:11:26 -03:00
i18n: refresh the download copy for ModelScope in 9 locales
The download dialog's URL field still said "CivitAI URL(s)" and rejected anything that was not CivitAI, and the hint listed only CivitAI / CivArchive / Hugging Face. Four en.json values were refreshed in the previous commit and propagated here: - modals.download.civitaiUrl -> "Model URL(s)" (模型 URL / モデル URL / modèle / Modell / modelo / модель / מודל). - modals.download.urlHint names all four supported sites. - modals.download.errors.invalidUrl -> "Invalid model URL format"; it is the generic "unrecognised URL" error, so naming CivitAI was wrong. - modals.download.errors.mixedSources names Hugging Face / ModelScope. Brand names stay Latin per R3, "model" follows the §2/§5 rendering already in force in each locale, and the Latin/Cyrillic/Hebrew files keep ASCII punctuation. en.json is unchanged in this commit; exactly four lines change in each of the nine locale files, with no reindentation — the sync script does not refresh an existing key's value, so this was done by exact-literal replacement. pytest tests/i18n: 20 passed and sync_translation_keys.py --dry-run is a no-op.
This commit is contained in:
+4
-4
@@ -1395,9 +1395,9 @@
|
||||
"download": {
|
||||
"title": "從網址下載模型",
|
||||
"titleWithType": "從網址下載 {type}",
|
||||
"civitaiUrl": "CivitAI 網址:",
|
||||
"civitaiUrl": "模型網址:",
|
||||
"placeholder": "https://civitai.com/models/...",
|
||||
"urlHint": "每行輸入一個 CivitAI、CivArchive 或 Hugging Face URL。支援批量下載多個 URL。",
|
||||
"urlHint": "每行輸入一個 CivitAI、CivArchive、Hugging Face 或 ModelScope URL。支援批量下載多個 URL。",
|
||||
"selectHfFiles": "選擇從此倉庫下載的檔案:",
|
||||
"selectAll": "全選",
|
||||
"fetchingRepoFiles": "正在獲取倉庫檔案...",
|
||||
@@ -1430,9 +1430,9 @@
|
||||
"inLibrary": "已在庫中"
|
||||
},
|
||||
"errors": {
|
||||
"invalidUrl": "CivitAI 網址格式無效",
|
||||
"invalidUrl": "模型網址格式無效",
|
||||
"noVersions": "此模型無可用版本",
|
||||
"mixedSources": "無法在同一批次中混合使用 CivitAI 和 Hugging Face URL。",
|
||||
"mixedSources": "無法在同一批次中混合使用 CivitAI 和 Hugging Face / ModelScope URL。",
|
||||
"noModelFiles": "在此倉庫中未找到模型檔案。"
|
||||
},
|
||||
"status": {
|
||||
|
||||
Reference in New Issue
Block a user