@cat-factory/app 0.227.0 → 0.228.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -0
- package/app/components/board/nodes/TaskCard.vue +68 -8
- package/app/components/outcome/OutcomeSummaryWindow.vue +614 -0
- package/app/components/panels/ResultWindowShell.logic.spec.ts +4 -0
- package/app/components/panels/inspector/TaskExecution.vue +33 -0
- package/app/composables/useRunDeepLink.ts +12 -4
- package/app/modular/result-views.ts +4 -0
- package/app/stores/ui/resultViews.ts +28 -0
- package/app/stores/ui.dispatch.spec.ts +55 -0
- package/app/utils/runOutcome.spec.ts +492 -0
- package/app/utils/runOutcome.ts +509 -0
- package/i18n/locales/de.json +107 -0
- package/i18n/locales/en.json +107 -0
- package/i18n/locales/es.json +107 -0
- package/i18n/locales/fr.json +107 -0
- package/i18n/locales/he.json +107 -0
- package/i18n/locales/it.json +107 -0
- package/i18n/locales/ja.json +107 -0
- package/i18n/locales/pl.json +107 -0
- package/i18n/locales/tr.json +107 -0
- package/i18n/locales/uk.json +107 -0
- package/package.json +2 -2
package/i18n/locales/en.json
CHANGED
|
@@ -509,6 +509,8 @@
|
|
|
509
509
|
"pr": "PR",
|
|
510
510
|
"prNumber": "PR #{number}",
|
|
511
511
|
"openPrOnGithub": "Open {pr} on GitHub",
|
|
512
|
+
"readOutcome": "Outcome",
|
|
513
|
+
"readOutcomeHint": "Read what changed, with the evidence behind it",
|
|
512
514
|
"review": "Review",
|
|
513
515
|
"merge": "Merge",
|
|
514
516
|
"mergeConfirm": {
|
|
@@ -1134,6 +1136,7 @@
|
|
|
1134
1136
|
},
|
|
1135
1137
|
"prNumber": "PR #{number}",
|
|
1136
1138
|
"pullRequest": "Pull request",
|
|
1139
|
+
"readOutcome": "Read the outcome",
|
|
1137
1140
|
"stepState": {
|
|
1138
1141
|
"pending": "Pending",
|
|
1139
1142
|
"working": "Working",
|
|
@@ -5604,6 +5607,110 @@
|
|
|
5604
5607
|
"fixRequested": "Fix requested"
|
|
5605
5608
|
}
|
|
5606
5609
|
},
|
|
5610
|
+
"outcome": {
|
|
5611
|
+
"title": "Outcome",
|
|
5612
|
+
"subtitle": "What this run changed, and the evidence behind it",
|
|
5613
|
+
"diff": "Open the diff",
|
|
5614
|
+
"diffNumbered": "Open the diff (#{number})",
|
|
5615
|
+
"peerDiff": "Open the diff in {repo}",
|
|
5616
|
+
"disposition": {
|
|
5617
|
+
"merged": "Merged",
|
|
5618
|
+
"awaiting_merge": "Waiting to be merged",
|
|
5619
|
+
"in_flight": "Still running",
|
|
5620
|
+
"needs_attention": "Needs attention",
|
|
5621
|
+
"not_run": "Not run yet",
|
|
5622
|
+
"unknown": "Run not loaded"
|
|
5623
|
+
},
|
|
5624
|
+
"ask": {
|
|
5625
|
+
"title": "What was asked",
|
|
5626
|
+
"none": "This task carries no description, so there is nothing here to compare the result against."
|
|
5627
|
+
},
|
|
5628
|
+
"gap": {
|
|
5629
|
+
"run_unavailable": "This task's run was not loaded, so none of the evidence it recorded can be shown here. That is not the same as a run that recorded nothing."
|
|
5630
|
+
},
|
|
5631
|
+
"requirements": {
|
|
5632
|
+
"title": "Requirements checked",
|
|
5633
|
+
"met": "Met: {count}",
|
|
5634
|
+
"notMet": "Not met: {count}",
|
|
5635
|
+
"notCovered": "Not checked: {count}",
|
|
5636
|
+
"regressions": "Regressions: {count}",
|
|
5637
|
+
"regressionTag": "Regression",
|
|
5638
|
+
"idOnly": "id only",
|
|
5639
|
+
"idOnlyHint": "This id is not in the service specification, so there is no title to show for it.",
|
|
5640
|
+
"spec": {
|
|
5641
|
+
"not_read": "The service specification was not read, so these are the requirement ids the tester reported, without their titles.",
|
|
5642
|
+
"unmatched": "None of these requirement ids appear in the service specification that was read, so only the ids the tester reported are shown."
|
|
5643
|
+
},
|
|
5644
|
+
"verdict": {
|
|
5645
|
+
"met": "Verified",
|
|
5646
|
+
"not_met": "Failed",
|
|
5647
|
+
"not_covered": "Not checked"
|
|
5648
|
+
},
|
|
5649
|
+
"gap": {
|
|
5650
|
+
"no_tester_step": "This pipeline has no tester step, so no requirement was checked.",
|
|
5651
|
+
"tester_not_reported": "The tester has not reported yet, so no requirement has been ruled on.",
|
|
5652
|
+
"no_verdicts": "The tester reported without ruling on any requirement of the service specification."
|
|
5653
|
+
}
|
|
5654
|
+
},
|
|
5655
|
+
"tests": {
|
|
5656
|
+
"title": "How it was tested",
|
|
5657
|
+
"openReport": "Full test report",
|
|
5658
|
+
"summary": "The tester reported: {summary}",
|
|
5659
|
+
"abort": "The tester could not run a meaningful test: {reason}",
|
|
5660
|
+
"counts": "{passed} passed, {failed} failed, {skipped} skipped",
|
|
5661
|
+
"verdict": {
|
|
5662
|
+
"greenlit": "Cleared for release",
|
|
5663
|
+
"concerns": "Concerns raised",
|
|
5664
|
+
"could_not_run": "Could not be tested"
|
|
5665
|
+
},
|
|
5666
|
+
"environment": {
|
|
5667
|
+
"local": "Tested against local dependencies",
|
|
5668
|
+
"ephemeral": "Tested against a preview environment"
|
|
5669
|
+
},
|
|
5670
|
+
"severity": {
|
|
5671
|
+
"low": "Low",
|
|
5672
|
+
"medium": "Medium",
|
|
5673
|
+
"high": "High",
|
|
5674
|
+
"critical": "Critical"
|
|
5675
|
+
},
|
|
5676
|
+
"gap": {
|
|
5677
|
+
"no_tester_step": "This pipeline has no tester step, so nothing was exercised.",
|
|
5678
|
+
"tester_not_reported": "The tester has not reported yet."
|
|
5679
|
+
}
|
|
5680
|
+
},
|
|
5681
|
+
"visuals": {
|
|
5682
|
+
"title": "What it looks like",
|
|
5683
|
+
"shotAlt": "Screenshot of {view}",
|
|
5684
|
+
"hasReference": "A reference design was supplied for this view",
|
|
5685
|
+
"source": {
|
|
5686
|
+
"visual_confirm": "These views were reviewed against their reference designs.",
|
|
5687
|
+
"tester": "These views were captured while testing. Nobody was asked to review them."
|
|
5688
|
+
},
|
|
5689
|
+
"gap": {
|
|
5690
|
+
"no_visual_step": "Nothing in this pipeline captures the interface, so there is nothing to look at.",
|
|
5691
|
+
"none_captured": "The interface was meant to be captured, but no view was."
|
|
5692
|
+
}
|
|
5693
|
+
},
|
|
5694
|
+
"checks": {
|
|
5695
|
+
"title": "Checks",
|
|
5696
|
+
"row": "{kind}: {state}",
|
|
5697
|
+
"kind": {
|
|
5698
|
+
"ci": "CI",
|
|
5699
|
+
"validation": "Project checks",
|
|
5700
|
+
"reproduction": "Bug reproduction"
|
|
5701
|
+
},
|
|
5702
|
+
"state": {
|
|
5703
|
+
"pass": "passed",
|
|
5704
|
+
"fail": "failed",
|
|
5705
|
+
"pending": "still running",
|
|
5706
|
+
"inconclusive": "inconclusive"
|
|
5707
|
+
}
|
|
5708
|
+
},
|
|
5709
|
+
"empty": {
|
|
5710
|
+
"title": "Nothing to show yet",
|
|
5711
|
+
"body": "This task has produced no result to read."
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5607
5714
|
"focus": {
|
|
5608
5715
|
"board": "Board",
|
|
5609
5716
|
"typeSubtitle": "{type} · focus view",
|
package/i18n/locales/es.json
CHANGED
|
@@ -457,6 +457,8 @@
|
|
|
457
457
|
"pr": "PR",
|
|
458
458
|
"prNumber": "PR n.º {number}",
|
|
459
459
|
"openPrOnGithub": "Abrir {pr} en GitHub",
|
|
460
|
+
"readOutcome": "Resultado",
|
|
461
|
+
"readOutcomeHint": "Lee qué cambió, con las pruebas que lo respaldan",
|
|
460
462
|
"review": "Revisar",
|
|
461
463
|
"merge": "Fusionar",
|
|
462
464
|
"mergeConfirm": {
|
|
@@ -1046,6 +1048,7 @@
|
|
|
1046
1048
|
},
|
|
1047
1049
|
"prNumber": "PR n.º {number}",
|
|
1048
1050
|
"pullRequest": "Pull request",
|
|
1051
|
+
"readOutcome": "Leer el resultado",
|
|
1049
1052
|
"stepState": {
|
|
1050
1053
|
"pending": "Pendiente",
|
|
1051
1054
|
"working": "Trabajando",
|
|
@@ -5344,6 +5347,110 @@
|
|
|
5344
5347
|
"fixRequested": "Corrección solicitada"
|
|
5345
5348
|
}
|
|
5346
5349
|
},
|
|
5350
|
+
"outcome": {
|
|
5351
|
+
"title": "Resultado",
|
|
5352
|
+
"subtitle": "Qué cambió esta ejecución, y las pruebas que lo respaldan",
|
|
5353
|
+
"diff": "Abrir el diff",
|
|
5354
|
+
"diffNumbered": "Abrir el diff (#{number})",
|
|
5355
|
+
"peerDiff": "Abrir el diff en {repo}",
|
|
5356
|
+
"disposition": {
|
|
5357
|
+
"merged": "Fusionado",
|
|
5358
|
+
"awaiting_merge": "Esperando la fusión",
|
|
5359
|
+
"in_flight": "Todavía en curso",
|
|
5360
|
+
"needs_attention": "Requiere atención",
|
|
5361
|
+
"not_run": "Aún sin ejecutar",
|
|
5362
|
+
"unknown": "Ejecución no cargada"
|
|
5363
|
+
},
|
|
5364
|
+
"ask": {
|
|
5365
|
+
"title": "Qué se pidió",
|
|
5366
|
+
"none": "Esta tarea no tiene descripción, así que no hay nada con lo que comparar el resultado."
|
|
5367
|
+
},
|
|
5368
|
+
"gap": {
|
|
5369
|
+
"run_unavailable": "La ejecución de esta tarea no se cargó, así que aquí no pueden mostrarse las pruebas que registró. No es lo mismo que una ejecución que no registró nada."
|
|
5370
|
+
},
|
|
5371
|
+
"requirements": {
|
|
5372
|
+
"title": "Requisitos comprobados",
|
|
5373
|
+
"met": "Cumplidos: {count}",
|
|
5374
|
+
"notMet": "Sin cumplir: {count}",
|
|
5375
|
+
"notCovered": "Sin comprobar: {count}",
|
|
5376
|
+
"regressions": "Regresiones: {count}",
|
|
5377
|
+
"regressionTag": "Regresión",
|
|
5378
|
+
"idOnly": "solo id",
|
|
5379
|
+
"idOnlyHint": "Este identificador no está en la especificación del servicio, así que no hay ningún título que mostrar.",
|
|
5380
|
+
"spec": {
|
|
5381
|
+
"not_read": "No se leyó la especificación del servicio, así que estos son los identificadores de requisito que informó el probador, sin sus títulos.",
|
|
5382
|
+
"unmatched": "Ninguno de estos identificadores de requisito aparece en la especificación del servicio que se leyó, así que solo se muestran los identificadores que informó el probador."
|
|
5383
|
+
},
|
|
5384
|
+
"verdict": {
|
|
5385
|
+
"met": "Verificado",
|
|
5386
|
+
"not_met": "Fallido",
|
|
5387
|
+
"not_covered": "Sin comprobar"
|
|
5388
|
+
},
|
|
5389
|
+
"gap": {
|
|
5390
|
+
"no_tester_step": "Esta canalización no tiene paso de pruebas, así que no se comprobó ningún requisito.",
|
|
5391
|
+
"tester_not_reported": "El tester aún no ha informado, así que no se ha resuelto ningún requisito.",
|
|
5392
|
+
"no_verdicts": "El tester informó sin pronunciarse sobre ningún requisito de la especificación del servicio."
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"tests": {
|
|
5396
|
+
"title": "Cómo se probó",
|
|
5397
|
+
"openReport": "Informe completo de pruebas",
|
|
5398
|
+
"summary": "El tester informa: {summary}",
|
|
5399
|
+
"abort": "El tester no pudo realizar una prueba significativa: {reason}",
|
|
5400
|
+
"counts": "{passed} superadas, {failed} fallidas, {skipped} omitidas",
|
|
5401
|
+
"verdict": {
|
|
5402
|
+
"greenlit": "Aprobado para publicar",
|
|
5403
|
+
"concerns": "Con reservas",
|
|
5404
|
+
"could_not_run": "No se pudo probar"
|
|
5405
|
+
},
|
|
5406
|
+
"environment": {
|
|
5407
|
+
"local": "Probado contra dependencias locales",
|
|
5408
|
+
"ephemeral": "Probado contra un entorno de vista previa"
|
|
5409
|
+
},
|
|
5410
|
+
"severity": {
|
|
5411
|
+
"low": "Baja",
|
|
5412
|
+
"medium": "Media",
|
|
5413
|
+
"high": "Alta",
|
|
5414
|
+
"critical": "Crítica"
|
|
5415
|
+
},
|
|
5416
|
+
"gap": {
|
|
5417
|
+
"no_tester_step": "Esta canalización no tiene paso de pruebas, así que no se ejercitó nada.",
|
|
5418
|
+
"tester_not_reported": "El tester aún no ha informado."
|
|
5419
|
+
}
|
|
5420
|
+
},
|
|
5421
|
+
"visuals": {
|
|
5422
|
+
"title": "Qué aspecto tiene",
|
|
5423
|
+
"shotAlt": "Captura de {view}",
|
|
5424
|
+
"hasReference": "Se aportó un diseño de referencia para esta vista",
|
|
5425
|
+
"source": {
|
|
5426
|
+
"visual_confirm": "Estas vistas se compararon con sus diseños de referencia.",
|
|
5427
|
+
"tester": "Estas vistas se capturaron durante las pruebas. No se pidió a nadie que las revisara."
|
|
5428
|
+
},
|
|
5429
|
+
"gap": {
|
|
5430
|
+
"no_visual_step": "Nada en esta canalización captura la interfaz, así que no hay nada que mirar.",
|
|
5431
|
+
"none_captured": "La interfaz debía capturarse, pero no se capturó ninguna vista."
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"checks": {
|
|
5435
|
+
"title": "Comprobaciones",
|
|
5436
|
+
"row": "{kind}: {state}",
|
|
5437
|
+
"kind": {
|
|
5438
|
+
"ci": "CI",
|
|
5439
|
+
"validation": "Comprobaciones del proyecto",
|
|
5440
|
+
"reproduction": "Reproducción del fallo"
|
|
5441
|
+
},
|
|
5442
|
+
"state": {
|
|
5443
|
+
"pass": "superada",
|
|
5444
|
+
"fail": "fallida",
|
|
5445
|
+
"pending": "en curso",
|
|
5446
|
+
"inconclusive": "sin conclusión"
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5449
|
+
"empty": {
|
|
5450
|
+
"title": "Todavía no hay nada que mostrar",
|
|
5451
|
+
"body": "Esta tarea aún no ha producido un resultado que leer."
|
|
5452
|
+
}
|
|
5453
|
+
},
|
|
5347
5454
|
"focus": {
|
|
5348
5455
|
"board": "Tablero",
|
|
5349
5456
|
"typeSubtitle": "{type} · vista de enfoque",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -457,6 +457,8 @@
|
|
|
457
457
|
"pr": "PR",
|
|
458
458
|
"prNumber": "PR n° {number}",
|
|
459
459
|
"openPrOnGithub": "Ouvrir {pr} sur GitHub",
|
|
460
|
+
"readOutcome": "Résultat",
|
|
461
|
+
"readOutcomeHint": "Lisez ce qui a changé, avec les preuves à l'appui",
|
|
460
462
|
"review": "Revoir",
|
|
461
463
|
"merge": "Fusionner",
|
|
462
464
|
"mergeConfirm": {
|
|
@@ -1046,6 +1048,7 @@
|
|
|
1046
1048
|
},
|
|
1047
1049
|
"prNumber": "PR n° {number}",
|
|
1048
1050
|
"pullRequest": "Pull request",
|
|
1051
|
+
"readOutcome": "Lire le résultat",
|
|
1049
1052
|
"stepState": {
|
|
1050
1053
|
"pending": "En attente",
|
|
1051
1054
|
"working": "En cours",
|
|
@@ -5344,6 +5347,110 @@
|
|
|
5344
5347
|
"fixRequested": "Correction demandée"
|
|
5345
5348
|
}
|
|
5346
5349
|
},
|
|
5350
|
+
"outcome": {
|
|
5351
|
+
"title": "Résultat",
|
|
5352
|
+
"subtitle": "Ce que cette exécution a changé, et les preuves à l'appui",
|
|
5353
|
+
"diff": "Ouvrir le diff",
|
|
5354
|
+
"diffNumbered": "Ouvrir le diff (#{number})",
|
|
5355
|
+
"peerDiff": "Ouvrir le diff dans {repo}",
|
|
5356
|
+
"disposition": {
|
|
5357
|
+
"merged": "Fusionné",
|
|
5358
|
+
"awaiting_merge": "En attente de fusion",
|
|
5359
|
+
"in_flight": "Toujours en cours",
|
|
5360
|
+
"needs_attention": "Demande votre attention",
|
|
5361
|
+
"not_run": "Pas encore exécuté",
|
|
5362
|
+
"unknown": "Exécution non chargée"
|
|
5363
|
+
},
|
|
5364
|
+
"ask": {
|
|
5365
|
+
"title": "Ce qui était demandé",
|
|
5366
|
+
"none": "Cette tâche n'a pas de description, il n'y a donc rien à quoi comparer le résultat."
|
|
5367
|
+
},
|
|
5368
|
+
"gap": {
|
|
5369
|
+
"run_unavailable": "L'exécution de cette tâche n'a pas été chargée : les éléments qu'elle a enregistrés ne peuvent donc pas être affichés ici. Ce n'est pas la même chose qu'une exécution qui n'a rien enregistré."
|
|
5370
|
+
},
|
|
5371
|
+
"requirements": {
|
|
5372
|
+
"title": "Exigences vérifiées",
|
|
5373
|
+
"met": "Satisfaites : {count}",
|
|
5374
|
+
"notMet": "Non satisfaites : {count}",
|
|
5375
|
+
"notCovered": "Non vérifiées : {count}",
|
|
5376
|
+
"regressions": "Régressions : {count}",
|
|
5377
|
+
"regressionTag": "Régression",
|
|
5378
|
+
"idOnly": "identifiant seul",
|
|
5379
|
+
"idOnlyHint": "Cet identifiant ne figure pas dans la spécification du service, il n'y a donc aucun titre à afficher.",
|
|
5380
|
+
"spec": {
|
|
5381
|
+
"not_read": "La spécification du service n'a pas été lue : voici donc les identifiants d'exigence signalés par le testeur, sans leurs titres.",
|
|
5382
|
+
"unmatched": "Aucun de ces identifiants d'exigence ne figure dans la spécification du service qui a été lue ; seuls les identifiants signalés par le testeur sont affichés."
|
|
5383
|
+
},
|
|
5384
|
+
"verdict": {
|
|
5385
|
+
"met": "Vérifiée",
|
|
5386
|
+
"not_met": "En échec",
|
|
5387
|
+
"not_covered": "Non vérifiée"
|
|
5388
|
+
},
|
|
5389
|
+
"gap": {
|
|
5390
|
+
"no_tester_step": "Ce pipeline ne comporte aucune étape de test, aucune exigence n'a donc été vérifiée.",
|
|
5391
|
+
"tester_not_reported": "Le testeur n'a pas encore rendu son rapport, aucune exigence n'a donc été tranchée.",
|
|
5392
|
+
"no_verdicts": "Le testeur a rendu son rapport sans se prononcer sur la moindre exigence de la spécification."
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"tests": {
|
|
5396
|
+
"title": "Comment cela a été testé",
|
|
5397
|
+
"openReport": "Rapport de test complet",
|
|
5398
|
+
"summary": "Le testeur rapporte : {summary}",
|
|
5399
|
+
"abort": "Le testeur n'a pas pu réaliser de test utile : {reason}",
|
|
5400
|
+
"counts": "{passed} réussis, {failed} en échec, {skipped} ignorés",
|
|
5401
|
+
"verdict": {
|
|
5402
|
+
"greenlit": "Bon pour la mise en production",
|
|
5403
|
+
"concerns": "Réserves signalées",
|
|
5404
|
+
"could_not_run": "N'a pas pu être testé"
|
|
5405
|
+
},
|
|
5406
|
+
"environment": {
|
|
5407
|
+
"local": "Testé avec des dépendances locales",
|
|
5408
|
+
"ephemeral": "Testé sur un environnement de prévisualisation"
|
|
5409
|
+
},
|
|
5410
|
+
"severity": {
|
|
5411
|
+
"low": "Faible",
|
|
5412
|
+
"medium": "Moyenne",
|
|
5413
|
+
"high": "Élevée",
|
|
5414
|
+
"critical": "Critique"
|
|
5415
|
+
},
|
|
5416
|
+
"gap": {
|
|
5417
|
+
"no_tester_step": "Ce pipeline ne comporte aucune étape de test, rien n'a donc été exercé.",
|
|
5418
|
+
"tester_not_reported": "Le testeur n'a pas encore rendu son rapport."
|
|
5419
|
+
}
|
|
5420
|
+
},
|
|
5421
|
+
"visuals": {
|
|
5422
|
+
"title": "À quoi cela ressemble",
|
|
5423
|
+
"shotAlt": "Capture de {view}",
|
|
5424
|
+
"hasReference": "Une maquette de référence a été fournie pour cette vue",
|
|
5425
|
+
"source": {
|
|
5426
|
+
"visual_confirm": "Ces vues ont été comparées à leurs maquettes de référence.",
|
|
5427
|
+
"tester": "Ces vues ont été capturées pendant les tests. Personne n'a été invité à les relire."
|
|
5428
|
+
},
|
|
5429
|
+
"gap": {
|
|
5430
|
+
"no_visual_step": "Rien dans ce pipeline ne capture l'interface, il n'y a donc rien à regarder.",
|
|
5431
|
+
"none_captured": "L'interface devait être capturée, mais aucune vue ne l'a été."
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"checks": {
|
|
5435
|
+
"title": "Contrôles",
|
|
5436
|
+
"row": "{kind} : {state}",
|
|
5437
|
+
"kind": {
|
|
5438
|
+
"ci": "CI",
|
|
5439
|
+
"validation": "Contrôles du projet",
|
|
5440
|
+
"reproduction": "Reproduction du bug"
|
|
5441
|
+
},
|
|
5442
|
+
"state": {
|
|
5443
|
+
"pass": "réussi",
|
|
5444
|
+
"fail": "en échec",
|
|
5445
|
+
"pending": "en cours",
|
|
5446
|
+
"inconclusive": "non concluant"
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5449
|
+
"empty": {
|
|
5450
|
+
"title": "Rien à afficher pour l'instant",
|
|
5451
|
+
"body": "Cette tâche n'a encore produit aucun résultat à lire."
|
|
5452
|
+
}
|
|
5453
|
+
},
|
|
5347
5454
|
"focus": {
|
|
5348
5455
|
"board": "Tableau",
|
|
5349
5456
|
"typeSubtitle": "{type} · vue détaillée",
|
package/i18n/locales/he.json
CHANGED
|
@@ -457,6 +457,8 @@
|
|
|
457
457
|
"pr": "PR",
|
|
458
458
|
"prNumber": "PR #{number}",
|
|
459
459
|
"openPrOnGithub": "פתח את {pr} ב-GitHub",
|
|
460
|
+
"readOutcome": "תוצאה",
|
|
461
|
+
"readOutcomeHint": "קראו מה השתנה, יחד עם הראיות לכך",
|
|
460
462
|
"review": "סקירה",
|
|
461
463
|
"merge": "מזג",
|
|
462
464
|
"mergeConfirm": {
|
|
@@ -1046,6 +1048,7 @@
|
|
|
1046
1048
|
},
|
|
1047
1049
|
"prNumber": "PR #{number}",
|
|
1048
1050
|
"pullRequest": "Pull request",
|
|
1051
|
+
"readOutcome": "קריאת התוצאה",
|
|
1049
1052
|
"stepState": {
|
|
1050
1053
|
"pending": "ממתין",
|
|
1051
1054
|
"working": "עובד",
|
|
@@ -5344,6 +5347,110 @@
|
|
|
5344
5347
|
"fixRequested": "התבקש תיקון"
|
|
5345
5348
|
}
|
|
5346
5349
|
},
|
|
5350
|
+
"outcome": {
|
|
5351
|
+
"title": "תוצאה",
|
|
5352
|
+
"subtitle": "מה השתנה בהרצה הזאת, והראיות לכך",
|
|
5353
|
+
"diff": "פתיחת ההבדלים",
|
|
5354
|
+
"diffNumbered": "פתיחת ההבדלים (#{number})",
|
|
5355
|
+
"peerDiff": "פתיחת ההבדלים ב-{repo}",
|
|
5356
|
+
"disposition": {
|
|
5357
|
+
"merged": "מוזג",
|
|
5358
|
+
"awaiting_merge": "ממתין למיזוג",
|
|
5359
|
+
"in_flight": "עדיין רץ",
|
|
5360
|
+
"needs_attention": "דורש טיפול",
|
|
5361
|
+
"not_run": "טרם הורץ",
|
|
5362
|
+
"unknown": "ההרצה לא נטענה"
|
|
5363
|
+
},
|
|
5364
|
+
"ask": {
|
|
5365
|
+
"title": "מה התבקש",
|
|
5366
|
+
"none": "למשימה הזאת אין תיאור, ולכן אין מול מה להשוות את התוצאה."
|
|
5367
|
+
},
|
|
5368
|
+
"gap": {
|
|
5369
|
+
"run_unavailable": "ההרצה של המשימה הזאת לא נטענה, ולכן הראיות שהיא תיעדה לא מוצגות כאן. זה לא אותו דבר כמו הרצה שלא תיעדה כלום."
|
|
5370
|
+
},
|
|
5371
|
+
"requirements": {
|
|
5372
|
+
"title": "דרישות שנבדקו",
|
|
5373
|
+
"met": "מתקיימות: {count}",
|
|
5374
|
+
"notMet": "לא מתקיימות: {count}",
|
|
5375
|
+
"notCovered": "לא נבדקו: {count}",
|
|
5376
|
+
"regressions": "נסיגות: {count}",
|
|
5377
|
+
"regressionTag": "נסיגה",
|
|
5378
|
+
"idOnly": "מזהה בלבד",
|
|
5379
|
+
"idOnlyHint": "המזהה הזה לא נמצא במפרט השירות, ולכן אין כותרת להציג עבורו.",
|
|
5380
|
+
"spec": {
|
|
5381
|
+
"not_read": "מפרט השירות לא נקרא, ולכן אלה מזהי הדרישות שהבודק דיווח עליהם, בלי הכותרות שלהם.",
|
|
5382
|
+
"unmatched": "אף אחד ממזהי הדרישות האלה לא מופיע במפרט השירות שנקרא, ולכן מוצגים רק המזהים שהבודק דיווח עליהם."
|
|
5383
|
+
},
|
|
5384
|
+
"verdict": {
|
|
5385
|
+
"met": "אומת",
|
|
5386
|
+
"not_met": "נכשלה",
|
|
5387
|
+
"not_covered": "לא נבדקה"
|
|
5388
|
+
},
|
|
5389
|
+
"gap": {
|
|
5390
|
+
"no_tester_step": "בצינור הזה אין שלב בדיקות, ולכן שום דרישה לא נבדקה.",
|
|
5391
|
+
"tester_not_reported": "הבודק עדיין לא דיווח, ולכן לא הוכרעה שום דרישה.",
|
|
5392
|
+
"no_verdicts": "הבודק דיווח בלי להכריע לגבי אף דרישה במפרט."
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"tests": {
|
|
5396
|
+
"title": "איך זה נבדק",
|
|
5397
|
+
"openReport": "דוח הבדיקות המלא",
|
|
5398
|
+
"summary": "הבודק מדווח: {summary}",
|
|
5399
|
+
"abort": "הבודק לא הצליח לבצע בדיקה משמעותית: {reason}",
|
|
5400
|
+
"counts": "{passed} עברו, {failed} נכשלו, {skipped} דולגו",
|
|
5401
|
+
"verdict": {
|
|
5402
|
+
"greenlit": "מוכן לשחרור",
|
|
5403
|
+
"concerns": "הועלו חששות",
|
|
5404
|
+
"could_not_run": "לא ניתן היה לבדוק"
|
|
5405
|
+
},
|
|
5406
|
+
"environment": {
|
|
5407
|
+
"local": "נבדק מול תלויות מקומיות",
|
|
5408
|
+
"ephemeral": "נבדק מול סביבת תצוגה מקדימה"
|
|
5409
|
+
},
|
|
5410
|
+
"severity": {
|
|
5411
|
+
"low": "נמוכה",
|
|
5412
|
+
"medium": "בינונית",
|
|
5413
|
+
"high": "גבוהה",
|
|
5414
|
+
"critical": "קריטית"
|
|
5415
|
+
},
|
|
5416
|
+
"gap": {
|
|
5417
|
+
"no_tester_step": "בצינור הזה אין שלב בדיקות, ולכן שום דבר לא הופעל.",
|
|
5418
|
+
"tester_not_reported": "הבודק עדיין לא דיווח."
|
|
5419
|
+
}
|
|
5420
|
+
},
|
|
5421
|
+
"visuals": {
|
|
5422
|
+
"title": "איך זה נראה",
|
|
5423
|
+
"shotAlt": "צילום מסך של {view}",
|
|
5424
|
+
"hasReference": "עבור התצוגה הזאת סופק עיצוב ייחוס",
|
|
5425
|
+
"source": {
|
|
5426
|
+
"visual_confirm": "התצוגות האלה הושוו לעיצובי הייחוס שלהן.",
|
|
5427
|
+
"tester": "התצוגות האלה צולמו במהלך הבדיקות. איש לא התבקש לסקור אותן."
|
|
5428
|
+
},
|
|
5429
|
+
"gap": {
|
|
5430
|
+
"no_visual_step": "שום דבר בצינור הזה לא מצלם את הממשק, ולכן אין מה לראות.",
|
|
5431
|
+
"none_captured": "הממשק היה אמור להיות מצולם, אך שום תצוגה לא נלכדה."
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"checks": {
|
|
5435
|
+
"title": "בדיקות",
|
|
5436
|
+
"row": "{kind}: {state}",
|
|
5437
|
+
"kind": {
|
|
5438
|
+
"ci": "CI",
|
|
5439
|
+
"validation": "בדיקות הפרויקט",
|
|
5440
|
+
"reproduction": "שחזור התקלה"
|
|
5441
|
+
},
|
|
5442
|
+
"state": {
|
|
5443
|
+
"pass": "עברה",
|
|
5444
|
+
"fail": "נכשלה",
|
|
5445
|
+
"pending": "עדיין רצה",
|
|
5446
|
+
"inconclusive": "ללא הכרעה"
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5449
|
+
"empty": {
|
|
5450
|
+
"title": "אין עדיין מה להציג",
|
|
5451
|
+
"body": "המשימה הזאת עדיין לא הפיקה תוצאה לקריאה."
|
|
5452
|
+
}
|
|
5453
|
+
},
|
|
5347
5454
|
"focus": {
|
|
5348
5455
|
"board": "לוח",
|
|
5349
5456
|
"typeSubtitle": "{type} · תצוגת מיקוד",
|
package/i18n/locales/it.json
CHANGED
|
@@ -1584,6 +1584,7 @@
|
|
|
1584
1584
|
},
|
|
1585
1585
|
"prNumber": "PR n. {number}",
|
|
1586
1586
|
"pullRequest": "Pull request",
|
|
1587
|
+
"readOutcome": "Leggi l'esito",
|
|
1587
1588
|
"stepState": {
|
|
1588
1589
|
"pending": "In attesa",
|
|
1589
1590
|
"working": "In lavorazione",
|
|
@@ -2934,6 +2935,8 @@
|
|
|
2934
2935
|
"pr": "PR",
|
|
2935
2936
|
"prNumber": "PR #{number}",
|
|
2936
2937
|
"openPrOnGithub": "Apri {pr} su GitHub",
|
|
2938
|
+
"readOutcome": "Esito",
|
|
2939
|
+
"readOutcomeHint": "Leggi che cosa è cambiato, con le prove che lo sostengono",
|
|
2937
2940
|
"review": "Rivedi",
|
|
2938
2941
|
"merge": "Unisci",
|
|
2939
2942
|
"mergeConfirm": {
|
|
@@ -5899,6 +5902,110 @@
|
|
|
5899
5902
|
"fixRequested": "Correzione richiesta"
|
|
5900
5903
|
}
|
|
5901
5904
|
},
|
|
5905
|
+
"outcome": {
|
|
5906
|
+
"title": "Esito",
|
|
5907
|
+
"subtitle": "Che cosa ha cambiato questa esecuzione, e le prove che lo sostengono",
|
|
5908
|
+
"diff": "Apri il diff",
|
|
5909
|
+
"diffNumbered": "Apri il diff (#{number})",
|
|
5910
|
+
"peerDiff": "Apri il diff in {repo}",
|
|
5911
|
+
"disposition": {
|
|
5912
|
+
"merged": "Unito",
|
|
5913
|
+
"awaiting_merge": "In attesa di essere unito",
|
|
5914
|
+
"in_flight": "Ancora in corso",
|
|
5915
|
+
"needs_attention": "Richiede attenzione",
|
|
5916
|
+
"not_run": "Non ancora eseguito",
|
|
5917
|
+
"unknown": "Esecuzione non caricata"
|
|
5918
|
+
},
|
|
5919
|
+
"ask": {
|
|
5920
|
+
"title": "Che cosa era stato chiesto",
|
|
5921
|
+
"none": "Questa attività non ha una descrizione, quindi non c'è nulla con cui confrontare l'esito."
|
|
5922
|
+
},
|
|
5923
|
+
"gap": {
|
|
5924
|
+
"run_unavailable": "L'esecuzione di questa attività non è stata caricata, quindi le prove che ha registrato non possono essere mostrate qui. Non è la stessa cosa di un'esecuzione che non ha registrato nulla."
|
|
5925
|
+
},
|
|
5926
|
+
"requirements": {
|
|
5927
|
+
"title": "Requisiti verificati",
|
|
5928
|
+
"met": "Soddisfatti: {count}",
|
|
5929
|
+
"notMet": "Non soddisfatti: {count}",
|
|
5930
|
+
"notCovered": "Non verificati: {count}",
|
|
5931
|
+
"regressions": "Regressioni: {count}",
|
|
5932
|
+
"regressionTag": "Regressione",
|
|
5933
|
+
"idOnly": "solo id",
|
|
5934
|
+
"idOnlyHint": "Questo identificatore non è nella specifica del servizio, quindi non c'è alcun titolo da mostrare.",
|
|
5935
|
+
"spec": {
|
|
5936
|
+
"not_read": "La specifica del servizio non è stata letta, quindi questi sono gli identificatori dei requisiti riportati dal tester, senza i loro titoli.",
|
|
5937
|
+
"unmatched": "Nessuno di questi identificatori di requisito compare nella specifica del servizio che è stata letta, quindi vengono mostrati solo gli identificatori riportati dal tester."
|
|
5938
|
+
},
|
|
5939
|
+
"verdict": {
|
|
5940
|
+
"met": "Verificato",
|
|
5941
|
+
"not_met": "Fallito",
|
|
5942
|
+
"not_covered": "Non verificato"
|
|
5943
|
+
},
|
|
5944
|
+
"gap": {
|
|
5945
|
+
"no_tester_step": "Questa pipeline non ha un passo di test, quindi non è stato verificato alcun requisito.",
|
|
5946
|
+
"tester_not_reported": "Il tester non ha ancora riportato nulla, quindi nessun requisito è stato deciso.",
|
|
5947
|
+
"no_verdicts": "Il tester ha riportato senza pronunciarsi su alcun requisito della specifica."
|
|
5948
|
+
}
|
|
5949
|
+
},
|
|
5950
|
+
"tests": {
|
|
5951
|
+
"title": "Come è stato testato",
|
|
5952
|
+
"openReport": "Rapporto di test completo",
|
|
5953
|
+
"summary": "Il tester riferisce: {summary}",
|
|
5954
|
+
"abort": "Il tester non è riuscito a eseguire un test significativo: {reason}",
|
|
5955
|
+
"counts": "{passed} superati, {failed} falliti, {skipped} saltati",
|
|
5956
|
+
"verdict": {
|
|
5957
|
+
"greenlit": "Pronto per il rilascio",
|
|
5958
|
+
"concerns": "Sollevati dei dubbi",
|
|
5959
|
+
"could_not_run": "Non è stato possibile testarlo"
|
|
5960
|
+
},
|
|
5961
|
+
"environment": {
|
|
5962
|
+
"local": "Testato con dipendenze locali",
|
|
5963
|
+
"ephemeral": "Testato su un ambiente di anteprima"
|
|
5964
|
+
},
|
|
5965
|
+
"severity": {
|
|
5966
|
+
"low": "Bassa",
|
|
5967
|
+
"medium": "Media",
|
|
5968
|
+
"high": "Alta",
|
|
5969
|
+
"critical": "Critica"
|
|
5970
|
+
},
|
|
5971
|
+
"gap": {
|
|
5972
|
+
"no_tester_step": "Questa pipeline non ha un passo di test, quindi non è stato eseguito nulla.",
|
|
5973
|
+
"tester_not_reported": "Il tester non ha ancora riportato nulla."
|
|
5974
|
+
}
|
|
5975
|
+
},
|
|
5976
|
+
"visuals": {
|
|
5977
|
+
"title": "Che aspetto ha",
|
|
5978
|
+
"shotAlt": "Schermata di {view}",
|
|
5979
|
+
"hasReference": "Per questa vista è stato fornito un progetto di riferimento",
|
|
5980
|
+
"source": {
|
|
5981
|
+
"visual_confirm": "Queste viste sono state confrontate con i progetti di riferimento.",
|
|
5982
|
+
"tester": "Queste viste sono state catturate durante i test. Nessuno è stato invitato a rivederle."
|
|
5983
|
+
},
|
|
5984
|
+
"gap": {
|
|
5985
|
+
"no_visual_step": "In questa pipeline nulla cattura l'interfaccia, quindi non c'è nulla da guardare.",
|
|
5986
|
+
"none_captured": "L'interfaccia doveva essere catturata, ma non è stata catturata alcuna vista."
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5989
|
+
"checks": {
|
|
5990
|
+
"title": "Controlli",
|
|
5991
|
+
"row": "{kind}: {state}",
|
|
5992
|
+
"kind": {
|
|
5993
|
+
"ci": "CI",
|
|
5994
|
+
"validation": "Controlli del progetto",
|
|
5995
|
+
"reproduction": "Riproduzione del bug"
|
|
5996
|
+
},
|
|
5997
|
+
"state": {
|
|
5998
|
+
"pass": "superato",
|
|
5999
|
+
"fail": "fallito",
|
|
6000
|
+
"pending": "ancora in corso",
|
|
6001
|
+
"inconclusive": "non conclusivo"
|
|
6002
|
+
}
|
|
6003
|
+
},
|
|
6004
|
+
"empty": {
|
|
6005
|
+
"title": "Ancora nulla da mostrare",
|
|
6006
|
+
"body": "Questa attività non ha ancora prodotto un esito da leggere."
|
|
6007
|
+
}
|
|
6008
|
+
},
|
|
5902
6009
|
"focus": {
|
|
5903
6010
|
"board": "Board",
|
|
5904
6011
|
"typeSubtitle": "{type} · vista focus",
|