mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -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": "Télécharger un modèle depuis une URL",
|
||||
"titleWithType": "Télécharger {type} depuis une URL",
|
||||
"civitaiUrl": "URL CivitAI :",
|
||||
"civitaiUrl": "URL du modèle :",
|
||||
"placeholder": "https://civitai.com/models/...",
|
||||
"urlHint": "Entrez une URL CivitAI, CivArchive ou Hugging Face par ligne. Prend en charge plusieurs URL pour le téléchargement par lot.",
|
||||
"urlHint": "Entrez une URL CivitAI, CivArchive, Hugging Face ou ModelScope par ligne. Prend en charge plusieurs URL pour le téléchargement par lot.",
|
||||
"selectHfFiles": "Sélectionnez le(s) fichier(s) à télécharger depuis ce dépôt :",
|
||||
"selectAll": "Tout sélectionner",
|
||||
"fetchingRepoFiles": "Récupération des fichiers du dépôt...",
|
||||
@@ -1430,9 +1430,9 @@
|
||||
"inLibrary": "Dans la bibliothèque"
|
||||
},
|
||||
"errors": {
|
||||
"invalidUrl": "Format d'URL CivitAI invalide",
|
||||
"invalidUrl": "Format d'URL de modèle invalide",
|
||||
"noVersions": "Aucune version disponible pour ce modèle",
|
||||
"mixedSources": "Impossible de mélanger les URL CivitAI et Hugging Face dans le même lot.",
|
||||
"mixedSources": "Impossible de mélanger les URL CivitAI et Hugging Face / ModelScope dans le même lot.",
|
||||
"noModelFiles": "Aucun fichier de modèle trouvé dans ce dépôt."
|
||||
},
|
||||
"status": {
|
||||
|
||||
Reference in New Issue
Block a user