@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
38 lines (37 loc) • 756 B
JSON
{
"statuses": {
"passed": "Zaliczone",
"failed": "Niezaliczone",
"broken": "Uszkodzone",
"skipped": "Pominięte",
"unknown": "Nieznane",
"total": "Razem"
},
"empty": {
"no-results": "Brak wyników"
},
"severity": {
"blocker": "Blokujący",
"critical": "Krytyczny",
"normal": "Normalny",
"minor": "Pomniejszy",
"trivial": "Trywialny"
},
"environments": {
"environment_one": "Środowisko",
"environment_other": "Środowiska",
"all": "Wszystkie"
},
"charts": {
"trend": {
"title": "Wykres trendu: {{type}}",
"type": {
"status": "Status",
"severity": "Ważność"
}
},
"pie": {
"title": "Wskaźnik powodzenia testów"
}
}
}