diff --git a/package.json b/package.json index 44472d8087..37b6a6f397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@comfyorg/comfyui-frontend", - "version": "1.40.3", + "version": "1.40.4", "private": true, "description": "Official front-end implementation of ComfyUI", "homepage": "https://comfy.org", diff --git a/src/locales/ar/main.json b/src/locales/ar/main.json index 6f6baff9a3..f0405016d6 100644 --- a/src/locales/ar/main.json +++ b/src/locales/ar/main.json @@ -1980,6 +1980,7 @@ "removeJob": "إزالة المهمة", "reportError": "الإبلاغ عن خطأ" }, + "jobQueueing": "جارٍ إضافة العمل إلى قائمة الانتظار", "toggleJobHistory": "تبديل سجل المهام" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "تصفية المهام", "inlineTotalLabel": "الإجمالي", "interruptAll": "إيقاف جميع المهام الجارية", + "jobCompleted": "اكتمل العمل", + "jobFailed": "فشل العمل", "jobQueue": "قائمة المهام", + "jobsAddedToQueue": "{count} مهمة أُضيفت إلى قائمة الانتظار | {count} مهام أُضيفت إلى قائمة الانتظار", "jobsCompleted": "{count} مهمة مكتملة | {count} مهام مكتملة", "jobsFailed": "{count} مهمة فشلت | {count} مهام فشلت", "moreOptions": "خيارات إضافية", diff --git a/src/locales/es/main.json b/src/locales/es/main.json index 86978db910..be7cbd120b 100644 --- a/src/locales/es/main.json +++ b/src/locales/es/main.json @@ -1980,6 +1980,7 @@ "removeJob": "Quitar trabajo", "reportError": "Reportar error" }, + "jobQueueing": "Encolando trabajo", "toggleJobHistory": "Alternar historial de trabajos" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "Filtrar trabajos", "inlineTotalLabel": "Total", "interruptAll": "Interrumpir todos los trabajos en ejecución", + "jobCompleted": "Trabajo completado", + "jobFailed": "Trabajo fallido", "jobQueue": "Cola de trabajos", + "jobsAddedToQueue": "{count} trabajo añadido a la cola | {count} trabajos añadidos a la cola", "jobsCompleted": "{count} trabajo completado | {count} trabajos completados", "jobsFailed": "{count} trabajo fallido | {count} trabajos fallidos", "moreOptions": "Más opciones", diff --git a/src/locales/fa/main.json b/src/locales/fa/main.json index 231757a15f..28a3340448 100644 --- a/src/locales/fa/main.json +++ b/src/locales/fa/main.json @@ -1980,6 +1980,7 @@ "removeJob": "حذف کار", "reportError": "گزارش خطا" }, + "jobQueueing": "در حال صف‌بندی کار", "toggleJobHistory": "نمایش/مخفی‌سازی تاریخچه کارها" }, "releaseToast": { @@ -2412,7 +2413,10 @@ "filterJobs": "فیلتر کارها", "inlineTotalLabel": "کل", "interruptAll": "توقف همه کارهای در حال اجرا", + "jobCompleted": "کار با موفقیت انجام شد", + "jobFailed": "کار ناموفق بود", "jobQueue": "صف کار", + "jobsAddedToQueue": "{count} کار به صف افزوده شد | {count} کار به صف افزوده شدند", "jobsCompleted": "{count} کار تکمیل شد", "jobsFailed": "{count} کار ناموفق بود", "moreOptions": "گزینه‌های بیشتر", diff --git a/src/locales/fr/main.json b/src/locales/fr/main.json index 4c5ac22809..61b0103176 100644 --- a/src/locales/fr/main.json +++ b/src/locales/fr/main.json @@ -1980,6 +1980,7 @@ "removeJob": "Retirer la tâche", "reportError": "Signaler une erreur" }, + "jobQueueing": "Mise en file d’attente de la tâche", "toggleJobHistory": "Afficher/Masquer l'historique des tâches" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "Filtrer les travaux", "inlineTotalLabel": "Total", "interruptAll": "Interrompre tous les travaux en cours", + "jobCompleted": "Tâche terminée", + "jobFailed": "Échec de la tâche", "jobQueue": "File d’attente des travaux", + "jobsAddedToQueue": "{count} tâche ajoutée à la file d’attente | {count} tâches ajoutées à la file d’attente", "jobsCompleted": "{count} travail terminé | {count} travaux terminés", "jobsFailed": "{count} travail échoué | {count} travaux échoués", "moreOptions": "Plus d’options", diff --git a/src/locales/ja/main.json b/src/locales/ja/main.json index 5babe26c6f..1329cdb420 100644 --- a/src/locales/ja/main.json +++ b/src/locales/ja/main.json @@ -1980,6 +1980,7 @@ "removeJob": "ジョブを削除", "reportError": "エラーを報告" }, + "jobQueueing": "ジョブをキューに追加中", "toggleJobHistory": "ジョブ履歴を切り替え" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "ジョブをフィルター", "inlineTotalLabel": "合計", "interruptAll": "すべての実行中ジョブを中断", + "jobCompleted": "ジョブが完了しました", + "jobFailed": "ジョブが失敗しました", "jobQueue": "ジョブキュー", + "jobsAddedToQueue": "{count} 件のジョブがキューに追加されました", "jobsCompleted": "{count}件のジョブが完了", "jobsFailed": "{count}件のジョブが失敗", "moreOptions": "その他のオプション", diff --git a/src/locales/ko/main.json b/src/locales/ko/main.json index 86cc2af118..7a94276f64 100644 --- a/src/locales/ko/main.json +++ b/src/locales/ko/main.json @@ -1980,6 +1980,7 @@ "removeJob": "작업 제거", "reportError": "오류 신고" }, + "jobQueueing": "작업 대기 중", "toggleJobHistory": "작업 기록 전환" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "작업 필터", "inlineTotalLabel": "총계", "interruptAll": "모든 실행 중인 작업 중단", + "jobCompleted": "작업 완료됨", + "jobFailed": "작업 실패", "jobQueue": "작업 대기열", + "jobsAddedToQueue": "{count}개 작업이 대기열에 추가됨 | {count}개 작업이 대기열에 추가됨", "jobsCompleted": "{count}개 작업 완료", "jobsFailed": "{count}개 작업 실패", "moreOptions": "더 많은 옵션", diff --git a/src/locales/pt-BR/main.json b/src/locales/pt-BR/main.json index 2a89fdb4a2..67f0b43ffa 100644 --- a/src/locales/pt-BR/main.json +++ b/src/locales/pt-BR/main.json @@ -1980,6 +1980,7 @@ "removeJob": "Remover tarefa", "reportError": "Reportar erro" }, + "jobQueueing": "Tarefa em fila", "toggleJobHistory": "Alternar histórico de tarefas" }, "releaseToast": { @@ -2412,7 +2413,10 @@ "filterJobs": "Filtrar trabalhos", "inlineTotalLabel": "Total", "interruptAll": "Interromper todos os trabalhos em execução", + "jobCompleted": "Tarefa concluída", + "jobFailed": "Tarefa falhou", "jobQueue": "Fila de trabalhos", + "jobsAddedToQueue": "{count} tarefa adicionada à fila | {count} tarefas adicionadas à fila", "jobsCompleted": "{count} trabalho concluído | {count} trabalhos concluídos", "jobsFailed": "{count} trabalho falhou | {count} trabalhos falharam", "moreOptions": "Mais opções", diff --git a/src/locales/ru/main.json b/src/locales/ru/main.json index d1151d6eac..56e591efac 100644 --- a/src/locales/ru/main.json +++ b/src/locales/ru/main.json @@ -1980,6 +1980,7 @@ "removeJob": "Удалить задачу", "reportError": "Сообщить об ошибке" }, + "jobQueueing": "Задача ставится в очередь", "toggleJobHistory": "Показать/скрыть историю задач" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "Фильтровать задания", "inlineTotalLabel": "Всего", "interruptAll": "Остановить все выполняющиеся задания", + "jobCompleted": "Задача выполнена", + "jobFailed": "Задача не выполнена", "jobQueue": "Очередь заданий", + "jobsAddedToQueue": "{count} задача добавлена в очередь | {count} задач добавлено в очередь", "jobsCompleted": "{count} задание завершено | {count} задания завершено | {count} заданий завершено", "jobsFailed": "{count} задание не выполнено | {count} задания не выполнено | {count} заданий не выполнено", "moreOptions": "Больше опций", diff --git a/src/locales/tr/main.json b/src/locales/tr/main.json index 40b86c9392..b8e739099e 100644 --- a/src/locales/tr/main.json +++ b/src/locales/tr/main.json @@ -1980,6 +1980,7 @@ "removeJob": "İşi kaldır", "reportError": "Hata bildir" }, + "jobQueueing": "İşlem kuyruğa alınıyor", "toggleJobHistory": "İş Geçmişini Aç/Kapat" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "İşleri filtrele", "inlineTotalLabel": "Toplam", "interruptAll": "Tüm çalışan işleri durdur", + "jobCompleted": "İşlem tamamlandı", + "jobFailed": "İşlem başarısız oldu", "jobQueue": "İş Kuyruğu", + "jobsAddedToQueue": "{count} işlem kuyruğa eklendi | {count} işlem kuyruğa eklendi", "jobsCompleted": "{count} iş tamamlandı | {count} iş tamamlandı", "jobsFailed": "{count} iş başarısız oldu | {count} iş başarısız oldu", "moreOptions": "Daha fazla seçenek", diff --git a/src/locales/zh-TW/main.json b/src/locales/zh-TW/main.json index 5eac11c60d..f2e857a687 100644 --- a/src/locales/zh-TW/main.json +++ b/src/locales/zh-TW/main.json @@ -1980,6 +1980,7 @@ "removeJob": "移除工作", "reportError": "回報錯誤" }, + "jobQueueing": "任務排入佇列中", "toggleJobHistory": "切換工作歷史" }, "releaseToast": { @@ -2401,7 +2402,10 @@ "filterJobs": "篩選作業", "inlineTotalLabel": "總計", "interruptAll": "中斷所有執行中作業", + "jobCompleted": "任務已完成", + "jobFailed": "任務失敗", "jobQueue": "作業佇列", + "jobsAddedToQueue": "{count} 個任務已加入佇列", "jobsCompleted": "{count} 個作業已完成", "jobsFailed": "{count} 個作業失敗", "moreOptions": "更多選項", diff --git a/src/locales/zh/main.json b/src/locales/zh/main.json index 0ff096c9cc..0b3c6e6d65 100644 --- a/src/locales/zh/main.json +++ b/src/locales/zh/main.json @@ -1980,6 +1980,7 @@ "removeJob": "移除任务", "reportError": "反馈报错" }, + "jobQueueing": "作业排队中", "toggleJobHistory": "切换任务历史" }, "releaseToast": { @@ -2412,7 +2413,10 @@ "filterJobs": "筛选任务", "inlineTotalLabel": "总计", "interruptAll": "中断全部正在运行的任务", + "jobCompleted": "作业已完成", + "jobFailed": "作业失败", "jobQueue": "任务队列", + "jobsAddedToQueue": "{count} 个作业已加入队列", "jobsCompleted": "{count} 任务完成 | {count} 任务完成", "jobsFailed": "{count} 任务失败 | {count} 任务失败", "moreOptions": "更多设置",