mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-09 07:20:15 -03:00
feat(downloads): translate batch download summary strings
This commit is contained in:
@@ -1590,19 +1590,19 @@
|
||||
"columnError": "Ошибка"
|
||||
},
|
||||
"downloadBatchSummary": {
|
||||
"title": "[TODO: Translate] Batch Download Summary",
|
||||
"statSuccess": "[TODO: Translate] Success",
|
||||
"statFailed": "[TODO: Translate] Failed",
|
||||
"statTotal": "[TODO: Translate] Total",
|
||||
"successMessage": "[TODO: Translate] All {count} models downloaded successfully",
|
||||
"completedWithErrors": "[TODO: Translate] Completed with errors",
|
||||
"failed": "[TODO: Translate] Download failed",
|
||||
"failedItems": "[TODO: Translate] Failed Items ({count})",
|
||||
"columnName": "[TODO: Translate] Model Name",
|
||||
"columnError": "[TODO: Translate] Error",
|
||||
"close": "[TODO: Translate] Close",
|
||||
"copyReport": "[TODO: Translate] Copy Report",
|
||||
"retryFailed": "[TODO: Translate] Retry Failed ({count})"
|
||||
"title": "Сводка пакетной загрузки",
|
||||
"statSuccess": "Успешно",
|
||||
"statFailed": "Ошибки",
|
||||
"statTotal": "Всего",
|
||||
"successMessage": "Все {count} моделей успешно загружены",
|
||||
"completedWithErrors": "Завершено с ошибками",
|
||||
"failed": "Не удалось загрузить",
|
||||
"failedItems": "Неудачные элементы ({count})",
|
||||
"columnName": "Имя модели",
|
||||
"columnError": "Ошибка",
|
||||
"close": "Закрыть",
|
||||
"copyReport": "Скопировать отчёт",
|
||||
"retryFailed": "Повторить неудачные ({count})"
|
||||
}
|
||||
},
|
||||
"modelTags": {
|
||||
|
||||
Reference in New Issue
Block a user