mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51: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": "URL에서 모델 다운로드",
|
||||
"titleWithType": "URL에서 {type} 다운로드",
|
||||
"civitaiUrl": "CivitAI URL:",
|
||||
"civitaiUrl": "모델 URL:",
|
||||
"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 URL 형식",
|
||||
"invalidUrl": "잘못된 모델 URL 형식",
|
||||
"noVersions": "이 모델에 사용 가능한 버전이 없습니다",
|
||||
"mixedSources": "동일한 배치에서 CivitAI와 Hugging Face URL을 혼합할 수 없습니다.",
|
||||
"mixedSources": "동일한 배치에서 CivitAI와 Hugging Face / ModelScope URL을 혼합할 수 없습니다.",
|
||||
"noModelFiles": "이 저장소에서 모델 파일을 찾을 수 없습니다."
|
||||
},
|
||||
"status": {
|
||||
|
||||
Reference in New Issue
Block a user