mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51:26 -03:00
i18n: translate common.scanProgress into all 9 locales
This commit is contained in:
+15
-15
@@ -52,24 +52,24 @@
|
||||
"tb": "To"
|
||||
},
|
||||
"scanProgress": {
|
||||
"refreshing": "[TODO: Translate] Refreshing {type}s...",
|
||||
"fullRebuilding": "[TODO: Translate] Full rebuild {type}s...",
|
||||
"actionRefresh": "[TODO: Translate] Refresh",
|
||||
"actionFullRebuild": "[TODO: Translate] Full rebuild",
|
||||
"actionRefreshLower": "[TODO: Translate] refresh",
|
||||
"actionRebuildLower": "[TODO: Translate] rebuild",
|
||||
"refreshing": "Actualisation des {type}...",
|
||||
"fullRebuilding": "Reconstruction complète des {type}...",
|
||||
"actionRefresh": "Actualisation",
|
||||
"actionFullRebuild": "Reconstruction complète",
|
||||
"actionRefreshLower": "l’actualisation",
|
||||
"actionRebuildLower": "la reconstruction",
|
||||
"stages": {
|
||||
"scan_folders": "[TODO: Translate] Scanning folders...",
|
||||
"count_models": "[TODO: Translate] Found {total} files",
|
||||
"process_models": "[TODO: Translate] Processing models",
|
||||
"reconcile_scan": "[TODO: Translate] Checking for changes...",
|
||||
"process_new": "[TODO: Translate] Processing new models",
|
||||
"finalizing": "[TODO: Translate] Finalizing..."
|
||||
"scan_folders": "Scan des dossiers...",
|
||||
"count_models": "{total} fichiers trouvés",
|
||||
"process_models": "Traitement des modèles",
|
||||
"reconcile_scan": "Vérification des modifications...",
|
||||
"process_new": "Traitement des nouveaux modèles",
|
||||
"finalizing": "Finalisation..."
|
||||
},
|
||||
"eta": {
|
||||
"lessThanMinute": "[TODO: Translate] Less than a minute remaining",
|
||||
"minutes": "[TODO: Translate] ~{minutes} min remaining",
|
||||
"hours": "[TODO: Translate] ~{hours} hr {minutes} min remaining"
|
||||
"lessThanMinute": "Moins d’une minute restante",
|
||||
"minutes": "~{minutes} min restantes",
|
||||
"hours": "~{hours} h {minutes} min restantes"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user