@cat-factory/app 0.198.0 → 0.198.1
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.
- package/app/composables/usePipelineErrorToast.ts +4 -0
- package/i18n/locales/de.json +4 -2
- package/i18n/locales/en.json +4 -2
- package/i18n/locales/es.json +4 -2
- package/i18n/locales/fr.json +4 -2
- package/i18n/locales/he.json +4 -2
- package/i18n/locales/it.json +4 -2
- package/i18n/locales/ja.json +4 -2
- package/i18n/locales/pl.json +4 -2
- package/i18n/locales/tr.json +4 -2
- package/i18n/locales/uk.json +4 -2
- package/package.json +2 -2
|
@@ -220,6 +220,10 @@ const CONFLICT_INFO: Record<Exclude<ConflictReason, BespokeConflictReason>, Conf
|
|
|
220
220
|
titleKey: 'errors.conflict.title.pipeline_schedule_requires_recurring',
|
|
221
221
|
descriptionKey: 'errors.conflict.description.pipeline_schedule_requires_recurring',
|
|
222
222
|
},
|
|
223
|
+
foundational_service_exists: {
|
|
224
|
+
titleKey: 'errors.conflict.title.foundational_service_exists',
|
|
225
|
+
descriptionKey: 'errors.conflict.description.foundational_service_exists',
|
|
226
|
+
},
|
|
223
227
|
pipeline_schedule_intake_unconfigured: {
|
|
224
228
|
titleKey: 'errors.conflict.title.pipeline_schedule_intake_unconfigured',
|
|
225
229
|
descriptionKey: 'errors.conflict.description.pipeline_schedule_intake_unconfigured',
|
package/i18n/locales/de.json
CHANGED
|
@@ -4708,7 +4708,8 @@
|
|
|
4708
4708
|
"prompt_revision_conflict": "Prompt von jemand anderem geändert",
|
|
4709
4709
|
"pipeline_schedule_attached": "Wiederkehrender Zeitplan nutzt diese Pipeline",
|
|
4710
4710
|
"pipeline_schedule_requires_recurring": "Wiederkehrender Zeitplan braucht diese Pipeline",
|
|
4711
|
-
"pipeline_schedule_intake_unconfigured": "Zeitplan ohne Ticket-Erfassung"
|
|
4711
|
+
"pipeline_schedule_intake_unconfigured": "Zeitplan ohne Ticket-Erfassung",
|
|
4712
|
+
"foundational_service_exists": "Basisdienst existiert bereits"
|
|
4712
4713
|
},
|
|
4713
4714
|
"description": {
|
|
4714
4715
|
"dependencies_unmet": "Diese Aufgabe hängt von anderen ab, die noch nicht abgeschlossen sind. Schließe sie ab oder gib sie frei und starte dann erneut.",
|
|
@@ -4736,7 +4737,8 @@
|
|
|
4736
4737
|
"prompt_revision_conflict": "Eine andere Änderung an diesem Prompt war zuerst da. Laden Sie ihn neu und wenden Sie Ihre Änderung darauf erneut an.",
|
|
4737
4738
|
"pipeline_schedule_attached": "Ein wiederkehrender Zeitplan verweist noch auf diese Pipeline, und jeder von ihm gestartete Lauf löst die Pipeline über ihre ID auf. Lösen oder löschen Sie zuerst diesen Zeitplan und entfernen Sie danach die Pipeline.",
|
|
4738
4739
|
"pipeline_schedule_requires_recurring": "Ein wiederkehrender Zeitplan verweist noch auf diese Pipeline. Sie nur einmalig zu machen würde jeden künftigen Lauf unterbrechen. Lösen Sie zuerst diesen Zeitplan.",
|
|
4739
|
-
"pipeline_schedule_intake_unconfigured": "Ein Bug-Intake-Schritt bezieht seine Arbeit aus der Ticket-Erfassung des Zeitplans, und der verknüpfte Zeitplan hat keine. Konfigurieren Sie zuerst die Ticket-Erfassung im Zeitplan."
|
|
4740
|
+
"pipeline_schedule_intake_unconfigured": "Ein Bug-Intake-Schritt bezieht seine Arbeit aus der Ticket-Erfassung des Zeitplans, und der verknüpfte Zeitplan hat keine. Konfigurieren Sie zuerst die Ticket-Erfassung im Zeitplan.",
|
|
4741
|
+
"foundational_service_exists": "Ein Basisdienst mit dieser ID ist in diesem Bereich bereits registriert. Öffnen Sie den vorhandenen Eintrag und bearbeiten Sie ihn — zwei Dienste können sich keine ID teilen, denn die ID ist der Name, den ein Architekt in seinem Entwurf verwendet."
|
|
4740
4742
|
},
|
|
4741
4743
|
"action": {
|
|
4742
4744
|
"connectGitHub": "GitHub verbinden",
|
package/i18n/locales/en.json
CHANGED
|
@@ -599,7 +599,8 @@
|
|
|
599
599
|
"prompt_revision_conflict": "Prompt changed by someone else",
|
|
600
600
|
"pipeline_schedule_attached": "Recurring schedule uses this pipeline",
|
|
601
601
|
"pipeline_schedule_requires_recurring": "Recurring schedule needs this pipeline",
|
|
602
|
-
"pipeline_schedule_intake_unconfigured": "Schedule has no issue intake"
|
|
602
|
+
"pipeline_schedule_intake_unconfigured": "Schedule has no issue intake",
|
|
603
|
+
"foundational_service_exists": "Foundational service already exists"
|
|
603
604
|
},
|
|
604
605
|
"description": {
|
|
605
606
|
"dependencies_unmet": "This task depends on others that aren't finished yet. Complete or unblock them, then start it again.",
|
|
@@ -630,7 +631,8 @@
|
|
|
630
631
|
"prompt_revision_conflict": "Another edit to this prompt landed first. Reload it and re-apply your change on top.",
|
|
631
632
|
"pipeline_schedule_attached": "A recurring schedule still points at this pipeline, and every run it starts resolves the pipeline by id. Detach or delete that schedule first, then remove the pipeline.",
|
|
632
633
|
"pipeline_schedule_requires_recurring": "A recurring schedule still points at this pipeline, so making it one-off only would break every future run it starts. Detach that schedule first.",
|
|
633
|
-
"pipeline_schedule_intake_unconfigured": "A bug intake step draws its work from the schedule issue intake settings, and the attached schedule has none. Configure issue intake on the schedule first."
|
|
634
|
+
"pipeline_schedule_intake_unconfigured": "A bug intake step draws its work from the schedule issue intake settings, and the attached schedule has none. Configure issue intake on the schedule first.",
|
|
635
|
+
"foundational_service_exists": "A foundational service with this id is already registered at this scope. Open the existing entry and edit it — two services cannot share an id, because the id is what an architect names in its design."
|
|
634
636
|
},
|
|
635
637
|
"action": {
|
|
636
638
|
"connectGitHub": "Connect GitHub",
|
package/i18n/locales/es.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "Otra persona cambió el prompt",
|
|
543
543
|
"pipeline_schedule_attached": "Una programación recurrente usa esta canalización",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "Una programación recurrente necesita esta canalización",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "La programación no tiene entrada de incidencias"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "La programación no tiene entrada de incidencias",
|
|
546
|
+
"foundational_service_exists": "El servicio fundacional ya existe"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "Esta tarea depende de otras que aún no están terminadas. Complétalas o desbloquéalas y vuelve a iniciarla.",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "Otra edición de este prompt llegó primero. Recárgalo y vuelve a aplicar tu cambio encima.",
|
|
571
572
|
"pipeline_schedule_attached": "Una programación recurrente todavía apunta a esta canalización, y cada ejecución que inicia la resuelve por su id. Desvincule o elimine esa programación antes de quitar la canalización.",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "Una programación recurrente todavía apunta a esta canalización, así que limitarla a un solo uso rompería cada ejecución futura. Desvincule primero esa programación.",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "Un paso de entrada de errores toma su trabajo de la entrada de incidencias de la programación, y la programación vinculada no la tiene. Configure la entrada de incidencias en la programación primero."
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "Un paso de entrada de errores toma su trabajo de la entrada de incidencias de la programación, y la programación vinculada no la tiene. Configure la entrada de incidencias en la programación primero.",
|
|
575
|
+
"foundational_service_exists": "Ya hay un servicio fundacional con este identificador registrado en este ámbito. Abre la entrada existente y edítala: dos servicios no pueden compartir un identificador, porque es el nombre que un arquitecto usa en su diseño."
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "Conectar GitHub",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "Invite modifiée par quelqu'un d'autre",
|
|
543
543
|
"pipeline_schedule_attached": "Une planification récurrente utilise ce pipeline",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "Une planification récurrente exige ce pipeline",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "La planification n'a pas de collecte de tickets"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "La planification n'a pas de collecte de tickets",
|
|
546
|
+
"foundational_service_exists": "Ce service fondamental existe déjà"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "Cette tâche dépend d'autres qui ne sont pas encore terminées. Terminez-les ou débloquez-les, puis relancez-la.",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "Une autre modification de cette invite est arrivée en premier. Rechargez-la et réappliquez la vôtre par-dessus.",
|
|
571
572
|
"pipeline_schedule_attached": "Une planification récurrente pointe encore vers ce pipeline, et chaque exécution qu'elle lance le résout par son identifiant. Détachez ou supprimez d'abord cette planification, puis retirez le pipeline.",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "Une planification récurrente pointe encore vers ce pipeline. Le limiter à une exécution unique casserait chaque exécution future. Détachez d'abord cette planification.",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "Une étape de collecte de bogues tire son travail des réglages de collecte de tickets de la planification, et la planification associée n'en a aucun. Configurez d'abord la collecte de tickets sur la planification."
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "Une étape de collecte de bogues tire son travail des réglages de collecte de tickets de la planification, et la planification associée n'en a aucun. Configurez d'abord la collecte de tickets sur la planification.",
|
|
575
|
+
"foundational_service_exists": "Un service fondamental portant cet identifiant est déjà enregistré dans cette portée. Ouvrez l’entrée existante et modifiez-la : deux services ne peuvent pas partager un identifiant, car c’est le nom qu’un architecte emploie dans sa conception."
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "Connecter GitHub",
|
package/i18n/locales/he.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "ההנחיה שונתה על ידי מישהו אחר",
|
|
543
543
|
"pipeline_schedule_attached": "תזמון חוזר משתמש בצינור הזה",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "תזמון חוזר זקוק לצינור הזה",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "לתזמון אין קליטת פניות"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "לתזמון אין קליטת פניות",
|
|
546
|
+
"foundational_service_exists": "שירות תשתית כזה כבר קיים"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "משימה זו תלויה במשימות אחרות שטרם הושלמו. השלם או שחרר אותן, ולאחר מכן הפעל אותה שוב.",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "עריכה אחרת של ההנחיה הזו נקלטה קודם. טענו אותה מחדש והחילו את השינוי שלכם מעליה.",
|
|
571
572
|
"pipeline_schedule_attached": "תזמון חוזר עדיין מפנה לצינור הזה, וכל הרצה שהוא מתחיל מאתרת את הצינור לפי המזהה. נתקו או מחקו קודם את התזמון ההוא, ורק אז הסירו את הצינור.",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "תזמון חוזר עדיין מפנה לצינור הזה, ולכן הפיכתו לחד פעמי בלבד תשבור כל הרצה עתידית. נתקו קודם את התזמון ההוא.",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "שלב קליטת באגים שואב את עבודתו מהגדרות קליטת הפניות של התזמון, ולתזמון המקושר אין כאלה. הגדירו קודם קליטת פניות בתזמון."
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "שלב קליטת באגים שואב את עבודתו מהגדרות קליטת הפניות של התזמון, ולתזמון המקושר אין כאלה. הגדירו קודם קליטת פניות בתזמון.",
|
|
575
|
+
"foundational_service_exists": "שירות תשתית עם מזהה זה כבר רשום בהיקף הזה. פתחו את הרשומה הקיימת וערכו אותה — שני שירותים אינם יכולים לחלוק מזהה, מפני שהמזהה הוא השם שארכיטקט מציין בתכנון שלו."
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "חבר את GitHub",
|
package/i18n/locales/it.json
CHANGED
|
@@ -4708,7 +4708,8 @@
|
|
|
4708
4708
|
"prompt_revision_conflict": "Prompt modificato da qualcun altro",
|
|
4709
4709
|
"pipeline_schedule_attached": "Una pianificazione ricorrente usa questa pipeline",
|
|
4710
4710
|
"pipeline_schedule_requires_recurring": "Una pianificazione ricorrente richiede questa pipeline",
|
|
4711
|
-
"pipeline_schedule_intake_unconfigured": "La pianificazione non ha raccolta ticket"
|
|
4711
|
+
"pipeline_schedule_intake_unconfigured": "La pianificazione non ha raccolta ticket",
|
|
4712
|
+
"foundational_service_exists": "Il servizio fondamentale esiste già"
|
|
4712
4713
|
},
|
|
4713
4714
|
"description": {
|
|
4714
4715
|
"dependencies_unmet": "Questa attività dipende da altre non ancora completate. Completale o sbloccale, poi avviala di nuovo.",
|
|
@@ -4736,7 +4737,8 @@
|
|
|
4736
4737
|
"prompt_revision_conflict": "Un'altra modifica a questo prompt è arrivata prima. Ricaricalo e riapplica la tua sopra.",
|
|
4737
4738
|
"pipeline_schedule_attached": "Una pianificazione ricorrente punta ancora a questa pipeline e ogni esecuzione che avvia la risolve tramite id. Scollega o elimina prima quella pianificazione, poi rimuovi la pipeline.",
|
|
4738
4739
|
"pipeline_schedule_requires_recurring": "Una pianificazione ricorrente punta ancora a questa pipeline, quindi renderla solo una tantum interromperebbe ogni esecuzione futura. Scollega prima quella pianificazione.",
|
|
4739
|
-
"pipeline_schedule_intake_unconfigured": "Un passo di raccolta bug prende il lavoro dalle impostazioni di raccolta ticket della pianificazione, e la pianificazione collegata non le ha. Configura prima la raccolta ticket sulla pianificazione."
|
|
4740
|
+
"pipeline_schedule_intake_unconfigured": "Un passo di raccolta bug prende il lavoro dalle impostazioni di raccolta ticket della pianificazione, e la pianificazione collegata non le ha. Configura prima la raccolta ticket sulla pianificazione.",
|
|
4741
|
+
"foundational_service_exists": "Un servizio fondamentale con questo identificatore è già registrato in questo ambito. Apri la voce esistente e modificala: due servizi non possono condividere un identificatore, perché è il nome che un architetto indica nella sua progettazione."
|
|
4740
4742
|
},
|
|
4741
4743
|
"action": {
|
|
4742
4744
|
"connectGitHub": "Collega GitHub",
|
package/i18n/locales/ja.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "別のユーザーがプロンプトを変更しました",
|
|
543
543
|
"pipeline_schedule_attached": "定期スケジュールがこのパイプラインを使用しています",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "定期スケジュールにこのパイプラインが必要です",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "スケジュールに課題取り込み設定がありません"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "スケジュールに課題取り込み設定がありません",
|
|
546
|
+
"foundational_service_exists": "その基盤サービスはすでに存在します"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "このタスクは、まだ完了していない他のタスクに依存しています。それらを完了または解除してから、もう一度開始してください。",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "このプロンプトへの別の編集が先に反映されました。読み込み直して、その上に変更をやり直してください。",
|
|
571
572
|
"pipeline_schedule_attached": "定期スケジュールがまだこのパイプラインを参照しており、開始する実行はすべて ID でパイプラインを解決します。先にそのスケジュールを解除または削除してから、パイプラインを削除してください。",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "定期スケジュールがまだこのパイプラインを参照しているため、単発専用にすると今後の実行がすべて失敗します。先にそのスケジュールを解除してください。",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "バグ取り込みステップはスケジュールの課題取り込み設定から作業を取得しますが、関連付けられたスケジュールにその設定がありません。先にスケジュールで課題取り込みを設定してください。"
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "バグ取り込みステップはスケジュールの課題取り込み設定から作業を取得しますが、関連付けられたスケジュールにその設定がありません。先にスケジュールで課題取り込みを設定してください。",
|
|
575
|
+
"foundational_service_exists": "この ID の基盤サービスはこのスコープにすでに登録されています。既存のエントリを開いて編集してください。ID は設計でアーキテクトが指定する名前なので、2 つのサービスが同じ ID を共有することはできません。"
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "GitHub に接続",
|
package/i18n/locales/pl.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "Prompt zmieniony przez kogoś innego",
|
|
543
543
|
"pipeline_schedule_attached": "Harmonogram cykliczny używa tego potoku",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "Harmonogram cykliczny wymaga tego potoku",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "Harmonogram nie ma pobierania zgłoszeń"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "Harmonogram nie ma pobierania zgłoszeń",
|
|
546
|
+
"foundational_service_exists": "Usługa fundamentalna już istnieje"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "To zadanie zależy od innych, które nie zostały jeszcze ukończone. Ukończ je lub odblokuj, a następnie uruchom je ponownie.",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "Inna zmiana tego promptu trafiła pierwsza. Wczytaj go ponownie i nanieś swoją zmianę na wierzch.",
|
|
571
572
|
"pipeline_schedule_attached": "Harmonogram cykliczny nadal wskazuje ten potok, a każde uruchomienie odnajduje go po identyfikatorze. Najpierw odłącz lub usuń ten harmonogram, a dopiero potem usuń potok.",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "Harmonogram cykliczny nadal wskazuje ten potok, więc ograniczenie go do jednorazowego zepsułoby każde przyszłe uruchomienie. Najpierw odłącz ten harmonogram.",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "Krok pobierania błędów czerpie pracę z ustawień pobierania zgłoszeń harmonogramu, a powiązany harmonogram ich nie ma. Najpierw skonfiguruj pobieranie zgłoszeń w harmonogramie."
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "Krok pobierania błędów czerpie pracę z ustawień pobierania zgłoszeń harmonogramu, a powiązany harmonogram ich nie ma. Najpierw skonfiguruj pobieranie zgłoszeń w harmonogramie.",
|
|
575
|
+
"foundational_service_exists": "Usługa fundamentalna o tym identyfikatorze jest już zarejestrowana w tym zakresie. Otwórz istniejący wpis i go edytuj — dwie usługi nie mogą współdzielić identyfikatora, ponieważ to jego nazwą architekt posługuje się w projekcie."
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "Połącz GitHub",
|
package/i18n/locales/tr.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "İstem başka biri tarafından değiştirildi",
|
|
543
543
|
"pipeline_schedule_attached": "Yinelenen bir zamanlama bu hattı kullanıyor",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "Yinelenen bir zamanlama bu hatta ihtiyaç duyuyor",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "Zamanlamada sorun alımı yok"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "Zamanlamada sorun alımı yok",
|
|
546
|
+
"foundational_service_exists": "Temel hizmet zaten var"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "Bu görev henüz tamamlanmamış başka görevlere bağlı. Onları tamamla veya engelini kaldır, ardından yeniden başlat.",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "Bu isteme yapılan başka bir düzenleme önce ulaştı. Yeniden yükleyip değişikliğinizi onun üzerine uygulayın.",
|
|
571
572
|
"pipeline_schedule_attached": "Yinelenen bir zamanlama hâlâ bu hattı gösteriyor ve başlattığı her çalışma hattı kimliğiyle çözümlüyor. Önce o zamanlamayı ayırın veya silin, sonra hattı kaldırın.",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "Yinelenen bir zamanlama hâlâ bu hattı gösteriyor, bu yüzden yalnızca tek seferlik yapmak gelecekteki her çalışmayı bozar. Önce o zamanlamayı ayırın.",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "Hata alımı adımı işini zamanlamanın sorun alımı ayarlarından alır ve bağlı zamanlamada bu ayar yok. Önce zamanlamada sorun alımını yapılandırın."
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "Hata alımı adımı işini zamanlamanın sorun alımı ayarlarından alır ve bağlı zamanlamada bu ayar yok. Önce zamanlamada sorun alımını yapılandırın.",
|
|
575
|
+
"foundational_service_exists": "Bu kimliğe sahip bir temel hizmet bu kapsamda zaten kayıtlı. Var olan kaydı açıp düzenleyin — iki hizmet aynı kimliği paylaşamaz, çünkü kimlik bir mimarın tasarımında andığı addır."
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "GitHub'ı bağla",
|
package/i18n/locales/uk.json
CHANGED
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"prompt_revision_conflict": "Промпт змінив хтось інший",
|
|
543
543
|
"pipeline_schedule_attached": "Повторюваний розклад використовує цей конвеєр",
|
|
544
544
|
"pipeline_schedule_requires_recurring": "Повторюваний розклад потребує цього конвеєра",
|
|
545
|
-
"pipeline_schedule_intake_unconfigured": "У розкладі немає збору звернень"
|
|
545
|
+
"pipeline_schedule_intake_unconfigured": "У розкладі немає збору звернень",
|
|
546
|
+
"foundational_service_exists": "Базовий сервіс уже існує"
|
|
546
547
|
},
|
|
547
548
|
"description": {
|
|
548
549
|
"dependencies_unmet": "Це завдання залежить від інших, які ще не завершені. Заверши або розблокуй їх, а потім запусти його знову.",
|
|
@@ -570,7 +571,8 @@
|
|
|
570
571
|
"prompt_revision_conflict": "Інша правка цього промпту надійшла першою. Перезавантажте його й накладіть свою зміну зверху.",
|
|
571
572
|
"pipeline_schedule_attached": "Повторюваний розклад досі посилається на цей конвеєр, і кожен запуск знаходить його за ідентифікатором. Спершу відʼєднайте або видаліть цей розклад, а потім вилучіть конвеєр.",
|
|
572
573
|
"pipeline_schedule_requires_recurring": "Повторюваний розклад досі посилається на цей конвеєр, тож зробити його лише одноразовим зламало б кожен майбутній запуск. Спершу відʼєднайте цей розклад.",
|
|
573
|
-
"pipeline_schedule_intake_unconfigured": "Крок збору помилок бере роботу з налаштувань збору звернень у розкладі, а привʼязаний розклад їх не має. Спершу налаштуйте збір звернень у розкладі."
|
|
574
|
+
"pipeline_schedule_intake_unconfigured": "Крок збору помилок бере роботу з налаштувань збору звернень у розкладі, а привʼязаний розклад їх не має. Спершу налаштуйте збір звернень у розкладі.",
|
|
575
|
+
"foundational_service_exists": "Базовий сервіс із цим ідентифікатором уже зареєстровано в цій області. Відкрийте наявний запис і відредагуйте його — два сервіси не можуть мати спільний ідентифікатор, бо саме його архітектор називає у своєму проєкті."
|
|
574
576
|
},
|
|
575
577
|
"action": {
|
|
576
578
|
"connectGitHub": "Під'єднати GitHub",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.198.
|
|
3
|
+
"version": "0.198.1",
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"valibot": "^1.4.2",
|
|
41
41
|
"vue": "3.5.40",
|
|
42
42
|
"wretch": "^3.0.9",
|
|
43
|
-
"@cat-factory/contracts": "0.
|
|
43
|
+
"@cat-factory/contracts": "0.204.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@toad-contracts/testing": "0.3.2",
|