@cat-factory/app 0.257.0 → 0.258.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.
Files changed (44) hide show
  1. package/app/components/binaryOutput/BinaryOutputReport.vue +42 -0
  2. package/app/components/board/AddTaskModal.vue +38 -12
  3. package/app/components/board/RecurringPipelineModal.vue +24 -12
  4. package/app/components/board/nodes/TaskCard.vue +34 -7
  5. package/app/components/panels/InspectorPanel.vue +39 -0
  6. package/app/components/pipeline/BinaryOutputStepPicker.logic.spec.ts +29 -0
  7. package/app/components/pipeline/BinaryOutputStepPicker.logic.ts +23 -0
  8. package/app/components/pipeline/BinaryOutputStepPicker.vue +109 -0
  9. package/app/components/pipeline/PipelineBuilder.vue +44 -0
  10. package/app/components/pipeline/PipelinePreview.vue +20 -1
  11. package/app/components/pipeline/PipelineProgress.vue +13 -0
  12. package/app/composables/api/execution.ts +19 -0
  13. package/app/composables/usePipelineHealth.spec.ts +42 -5
  14. package/app/composables/usePipelineHealth.ts +109 -48
  15. package/app/modular/agent-kinds.ts +5 -0
  16. package/app/stores/environmentWizard/context.ts +0 -2
  17. package/app/stores/environmentWizard/flow.ts +11 -6
  18. package/app/stores/environmentWizard.ts +12 -11
  19. package/app/stores/execution/commands.ts +26 -1
  20. package/app/stores/pipelines/draftActions.ts +2 -0
  21. package/app/stores/pipelines/draftStepConfig.ts +4 -161
  22. package/app/stores/pipelines/draftStepOptions.ts +204 -0
  23. package/app/types/domain.ts +6 -0
  24. package/app/utils/agentPalette.spec.ts +26 -0
  25. package/app/utils/agentPalette.ts +9 -4
  26. package/app/utils/binaryOutput.spec.ts +122 -1
  27. package/app/utils/binaryOutput.ts +101 -0
  28. package/app/utils/catalog.spec.ts +24 -0
  29. package/app/utils/catalog.ts +21 -4
  30. package/app/utils/pipeline.spec.ts +35 -3
  31. package/app/utils/pipeline.ts +54 -3
  32. package/app/utils/pipelineRender.spec.ts +78 -2
  33. package/app/utils/pipelineRender.ts +43 -0
  34. package/i18n/locales/de.json +29 -1
  35. package/i18n/locales/en.json +29 -1
  36. package/i18n/locales/es.json +29 -1
  37. package/i18n/locales/fr.json +29 -1
  38. package/i18n/locales/he.json +29 -1
  39. package/i18n/locales/it.json +29 -1
  40. package/i18n/locales/ja.json +29 -1
  41. package/i18n/locales/pl.json +29 -1
  42. package/i18n/locales/tr.json +29 -1
  43. package/i18n/locales/uk.json +29 -1
  44. package/package.json +2 -2
@@ -1666,6 +1666,8 @@
1666
1666
  "priorDocHint": "From the previous review. Use it as a base: edit the description above and resubmit.",
1667
1667
  "bootstrapping": "Bootstrapping…",
1668
1668
  "viewRequirements": "View Requirements",
1669
+ "mapService": "Map service",
1670
+ "mapServiceNoRepo": "Link a repository to this service first — there is nothing to map yet.",
1669
1671
  "reRun": "Re-run",
1670
1672
  "run": "Run",
1671
1673
  "focus": "Focus",
@@ -4746,7 +4748,11 @@
4746
4748
  "preview": {
4747
4749
  "stepCount": "{count} step | {count} steps",
4748
4750
  "gateCount": "{count} approval gate | {count} approval gates",
4749
- "gated": "Human approval gate after this step"
4751
+ "gated": "Human approval gate after this step",
4752
+ "conditionalCount": "{count} conditional step | {count} conditional steps",
4753
+ "conditionEstimate": "Runs only when the task estimate clears this step's thresholds",
4754
+ "conditionFrontend": "Runs only when the task changes a frontend service",
4755
+ "conditionBackend": "Runs only when the task changes a non-frontend service"
4750
4756
  },
4751
4757
  "picker": {
4752
4758
  "noneHint": "No default pipeline. You choose one when you run the task.",
@@ -4842,6 +4848,11 @@
4842
4848
  "body": "\"{name}\" will be removed. This can't be undone."
4843
4849
  },
4844
4850
  "disabledStepTooltip": "Disabled, skipped at run",
4851
+ "condition": {
4852
+ "always": "Runs on every task — click to make it conditional",
4853
+ "frontend": "Runs only on tasks that change a frontend service",
4854
+ "backend": "Runs only on tasks that change a non-frontend service"
4855
+ },
4845
4856
  "cancelEdit": "Cancel edit",
4846
4857
  "clear": "Clear",
4847
4858
  "update": "Update pipeline",
@@ -4929,6 +4940,7 @@
4929
4940
  "negative-prompt": "Negative prompt",
4930
4941
  "seed": "Fixed seed",
4931
4942
  "aspect-ratio": "Aspect ratio",
4943
+ "exact-size": "Exact size",
4932
4944
  "candidate-batch": "Several candidates per call",
4933
4945
  "upscale": "Upscaling",
4934
4946
  "transparent-background": "Transparent background",
@@ -4950,6 +4962,11 @@
4950
4962
  "binaryNegativePromptPlaceholder": "what to keep out",
4951
4963
  "binaryAspectRatio": "Aspect ratio",
4952
4964
  "binaryAspectRatioPlaceholder": "16:9",
4965
+ "binaryOutputSize": "Output size",
4966
+ "binaryOutputSizeWidth": "Width",
4967
+ "binaryOutputSizeHeight": "Height",
4968
+ "binaryOutputSizeIncomplete": "Not saved: an exact size needs both a width and a height.",
4969
+ "binaryOutputSizeAmbiguous": "An exact output size cannot be combined with {options}: each states the delivered dimensions a second time. Keep whichever one is the requirement.",
4953
4970
  "binarySeed": "Seed",
4954
4971
  "binarySeedPlaceholder": "fixed seed",
4955
4972
  "binaryTransparent": "Transparent background",
@@ -5011,6 +5028,14 @@
5011
5028
  "elapsedTooltip": "Elapsed time on this step",
5012
5029
  "prReview": {
5013
5030
  "review": "Review findings"
5031
+ },
5032
+ "skipped": {
5033
+ "gated": "Skipped: the task estimate was below this step’s thresholds.",
5034
+ "conditionFrontend": "Skipped: this task changes no frontend service, so there is no UI to exercise.",
5035
+ "conditionBackend": "Skipped: this task changes only a frontend service, so there is no API behind it to exercise.",
5036
+ "producerSkipped": "Skipped: the step it reviews was skipped, so there is nothing to grade.",
5037
+ "runComplete": "Skipped: the run finished before this step, with nothing left to do.",
5038
+ "unknown": "Skipped: this step did not run."
5014
5039
  }
5015
5040
  },
5016
5041
  "health": {
@@ -6588,6 +6613,8 @@
6588
6613
  "unknownServices": "Named a service the catalog does not contain: {ids}. The entry is kept as claimed; check the id against the workspace catalog. | Named services the catalog does not contain: {ids}. Their entries are kept as claimed; check the ids against the workspace catalog.",
6589
6614
  "targetUnknown": "The catalog no longer contains this step's own storage service ({id}), so nothing below could be checked against it. Register it again, or point the step at another service.",
6590
6615
  "undeliveredMediaTypes": "This step was set to deliver {formats}, and no artifact below reports that format. | This step was set to deliver {formats}, and no artifact below reports those formats.",
6616
+ "missized": "1 artifact was delivered at a size other than {width}×{height}. | {count} artifacts were delivered at a size other than {width}×{height}.",
6617
+ "sizeUnreported": "1 artifact reports no dimensions, so its size could not be checked. | {count} artifacts report no dimensions, so their sizes could not be checked.",
6591
6618
  "misdirected": "1 artifact went to a service other than {target}. | {count} artifacts went to a service other than {target}.",
6592
6619
  "invalidEntries": "1 declared entry was dropped: it named no service and location. | {count} declared entries were dropped: they named no service and location.",
6593
6620
  "omitted": "1 more artifact was declared beyond the report's limit and is not listed. | {count} more artifacts were declared beyond the report's limit and are not listed.",
@@ -6595,6 +6622,7 @@
6595
6622
  "generatorsUnverified": "This deployment's generative integrations could not be read when the step settled, so the integrations named below were not checked against them. The entries are kept as claimed."
6596
6623
  },
6597
6624
  "unknownGeneratorBadge": "Not registered",
6625
+ "missizedBadge": "Wrong size",
6598
6626
  "candidates": {
6599
6627
  "automatic": "{total} candidate was generated and kept automatically, without review.",
6600
6628
  "chosen": "{kept} of {total} generated candidates were kept.",
@@ -1548,6 +1548,8 @@
1548
1548
  "priorDocHint": "De la revisión anterior. Úsalo como base: edita la descripción de arriba y reenvíala.",
1549
1549
  "bootstrapping": "Inicializando…",
1550
1550
  "viewRequirements": "Ver requisitos",
1551
+ "mapService": "Mapear servicio",
1552
+ "mapServiceNoRepo": "Vincula primero un repositorio a este servicio: todavía no hay nada que mapear.",
1551
1553
  "reRun": "Reejecutar",
1552
1554
  "run": "Ejecutar",
1553
1555
  "focus": "Enfocar",
@@ -4603,7 +4605,11 @@
4603
4605
  "preview": {
4604
4606
  "stepCount": "{count} paso | {count} pasos",
4605
4607
  "gateCount": "{count} aprobación | {count} aprobaciones",
4606
- "gated": "Aprobación humana después de este paso"
4608
+ "gated": "Aprobación humana después de este paso",
4609
+ "conditionalCount": "{count} paso condicional | {count} pasos condicionales",
4610
+ "conditionEstimate": "Se ejecuta solo si la estimación de la tarea supera los umbrales de este paso",
4611
+ "conditionFrontend": "Se ejecuta solo si la tarea modifica un servicio de frontend",
4612
+ "conditionBackend": "Se ejecuta solo si la tarea modifica un servicio que no es de frontend"
4607
4613
  },
4608
4614
  "picker": {
4609
4615
  "noneHint": "Sin pipeline predeterminado. Eliges uno al ejecutar la tarea.",
@@ -4689,6 +4695,11 @@
4689
4695
  "edit": "Editar este pipeline",
4690
4696
  "delete": "Eliminar este pipeline",
4691
4697
  "disabledStepTooltip": "Desactivado, omitido al ejecutar",
4698
+ "condition": {
4699
+ "always": "Se ejecuta en todas las tareas: haz clic para condicionarlo",
4700
+ "frontend": "Se ejecuta solo en tareas que modifican un servicio de frontend",
4701
+ "backend": "Se ejecuta solo en tareas que modifican un servicio que no es de frontend"
4702
+ },
4692
4703
  "cancelEdit": "Cancelar edición",
4693
4704
  "clear": "Limpiar",
4694
4705
  "update": "Actualizar pipeline",
@@ -4778,6 +4789,7 @@
4778
4789
  "negative-prompt": "Prompt negativo",
4779
4790
  "seed": "Semilla fija",
4780
4791
  "aspect-ratio": "Relación de aspecto",
4792
+ "exact-size": "Tamaño exacto",
4781
4793
  "candidate-batch": "Varios candidatos por llamada",
4782
4794
  "upscale": "Ampliación",
4783
4795
  "transparent-background": "Fondo transparente",
@@ -4799,6 +4811,11 @@
4799
4811
  "binaryNegativePromptPlaceholder": "qué evitar",
4800
4812
  "binaryAspectRatio": "Relación de aspecto",
4801
4813
  "binaryAspectRatioPlaceholder": "16:9",
4814
+ "binaryOutputSize": "Tamaño de salida",
4815
+ "binaryOutputSizeWidth": "Ancho",
4816
+ "binaryOutputSizeHeight": "Alto",
4817
+ "binaryOutputSizeIncomplete": "No se guardó: un tamaño exacto necesita un ancho y un alto.",
4818
+ "binaryOutputSizeAmbiguous": "Un tamaño de salida exacto no se puede combinar con {options}: cada uno indica las dimensiones entregadas por segunda vez. Conserva el que sea el requisito.",
4802
4819
  "binarySeed": "Semilla",
4803
4820
  "binarySeedPlaceholder": "semilla fija",
4804
4821
  "binaryTransparent": "Fondo transparente",
@@ -4860,6 +4877,14 @@
4860
4877
  "elapsedTooltip": "Tiempo transcurrido en este paso",
4861
4878
  "prReview": {
4862
4879
  "review": "Revisar hallazgos"
4880
+ },
4881
+ "skipped": {
4882
+ "gated": "Omitido: la estimación de la tarea quedó por debajo de los umbrales de este paso.",
4883
+ "conditionFrontend": "Omitido: esta tarea no modifica ningún servicio de frontend, así que no hay interfaz que probar.",
4884
+ "conditionBackend": "Omitido: esta tarea solo modifica un servicio de frontend, así que no hay API detrás que probar.",
4885
+ "producerSkipped": "Omitido: el paso que revisa fue omitido, así que no hay nada que evaluar.",
4886
+ "runComplete": "Omitido: la ejecución terminó antes de este paso y no quedaba nada que hacer.",
4887
+ "unknown": "Omitido: este paso no se ejecutó."
4863
4888
  }
4864
4889
  },
4865
4890
  "health": {
@@ -6303,6 +6328,8 @@
6303
6328
  "unknownServices": "Nombró un servicio que el catálogo no contiene: {ids}. La entrada se conserva tal como se declaró; comprueba el identificador con el catálogo del tablero. | Nombró servicios que el catálogo no contiene: {ids}. Sus entradas se conservan tal como se declararon; comprueba los identificadores con el catálogo del tablero.",
6304
6329
  "targetUnknown": "El catálogo ya no contiene el servicio de almacenamiento de este paso ({id}), así que nada de lo de abajo pudo comprobarse contra él. Vuelve a registrarlo, o apunta el paso a otro servicio.",
6305
6330
  "undeliveredMediaTypes": "Este paso debía entregar {formats} y ningún artefacto de abajo informa ese formato. | Este paso debía entregar {formats} y ningún artefacto de abajo informa esos formatos.",
6331
+ "missized": "1 artefacto se entregó con un tamaño distinto de {width}×{height}. | {count} artefactos se entregaron con un tamaño distinto de {width}×{height}.",
6332
+ "sizeUnreported": "1 artefacto no informa dimensiones, así que no se pudo comprobar su tamaño. | {count} artefactos no informan dimensiones, así que no se pudieron comprobar sus tamaños.",
6306
6333
  "misdirected": "1 artefacto fue a un servicio distinto de {target}. | {count} artefactos fueron a un servicio distinto de {target}.",
6307
6334
  "invalidEntries": "Se descartó 1 entrada declarada: no nombraba servicio ni ubicación. | Se descartaron {count} entradas declaradas: no nombraban servicio ni ubicación.",
6308
6335
  "omitted": "Se declaró 1 artefacto más por encima del límite del informe y no aparece en la lista. | Se declararon {count} artefactos más por encima del límite del informe y no aparecen en la lista.",
@@ -6310,6 +6337,7 @@
6310
6337
  "generatorsUnverified": "No se han podido leer las integraciones generativas de esta instalación al cerrarse el paso, así que las integraciones indicadas abajo no se han contrastado con ellas. Las entradas se conservan tal como se declararon."
6311
6338
  },
6312
6339
  "unknownGeneratorBadge": "No registrada",
6340
+ "missizedBadge": "Tamaño incorrecto",
6313
6341
  "candidates": {
6314
6342
  "automatic": "Se generó {total} candidato y se conservó automáticamente, sin revisión.",
6315
6343
  "chosen": "Se conservaron {kept} de {total} candidatos generados.",
@@ -1548,6 +1548,8 @@
1548
1548
  "priorDocHint": "Issu de la revue précédente. Utilisez-le comme base : modifiez la description ci-dessus et resoumettez.",
1549
1549
  "bootstrapping": "Initialisation…",
1550
1550
  "viewRequirements": "Voir les exigences",
1551
+ "mapService": "Cartographier le service",
1552
+ "mapServiceNoRepo": "Liez d'abord un dépôt à ce service : il n'y a encore rien à cartographier.",
1551
1553
  "reRun": "Relancer",
1552
1554
  "run": "Exécuter",
1553
1555
  "focus": "Cibler",
@@ -4603,7 +4605,11 @@
4603
4605
  "preview": {
4604
4606
  "stepCount": "{count} étape | {count} étapes",
4605
4607
  "gateCount": "{count} validation | {count} validations",
4606
- "gated": "Validation humaine après cette étape"
4608
+ "gated": "Validation humaine après cette étape",
4609
+ "conditionalCount": "{count} étape conditionnelle | {count} étapes conditionnelles",
4610
+ "conditionEstimate": "S'exécute uniquement si l'estimation de la tâche dépasse les seuils de cette étape",
4611
+ "conditionFrontend": "S'exécute uniquement si la tâche modifie un service frontend",
4612
+ "conditionBackend": "S'exécute uniquement si la tâche modifie un service non frontend"
4607
4613
  },
4608
4614
  "picker": {
4609
4615
  "noneHint": "Aucun pipeline par défaut. Vous en choisissez un au lancement de la tâche.",
@@ -4689,6 +4695,11 @@
4689
4695
  "edit": "Modifier ce pipeline",
4690
4696
  "delete": "Supprimer ce pipeline",
4691
4697
  "disabledStepTooltip": "Désactivée, ignorée à l'exécution",
4698
+ "condition": {
4699
+ "always": "S'exécute pour chaque tâche — cliquez pour le rendre conditionnel",
4700
+ "frontend": "S'exécute uniquement pour les tâches qui modifient un service frontend",
4701
+ "backend": "S'exécute uniquement pour les tâches qui modifient un service non frontend"
4702
+ },
4692
4703
  "cancelEdit": "Annuler la modification",
4693
4704
  "clear": "Effacer",
4694
4705
  "update": "Mettre à jour le pipeline",
@@ -4778,6 +4789,7 @@
4778
4789
  "negative-prompt": "Prompt négatif",
4779
4790
  "seed": "Graine fixe",
4780
4791
  "aspect-ratio": "Format d’image",
4792
+ "exact-size": "Taille exacte",
4781
4793
  "candidate-batch": "Plusieurs candidats par appel",
4782
4794
  "upscale": "Agrandissement",
4783
4795
  "transparent-background": "Fond transparent",
@@ -4799,6 +4811,11 @@
4799
4811
  "binaryNegativePromptPlaceholder": "ce qu’il faut éviter",
4800
4812
  "binaryAspectRatio": "Format d’image",
4801
4813
  "binaryAspectRatioPlaceholder": "16:9",
4814
+ "binaryOutputSize": "Taille de sortie",
4815
+ "binaryOutputSizeWidth": "Largeur",
4816
+ "binaryOutputSizeHeight": "Hauteur",
4817
+ "binaryOutputSizeIncomplete": "Non enregistré : une taille exacte demande une largeur et une hauteur.",
4818
+ "binaryOutputSizeAmbiguous": "Une taille de sortie exacte ne se combine pas avec {options} : chacun énonce une seconde fois les dimensions livrées. Gardez celui qui est l’exigence.",
4802
4819
  "binarySeed": "Graine",
4803
4820
  "binarySeedPlaceholder": "graine fixe",
4804
4821
  "binaryTransparent": "Fond transparent",
@@ -4860,6 +4877,14 @@
4860
4877
  "elapsedTooltip": "Temps écoulé sur cette étape",
4861
4878
  "prReview": {
4862
4879
  "review": "Examiner les remarques"
4880
+ },
4881
+ "skipped": {
4882
+ "gated": "Étape ignorée : l’estimation de la tâche est restée sous les seuils de cette étape.",
4883
+ "conditionFrontend": "Étape ignorée : cette tâche ne modifie aucun service frontend, il n’y a donc pas d’interface à tester.",
4884
+ "conditionBackend": "Étape ignorée : cette tâche ne modifie qu’un service frontend, il n’y a donc pas d’API derrière à tester.",
4885
+ "producerSkipped": "Étape ignorée : l’étape qu’elle relit a été ignorée, il n’y a rien à évaluer.",
4886
+ "runComplete": "Étape ignorée : l’exécution s’est terminée avant elle, sans rien à faire.",
4887
+ "unknown": "Étape ignorée : elle n’a pas été exécutée."
4863
4888
  }
4864
4889
  },
4865
4890
  "health": {
@@ -6303,6 +6328,8 @@
6303
6328
  "unknownServices": "A nommé un service absent du catalogue : {ids}. L'entrée est conservée telle que déclarée ; vérifiez l'identifiant dans le catalogue du tableau. | A nommé des services absents du catalogue : {ids}. Leurs entrées sont conservées telles que déclarées ; vérifiez les identifiants dans le catalogue du tableau.",
6304
6329
  "targetUnknown": "Le catalogue ne contient plus le service de stockage propre à cette étape ({id}), donc rien ci-dessous n'a pu être vérifié par rapport à lui. Enregistrez-le de nouveau, ou orientez l'étape vers un autre service.",
6305
6330
  "undeliveredMediaTypes": "Cette étape devait livrer {formats}, et aucun artefact ci-dessous ne signale ce format. | Cette étape devait livrer {formats}, et aucun artefact ci-dessous ne signale ces formats.",
6331
+ "missized": "1 artefact a été livré dans une taille autre que {width}×{height}. | {count} artefacts ont été livrés dans une taille autre que {width}×{height}.",
6332
+ "sizeUnreported": "1 artefact ne signale aucune dimension, sa taille n’a donc pas pu être vérifiée. | {count} artefacts ne signalent aucune dimension, leurs tailles n’ont donc pas pu être vérifiées.",
6306
6333
  "misdirected": "1 artefact est allé vers un service autre que {target}. | {count} artefacts sont allés vers un service autre que {target}.",
6307
6334
  "invalidEntries": "1 entrée déclarée a été écartée : elle ne nommait ni service ni emplacement. | {count} entrées déclarées ont été écartées : elles ne nommaient ni service ni emplacement.",
6308
6335
  "omitted": "1 artefact supplémentaire a été déclaré au-delà de la limite du rapport et n'est pas listé. | {count} artefacts supplémentaires ont été déclarés au-delà de la limite du rapport et ne sont pas listés.",
@@ -6310,6 +6337,7 @@
6310
6337
  "generatorsUnverified": "Les intégrations génératives de ce déploiement n'ont pas pu être lues à la clôture de l'étape, les intégrations citées ci-dessous n'ont donc pas été vérifiées. Les entrées sont conservées telles que déclarées."
6311
6338
  },
6312
6339
  "unknownGeneratorBadge": "Non enregistrée",
6340
+ "missizedBadge": "Mauvaise taille",
6313
6341
  "candidates": {
6314
6342
  "automatic": "{total} candidat a été généré et conservé automatiquement, sans examen.",
6315
6343
  "chosen": "{kept} des {total} candidats générés ont été conservés.",
@@ -1548,6 +1548,8 @@
1548
1548
  "priorDocHint": "מהסקירה הקודמת. השתמש בו כבסיס: ערוך את התיאור למעלה ושלח מחדש.",
1549
1549
  "bootstrapping": "מאתחל…",
1550
1550
  "viewRequirements": "הצג דרישות",
1551
+ "mapService": "מיפוי שירות",
1552
+ "mapServiceNoRepo": "קשרו תחילה מאגר לשירות הזה — אין עדיין מה למפות.",
1551
1553
  "reRun": "הרץ מחדש",
1552
1554
  "run": "הרץ",
1553
1555
  "focus": "מקד",
@@ -4603,7 +4605,11 @@
4603
4605
  "preview": {
4604
4606
  "stepCount": "שלב אחד | שני שלבים | {count} שלבים",
4605
4607
  "gateCount": "אישור אחד | שני אישורים | {count} אישורים",
4606
- "gated": "אישור אנושי אחרי שלב זה"
4608
+ "gated": "אישור אנושי אחרי שלב זה",
4609
+ "conditionalCount": "שלב מותנה אחד | שני שלבים מותנים | {count} שלבים מותנים",
4610
+ "conditionEstimate": "פועל רק כאשר הערכת המשימה עוברת את הספים של השלב הזה",
4611
+ "conditionFrontend": "פועל רק כאשר המשימה משנה שירות פרונטאנד",
4612
+ "conditionBackend": "פועל רק כאשר המשימה משנה שירות שאינו פרונטאנד"
4607
4613
  },
4608
4614
  "picker": {
4609
4615
  "noneHint": "אין צינור ברירת מחדל. בוחרים אחד כשמריצים את המשימה.",
@@ -4689,6 +4695,11 @@
4689
4695
  "edit": "ערוך צינור זה",
4690
4696
  "delete": "מחק צינור זה",
4691
4697
  "disabledStepTooltip": "מושבת, מדולג בהרצה",
4698
+ "condition": {
4699
+ "always": "פועל בכל משימה — לחצו כדי להפוך אותו למותנה",
4700
+ "frontend": "פועל רק במשימות שמשנות שירות פרונטאנד",
4701
+ "backend": "פועל רק במשימות שמשנות שירות שאינו פרונטאנד"
4702
+ },
4692
4703
  "cancelEdit": "בטל עריכה",
4693
4704
  "clear": "נקה",
4694
4705
  "update": "עדכן צינור",
@@ -4778,6 +4789,7 @@
4778
4789
  "negative-prompt": "הנחיה שלילית",
4779
4790
  "seed": "זרע קבוע",
4780
4791
  "aspect-ratio": "יחס גובה-רוחב",
4792
+ "exact-size": "גודל מדויק",
4781
4793
  "candidate-batch": "כמה מועמדים בקריאה אחת",
4782
4794
  "upscale": "הגדלה",
4783
4795
  "transparent-background": "רקע שקוף",
@@ -4799,6 +4811,11 @@
4799
4811
  "binaryNegativePromptPlaceholder": "ממה להימנע",
4800
4812
  "binaryAspectRatio": "יחס גובה-רוחב",
4801
4813
  "binaryAspectRatioPlaceholder": "16:9",
4814
+ "binaryOutputSize": "גודל הפלט",
4815
+ "binaryOutputSizeWidth": "רוחב",
4816
+ "binaryOutputSizeHeight": "גובה",
4817
+ "binaryOutputSizeIncomplete": "לא נשמר: גודל מדויק דורש רוחב וגובה.",
4818
+ "binaryOutputSizeAmbiguous": "אי אפשר לשלב גודל פלט מדויק עם {options}: כל אחד מהם מציין שוב את המידות שיסופקו. השאירו את מה שהוא הדרישה.",
4802
4819
  "binarySeed": "זרע",
4803
4820
  "binarySeedPlaceholder": "זרע קבוע",
4804
4821
  "binaryTransparent": "רקע שקוף",
@@ -4860,6 +4877,14 @@
4860
4877
  "elapsedTooltip": "הזמן שחלף בשלב זה",
4861
4878
  "prReview": {
4862
4879
  "review": "עיין בממצאים"
4880
+ },
4881
+ "skipped": {
4882
+ "gated": "דולג: האומדן של המשימה היה מתחת לספי השלב הזה.",
4883
+ "conditionFrontend": "דולג: המשימה אינה משנה שום שירות צד-לקוח, לכן אין ממשק לבדיקה.",
4884
+ "conditionBackend": "דולג: המשימה משנה רק שירות צד-לקוח, לכן אין מאחוריו API לבדיקה.",
4885
+ "producerSkipped": "דולג: השלב שהוא בודק דולג, לכן אין מה להעריך.",
4886
+ "runComplete": "דולג: הריצה הסתיימה לפני השלב הזה, ולא נותר מה לעשות.",
4887
+ "unknown": "דולג: השלב הזה לא רץ."
4863
4888
  }
4864
4889
  },
4865
4890
  "health": {
@@ -6303,6 +6328,8 @@
6303
6328
  "unknownServices": "צוין שירות שאינו בקטלוג: {ids}. הרשומה נשמרת כפי שהוצהרה; בדוק את המזהה מול קטלוג הלוח. | צוינו שני שירותים שאינם בקטלוג: {ids}. הרשומות נשמרות כפי שהוצהרו; בדוק את המזהים מול קטלוג הלוח. | צוינו שירותים שאינם בקטלוג: {ids}. הרשומות נשמרות כפי שהוצהרו; בדוק את המזהים מול קטלוג הלוח.",
6304
6329
  "targetUnknown": "הקטלוג כבר אינו מכיל את שירות האחסון של השלב הזה ({id}), ולכן לא ניתן היה להשוות מולו דבר ממה שלהלן. רשום אותו מחדש, או הפנה את השלב לשירות אחר.",
6305
6330
  "undeliveredMediaTypes": "השלב הזה אמור היה לספק {formats}, ואף פריט למטה אינו מדווח על הפורמט הזה. | השלב הזה אמור היה לספק {formats}, ואף פריט למטה אינו מדווח על שני הפורמטים האלה. | השלב הזה אמור היה לספק {formats}, ואף פריט למטה אינו מדווח על הפורמטים האלה.",
6331
+ "missized": "פריט אחד סופק בגודל שאינו {width}×{height}. | שני פריטים סופקו בגודל שאינו {width}×{height}. | {count} פריטים סופקו בגודל שאינו {width}×{height}.",
6332
+ "sizeUnreported": "פריט אחד אינו מדווח על מידות, ולכן לא ניתן היה לבדוק את גודלו. | שני פריטים אינם מדווחים על מידות, ולכן לא ניתן היה לבדוק את גודלם. | {count} פריטים אינם מדווחים על מידות, ולכן לא ניתן היה לבדוק את גודלם.",
6306
6333
  "misdirected": "פריט אחד הגיע לשירות אחר מ- {target}. | שני פריטים הגיעו לשירות אחר מ- {target}. | {count} פריטים הגיעו לשירות אחר מ- {target}.",
6307
6334
  "invalidEntries": "רשומה מוצהרת אחת נדחתה: לא צוינו בה שירות ומיקום. | שתי רשומות מוצהרות נדחו: לא צוינו בהן שירות ומיקום. | {count} רשומות מוצהרות נדחו: לא צוינו בהן שירות ומיקום.",
6308
6335
  "omitted": "פריט נוסף אחד הוצהר מעבר למגבלת הדוח ואינו מופיע ברשימה. | שני פריטים נוספים הוצהרו מעבר למגבלת הדוח ואינם מופיעים ברשימה. | {count} פריטים נוספים הוצהרו מעבר למגבלת הדוח ואינם מופיעים ברשימה.",
@@ -6310,6 +6337,7 @@
6310
6337
  "generatorsUnverified": "לא ניתן היה לקרוא את האינטגרציות הגנרטיביות של הפריסה הזו בעת סיום השלב, ולכן האינטגרציות המצוינות למטה לא נבדקו מולן. הרשומות נשמרות כפי שהוצהרו."
6311
6338
  },
6312
6339
  "unknownGeneratorBadge": "לא רשומה",
6340
+ "missizedBadge": "גודל שגוי",
6313
6341
  "candidates": {
6314
6342
  "automatic": "נוצר {total} מועמד ונשמר אוטומטית, ללא בדיקה.",
6315
6343
  "chosen": "נשמרו {kept} מתוך {total} מועמדים שנוצרו.",
@@ -2116,6 +2116,8 @@
2116
2116
  "priorDocHint": "Dalla revisione precedente. Usalo come base: modifica la descrizione sopra e reinvia.",
2117
2117
  "bootstrapping": "Bootstrap in corso…",
2118
2118
  "viewRequirements": "Visualizza requisiti",
2119
+ "mapService": "Mappa il servizio",
2120
+ "mapServiceNoRepo": "Collega prima un repository a questo servizio: non c'è ancora nulla da mappare.",
2119
2121
  "reRun": "Riesegui",
2120
2122
  "run": "Esegui",
2121
2123
  "focus": "Metti a fuoco",
@@ -4164,7 +4166,11 @@
4164
4166
  "preview": {
4165
4167
  "stepCount": "{count} step | {count} step",
4166
4168
  "gateCount": "{count} approvazione | {count} approvazioni",
4167
- "gated": "Approvazione umana dopo questo step"
4169
+ "gated": "Approvazione umana dopo questo step",
4170
+ "conditionalCount": "{count} passaggio condizionale | {count} passaggi condizionali",
4171
+ "conditionEstimate": "Viene eseguito solo se la stima dell'attività supera le soglie di questo passaggio",
4172
+ "conditionFrontend": "Viene eseguito solo se l'attività modifica un servizio frontend",
4173
+ "conditionBackend": "Viene eseguito solo se l'attività modifica un servizio non frontend"
4168
4174
  },
4169
4175
  "picker": {
4170
4176
  "noneHint": "Nessuna pipeline predefinita. Ne scegli una quando esegui l'attivita.",
@@ -4254,6 +4260,11 @@
4254
4260
  "body": "\"{name}\" verra rimossa. Questa operazione non puo essere annullata."
4255
4261
  },
4256
4262
  "disabledStepTooltip": "Disabilitato, saltato durante l'esecuzione",
4263
+ "condition": {
4264
+ "always": "Viene eseguito su ogni attività: fai clic per renderlo condizionale",
4265
+ "frontend": "Viene eseguito solo sulle attività che modificano un servizio frontend",
4266
+ "backend": "Viene eseguito solo sulle attività che modificano un servizio non frontend"
4267
+ },
4257
4268
  "cancelEdit": "Annulla modifica",
4258
4269
  "clear": "Svuota",
4259
4270
  "update": "Aggiorna pipeline",
@@ -4339,6 +4350,7 @@
4339
4350
  "negative-prompt": "Prompt negativo",
4340
4351
  "seed": "Seed fisso",
4341
4352
  "aspect-ratio": "Proporzioni",
4353
+ "exact-size": "Dimensione esatta",
4342
4354
  "candidate-batch": "Più candidati per chiamata",
4343
4355
  "upscale": "Ingrandimento",
4344
4356
  "transparent-background": "Sfondo trasparente",
@@ -4360,6 +4372,11 @@
4360
4372
  "binaryNegativePromptPlaceholder": "cosa evitare",
4361
4373
  "binaryAspectRatio": "Proporzioni",
4362
4374
  "binaryAspectRatioPlaceholder": "16:9",
4375
+ "binaryOutputSize": "Dimensione di output",
4376
+ "binaryOutputSizeWidth": "Larghezza",
4377
+ "binaryOutputSizeHeight": "Altezza",
4378
+ "binaryOutputSizeIncomplete": "Non salvato: una dimensione esatta richiede una larghezza e un'altezza.",
4379
+ "binaryOutputSizeAmbiguous": "Una dimensione di output esatta non si combina con {options}: ognuno indica una seconda volta le dimensioni consegnate. Tieni quello che è il requisito.",
4363
4380
  "binarySeed": "Seed",
4364
4381
  "binarySeedPlaceholder": "seed fisso",
4365
4382
  "binaryTransparent": "Sfondo trasparente",
@@ -4421,6 +4438,14 @@
4421
4438
  "elapsedTooltip": "Tempo trascorso su questo passaggio",
4422
4439
  "prReview": {
4423
4440
  "review": "Esamina i rilievi"
4441
+ },
4442
+ "skipped": {
4443
+ "gated": "Saltato: la stima dell’attività è rimasta sotto le soglie di questo passo.",
4444
+ "conditionFrontend": "Saltato: questa attività non modifica alcun servizio frontend, quindi non c’è un’interfaccia da provare.",
4445
+ "conditionBackend": "Saltato: questa attività modifica solo un servizio frontend, quindi non c’è un’API dietro da provare.",
4446
+ "producerSkipped": "Saltato: il passo che revisiona è stato saltato, quindi non c’è nulla da valutare.",
4447
+ "runComplete": "Saltato: l’esecuzione è terminata prima di questo passo, senza altro da fare.",
4448
+ "unknown": "Saltato: questo passo non è stato eseguito."
4424
4449
  }
4425
4450
  },
4426
4451
  "health": {
@@ -5061,6 +5086,8 @@
5061
5086
  "unknownServices": "Ha indicato un servizio che il catalogo non contiene: {ids}. La voce viene conservata come dichiarata; verifica l'identificativo nel catalogo della board. | Ha indicato servizi che il catalogo non contiene: {ids}. Le voci vengono conservate come dichiarate; verifica gli identificativi nel catalogo della board.",
5062
5087
  "targetUnknown": "Il catalogo non contiene più il servizio di archiviazione di questo passo ({id}), quindi nulla di quanto segue ha potuto essere verificato rispetto ad esso. Registralo di nuovo, oppure indirizza il passo a un altro servizio.",
5063
5088
  "undeliveredMediaTypes": "Questo passaggio doveva fornire {formats} e nessun artefatto qui sotto riporta quel formato. | Questo passaggio doveva fornire {formats} e nessun artefatto qui sotto riporta quei formati.",
5089
+ "missized": "1 artefatto è stato consegnato con una dimensione diversa da {width}×{height}. | {count} artefatti sono stati consegnati con una dimensione diversa da {width}×{height}.",
5090
+ "sizeUnreported": "1 artefatto non riporta dimensioni, quindi non è stato possibile verificarne la dimensione. | {count} artefatti non riportano dimensioni, quindi non è stato possibile verificarne le dimensioni.",
5064
5091
  "misdirected": "1 artefatto è finito su un servizio diverso da {target}. | {count} artefatti sono finiti su un servizio diverso da {target}.",
5065
5092
  "invalidEntries": "1 voce dichiarata è stata scartata: non indicava né servizio né posizione. | {count} voci dichiarate sono state scartate: non indicavano né servizio né posizione.",
5066
5093
  "omitted": "È stato dichiarato 1 altro artefatto oltre il limite del rapporto e non compare nell'elenco. | Sono stati dichiarati altri {count} artefatti oltre il limite del rapporto e non compaiono nell'elenco.",
@@ -5068,6 +5095,7 @@
5068
5095
  "generatorsUnverified": "Non è stato possibile leggere le integrazioni generative di questa installazione alla chiusura del passaggio, quindi le integrazioni indicate sotto non sono state verificate. Le voci sono conservate come dichiarate."
5069
5096
  },
5070
5097
  "unknownGeneratorBadge": "Non registrata",
5098
+ "missizedBadge": "Dimensione errata",
5071
5099
  "candidates": {
5072
5100
  "automatic": "È stato generato {total} candidato e tenuto automaticamente, senza revisione.",
5073
5101
  "chosen": "Sono stati tenuti {kept} dei {total} candidati generati.",
@@ -1548,6 +1548,8 @@
1548
1548
  "priorDocHint": "前回のレビューより。これをベースに、上の説明を編集して再送信してください。",
1549
1549
  "bootstrapping": "ブートストラップ中…",
1550
1550
  "viewRequirements": "要件を表示",
1551
+ "mapService": "サービスをマッピング",
1552
+ "mapServiceNoRepo": "先にこのサービスにリポジトリをリンクしてください。まだマッピングするものがありません。",
1551
1553
  "reRun": "再実行",
1552
1554
  "run": "実行",
1553
1555
  "focus": "フォーカス",
@@ -4603,7 +4605,11 @@
4603
4605
  "preview": {
4604
4606
  "stepCount": "{count}ステップ | {count}ステップ",
4605
4607
  "gateCount": "{count}件の承認 | {count}件の承認",
4606
- "gated": "このステップの後に人による承認"
4608
+ "gated": "このステップの後に人による承認",
4609
+ "conditionalCount": "条件付きステップ {count} 件 | 条件付きステップ {count} 件",
4610
+ "conditionEstimate": "タスクの見積もりがこのステップのしきい値を超えた場合にのみ実行されます",
4611
+ "conditionFrontend": "タスクがフロントエンドサービスを変更する場合にのみ実行されます",
4612
+ "conditionBackend": "タスクがフロントエンド以外のサービスを変更する場合にのみ実行されます"
4607
4613
  },
4608
4614
  "picker": {
4609
4615
  "noneHint": "デフォルトのパイプラインはありません。タスクの実行時に選択します。",
@@ -4689,6 +4695,11 @@
4689
4695
  "edit": "このパイプラインを編集",
4690
4696
  "delete": "このパイプラインを削除",
4691
4697
  "disabledStepTooltip": "無効、実行時にスキップ",
4698
+ "condition": {
4699
+ "always": "すべてのタスクで実行されます。クリックすると条件付きになります",
4700
+ "frontend": "フロントエンドサービスを変更するタスクでのみ実行されます",
4701
+ "backend": "フロントエンド以外のサービスを変更するタスクでのみ実行されます"
4702
+ },
4692
4703
  "cancelEdit": "編集をキャンセル",
4693
4704
  "clear": "クリア",
4694
4705
  "update": "パイプラインを更新",
@@ -4778,6 +4789,7 @@
4778
4789
  "negative-prompt": "ネガティブプロンプト",
4779
4790
  "seed": "固定シード",
4780
4791
  "aspect-ratio": "アスペクト比",
4792
+ "exact-size": "正確なサイズ",
4781
4793
  "candidate-batch": "1回の呼び出しで複数の候補",
4782
4794
  "upscale": "アップスケール",
4783
4795
  "transparent-background": "背景の透過",
@@ -4799,6 +4811,11 @@
4799
4811
  "binaryNegativePromptPlaceholder": "避けたい要素",
4800
4812
  "binaryAspectRatio": "アスペクト比",
4801
4813
  "binaryAspectRatioPlaceholder": "16:9",
4814
+ "binaryOutputSize": "出力サイズ",
4815
+ "binaryOutputSizeWidth": "幅",
4816
+ "binaryOutputSizeHeight": "高さ",
4817
+ "binaryOutputSizeIncomplete": "幅と高さの両方がないと、正確なサイズは保存されません。",
4818
+ "binaryOutputSizeAmbiguous": "正確な出力サイズは {options} と併用できません。どちらも納品される寸法を二重に指定します。要件であるほうだけを残してください。",
4802
4819
  "binarySeed": "シード",
4803
4820
  "binarySeedPlaceholder": "固定シード",
4804
4821
  "binaryTransparent": "背景を透過",
@@ -4860,6 +4877,14 @@
4860
4877
  "elapsedTooltip": "このステップの経過時間",
4861
4878
  "prReview": {
4862
4879
  "review": "指摘を確認"
4880
+ },
4881
+ "skipped": {
4882
+ "gated": "スキップ:タスクの見積もりがこのステップのしきい値を下回りました。",
4883
+ "conditionFrontend": "スキップ:このタスクはフロントエンドサービスを変更しないため、検証するUIがありません。",
4884
+ "conditionBackend": "スキップ:このタスクはフロントエンドサービスのみを変更するため、背後に検証するAPIがありません。",
4885
+ "producerSkipped": "スキップ:レビュー対象のステップがスキップされたため、評価するものがありません。",
4886
+ "runComplete": "スキップ:このステップの前に実行が終了し、行う作業が残っていませんでした。",
4887
+ "unknown": "スキップ:このステップは実行されませんでした。"
4863
4888
  }
4864
4889
  },
4865
4890
  "health": {
@@ -6303,6 +6328,8 @@
6303
6328
  "unknownServices": "カタログにないサービスが指定されています: {ids}。宣言のまま保持されます。ボードのカタログで ID を確認してください。",
6304
6329
  "targetUnknown": "このステップ自身の保存サービス ({id}) がカタログにもうありません。このため下のどれも照合できませんでした。再登録するか、別のサービスを指定してください。",
6305
6330
  "undeliveredMediaTypes": "このステップは {formats} を提供するはずでしたが、下のどの成果物もそれを報告していません。",
6331
+ "missized": "{count} 件の成果物が {width}×{height} 以外のサイズで提供されました。",
6332
+ "sizeUnreported": "{count} 件の成果物が寸法を報告していないため、サイズを確認できませんでした。",
6306
6333
  "misdirected": "{count} 件の成果物が {target} 以外のサービスに保存されました。",
6307
6334
  "invalidEntries": "サービスと場所のどちらも示さない宣言項目 {count} 件を破棄しました。",
6308
6335
  "omitted": "レポートの上限を超えてさらに {count} 件が宣言されており、一覧には含まれていません。",
@@ -6310,6 +6337,7 @@
6310
6337
  "generatorsUnverified": "ステップの完了時にこのデプロイメントの生成系インテグレーションを読み取れなかったため、以下に記載されたインテグレーションは照合されていません。エントリは申告どおり保持されます。"
6311
6338
  },
6312
6339
  "unknownGeneratorBadge": "未登録",
6340
+ "missizedBadge": "サイズ不一致",
6313
6341
  "candidates": {
6314
6342
  "automatic": "候補が {total} 件生成され、確認なしで自動的に採用されました。",
6315
6343
  "chosen": "生成された {total} 件の候補のうち {kept} 件が採用されました。",
@@ -1548,6 +1548,8 @@
1548
1548
  "priorDocHint": "Z poprzedniej recenzji. Użyj go jako bazy: edytuj opis powyżej i prześlij ponownie.",
1549
1549
  "bootstrapping": "Inicjowanie…",
1550
1550
  "viewRequirements": "Wyświetl wymagania",
1551
+ "mapService": "Zmapuj usługę",
1552
+ "mapServiceNoRepo": "Najpierw połącz repozytorium z tą usługą — nie ma jeszcze czego mapować.",
1551
1553
  "reRun": "Uruchom ponownie",
1552
1554
  "run": "Uruchom",
1553
1555
  "focus": "Skup",
@@ -4603,7 +4605,11 @@
4603
4605
  "preview": {
4604
4606
  "stepCount": "{count} krok | {count} kroki | {count} kroków",
4605
4607
  "gateCount": "{count} zatwierdzenie | {count} zatwierdzenia | {count} zatwierdzeń",
4606
- "gated": "Ręczne zatwierdzenie po tym kroku"
4608
+ "gated": "Ręczne zatwierdzenie po tym kroku",
4609
+ "conditionalCount": "{count} krok warunkowy | {count} kroki warunkowe | {count} kroków warunkowych",
4610
+ "conditionEstimate": "Uruchamia się tylko wtedy, gdy oszacowanie zadania przekracza progi tego kroku",
4611
+ "conditionFrontend": "Uruchamia się tylko wtedy, gdy zadanie zmienia usługę frontendową",
4612
+ "conditionBackend": "Uruchamia się tylko wtedy, gdy zadanie zmienia usługę inną niż frontendowa"
4607
4613
  },
4608
4614
  "picker": {
4609
4615
  "noneHint": "Brak domyślnego pipeline'u. Wybierzesz go podczas uruchamiania zadania.",
@@ -4689,6 +4695,11 @@
4689
4695
  "edit": "Edytuj ten pipeline",
4690
4696
  "delete": "Usuń ten pipeline",
4691
4697
  "disabledStepTooltip": "Wyłączony, pomijany przy uruchomieniu",
4698
+ "condition": {
4699
+ "always": "Uruchamia się przy każdym zadaniu — kliknij, aby ustawić warunek",
4700
+ "frontend": "Uruchamia się tylko przy zadaniach zmieniających usługę frontendową",
4701
+ "backend": "Uruchamia się tylko przy zadaniach zmieniających usługę inną niż frontendowa"
4702
+ },
4692
4703
  "cancelEdit": "Anuluj edycję",
4693
4704
  "clear": "Wyczyść",
4694
4705
  "update": "Zaktualizuj pipeline",
@@ -4778,6 +4789,7 @@
4778
4789
  "negative-prompt": "Prompt negatywny",
4779
4790
  "seed": "Stałe ziarno",
4780
4791
  "aspect-ratio": "Proporcje obrazu",
4792
+ "exact-size": "Dokładny rozmiar",
4781
4793
  "candidate-batch": "Kilka kandydatów na wywołanie",
4782
4794
  "upscale": "Powiększanie",
4783
4795
  "transparent-background": "Przezroczyste tło",
@@ -4799,6 +4811,11 @@
4799
4811
  "binaryNegativePromptPlaceholder": "czego unikać",
4800
4812
  "binaryAspectRatio": "Proporcje obrazu",
4801
4813
  "binaryAspectRatioPlaceholder": "16:9",
4814
+ "binaryOutputSize": "Rozmiar wyjściowy",
4815
+ "binaryOutputSizeWidth": "Szerokość",
4816
+ "binaryOutputSizeHeight": "Wysokość",
4817
+ "binaryOutputSizeIncomplete": "Nie zapisano: dokładny rozmiar wymaga szerokości i wysokości.",
4818
+ "binaryOutputSizeAmbiguous": "Dokładnego rozmiaru wyjściowego nie można łączyć z {options}: każde z nich podaje dostarczone wymiary po raz drugi. Zostaw to, co jest wymaganiem.",
4802
4819
  "binarySeed": "Ziarno",
4803
4820
  "binarySeedPlaceholder": "stałe ziarno",
4804
4821
  "binaryTransparent": "Przezroczyste tło",
@@ -4860,6 +4877,14 @@
4860
4877
  "elapsedTooltip": "Czas, który upłynął na tym kroku",
4861
4878
  "prReview": {
4862
4879
  "review": "Przejrzyj ustalenia"
4880
+ },
4881
+ "skipped": {
4882
+ "gated": "Pominięto: oszacowanie zadania było poniżej progów tego kroku.",
4883
+ "conditionFrontend": "Pominięto: to zadanie nie zmienia żadnej usługi frontendowej, więc nie ma interfejsu do sprawdzenia.",
4884
+ "conditionBackend": "Pominięto: to zadanie zmienia tylko usługę frontendową, więc nie ma za nią API do sprawdzenia.",
4885
+ "producerSkipped": "Pominięto: krok, który ocenia, został pominięty, więc nie ma czego oceniać.",
4886
+ "runComplete": "Pominięto: przebieg zakończył się przed tym krokiem, nie było nic do zrobienia.",
4887
+ "unknown": "Pominięto: ten krok nie został wykonany."
4863
4888
  }
4864
4889
  },
4865
4890
  "health": {
@@ -6303,6 +6328,8 @@
6303
6328
  "unknownServices": "Wskazał usługę, której nie ma w katalogu: {ids}. Wpis zachowano w zadeklarowanej postaci; sprawdź identyfikator w katalogu tablicy. | Wskazał usługi, których nie ma w katalogu: {ids}. Wpisy zachowano w zadeklarowanej postaci; sprawdź identyfikatory w katalogu tablicy. | Wskazał usługi, których nie ma w katalogu: {ids}. Wpisy zachowano w zadeklarowanej postaci; sprawdź identyfikatory w katalogu tablicy.",
6304
6329
  "targetUnknown": "Katalog nie zawiera już własnej usługi przechowywania tego kroku ({id}), więc niczego poniżej nie dało się z nią porównać. Zarejestruj ją ponownie albo wskaż krokowi inną usługę.",
6305
6330
  "undeliveredMediaTypes": "Ten krok miał dostarczyć {formats}, a żaden artefakt poniżej nie zgłasza tego formatu. | Ten krok miał dostarczyć {formats}, a żaden artefakt poniżej nie zgłasza tych formatów. | Ten krok miał dostarczyć {formats}, a żaden artefakt poniżej nie zgłasza tych formatów.",
6331
+ "missized": "1 artefakt dostarczono w rozmiarze innym niż {width}×{height}. | {count} artefakty dostarczono w rozmiarze innym niż {width}×{height}. | {count} artefaktów dostarczono w rozmiarze innym niż {width}×{height}.",
6332
+ "sizeUnreported": "1 artefakt nie zgłasza wymiarów, więc nie można było sprawdzić jego rozmiaru. | {count} artefakty nie zgłaszają wymiarów, więc nie można było sprawdzić ich rozmiarów. | {count} artefaktów nie zgłasza wymiarów, więc nie można było sprawdzić ich rozmiarów.",
6306
6333
  "misdirected": "1 artefakt trafił do usługi innej niż {target}. | {count} artefakty trafiły do usługi innej niż {target}. | {count} artefaktów trafiło do usługi innej niż {target}.",
6307
6334
  "invalidEntries": "Odrzucono 1 zadeklarowany wpis: nie wskazywał usługi ani lokalizacji. | Odrzucono {count} zadeklarowane wpisy: nie wskazywały usługi ani lokalizacji. | Odrzucono {count} zadeklarowanych wpisów: nie wskazywały usługi ani lokalizacji.",
6308
6335
  "omitted": "Zadeklarowano jeszcze 1 artefakt ponad limit raportu i nie ma go na liście. | Zadeklarowano jeszcze {count} artefakty ponad limit raportu i nie ma ich na liście. | Zadeklarowano jeszcze {count} artefaktów ponad limit raportu i nie ma ich na liście.",
@@ -6310,6 +6337,7 @@
6310
6337
  "generatorsUnverified": "Nie udało się odczytać integracji generatywnych tego wdrożenia przy zamykaniu kroku, więc wymienione poniżej integracje nie zostały z nimi porównane. Wpisy są zachowane w takiej postaci, w jakiej je zgłoszono."
6311
6338
  },
6312
6339
  "unknownGeneratorBadge": "Niezarejestrowana",
6340
+ "missizedBadge": "Zły rozmiar",
6313
6341
  "candidates": {
6314
6342
  "automatic": "Wygenerowano {total} kandydata i zachowano go automatycznie, bez przeglądu.",
6315
6343
  "chosen": "Zachowano {kept} z {total} wygenerowanych kandydatów.",