@cat-factory/app 0.122.2 → 0.123.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,6 +119,7 @@
119
119
  "workspaceSettings": "Workspace settings",
120
120
  "modelConfiguration": "Model configuration",
121
121
  "accountSettings": "Account settings",
122
+ "operatorDashboard": "Platform observability",
122
123
  "environmentSetup": "Environment setup"
123
124
  },
124
125
  "board": {
@@ -1363,6 +1364,64 @@
1363
1364
  "queriesTitle": "Performed searches"
1364
1365
  }
1365
1366
  },
1367
+ "platformObservability": {
1368
+ "title": "Platform observability",
1369
+ "refresh": "Refresh",
1370
+ "close": "Close",
1371
+ "loading": "Loading platform health…",
1372
+ "retry": "Retry",
1373
+ "window": {
1374
+ "oneHour": "Last hour",
1375
+ "oneDay": "Last 24 hours",
1376
+ "sevenDays": "Last 7 days"
1377
+ },
1378
+ "outcomes": {
1379
+ "title": "Run outcomes",
1380
+ "total": "Total runs",
1381
+ "done": "Completed",
1382
+ "failed": "Failed",
1383
+ "successRate": "Success rate",
1384
+ "running": "Running",
1385
+ "blocked": "Blocked",
1386
+ "paused": "Paused",
1387
+ "pending": "Pending"
1388
+ },
1389
+ "trend": {
1390
+ "title": "Outcome trend",
1391
+ "done": "Completed",
1392
+ "failed": "Failed",
1393
+ "other": "Other",
1394
+ "empty": "No runs in this window."
1395
+ },
1396
+ "failures": {
1397
+ "title": "Failure breakdown",
1398
+ "empty": "No failures in this window."
1399
+ },
1400
+ "failureKind": {
1401
+ "preflight": "Preflight",
1402
+ "dispatch": "Dispatch",
1403
+ "environment": "Environment",
1404
+ "evicted": "Evicted",
1405
+ "timeout": "Timeout",
1406
+ "agent": "Agent",
1407
+ "job_failed": "Job failed",
1408
+ "rejected": "Rejected",
1409
+ "companion_rejected": "Companion rejected",
1410
+ "stalled": "Stalled",
1411
+ "cancelled": "Cancelled",
1412
+ "unknown": "Unknown"
1413
+ },
1414
+ "durations": {
1415
+ "title": "Run duration",
1416
+ "avg": "Average",
1417
+ "min": "Min",
1418
+ "max": "Max",
1419
+ "empty": "No completed runs in this window."
1420
+ },
1421
+ "live": {
1422
+ "title": "Live now"
1423
+ }
1424
+ },
1366
1425
  "auth": {
1367
1426
  "gate": {
1368
1427
  "loading": "Loading…"
@@ -103,6 +103,7 @@
103
103
  "workspaceSettings": "Ajustes del espacio de trabajo",
104
104
  "modelConfiguration": "Configuración del modelo",
105
105
  "accountSettings": "Ajustes de la cuenta",
106
+ "operatorDashboard": "Observabilidad de la plataforma",
106
107
  "infrastructure": "Infraestructura",
107
108
  "environmentSetup": "Configuración de entorno"
108
109
  },
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "Búsquedas realizadas"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "Observabilidad de la plataforma",
1312
+ "refresh": "Actualizar",
1313
+ "close": "Cerrar",
1314
+ "loading": "Cargando el estado de la plataforma…",
1315
+ "retry": "Reintentar",
1316
+ "window": {
1317
+ "oneHour": "Última hora",
1318
+ "oneDay": "Últimas 24 horas",
1319
+ "sevenDays": "Últimos 7 días"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "Resultados de las ejecuciones",
1323
+ "total": "Ejecuciones totales",
1324
+ "done": "Completadas",
1325
+ "failed": "Fallidas",
1326
+ "successRate": "Tasa de éxito",
1327
+ "running": "En ejecución",
1328
+ "blocked": "Bloqueadas",
1329
+ "paused": "En pausa",
1330
+ "pending": "Pendientes"
1331
+ },
1332
+ "trend": {
1333
+ "title": "Tendencia de resultados",
1334
+ "done": "Completadas",
1335
+ "failed": "Fallidas",
1336
+ "other": "Otras",
1337
+ "empty": "No hay ejecuciones en este periodo."
1338
+ },
1339
+ "failures": {
1340
+ "title": "Desglose de fallos",
1341
+ "empty": "No hay fallos en este periodo."
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "Verificación previa",
1345
+ "dispatch": "Despacho",
1346
+ "environment": "Entorno",
1347
+ "evicted": "Desalojada",
1348
+ "timeout": "Tiempo agotado",
1349
+ "agent": "Agente",
1350
+ "job_failed": "Trabajo fallido",
1351
+ "rejected": "Rechazada",
1352
+ "companion_rejected": "Acompañante rechazado",
1353
+ "stalled": "Estancada",
1354
+ "cancelled": "Cancelada",
1355
+ "unknown": "Desconocido"
1356
+ },
1357
+ "durations": {
1358
+ "title": "Duración de las ejecuciones",
1359
+ "avg": "Media",
1360
+ "min": "Mín.",
1361
+ "max": "Máx.",
1362
+ "empty": "No hay ejecuciones completadas en este periodo."
1363
+ },
1364
+ "live": {
1365
+ "title": "Activas ahora"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "Cargando…"
@@ -103,6 +103,7 @@
103
103
  "workspaceSettings": "Paramètres de l’espace de travail",
104
104
  "modelConfiguration": "Configuration du modèle",
105
105
  "accountSettings": "Paramètres du compte",
106
+ "operatorDashboard": "Observabilité de la plateforme",
106
107
  "infrastructure": "Infrastructure",
107
108
  "environmentSetup": "Configuration d'environnement"
108
109
  },
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "Recherches effectuées"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "Observabilité de la plateforme",
1312
+ "refresh": "Actualiser",
1313
+ "close": "Fermer",
1314
+ "loading": "Chargement de l'état de la plateforme…",
1315
+ "retry": "Réessayer",
1316
+ "window": {
1317
+ "oneHour": "Dernière heure",
1318
+ "oneDay": "Dernières 24 heures",
1319
+ "sevenDays": "7 derniers jours"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "Résultats des exécutions",
1323
+ "total": "Exécutions totales",
1324
+ "done": "Terminées",
1325
+ "failed": "Échouées",
1326
+ "successRate": "Taux de réussite",
1327
+ "running": "En cours",
1328
+ "blocked": "Bloquées",
1329
+ "paused": "En pause",
1330
+ "pending": "En attente"
1331
+ },
1332
+ "trend": {
1333
+ "title": "Tendance des résultats",
1334
+ "done": "Terminées",
1335
+ "failed": "Échouées",
1336
+ "other": "Autres",
1337
+ "empty": "Aucune exécution sur cette période."
1338
+ },
1339
+ "failures": {
1340
+ "title": "Répartition des échecs",
1341
+ "empty": "Aucun échec sur cette période."
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "Contrôle préalable",
1345
+ "dispatch": "Envoi",
1346
+ "environment": "Environnement",
1347
+ "evicted": "Évincée",
1348
+ "timeout": "Délai dépassé",
1349
+ "agent": "Agent",
1350
+ "job_failed": "Tâche échouée",
1351
+ "rejected": "Rejetée",
1352
+ "companion_rejected": "Compagnon rejeté",
1353
+ "stalled": "Bloquée",
1354
+ "cancelled": "Annulée",
1355
+ "unknown": "Inconnu"
1356
+ },
1357
+ "durations": {
1358
+ "title": "Durée des exécutions",
1359
+ "avg": "Moyenne",
1360
+ "min": "Min.",
1361
+ "max": "Max.",
1362
+ "empty": "Aucune exécution terminée sur cette période."
1363
+ },
1364
+ "live": {
1365
+ "title": "En direct"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "Chargement…"
@@ -104,6 +104,7 @@
104
104
  "workspaceSettings": "הגדרות סביבת עבודה",
105
105
  "modelConfiguration": "תצורת מודל",
106
106
  "accountSettings": "הגדרות חשבון",
107
+ "operatorDashboard": "תצפית על הפלטפורמה",
107
108
  "environmentSetup": "הגדרת סביבה"
108
109
  },
109
110
  "board": {
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "חיפושים שבוצעו"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "תצפית על הפלטפורמה",
1312
+ "refresh": "רענון",
1313
+ "close": "סגירה",
1314
+ "loading": "טוען את תקינות הפלטפורמה…",
1315
+ "retry": "נסה שוב",
1316
+ "window": {
1317
+ "oneHour": "השעה האחרונה",
1318
+ "oneDay": "24 השעות האחרונות",
1319
+ "sevenDays": "7 הימים האחרונים"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "תוצאות ההרצות",
1323
+ "total": "סך כל ההרצות",
1324
+ "done": "הושלמו",
1325
+ "failed": "נכשלו",
1326
+ "successRate": "שיעור הצלחה",
1327
+ "running": "רצות",
1328
+ "blocked": "חסומות",
1329
+ "paused": "מושהות",
1330
+ "pending": "ממתינות"
1331
+ },
1332
+ "trend": {
1333
+ "title": "מגמת התוצאות",
1334
+ "done": "הושלמו",
1335
+ "failed": "נכשלו",
1336
+ "other": "אחר",
1337
+ "empty": "אין הרצות בטווח זה."
1338
+ },
1339
+ "failures": {
1340
+ "title": "פירוט הכשלים",
1341
+ "empty": "אין כשלים בטווח זה."
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "בדיקה מקדימה",
1345
+ "dispatch": "שיגור",
1346
+ "environment": "סביבה",
1347
+ "evicted": "פונתה",
1348
+ "timeout": "פסק זמן",
1349
+ "agent": "סוכן",
1350
+ "job_failed": "המשימה נכשלה",
1351
+ "rejected": "נדחתה",
1352
+ "companion_rejected": "המלווה נדחה",
1353
+ "stalled": "נתקעה",
1354
+ "cancelled": "בוטלה",
1355
+ "unknown": "לא ידוע"
1356
+ },
1357
+ "durations": {
1358
+ "title": "משך ההרצה",
1359
+ "avg": "ממוצע",
1360
+ "min": "מינימום",
1361
+ "max": "מקסימום",
1362
+ "empty": "אין הרצות שהושלמו בטווח זה."
1363
+ },
1364
+ "live": {
1365
+ "title": "פעילות כעת"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "טוען…"
@@ -2745,6 +2745,64 @@
2745
2745
  "queriesTitle": "Ricerche effettuate"
2746
2746
  }
2747
2747
  },
2748
+ "platformObservability": {
2749
+ "title": "Osservabilità della piattaforma",
2750
+ "refresh": "Aggiorna",
2751
+ "close": "Chiudi",
2752
+ "loading": "Caricamento dello stato della piattaforma…",
2753
+ "retry": "Riprova",
2754
+ "window": {
2755
+ "oneHour": "Ultima ora",
2756
+ "oneDay": "Ultime 24 ore",
2757
+ "sevenDays": "Ultimi 7 giorni"
2758
+ },
2759
+ "outcomes": {
2760
+ "title": "Esiti delle esecuzioni",
2761
+ "total": "Esecuzioni totali",
2762
+ "done": "Completate",
2763
+ "failed": "Fallite",
2764
+ "successRate": "Tasso di successo",
2765
+ "running": "In esecuzione",
2766
+ "blocked": "Bloccate",
2767
+ "paused": "In pausa",
2768
+ "pending": "In attesa"
2769
+ },
2770
+ "trend": {
2771
+ "title": "Andamento degli esiti",
2772
+ "done": "Completate",
2773
+ "failed": "Fallite",
2774
+ "other": "Altro",
2775
+ "empty": "Nessuna esecuzione in questo periodo."
2776
+ },
2777
+ "failures": {
2778
+ "title": "Ripartizione dei fallimenti",
2779
+ "empty": "Nessun fallimento in questo periodo."
2780
+ },
2781
+ "failureKind": {
2782
+ "preflight": "Controllo preliminare",
2783
+ "dispatch": "Invio",
2784
+ "environment": "Ambiente",
2785
+ "evicted": "Sfrattata",
2786
+ "timeout": "Timeout",
2787
+ "agent": "Agente",
2788
+ "job_failed": "Job fallito",
2789
+ "rejected": "Rifiutata",
2790
+ "companion_rejected": "Companion rifiutato",
2791
+ "stalled": "In stallo",
2792
+ "cancelled": "Annullata",
2793
+ "unknown": "Sconosciuto"
2794
+ },
2795
+ "durations": {
2796
+ "title": "Durata delle esecuzioni",
2797
+ "avg": "Media",
2798
+ "min": "Min",
2799
+ "max": "Max",
2800
+ "empty": "Nessuna esecuzione completata in questo periodo."
2801
+ },
2802
+ "live": {
2803
+ "title": "Attive ora"
2804
+ }
2805
+ },
2748
2806
  "auth": {
2749
2807
  "gate": {
2750
2808
  "loading": "Caricamento…"
@@ -3849,6 +3907,7 @@
3849
3907
  "workspaceSettings": "Impostazioni dello workspace",
3850
3908
  "modelConfiguration": "Configurazione del modello",
3851
3909
  "accountSettings": "Impostazioni dell'account",
3910
+ "operatorDashboard": "Osservabilità della piattaforma",
3852
3911
  "environmentSetup": "Configurazione dell'ambiente"
3853
3912
  },
3854
3913
  "errors": {
@@ -104,6 +104,7 @@
104
104
  "workspaceSettings": "ワークスペース設定",
105
105
  "modelConfiguration": "モデル設定",
106
106
  "accountSettings": "アカウント設定",
107
+ "operatorDashboard": "プラットフォームの可観測性",
107
108
  "environmentSetup": "環境セットアップ"
108
109
  },
109
110
  "board": {
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "実行した検索"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "プラットフォームの可観測性",
1312
+ "refresh": "更新",
1313
+ "close": "閉じる",
1314
+ "loading": "プラットフォームの状態を読み込み中…",
1315
+ "retry": "再試行",
1316
+ "window": {
1317
+ "oneHour": "過去1時間",
1318
+ "oneDay": "過去24時間",
1319
+ "sevenDays": "過去7日間"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "実行結果",
1323
+ "total": "実行数の合計",
1324
+ "done": "完了",
1325
+ "failed": "失敗",
1326
+ "successRate": "成功率",
1327
+ "running": "実行中",
1328
+ "blocked": "ブロック中",
1329
+ "paused": "一時停止",
1330
+ "pending": "保留中"
1331
+ },
1332
+ "trend": {
1333
+ "title": "結果の推移",
1334
+ "done": "完了",
1335
+ "failed": "失敗",
1336
+ "other": "その他",
1337
+ "empty": "この期間に実行はありません。"
1338
+ },
1339
+ "failures": {
1340
+ "title": "失敗の内訳",
1341
+ "empty": "この期間に失敗はありません。"
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "事前チェック",
1345
+ "dispatch": "ディスパッチ",
1346
+ "environment": "環境",
1347
+ "evicted": "退避",
1348
+ "timeout": "タイムアウト",
1349
+ "agent": "エージェント",
1350
+ "job_failed": "ジョブ失敗",
1351
+ "rejected": "却下",
1352
+ "companion_rejected": "コンパニオン却下",
1353
+ "stalled": "停滞",
1354
+ "cancelled": "キャンセル",
1355
+ "unknown": "不明"
1356
+ },
1357
+ "durations": {
1358
+ "title": "実行時間",
1359
+ "avg": "平均",
1360
+ "min": "最小",
1361
+ "max": "最大",
1362
+ "empty": "この期間に完了した実行はありません。"
1363
+ },
1364
+ "live": {
1365
+ "title": "現在アクティブ"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "読み込み中…"
@@ -103,6 +103,7 @@
103
103
  "workspaceSettings": "Ustawienia obszaru roboczego",
104
104
  "modelConfiguration": "Konfiguracja modelu",
105
105
  "accountSettings": "Ustawienia konta",
106
+ "operatorDashboard": "Obserwowalność platformy",
106
107
  "infrastructure": "Infrastruktura",
107
108
  "environmentSetup": "Konfiguracja środowiska"
108
109
  },
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "Wykonane wyszukiwania"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "Obserwowalność platformy",
1312
+ "refresh": "Odśwież",
1313
+ "close": "Zamknij",
1314
+ "loading": "Ładowanie stanu platformy…",
1315
+ "retry": "Ponów",
1316
+ "window": {
1317
+ "oneHour": "Ostatnia godzina",
1318
+ "oneDay": "Ostatnie 24 godziny",
1319
+ "sevenDays": "Ostatnie 7 dni"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "Wyniki uruchomień",
1323
+ "total": "Łącznie uruchomień",
1324
+ "done": "Ukończone",
1325
+ "failed": "Nieudane",
1326
+ "successRate": "Wskaźnik sukcesu",
1327
+ "running": "W toku",
1328
+ "blocked": "Zablokowane",
1329
+ "paused": "Wstrzymane",
1330
+ "pending": "Oczekujące"
1331
+ },
1332
+ "trend": {
1333
+ "title": "Trend wyników",
1334
+ "done": "Ukończone",
1335
+ "failed": "Nieudane",
1336
+ "other": "Inne",
1337
+ "empty": "Brak uruchomień w tym okresie."
1338
+ },
1339
+ "failures": {
1340
+ "title": "Podział błędów",
1341
+ "empty": "Brak błędów w tym okresie."
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "Kontrola wstępna",
1345
+ "dispatch": "Wysłanie",
1346
+ "environment": "Środowisko",
1347
+ "evicted": "Usunięte",
1348
+ "timeout": "Przekroczono czas",
1349
+ "agent": "Agent",
1350
+ "job_failed": "Zadanie nieudane",
1351
+ "rejected": "Odrzucone",
1352
+ "companion_rejected": "Towarzysz odrzucony",
1353
+ "stalled": "Zawieszone",
1354
+ "cancelled": "Anulowane",
1355
+ "unknown": "Nieznane"
1356
+ },
1357
+ "durations": {
1358
+ "title": "Czas trwania uruchomienia",
1359
+ "avg": "Średnia",
1360
+ "min": "Min",
1361
+ "max": "Maks",
1362
+ "empty": "Brak ukończonych uruchomień w tym okresie."
1363
+ },
1364
+ "live": {
1365
+ "title": "Aktywne teraz"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "Ładowanie…"
@@ -104,6 +104,7 @@
104
104
  "workspaceSettings": "Çalışma alanı ayarları",
105
105
  "modelConfiguration": "Model yapılandırması",
106
106
  "accountSettings": "Hesap ayarları",
107
+ "operatorDashboard": "Platform gözlemlenebilirliği",
107
108
  "environmentSetup": "Ortam kurulumu"
108
109
  },
109
110
  "board": {
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "Yapılan aramalar"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "Platform gözlemlenebilirliği",
1312
+ "refresh": "Yenile",
1313
+ "close": "Kapat",
1314
+ "loading": "Platform durumu yükleniyor…",
1315
+ "retry": "Yeniden dene",
1316
+ "window": {
1317
+ "oneHour": "Son bir saat",
1318
+ "oneDay": "Son 24 saat",
1319
+ "sevenDays": "Son 7 gün"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "Çalıştırma sonuçları",
1323
+ "total": "Toplam çalıştırma",
1324
+ "done": "Tamamlandı",
1325
+ "failed": "Başarısız",
1326
+ "successRate": "Başarı oranı",
1327
+ "running": "Çalışıyor",
1328
+ "blocked": "Engellendi",
1329
+ "paused": "Duraklatıldı",
1330
+ "pending": "Beklemede"
1331
+ },
1332
+ "trend": {
1333
+ "title": "Sonuç eğilimi",
1334
+ "done": "Tamamlandı",
1335
+ "failed": "Başarısız",
1336
+ "other": "Diğer",
1337
+ "empty": "Bu aralıkta çalıştırma yok."
1338
+ },
1339
+ "failures": {
1340
+ "title": "Hata dökümü",
1341
+ "empty": "Bu aralıkta hata yok."
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "Ön kontrol",
1345
+ "dispatch": "Gönderim",
1346
+ "environment": "Ortam",
1347
+ "evicted": "Tahliye edildi",
1348
+ "timeout": "Zaman aşımı",
1349
+ "agent": "Aracı",
1350
+ "job_failed": "İş başarısız",
1351
+ "rejected": "Reddedildi",
1352
+ "companion_rejected": "Yardımcı reddedildi",
1353
+ "stalled": "Takıldı",
1354
+ "cancelled": "İptal edildi",
1355
+ "unknown": "Bilinmiyor"
1356
+ },
1357
+ "durations": {
1358
+ "title": "Çalıştırma süresi",
1359
+ "avg": "Ortalama",
1360
+ "min": "En düşük",
1361
+ "max": "En yüksek",
1362
+ "empty": "Bu aralıkta tamamlanmış çalıştırma yok."
1363
+ },
1364
+ "live": {
1365
+ "title": "Şu anda etkin"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "Yükleniyor…"
@@ -103,6 +103,7 @@
103
103
  "workspaceSettings": "Налаштування робочого простору",
104
104
  "modelConfiguration": "Конфігурація моделі",
105
105
  "accountSettings": "Налаштування облікового запису",
106
+ "operatorDashboard": "Спостережуваність платформи",
106
107
  "infrastructure": "Інфраструктура",
107
108
  "environmentSetup": "Налаштування середовища"
108
109
  },
@@ -1306,6 +1307,64 @@
1306
1307
  "queriesTitle": "Виконані пошуки"
1307
1308
  }
1308
1309
  },
1310
+ "platformObservability": {
1311
+ "title": "Спостережуваність платформи",
1312
+ "refresh": "Оновити",
1313
+ "close": "Закрити",
1314
+ "loading": "Завантаження стану платформи…",
1315
+ "retry": "Повторити",
1316
+ "window": {
1317
+ "oneHour": "Остання година",
1318
+ "oneDay": "Останні 24 години",
1319
+ "sevenDays": "Останні 7 днів"
1320
+ },
1321
+ "outcomes": {
1322
+ "title": "Результати запусків",
1323
+ "total": "Усього запусків",
1324
+ "done": "Завершені",
1325
+ "failed": "Невдалі",
1326
+ "successRate": "Частка успіху",
1327
+ "running": "Виконуються",
1328
+ "blocked": "Заблоковані",
1329
+ "paused": "Призупинені",
1330
+ "pending": "Очікують"
1331
+ },
1332
+ "trend": {
1333
+ "title": "Динаміка результатів",
1334
+ "done": "Завершені",
1335
+ "failed": "Невдалі",
1336
+ "other": "Інші",
1337
+ "empty": "У цьому періоді немає запусків."
1338
+ },
1339
+ "failures": {
1340
+ "title": "Розподіл збоїв",
1341
+ "empty": "У цьому періоді немає збоїв."
1342
+ },
1343
+ "failureKind": {
1344
+ "preflight": "Попередня перевірка",
1345
+ "dispatch": "Відправлення",
1346
+ "environment": "Середовище",
1347
+ "evicted": "Витіснено",
1348
+ "timeout": "Час вичерпано",
1349
+ "agent": "Агент",
1350
+ "job_failed": "Завдання не виконано",
1351
+ "rejected": "Відхилено",
1352
+ "companion_rejected": "Компаньйона відхилено",
1353
+ "stalled": "Зупинено",
1354
+ "cancelled": "Скасовано",
1355
+ "unknown": "Невідомо"
1356
+ },
1357
+ "durations": {
1358
+ "title": "Тривалість запуску",
1359
+ "avg": "Середня",
1360
+ "min": "Мін",
1361
+ "max": "Макс",
1362
+ "empty": "У цьому періоді немає завершених запусків."
1363
+ },
1364
+ "live": {
1365
+ "title": "Активні зараз"
1366
+ }
1367
+ },
1309
1368
  "auth": {
1310
1369
  "gate": {
1311
1370
  "loading": "Завантаження…"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.122.2",
3
+ "version": "0.123.0",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "valibot": "^1.4.2",
35
35
  "vue": "3.5.39",
36
36
  "wretch": "^3.0.9",
37
- "@cat-factory/contracts": "0.138.0"
37
+ "@cat-factory/contracts": "0.139.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@toad-contracts/testing": "0.3.2",