@cat-factory/app 0.258.2 → 0.259.3

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.
@@ -24,6 +24,10 @@ export type {
24
24
  OutcomeCheckState,
25
25
  OutcomeConcern,
26
26
  OutcomeDisposition,
27
+ OutcomeEnvironment,
28
+ OutcomeEnvironments,
29
+ OutcomeEnvironmentOrigin,
30
+ OutcomeEnvironmentState,
27
31
  OutcomePullRequest,
28
32
  OutcomeRequirement,
29
33
  OutcomeRequirements,
@@ -33,6 +37,7 @@ export type {
33
37
  OutcomeTests,
34
38
  OutcomeVisual,
35
39
  OutcomeVisuals,
40
+ EnvironmentsGap,
36
41
  RequirementsGap,
37
42
  RunOutcome,
38
43
  RunUnavailableGap,
@@ -1997,6 +1997,7 @@
1997
1997
  "oauthNotConnected": "war nicht verfügbar: dieses Board wurde noch nicht damit verbunden.",
1998
1998
  "oauthTokenFailed": "war nicht verfügbar: die Verbindung liefert kein Zugriffstoken mehr.",
1999
1999
  "overBudget": "war nicht verfügbar: dieser Agent deklariert mehr Tool-Server, als ein Lauf mitführt.",
2000
+ "consensusPanel": "war nicht verfügbar: dieser Schritt lief als Konsens-Panel, und ein Panel hat keine Agentenlaufzeit, an die sich ein Tool-Server anschließen ließe.",
2000
2001
  "unknown": "war nicht verfügbar ({reason})."
2001
2002
  },
2002
2003
  "remedy": {
@@ -2007,7 +2008,8 @@
2007
2008
  "unusableSecret": "Korrigiere die Deklaration im Code der Installation: Die Zugangsdaten eines entfernten Servers reisen in einem Header, die eines lokalen werden in den Serverprozess injiziert.",
2008
2009
  "oauthNotConnected": "Verbinden Sie dieses Board im Infrastruktur-Fenster damit. Ein Deployment ohne ENCRYPTION_KEY hat keinen Ort für eine Berechtigung, das muss ein Betreiber also zuerst setzen.",
2009
2010
  "oauthTokenFailed": "Verbinden Sie es im Infrastruktur-Fenster neu, oder warten Sie die Störung des Anbieters ab.",
2010
- "overBudget": "Kürzen Sie, was der Agent deklariert, damit ein Lauf alles mitführen kann."
2011
+ "overBudget": "Kürzen Sie, was der Agent deklariert, damit ein Lauf alles mitführen kann.",
2012
+ "consensusPanel": "Schalten Sie Konsens für diesen Schritt ab, wenn er das Tool braucht, oder nehmen Sie in Kauf, dass das Panel ohne es urteilt. Am Server selbst muss sich nichts ändern."
2011
2013
  },
2012
2014
  "observed": {
2013
2015
  "ready": "gestartet",
@@ -4363,6 +4365,9 @@
4363
4365
  "binaryCapabilityUnknown": "{capability} (eine Fähigkeit, die diese Installation nicht definiert)",
4364
4366
  "binaryCapabilityUnsupported": "Keine ausgewählte Integration unterstützt {capabilities}, was die Generierungsoptionen dieses Schritts verlangen. Entferne die Option oder wähle eine Integration, die die Fähigkeit deklariert.",
4365
4367
  "binaryCapabilityUnverifiable": "Keine ausgewählte Integration deklariert Unterstützung für {capabilities}, aber eine von ihnen deklariert überhaupt keine Fähigkeiten, daher konnte das nicht geprüft werden. Der Schritt startet trotzdem; prüfe es in der API der Integration.",
4368
+ "binaryOptionValueUnaccepted": "Keine der ausgewählten Integrationen akzeptiert {option} von {requested}. Zusammen akzeptieren sie: {accepted}. Fordern Sie einen dieser Werte an oder wählen Sie eine Integration, die diesen Wert rendert.",
4369
+ "binaryOptionValuePartial": "{generators} akzeptiert {option} von {requested} nicht, eine andere ausgewählte Integration jedoch schon. Der Schritt startet trotzdem: Senden Sie diese Option nur an die Integrationen, die sie akzeptieren, oder entfernen Sie die übrigen.",
4370
+ "binaryOptionValueUnverifiable": "Eine ausgewählte Integration nennt die Werte, die sie akzeptiert, und akzeptiert nicht, was dieser Schritt verlangt ({options}); eine andere nennt gar keine, deshalb ließ sich das nicht klären. Der Schritt startet trotzdem, und nur ein Teil Ihrer Integrationen wird ihn bedienen.",
4366
4371
  "binaryReferenceImages": "Referenzbilder",
4367
4372
  "binaryReferenceImagesPlaceholder": "Rolle{'|'}Ort{'|'}Dienst, eine pro Zeile",
4368
4373
  "binaryReferenceImagesUnusable": "Nicht als Referenz gespeichert: {entries}. Jede Zeile muss Rolle{'|'}Ort sein, wobei die Rolle style, subject, composition oder base ist.",
@@ -6414,6 +6419,31 @@
6414
6419
  "none_captured": "Die Oberfläche sollte aufgenommen werden, es wurde aber keine Ansicht erfasst."
6415
6420
  }
6416
6421
  },
6422
+ "environments": {
6423
+ "title": "Live-Umgebung",
6424
+ "open": "Live-Umgebung öffnen",
6425
+ "retained": "Diese Umgebung soll den Lauf überdauern.",
6426
+ "expires": "Läuft am {date} ab",
6427
+ "expired": "Abgelaufen am {date}",
6428
+ "state": {
6429
+ "live": "Live",
6430
+ "provisioning": "Wird bereitgestellt",
6431
+ "failed": "Kam nie hoch",
6432
+ "reclaiming": "Wird abgebaut",
6433
+ "reclaimed": "Abgebaut",
6434
+ "expired": "Abgelaufen"
6435
+ },
6436
+ "origin": {
6437
+ "deployer": "Von diesem Lauf bereitgestellt",
6438
+ "human_test": "Für den manuellen Test bereitgestellt",
6439
+ "projected": "Der Lauf arbeitet noch, das kann sich also noch ändern"
6440
+ },
6441
+ "gap": {
6442
+ "no_environment_step": "In dieser Pipeline stellt nichts eine Umgebung bereit, es gibt also nichts zu öffnen.",
6443
+ "not_provisioned": "Eine Umgebung sollte bereitgestellt werden, bisher wurde aber keine erfasst.",
6444
+ "infraless": "Dieser Service deklariert keine eigene Umgebung, es wurde also nichts bereitgestellt."
6445
+ }
6446
+ },
6417
6447
  "checks": {
6418
6448
  "title": "Prüfungen",
6419
6449
  "row": "{kind}: {state}",
@@ -1541,6 +1541,7 @@
1541
1541
  "oauthNotConnected": "was not available: nobody has connected this board to it yet.",
1542
1542
  "oauthTokenFailed": "was not available: the connection stopped producing an access token.",
1543
1543
  "overBudget": "was not available: this agent declares more tool servers than one run carries.",
1544
+ "consensusPanel": "was not available: this step ran as a consensus panel, and a panel has no agent runtime to connect a tool server to.",
1544
1545
  "unknown": "was not available ({reason})."
1545
1546
  },
1546
1547
  "remedy": {
@@ -1551,7 +1552,8 @@
1551
1552
  "unusableSecret": "Fix the declaration in the deployment's code: a remote server's credential rides a header, and a local one is injected into the server's own process.",
1552
1553
  "oauthNotConnected": "Connect this board to it from the Infrastructure window. A deployment with no ENCRYPTION_KEY has nowhere to keep a grant, so an operator has to set that first.",
1553
1554
  "oauthTokenFailed": "Reconnect it from the Infrastructure window, or wait out the vendor's outage.",
1554
- "overBudget": "Trim what the agent declares, so one run can carry all of it."
1555
+ "overBudget": "Trim what the agent declares, so one run can carry all of it.",
1556
+ "consensusPanel": "Turn consensus off for this step if it needs the tool, or accept that the panel judges without it. Nothing about the server has to change."
1555
1557
  },
1556
1558
  "observed": {
1557
1559
  "ready": "started",
@@ -4953,6 +4955,9 @@
4953
4955
  "binaryCapabilityUnknown": "{capability} (a capability this deployment does not define)",
4954
4956
  "binaryCapabilityUnsupported": "No selected integration supports {capabilities}, which this step's generation options ask for. Remove the option, or select an integration that declares the capability.",
4955
4957
  "binaryCapabilityUnverifiable": "No selected integration declares support for {capabilities}, but one of them declares no capabilities at all, so this could not be checked. The step still starts; confirm it from the integration’s API.",
4958
+ "binaryOptionValueUnaccepted": "No selected integration accepts {option} of {requested}. Between them they accept: {accepted}. Ask for one of those, or select an integration that renders this one.",
4959
+ "binaryOptionValuePartial": "{generators} do not accept {option} of {requested}, but another selected integration does. The step still starts: send this option only to the integrations that accept it, or drop the ones that do not.",
4960
+ "binaryOptionValueUnverifiable": "A selected integration states the values it accepts and does not accept what this step asks for ({options}), while another states none at all, so this could not be settled. The step still starts, and only some of your integrations will serve it.",
4956
4961
  "binaryReferenceImages": "Reference images",
4957
4962
  "binaryReferenceImagesPlaceholder": "role{'|'}location{'|'}service, one per line",
4958
4963
  "binaryReferenceImagesUnusable": "Not stored as references: {entries}. Each line must be role{'|'}location, where role is style, subject, composition or base.",
@@ -6129,6 +6134,31 @@
6129
6134
  "none_captured": "The interface was meant to be captured, but no view was."
6130
6135
  }
6131
6136
  },
6137
+ "environments": {
6138
+ "title": "Live environment",
6139
+ "open": "Open the live environment",
6140
+ "retained": "This environment is meant to outlive the run.",
6141
+ "expires": "Expires {date}",
6142
+ "expired": "Expired {date}",
6143
+ "state": {
6144
+ "live": "Live",
6145
+ "provisioning": "Coming up",
6146
+ "failed": "Never came up",
6147
+ "reclaiming": "Being torn down",
6148
+ "reclaimed": "Torn down",
6149
+ "expired": "Expired"
6150
+ },
6151
+ "origin": {
6152
+ "deployer": "Stood up by this run",
6153
+ "human_test": "Stood up for the hands-on test",
6154
+ "projected": "The run is still working, so this can still change"
6155
+ },
6156
+ "gap": {
6157
+ "no_environment_step": "Nothing in this pipeline stands an environment up, so there is nothing to open.",
6158
+ "not_provisioned": "An environment was meant to be stood up, and none has been recorded yet.",
6159
+ "infraless": "This service declares no environment of its own, so nothing was stood up."
6160
+ }
6161
+ },
6132
6162
  "checks": {
6133
6163
  "title": "Checks",
6134
6164
  "row": "{kind}: {state}",
@@ -1450,6 +1450,7 @@
1450
1450
  "oauthNotConnected": "no estuvo disponible: nadie ha conectado este tablero con él todavía.",
1451
1451
  "oauthTokenFailed": "no estuvo disponible: la conexión dejó de producir un token de acceso.",
1452
1452
  "overBudget": "no estuvo disponible: este agente declara más servidores de los que lleva una ejecución.",
1453
+ "consensusPanel": "no estuvo disponible: este paso se ejecutó como un panel de consenso, y un panel no tiene entorno de agente al que conectar un servidor de herramientas.",
1453
1454
  "unknown": "no estuvo disponible ({reason})."
1454
1455
  },
1455
1456
  "remedy": {
@@ -1460,7 +1461,8 @@
1460
1461
  "unusableSecret": "Corrige la declaración en el código de la instalación: la credencial de un servidor remoto viaja en una cabecera y la de uno local se inyecta en el proceso del servidor.",
1461
1462
  "oauthNotConnected": "Conecta este tablero con él desde la ventana de Infraestructura. Un despliegue sin ENCRYPTION_KEY no tiene dónde guardar una concesión, así que un operador debe configurarla primero.",
1462
1463
  "oauthTokenFailed": "Vuelve a conectarlo desde la ventana de Infraestructura, o espera a que pase la caída del proveedor.",
1463
- "overBudget": "Recorta lo que declara el agente, para que una ejecución pueda llevarlo todo."
1464
+ "overBudget": "Recorta lo que declara el agente, para que una ejecución pueda llevarlo todo.",
1465
+ "consensusPanel": "Desactiva el consenso en este paso si necesita la herramienta, o acepta que el panel juzgue sin ella. No hay que cambiar nada del servidor."
1464
1466
  },
1465
1467
  "observed": {
1466
1468
  "ready": "iniciado",
@@ -4802,6 +4804,9 @@
4802
4804
  "binaryCapabilityUnknown": "{capability} (una capacidad que esta instalación no define)",
4803
4805
  "binaryCapabilityUnsupported": "Ninguna integración seleccionada admite {capabilities}, que las opciones de generación de este paso solicitan. Quita la opción o selecciona una integración que declare la capacidad.",
4804
4806
  "binaryCapabilityUnverifiable": "Ninguna integración seleccionada declara admitir {capabilities}, pero una de ellas no declara capacidad alguna, así que no se pudo comprobar. El paso arranca igualmente; confírmalo en la API de la integración.",
4807
+ "binaryOptionValueUnaccepted": "Ninguna integración seleccionada acepta {option} de {requested}. Entre todas aceptan: {accepted}. Pide uno de esos valores o selecciona una integración que genere este.",
4808
+ "binaryOptionValuePartial": "{generators} no acepta {option} de {requested}, pero otra integración seleccionada sí. El paso se inicia igualmente: envía esta opción solo a las integraciones que la aceptan, o quita las que no.",
4809
+ "binaryOptionValueUnverifiable": "Una integración seleccionada indica los valores que acepta y no acepta lo que pide este paso ({options}), mientras que otra no indica ninguno, así que no se pudo comprobar. El paso se inicia igualmente y solo algunas de tus integraciones lo atenderán.",
4805
4810
  "binaryReferenceImages": "Imágenes de referencia",
4806
4811
  "binaryReferenceImagesPlaceholder": "rol{'|'}ubicación{'|'}servicio, una por línea",
4807
4812
  "binaryReferenceImagesUnusable": "No se guardaron como referencia: {entries}. Cada línea debe ser rol{'|'}ubicación, con el rol style, subject, composition o base.",
@@ -5851,6 +5856,31 @@
5851
5856
  "none_captured": "La interfaz debía capturarse, pero no se capturó ninguna vista."
5852
5857
  }
5853
5858
  },
5859
+ "environments": {
5860
+ "title": "Entorno en vivo",
5861
+ "open": "Abrir el entorno en vivo",
5862
+ "retained": "Este entorno está pensado para seguir existiendo después de la ejecución.",
5863
+ "expires": "Caduca el {date}",
5864
+ "expired": "Caducó el {date}",
5865
+ "state": {
5866
+ "live": "En vivo",
5867
+ "provisioning": "Levantándose",
5868
+ "failed": "Nunca llegó a levantarse",
5869
+ "reclaiming": "Desmontándose",
5870
+ "reclaimed": "Desmontado",
5871
+ "expired": "Caducado"
5872
+ },
5873
+ "origin": {
5874
+ "deployer": "Levantado por esta ejecución",
5875
+ "human_test": "Levantado para la prueba manual",
5876
+ "projected": "La ejecución sigue en curso, así que esto aún puede cambiar"
5877
+ },
5878
+ "gap": {
5879
+ "no_environment_step": "Nada en esta canalización levanta un entorno, así que no hay nada que abrir.",
5880
+ "not_provisioned": "Debía levantarse un entorno y todavía no se ha registrado ninguno.",
5881
+ "infraless": "Este servicio no declara ningún entorno propio, así que no se levantó nada."
5882
+ }
5883
+ },
5854
5884
  "checks": {
5855
5885
  "title": "Comprobaciones",
5856
5886
  "row": "{kind}: {state}",
@@ -1450,6 +1450,7 @@
1450
1450
  "oauthNotConnected": "n'était pas disponible : personne n'a encore connecté ce tableau à ce serveur.",
1451
1451
  "oauthTokenFailed": "n'était pas disponible : la connexion ne produit plus de jeton d'accès.",
1452
1452
  "overBudget": "n'était pas disponible : cet agent déclare plus de serveurs d'outils qu'une exécution n'en transporte.",
1453
+ "consensusPanel": "n'était pas disponible : cette étape s'est exécutée comme un panel de consensus, et un panel n'a pas d'environnement d'agent auquel rattacher un serveur d'outils.",
1453
1454
  "unknown": "n'était pas disponible ({reason})."
1454
1455
  },
1455
1456
  "remedy": {
@@ -1460,7 +1461,8 @@
1460
1461
  "unusableSecret": "Corrigez la déclaration dans le code du déploiement : l’identifiant d’un serveur distant voyage dans un en-tête, celui d’un serveur local est injecté dans son processus.",
1461
1462
  "oauthNotConnected": "Connectez ce tableau à ce serveur depuis la fenêtre Infrastructure. Un déploiement sans ENCRYPTION_KEY n’a nulle part où conserver une autorisation : un opérateur doit d’abord la définir.",
1462
1463
  "oauthTokenFailed": "Reconnectez-le depuis la fenêtre Infrastructure, ou attendez la fin de la panne du fournisseur.",
1463
- "overBudget": "Réduisez ce que l’agent déclare, pour qu’une exécution puisse tout transporter."
1464
+ "overBudget": "Réduisez ce que l’agent déclare, pour qu’une exécution puisse tout transporter.",
1465
+ "consensusPanel": "Désactivez le consensus pour cette étape si elle a besoin de l'outil, ou acceptez que le panel juge sans lui. Rien n'est à changer côté serveur."
1464
1466
  },
1465
1467
  "observed": {
1466
1468
  "ready": "démarré",
@@ -4802,6 +4804,9 @@
4802
4804
  "binaryCapabilityUnknown": "{capability} (une capacité que ce déploiement ne définit pas)",
4803
4805
  "binaryCapabilityUnsupported": "Aucune intégration sélectionnée ne prend en charge {capabilities}, que les options de génération de cette étape demandent. Retirez l’option ou sélectionnez une intégration qui déclare la capacité.",
4804
4806
  "binaryCapabilityUnverifiable": "Aucune intégration sélectionnée ne déclare prendre en charge {capabilities}, mais l’une d’elles ne déclare aucune capacité, la vérification est donc impossible. L’étape démarre quand même ; confirmez-le dans l’API de l’intégration.",
4807
+ "binaryOptionValueUnaccepted": "Aucune intégration sélectionnée n'accepte {option} de {requested}. Ensemble, elles acceptent : {accepted}. Demandez l'une de ces valeurs ou sélectionnez une intégration capable de produire celle-ci.",
4808
+ "binaryOptionValuePartial": "{generators} n'accepte pas {option} de {requested}, contrairement à une autre intégration sélectionnée. L'étape démarre quand même : n'envoyez cette option qu'aux intégrations qui l'acceptent, ou retirez les autres.",
4809
+ "binaryOptionValueUnverifiable": "Une intégration sélectionnée indique les valeurs qu'elle accepte et refuse ce que demande cette étape ({options}), tandis qu'une autre n'en indique aucune : impossible de trancher. L'étape démarre quand même, et seule une partie de vos intégrations la servira.",
4805
4810
  "binaryReferenceImages": "Images de référence",
4806
4811
  "binaryReferenceImagesPlaceholder": "rôle{'|'}emplacement{'|'}service, une par ligne",
4807
4812
  "binaryReferenceImagesUnusable": "Non enregistrées comme référence : {entries}. Chaque ligne doit être rôle{'|'}emplacement, le rôle étant style, subject, composition ou base.",
@@ -5851,6 +5856,31 @@
5851
5856
  "none_captured": "L'interface devait être capturée, mais aucune vue ne l'a été."
5852
5857
  }
5853
5858
  },
5859
+ "environments": {
5860
+ "title": "Environnement en ligne",
5861
+ "open": "Ouvrir l'environnement en ligne",
5862
+ "retained": "Cet environnement est censé survivre à l’exécution.",
5863
+ "expires": "Expire le {date}",
5864
+ "expired": "Expiré le {date}",
5865
+ "state": {
5866
+ "live": "En ligne",
5867
+ "provisioning": "En cours de création",
5868
+ "failed": "Jamais démarré",
5869
+ "reclaiming": "En cours de suppression",
5870
+ "reclaimed": "Supprimé",
5871
+ "expired": "Expiré"
5872
+ },
5873
+ "origin": {
5874
+ "deployer": "Créé par cette exécution",
5875
+ "human_test": "Créé pour le test manuel",
5876
+ "projected": "L'exécution est toujours en cours, cela peut encore changer"
5877
+ },
5878
+ "gap": {
5879
+ "no_environment_step": "Rien dans ce pipeline ne crée d'environnement, il n'y a donc rien à ouvrir.",
5880
+ "not_provisioned": "Un environnement devait être créé et aucun n'a encore été enregistré.",
5881
+ "infraless": "Ce service ne déclare aucun environnement propre, rien n'a donc été créé."
5882
+ }
5883
+ },
5854
5884
  "checks": {
5855
5885
  "title": "Contrôles",
5856
5886
  "row": "{kind} : {state}",
@@ -1450,6 +1450,7 @@
1450
1450
  "oauthNotConnected": "לא היה זמין: איש עדיין לא חיבר את הלוח הזה אליו.",
1451
1451
  "oauthTokenFailed": "לא היה זמין: החיבור הפסיק להנפיק אסימון גישה.",
1452
1452
  "overBudget": "לא היה זמין: הסוכן הזה מצהיר על יותר שרתי כלים ממה שריצה אחת נושאת.",
1453
+ "consensusPanel": "לא היה זמין: השלב הזה רץ כפאנל קונצנזוס, ולפאנל אין סביבת ריצה של סוכן שאפשר לחבר אליה שרת כלים.",
1453
1454
  "unknown": "לא היה זמין ({reason})."
1454
1455
  },
1455
1456
  "remedy": {
@@ -1460,7 +1461,8 @@
1460
1461
  "unusableSecret": "תקנו את ההצהרה בקוד ההתקנה: פרטי ההזדהות של שרת מרוחק נשלחים בכותרת, ושל שרת מקומי מוזרקים לתהליך של השרת.",
1461
1462
  "oauthNotConnected": "חברו את הלוח הזה אליו מחלון התשתית. בפריסה ללא ENCRYPTION_KEY אין היכן לשמור הרשאה, ולכן מפעיל צריך להגדיר אותו קודם.",
1462
1463
  "oauthTokenFailed": "חברו אותו מחדש מחלון התשתית, או המתינו לסיום התקלה אצל הספק.",
1463
- "overBudget": "צמצמו את מה שהסוכן מצהיר עליו, כדי שריצה אחת תוכל לשאת הכול."
1464
+ "overBudget": "צמצמו את מה שהסוכן מצהיר עליו, כדי שריצה אחת תוכל לשאת הכול.",
1465
+ "consensusPanel": "כבו את הקונצנזוס בשלב הזה אם הוא זקוק לכלי, או קבלו שהפאנל ישפוט בלעדיו. אין צורך לשנות דבר בשרת עצמו."
1464
1466
  },
1465
1467
  "observed": {
1466
1468
  "ready": "הופעל",
@@ -4802,6 +4804,9 @@
4802
4804
  "binaryCapabilityUnknown": "{capability} (יכולת שההתקנה הזו אינה מגדירה)",
4803
4805
  "binaryCapabilityUnsupported": "אף אינטגרציה שנבחרה אינה תומכת ב-{capabilities}, שאותה מבקשות אפשרויות היצירה של שלב זה. הסירו את האפשרות או בחרו אינטגרציה שמצהירה על היכולת.",
4804
4806
  "binaryCapabilityUnverifiable": "אף אינטגרציה שנבחרה אינה מצהירה על תמיכה ב-{capabilities}, אך אחת מהן אינה מצהירה על יכולות כלל, ולכן לא ניתן היה לבדוק זאת. השלב עדיין יתחיל; אשרו זאת מול ה-API של האינטגרציה.",
4807
+ "binaryOptionValueUnaccepted": "אף אחת מהאינטגרציות שנבחרו אינה מקבלת {option} בערך {requested}. יחד הן מקבלות: {accepted}. בקשו אחד מהערכים האלה, או בחרו אינטגרציה שמייצרת את הערך הזה.",
4808
+ "binaryOptionValuePartial": "{generators} אינה מקבלת {option} של {requested}, אך אינטגרציה אחרת שנבחרה כן מקבלת. השלב עדיין יתחיל: שלחו את האפשרות הזאת רק לאינטגרציות שמקבלות אותה, או הסירו את אלה שאינן מקבלות.",
4809
+ "binaryOptionValueUnverifiable": "אינטגרציה אחת שנבחרה מציינת אילו ערכים היא מקבלת ואינה מקבלת את מה שהשלב הזה מבקש ({options}), ואילו אחרת אינה מציינת ערכים כלל, ולכן לא ניתן היה להכריע. השלב עדיין יתחיל, ורק חלק מהאינטגרציות שלכם ישרתו אותו.",
4805
4810
  "binaryReferenceImages": "תמונות ייחוס",
4806
4811
  "binaryReferenceImagesPlaceholder": "תפקיד{'|'}מיקום{'|'}שירות, אחת בכל שורה",
4807
4812
  "binaryReferenceImagesUnusable": "לא נשמרו כייחוס: {entries}. כל שורה חייבת להיות תפקיד{'|'}מיקום, כאשר התפקיד הוא style, subject, composition או base.",
@@ -5851,6 +5856,31 @@
5851
5856
  "none_captured": "הממשק היה אמור להיות מצולם, אך שום תצוגה לא נלכדה."
5852
5857
  }
5853
5858
  },
5859
+ "environments": {
5860
+ "title": "סביבה פעילה",
5861
+ "open": "פתיחת הסביבה הפעילה",
5862
+ "retained": "סביבה זו נועדה להישאר קיימת גם לאחר סיום ההרצה.",
5863
+ "expires": "פג תוקף ב־{date}",
5864
+ "expired": "פג תוקף ב-{date}",
5865
+ "state": {
5866
+ "live": "פעילה",
5867
+ "provisioning": "עולה",
5868
+ "failed": "מעולם לא עלתה",
5869
+ "reclaiming": "בפירוק",
5870
+ "reclaimed": "פורקה",
5871
+ "expired": "פג תוקף"
5872
+ },
5873
+ "origin": {
5874
+ "deployer": "הוקמה על ידי ההרצה הזו",
5875
+ "human_test": "הוקמה לצורך בדיקה ידנית",
5876
+ "projected": "ההרצה עדיין נמשכת, ולכן זה עשוי להשתנות"
5877
+ },
5878
+ "gap": {
5879
+ "no_environment_step": "שום שלב בצינור הזה אינו מקים סביבה, ולכן אין מה לפתוח.",
5880
+ "not_provisioned": "הייתה אמורה לקום סביבה, ועדיין לא נרשמה אף אחת.",
5881
+ "infraless": "השירות הזה אינו מגדיר סביבה משלו, ולכן לא הוקם דבר."
5882
+ }
5883
+ },
5854
5884
  "checks": {
5855
5885
  "title": "בדיקות",
5856
5886
  "row": "{kind}: {state}",
@@ -1997,6 +1997,7 @@
1997
1997
  "oauthNotConnected": "non era disponibile: nessuno ha ancora collegato questa lavagna al server.",
1998
1998
  "oauthTokenFailed": "non era disponibile: la connessione ha smesso di produrre un token di accesso.",
1999
1999
  "overBudget": "non era disponibile: questo agente dichiara più server di strumenti di quanti ne porti una singola esecuzione.",
2000
+ "consensusPanel": "non era disponibile: questo passo è stato eseguito come panel di consenso, e un panel non ha un runtime dell'agente a cui collegare un server di strumenti.",
2000
2001
  "unknown": "non era disponibile ({reason})."
2001
2002
  },
2002
2003
  "remedy": {
@@ -2007,7 +2008,8 @@
2007
2008
  "unusableSecret": "Correggi la dichiarazione nel codice dell’installazione: la credenziale di un server remoto viaggia in un’intestazione, quella di uno locale viene iniettata nel processo del server.",
2008
2009
  "oauthNotConnected": "Collega questa lavagna al server dalla finestra Infrastruttura. Un deployment senza ENCRYPTION_KEY non ha dove conservare una concessione, quindi un operatore deve impostarla prima.",
2009
2010
  "oauthTokenFailed": "Ricollegalo dalla finestra Infrastruttura, oppure attendi la fine del disservizio del fornitore.",
2010
- "overBudget": "Riduci ciò che l'agente dichiara, così una singola esecuzione può portarlo tutto."
2011
+ "overBudget": "Riduci ciò che l'agente dichiara, così una singola esecuzione può portarlo tutto.",
2012
+ "consensusPanel": "Disattiva il consenso per questo passo se gli serve lo strumento, oppure accetta che il panel giudichi senza. Del server non va cambiato nulla."
2011
2013
  },
2012
2014
  "observed": {
2013
2015
  "ready": "avviato",
@@ -4363,6 +4365,9 @@
4363
4365
  "binaryCapabilityUnknown": "{capability} (una capacità che questa installazione non definisce)",
4364
4366
  "binaryCapabilityUnsupported": "Nessuna integrazione selezionata supporta {capabilities}, richiesta dalle opzioni di generazione di questo passo. Rimuovi l’opzione oppure seleziona un’integrazione che dichiari la capacità.",
4365
4367
  "binaryCapabilityUnverifiable": "Nessuna integrazione selezionata dichiara di supportare {capabilities}, ma una di esse non dichiara alcuna capacità, quindi non è stato possibile verificarlo. Il passo parte comunque; conferma dall’API dell’integrazione.",
4368
+ "binaryOptionValueUnaccepted": "Nessuna integrazione selezionata accetta {option} di {requested}. Insieme accettano: {accepted}. Richiedi uno di questi valori oppure seleziona un'integrazione che generi questo.",
4369
+ "binaryOptionValuePartial": "{generators} non accetta {option} di {requested}, mentre un'altra integrazione selezionata sì. Il passo si avvia comunque: invia questa opzione solo alle integrazioni che la accettano, oppure rimuovi le altre.",
4370
+ "binaryOptionValueUnverifiable": "Un'integrazione selezionata dichiara i valori che accetta e non accetta quello richiesto da questo passo ({options}), mentre un'altra non ne dichiara nessuno, quindi non è stato possibile verificarlo. Il passo si avvia comunque e solo alcune delle tue integrazioni lo serviranno.",
4366
4371
  "binaryReferenceImages": "Immagini di riferimento",
4367
4372
  "binaryReferenceImagesPlaceholder": "ruolo{'|'}posizione{'|'}servizio, una per riga",
4368
4373
  "binaryReferenceImagesUnusable": "Non salvate come riferimento: {entries}. Ogni riga deve essere ruolo{'|'}posizione, con ruolo style, subject, composition o base.",
@@ -6414,6 +6419,31 @@
6414
6419
  "none_captured": "L'interfaccia doveva essere catturata, ma non è stata catturata alcuna vista."
6415
6420
  }
6416
6421
  },
6422
+ "environments": {
6423
+ "title": "Ambiente attivo",
6424
+ "open": "Apri l'ambiente attivo",
6425
+ "retained": "Questo ambiente è pensato per sopravvivere all’esecuzione.",
6426
+ "expires": "Scade il {date}",
6427
+ "expired": "Scaduto il {date}",
6428
+ "state": {
6429
+ "live": "Attivo",
6430
+ "provisioning": "In avvio",
6431
+ "failed": "Mai avviato",
6432
+ "reclaiming": "In dismissione",
6433
+ "reclaimed": "Dismesso",
6434
+ "expired": "Scaduto"
6435
+ },
6436
+ "origin": {
6437
+ "deployer": "Avviato da questa esecuzione",
6438
+ "human_test": "Avviato per il test manuale",
6439
+ "projected": "L'esecuzione è ancora in corso, quindi può ancora cambiare"
6440
+ },
6441
+ "gap": {
6442
+ "no_environment_step": "In questa pipeline nulla avvia un ambiente, quindi non c'è niente da aprire.",
6443
+ "not_provisioned": "Doveva essere avviato un ambiente e finora non ne è stato registrato nessuno.",
6444
+ "infraless": "Questo servizio non dichiara un ambiente proprio, quindi non è stato avviato nulla."
6445
+ }
6446
+ },
6417
6447
  "checks": {
6418
6448
  "title": "Controlli",
6419
6449
  "row": "{kind}: {state}",
@@ -1450,6 +1450,7 @@
1450
1450
  "oauthNotConnected": "は利用できませんでした: このボードはまだ接続されていません。",
1451
1451
  "oauthTokenFailed": "は利用できませんでした: 接続からアクセストークンが発行されなくなりました。",
1452
1452
  "overBudget": "は利用できませんでした: このエージェントは 1 回の実行が運べる数を超えるツールサーバーを宣言しています。",
1453
+ "consensusPanel": "は利用できませんでした: このステップはコンセンサスパネルとして実行され、パネルにはツールサーバーを接続するエージェントランタイムがありません。",
1453
1454
  "unknown": "は利用できませんでした({reason})。"
1454
1455
  },
1455
1456
  "remedy": {
@@ -1460,7 +1461,8 @@
1460
1461
  "unusableSecret": "デプロイのコードで宣言を修正してください。リモートサーバーの認証情報はヘッダーで送られ、ローカルサーバーのものはサーバープロセスに注入されます。",
1461
1462
  "oauthNotConnected": "インフラストラクチャ ウィンドウからこのボードを接続してください。ENCRYPTION_KEY のないデプロイには許可を保管する場所がないため、まず運用者がそれを設定する必要があります。",
1462
1463
  "oauthTokenFailed": "インフラストラクチャ ウィンドウから接続し直すか、提供元の障害が収まるのを待ってください。",
1463
- "overBudget": "1 回の実行ですべて運べるよう、このエージェントの宣言を減らしてください。"
1464
+ "overBudget": "1 回の実行ですべて運べるよう、このエージェントの宣言を減らしてください。",
1465
+ "consensusPanel": "このステップにそのツールが必要ならコンセンサスをオフにしてください。あるいはパネルがツールなしで判断することを受け入れてください。サーバー側を変更する必要はありません。"
1464
1466
  },
1465
1467
  "observed": {
1466
1468
  "ready": "起動済み",
@@ -4802,6 +4804,9 @@
4802
4804
  "binaryCapabilityUnknown": "{capability}(このデプロイでは定義されていない機能)",
4803
4805
  "binaryCapabilityUnsupported": "このステップの生成オプションが要求する {capabilities} に対応した連携が選択されていません。オプションを外すか、その機能を宣言している連携を選択してください。",
4804
4806
  "binaryCapabilityUnverifiable": "選択された連携のどれも {capabilities} への対応を宣言していませんが、そのうち一つは機能を一切宣言していないため確認できませんでした。ステップは開始されます。連携の API で確認してください。",
4807
+ "binaryOptionValueUnaccepted": "選択したどの連携先も {requested} という{option}を受け付けません。全体で受け付けられるのは {accepted} です。これらのいずれかを指定するか、この値を生成できる連携先を選択してください。",
4808
+ "binaryOptionValuePartial": "{generators} は {option} の {requested} を受け付けませんが、選択済みの別の連携先は受け付けます。ステップは開始します。このオプションは受け付ける連携先にのみ送るか、受け付けない連携先を選択から外してください。",
4809
+ "binaryOptionValueUnverifiable": "選択した連携先の一つは受け付ける値を明示しており、このステップが求める値({options})を受け付けません。一方で値を明示していない連携先もあるため、判定できませんでした。ステップは開始しますが、対応できるのは一部の連携先だけです。",
4805
4810
  "binaryReferenceImages": "参照画像",
4806
4811
  "binaryReferenceImagesPlaceholder": "役割{'|'}場所{'|'}サービス(1行に1件)",
4807
4812
  "binaryReferenceImagesUnusable": "参照として保存されませんでした: {entries}。各行は 役割{'|'}場所 の形式で、役割は style / subject / composition / base のいずれかです。",
@@ -5851,6 +5856,31 @@
5851
5856
  "none_captured": "画面を取得する予定でしたが、ビューは取得されませんでした。"
5852
5857
  }
5853
5858
  },
5859
+ "environments": {
5860
+ "title": "稼働中の環境",
5861
+ "open": "稼働中の環境を開く",
5862
+ "retained": "この環境は実行の終了後も残るように設定されています。",
5863
+ "expires": "{date} に期限切れ",
5864
+ "expired": "{date} に期限切れ",
5865
+ "state": {
5866
+ "live": "稼働中",
5867
+ "provisioning": "起動中",
5868
+ "failed": "起動できませんでした",
5869
+ "reclaiming": "破棄中",
5870
+ "reclaimed": "破棄済み",
5871
+ "expired": "期限切れ"
5872
+ },
5873
+ "origin": {
5874
+ "deployer": "この実行が用意した環境",
5875
+ "human_test": "手動テスト用に用意した環境",
5876
+ "projected": "実行がまだ続いているため、この内容は変わる可能性があります"
5877
+ },
5878
+ "gap": {
5879
+ "no_environment_step": "このパイプラインには環境を用意する処理がないため、開けるものはありません。",
5880
+ "not_provisioned": "環境が用意されるはずですが、まだ何も記録されていません。",
5881
+ "infraless": "このサービスは独自の環境を宣言していないため、何も用意されていません。"
5882
+ }
5883
+ },
5854
5884
  "checks": {
5855
5885
  "title": "チェック",
5856
5886
  "row": "{kind}: {state}",
@@ -1450,6 +1450,7 @@
1450
1450
  "oauthNotConnected": "nie był dostępny: nikt jeszcze nie połączył z nim tej tablicy.",
1451
1451
  "oauthTokenFailed": "nie był dostępny: połączenie przestało wydawać token dostępu.",
1452
1452
  "overBudget": "nie był dostępny: ten agent deklaruje więcej serwerów narzędzi, niż niesie jedno uruchomienie.",
1453
+ "consensusPanel": "nie był dostępny: ten krok wykonał się jako panel konsensusu, a panel nie ma środowiska agenta, do którego można podłączyć serwer narzędzi.",
1453
1454
  "unknown": "nie był dostępny ({reason})."
1454
1455
  },
1455
1456
  "remedy": {
@@ -1460,7 +1461,8 @@
1460
1461
  "unusableSecret": "Popraw deklarację w kodzie instalacji: dane uwierzytelniające serwera zdalnego jadą w nagłówku, a lokalnego są wstrzykiwane do procesu serwera.",
1461
1462
  "oauthNotConnected": "Połącz tę tablicę z serwerem w oknie Infrastruktura. Wdrożenie bez ENCRYPTION_KEY nie ma gdzie przechować zgody, więc operator musi ją najpierw ustawić.",
1462
1463
  "oauthTokenFailed": "Połącz go ponownie w oknie Infrastruktura albo przeczekaj awarię dostawcy.",
1463
- "overBudget": "Skróć to, co deklaruje agent, aby jedno uruchomienie uniosło całość."
1464
+ "overBudget": "Skróć to, co deklaruje agent, aby jedno uruchomienie uniosło całość.",
1465
+ "consensusPanel": "Wyłącz konsensus dla tego kroku, jeśli potrzebuje tego narzędzia, albo przyjmij, że panel oceni bez niego. W samym serwerze nic nie trzeba zmieniać."
1464
1466
  },
1465
1467
  "observed": {
1466
1468
  "ready": "uruchomiony",
@@ -4802,6 +4804,9 @@
4802
4804
  "binaryCapabilityUnknown": "{capability} (możliwość, której ta instalacja nie definiuje)",
4803
4805
  "binaryCapabilityUnsupported": "Żadna wybrana integracja nie obsługuje {capabilities}, o co proszą opcje generowania tego kroku. Usuń opcję albo wybierz integrację, która deklaruje tę możliwość.",
4804
4806
  "binaryCapabilityUnverifiable": "Żadna wybrana integracja nie deklaruje obsługi {capabilities}, ale jedna z nich nie deklaruje żadnych możliwości, więc nie dało się tego sprawdzić. Krok i tak wystartuje; potwierdź to w API integracji.",
4807
+ "binaryOptionValueUnaccepted": "Żadna z wybranych integracji nie przyjmuje {option} o wartości {requested}. Łącznie przyjmują: {accepted}. Poproś o jedną z tych wartości albo wybierz integrację, która wygeneruje tę.",
4808
+ "binaryOptionValuePartial": "{generators} nie przyjmuje {option} o wartości {requested}, ale przyjmuje ją inna wybrana integracja. Krok i tak się uruchomi: wysyłaj tę opcję tylko do integracji, które ją przyjmują, albo usuń pozostałe.",
4809
+ "binaryOptionValueUnverifiable": "Jedna z wybranych integracji podaje przyjmowane wartości i nie przyjmuje tej, o którą prosi ten krok ({options}), a inna nie podaje żadnych, więc nie dało się tego rozstrzygnąć. Krok i tak się uruchomi, a obsłuży go tylko część integracji.",
4805
4810
  "binaryReferenceImages": "Obrazy referencyjne",
4806
4811
  "binaryReferenceImagesPlaceholder": "rola{'|'}lokalizacja{'|'}usługa, po jednym w wierszu",
4807
4812
  "binaryReferenceImagesUnusable": "Nie zapisano jako referencji: {entries}. Każdy wiersz musi mieć postać rola{'|'}lokalizacja, gdzie rola to style, subject, composition albo base.",
@@ -5851,6 +5856,31 @@
5851
5856
  "none_captured": "Interfejs miał zostać zarejestrowany, ale nie zapisano żadnego widoku."
5852
5857
  }
5853
5858
  },
5859
+ "environments": {
5860
+ "title": "Działające środowisko",
5861
+ "open": "Otwórz działające środowisko",
5862
+ "retained": "To środowisko ma istnieć dłużej niż samo uruchomienie.",
5863
+ "expires": "Wygasa {date}",
5864
+ "expired": "Wygasło {date}",
5865
+ "state": {
5866
+ "live": "Działa",
5867
+ "provisioning": "Uruchamiane",
5868
+ "failed": "Nigdy nie wystartowało",
5869
+ "reclaiming": "Usuwane",
5870
+ "reclaimed": "Usunięte",
5871
+ "expired": "Wygasło"
5872
+ },
5873
+ "origin": {
5874
+ "deployer": "Uruchomione przez ten przebieg",
5875
+ "human_test": "Uruchomione na potrzeby testu ręcznego",
5876
+ "projected": "Przebieg wciąż trwa, więc to może się jeszcze zmienić"
5877
+ },
5878
+ "gap": {
5879
+ "no_environment_step": "Nic w tym potoku nie uruchamia środowiska, więc nie ma czego otworzyć.",
5880
+ "not_provisioned": "Środowisko miało zostać uruchomione, ale żadnego jeszcze nie zapisano.",
5881
+ "infraless": "Ta usługa nie deklaruje własnego środowiska, więc nic nie zostało uruchomione."
5882
+ }
5883
+ },
5854
5884
  "checks": {
5855
5885
  "title": "Sprawdzenia",
5856
5886
  "row": "{kind}: {state}",
@@ -1450,6 +1450,7 @@
1450
1450
  "oauthNotConnected": "kullanılamadı: bu panoyu henüz kimse ona bağlamadı.",
1451
1451
  "oauthTokenFailed": "kullanılamadı: bağlantı artık erişim jetonu üretmiyor.",
1452
1452
  "overBudget": "kullanılamadı: bu ajan tek bir çalıştırmanın taşıdığından fazla araç sunucusu bildiriyor.",
1453
+ "consensusPanel": "kullanılamadı: bu adım bir uzlaşı paneli olarak çalıştı ve panelin bir araç sunucusunu bağlayacağı ajan çalışma ortamı yok.",
1453
1454
  "unknown": "kullanılamadı ({reason})."
1454
1455
  },
1455
1456
  "remedy": {
@@ -1460,7 +1461,8 @@
1460
1461
  "unusableSecret": "Kurulumun kodundaki bildirimi düzeltin: uzak bir sunucunun kimlik bilgisi bir başlıkta taşınır, yerel olanınki sunucunun sürecine enjekte edilir.",
1461
1462
  "oauthNotConnected": "Bu panoyu Altyapı penceresinden ona bağlayın. ENCRYPTION_KEY olmayan bir dağıtımda izni saklayacak bir yer yoktur, bu yüzden önce bir operatörün bunu ayarlaması gerekir.",
1462
1463
  "oauthTokenFailed": "Altyapı penceresinden yeniden bağlayın ya da sağlayıcının kesintisinin geçmesini bekleyin.",
1463
- "overBudget": "Tek bir çalıştırma hepsini taşıyabilsin diye ajanın bildirdiklerini kısaltın."
1464
+ "overBudget": "Tek bir çalıştırma hepsini taşıyabilsin diye ajanın bildirdiklerini kısaltın.",
1465
+ "consensusPanel": "Adımın bu araca ihtiyacı varsa uzlaşıyı kapatın, ya da panelin araçsız karar vermesini kabul edin. Sunucuda değiştirilecek bir şey yok."
1464
1466
  },
1465
1467
  "observed": {
1466
1468
  "ready": "başlatıldı",
@@ -4802,6 +4804,9 @@
4802
4804
  "binaryCapabilityUnknown": "{capability} (bu kurulumun tanımlamadığı bir yetenek)",
4803
4805
  "binaryCapabilityUnsupported": "Seçili entegrasyonların hiçbiri, bu adımın üretim seçeneklerinin istediği {capabilities} desteğini sunmuyor. Seçeneği kaldırın ya da yeteneği bildiren bir entegrasyon seçin.",
4804
4806
  "binaryCapabilityUnverifiable": "Seçili entegrasyonların hiçbiri {capabilities} desteğini bildirmiyor, ancak biri hiç yetenek bildirmiyor, bu yüzden bu doğrulanamadı. Adım yine de başlar; entegrasyonun API’sinden teyit edin.",
4807
+ "binaryOptionValueUnaccepted": "Seçili entegrasyonların hiçbiri {requested} değerinde {option} kabul etmiyor. Hepsi birlikte şunları kabul ediyor: {accepted}. Bunlardan birini isteyin ya da bu değeri üretebilen bir entegrasyon seçin.",
4808
+ "binaryOptionValuePartial": "{generators} {requested} değerindeki {option} seçeneğini kabul etmiyor, ancak seçili başka bir entegrasyon kabul ediyor. Adım yine de başlar: bu seçeneği yalnızca kabul eden entegrasyonlara gönderin ya da kabul etmeyenleri seçimden çıkarın.",
4809
+ "binaryOptionValueUnverifiable": "Seçili bir entegrasyon kabul ettiği değerleri bildiriyor ve bu adımın istediğini ({options}) kabul etmiyor; bir diğeri ise hiç değer bildirmiyor, bu yüzden kesin bir sonuca varılamadı. Adım yine de başlar ve yalnızca bazı entegrasyonlarınız onu karşılar.",
4805
4810
  "binaryReferenceImages": "Referans görseller",
4806
4811
  "binaryReferenceImagesPlaceholder": "rol{'|'}konum{'|'}servis, her satıra bir tane",
4807
4812
  "binaryReferenceImagesUnusable": "Referans olarak kaydedilmedi: {entries}. Her satır rol{'|'}konum biçiminde olmalı; rol style, subject, composition veya base olabilir.",
@@ -5851,6 +5856,31 @@
5851
5856
  "none_captured": "Arayüzün yakalanması gerekiyordu ama hiçbir görünüm yakalanmadı."
5852
5857
  }
5853
5858
  },
5859
+ "environments": {
5860
+ "title": "Canlı ortam",
5861
+ "open": "Canlı ortamı aç",
5862
+ "retained": "Bu ortamın çalıştırma bittikten sonra da kalması amaçlanıyor.",
5863
+ "expires": "{date} tarihinde sona eriyor",
5864
+ "expired": "{date} tarihinde süresi doldu",
5865
+ "state": {
5866
+ "live": "Canlı",
5867
+ "provisioning": "Ayağa kalkıyor",
5868
+ "failed": "Hiç ayağa kalkmadı",
5869
+ "reclaiming": "Kaldırılıyor",
5870
+ "reclaimed": "Kaldırıldı",
5871
+ "expired": "Süresi doldu"
5872
+ },
5873
+ "origin": {
5874
+ "deployer": "Bu çalışma tarafından ayağa kaldırıldı",
5875
+ "human_test": "Elle yapılan test için ayağa kaldırıldı",
5876
+ "projected": "Çalışma sürüyor, bu yüzden bu durum değişebilir"
5877
+ },
5878
+ "gap": {
5879
+ "no_environment_step": "Bu hatta ortam ayağa kaldıran bir adım yok, açılacak bir şey de yok.",
5880
+ "not_provisioned": "Bir ortam ayağa kaldırılacaktı, ancak henüz hiçbiri kaydedilmedi.",
5881
+ "infraless": "Bu servis kendine ait bir ortam tanımlamıyor, bu yüzden hiçbir şey ayağa kaldırılmadı."
5882
+ }
5883
+ },
5854
5884
  "checks": {
5855
5885
  "title": "Denetimler",
5856
5886
  "row": "{kind}: {state}",